@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 300;
  color: #291100;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #291100;
  -webkit-transition: background 0.25s, color 0.25s, opacity 0.25s;
  transition: background 0.25s, color 0.25s, opacity 0.25s;
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover .btn {
  opacity: 0.8;
}

.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
}

.Folk-Medium {
  font-family: "フォーク M";
}

/* Chrome、Safari */
.text-input, input[type=number]::-webkit-outer-spin-button,
.text-input, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  font-weight: bold;
  font-family: "フォーク M";
}

/* Firefox、IE */
.text-input, input[type=number] {
  font-weight: bold;
  font-family: "フォーク M";
  -moz-appearance: textfield !important;
}

input[type=text], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}

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

.number-input {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

.number-input,
.number-input * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin: 0;
  position: absolute;
  padding: 0;
}
.number-input button img {
  width: 7px;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
}

.number-input input[type=number] {
  font-family: sans-serif;
  width: 44px;
  border: solid #ddd;
  border-width: 0 2px;
  font-weight: bold;
  text-align: center;
}

.number-input button.plus {
  position: absolute;
  top: 25%;
  right: 10%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

.number-input button.down {
  position: absolute;
  top: 55%;
  right: 10%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}

/* timepicker */
.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
          box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: 0.1px;
  width: 270px;
  font-size: 14px;
  display: none;
}

.wickedpicker__title {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit;
}

.wickedpicker__close {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer;
}

.wickedpicker__close:before {
  content: "×";
}

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 10px;
  cursor: pointer;
}

.wickedpicker__controls__control-up:before {
  content: url("/assets/images/commons/polygon-up.svg");
}

.wickedpicker__controls__control-down:after {
  content: url("/assets/images/commons/polygon-down.svg");
}

.wickedpicker__controls__control--separator {
  width: 5px;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
  text-align: center;
}

.hover-state {
  color: #3498db;
}

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after {
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* select */
.select-css {
  display: block;
  font-size: 1.8rem;
  font-weight: initial;
  color: #000;
  padding: 10px 20px 10px 20px;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #291100;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0px;
  height: 46px;
  outline: none !important;
  background-image: url("/assets/images/commons/arrow-up-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.6em auto, 100%;
}

/* Hide arrow icon in IE browsers */
.select-css::-ms-expand {
  display: none;
}

.checkbox-txt {
  color: #000;
  display: inline;
}

.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  color: #000;
  cursor: pointer;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.container-checkbox .checkbox-txt {
  color: #000;
  display: inline;
  margin-right: 30px;
}
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #949494;
}
.container-checkbox .checkmark-checkbox {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #949494;
}
.container-checkbox:hover input ~ .checkmark-checkbox, .container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-checkbox input:checked ~ .checkmark-checkbox,
.container-checkbox input:checked ~ .checkmark {
  background-color: #000;
}
.container-checkbox .checkmark-checkbox:after,
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox:hover input ~ .checkmark-checkbox, .container-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.container-checkbox input:checked ~ .checkmark-checkbox,
.container-checkbox input:checked ~ .checkmark {
  background-color: #de0910;
}
.container-checkbox .checkmark-checkbox:after,
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.container-checkbox input:checked ~ .checkmark-checkbox:after,
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkmark-checkbox:after {
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  border: solid white;
  border-width: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.container-checkbox .checkmark:after {
  left: 0px;
  top: 0px;
  width: 14px;
  height: 14px;
  border: solid white;
  border-radius: 3px;
  border-width: 3px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Disabled styles */
.select-css:disabled, .select-css[aria-disabled=true] {
  color: graytext;
  background-image: url("/assets/images/commons/arrow-select.svg"), -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e5e5e5));
  background-image: url("/assets/images/commons/arrow-select.svg"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.select-css:disabled:hover, .select-css[aria-disabled=true] {
  border-color: #ccc;
}

/* MV */
#mv {
  background-image: url("/assets/images/top/mv-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #mv {
    background-attachment: scroll;
  }
}
#mv .mv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
#mv .mv .mv-logo {
  padding: 0 20px;
}

/* Header */
header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #000;
}
@media only screen and (max-width: 1080px) {
  header {
    position: fixed;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 74px;
}
@media only screen and (max-width: 750px) {
  header .header {
    height: 54px;
  }
}
header .header .header-logo {
  max-width: 291px;
  min-width: 291px;
}
@media only screen and (max-width: 750px) {
  header .header .header-logo {
    max-width: 140px;
    min-width: 140px;
  }
}
header .header .header-logo a {
  display: block;
}
header .header .header-lang {
  padding: 0 30px;
}
header .header .header-lang a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  background-image: url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 8px;
  padding-left: 12px;
}
header .header .header-lang a .flag {
  min-width: 28px;
  margin-left: 6px;
}
header .header .header-menu {
  width: 100%;
  height: 100%;
}
header .header .header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
header .header .header-menu ul li {
  width: 25%;
  position: relative;
}
header .header .header-menu ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: bold;
  text-align: center;
}
header .header .header-menu ul li a span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #94887f;
  margin-top: 4px;
}
header .header .header-menu ul li a.red {
  color: #fff;
  background-color: #DE0910;
}
header .header .header-menu ul li a.red span {
  color: #f09093;
}
header .header .header-menu ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 28px;
  background-color: #000;
}
header .header .header-menu ul li:last-child::before {
  display: none;
}
header .header .header-sp {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}
@media only screen and (max-width: 1080px) {
  header .header .header-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .header-sp .header-lang {
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  header .header .header-sp .header-lang {
    padding: 0 4%;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-sp .header-lang a {
    background-size: 6px;
    padding-left: 10px;
  }
}
header .header .header-sp .header-lang a .flag {
  min-width: 20px;
}
@media only screen and (max-width: 750px) {
  header .header .header-sp .header-lang a .flag img {
    width: 20px;
    height: auto;
  }
}
header .header .header-sp .header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
header .header .header-sp .header-btn a {
  width: 100%;
  height: 100%;
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.6rem;
  color: #fff;
  background-color: #DE0910;
  text-align: center;
}
header .header .header-sp .header-btn a span {
  display: block;
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #f09093;
  margin-top: 4px;
}
@media only screen and (max-width: 750px) {
  header .header .header-sp .header-btn a span {
    margin-top: 2px;
  }
}

header::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.header-burger {
  display: none;
  margin-left: 5%;
}
@media only screen and (max-width: 1080px) {
  .header-burger {
    display: block;
  }
}

.nav-icon {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background: #000 !important;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 8px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 19px;
}

.nav-icon span:nth-child(4) {
  top: 30px;
}

.nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 0;
  right: 0;
}

.menu-responsive {
  position: fixed;
  top: 74px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 17, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
@media only screen and (max-width: 750px) {
  .menu-responsive {
    top: 54px;
  }
}
.menu-responsive .menu-sp {
  background-color: #fff;
}
.menu-responsive .menu-sp ul {
  width: 100%;
}
.menu-responsive .menu-sp ul li {
  width: 100%;
}
.menu-responsive .menu-sp ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 15px 3%;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  background-image: url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: center right 3%;
  background-size: 10px;
}
.menu-responsive .menu-sp ul li a span {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #94887f;
  font-weight: 400;
}
.menu-responsive .menu-sp ul li + li {
  border-top: 1px solid #000;
}

.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}

.mnsp1-active .mnsp1,
.mnsp2-active .mnsp2,
.mnsp3-active .mnsp3,
.mnsp4-active .mnsp4,
.mnsp5-active .mnsp5,
.mnsp6-active .mnsp6,
.mnsp6-active .mnsp7 {
  color: #fff;
  background-color: #DE0910;
  background-image: url("/assets/images/commons/polygon-right-white.svg") !important;
}
.mnsp1-active .mnsp1 span,
.mnsp2-active .mnsp2 span,
.mnsp3-active .mnsp3 span,
.mnsp4-active .mnsp4 span,
.mnsp5-active .mnsp5 span,
.mnsp6-active .mnsp6 span,
.mnsp6-active .mnsp7 span {
  color: #fff !important;
  opacity: 0.7;
}

/* Main */
.content-1260 {
  width: 94%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .content-1260 {
    width: 97%;
  }
}

.content-1180 {
  width: 94%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content-880 {
  width: 94%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.content p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .content p + p {
    margin-top: 15px;
  }
}

.text-center {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .text-center p {
    text-align: left;
  }
}

.content.text-center {
  text-align: center;
}

.mar30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mar4030 {
  margin-top: 40px;
  margin-bottom: 30px;
}

.mar4060 {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .mar4060 {
    margin-bottom: 40px;
  }
}

.mar60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.mar6040 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.mar80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .mar80 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media only screen and (max-width: 750px) {
  .mt70 {
    margin-top: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .mt100 {
    margin-top: 60px;
  }
}

.mt120 {
  margin-top: 120px;
}
@media only screen and (max-width: 750px) {
  .mt120 {
    margin-top: 60px;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .mb60 {
    margin-bottom: 30px;
  }
}

.pad-all-40 {
  padding: 40px;
}
@media only screen and (max-width: 750px) {
  .pad-all-40 {
    padding: 20px;
  }
}

.pad50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.pad70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pad7030 {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .pad7030 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.pad80120 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1080px) {
  .pad80120 {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 830px) {
  .pad80120 {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad80120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pt50 {
  padding-top: 50px;
}

.pt70 {
  padding-top: 70px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 750px) {
  .pb120 {
    padding-bottom: 60px;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-flesh {
  background-color: rgba(255, 94, 14, 0.1);
}

.text-remark {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .text-remark {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.text-remark a {
  color: #AC0006;
  text-decoration: underline;
}
.text-remark a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pagenation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagenation > ul .prev {
  max-width: 107px;
  width: 100%;
  max-width: 107px;
  width: 100%;
  background: url("/assets/images/commons/arrow-back-black.svg");
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
  padding-right: 15px;
}
.pagenation > ul .prev a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pagenation > ul .prev:hover {
  background: url("/assets/images/commons/arrow-back-white.svg");
  background-repeat: no-repeat;
  background-position: left 1em top 50%;
  background-size: 5px auto;
}
@media only screen and (max-width: 750px) {
  .pagenation > ul .prev {
    max-width: 45px;
  }
}
.pagenation > ul .next {
  max-width: 107px;
  width: 100%;
  background: url("/assets/images/commons/arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
  padding-left: 15px;
}
.pagenation > ul .next a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.pagenation > ul .next:hover {
  background: url("/assets/images/commons/arrow-next-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em top 50%;
  background-size: 5px auto;
}
@media only screen and (max-width: 750px) {
  .pagenation > ul .next {
    max-width: 45px;
  }
}
.pagenation > ul .active {
  background: #000;
}
.pagenation > ul .active a {
  color: #fff;
}
.pagenation > ul > li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.pagenation > ul > li:last-child {
  border-right: 1px solid #000;
}
.pagenation > ul > li:first-child {
  border-left: 1px solid #000;
}
.pagenation > ul > li:hover {
  background-color: #000 !important;
  opacity: 1;
}
.pagenation > ul > li:hover a {
  color: #fff;
  opacity: 1;
}
.pagenation > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.background-path {
  background-image: url("/assets/images/commons/bg-path.jpg");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 1920px;
}
@media only screen and (max-width: 750px) {
  .background-path {
    background-image: url("/assets/images/commons/bg-path-sp-left.png"), url("/assets/images/commons/bg-path-sp-right.png"), url("/assets/images/commons/bg-path-sp.jpg");
    background-repeat: repeat-y;
    background-position: top left, top right, top center;
    background-size: 60px, 60px, 100%;
  }
}

.txthead-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .txthead-box {
    margin-bottom: 20px;
  }
}
.txthead-box .txthead-line {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.8rem;
  line-height: 4.8rem;
  font-weight: bold;
  padding-left: 80px;
  padding-right: 80px;
  background-image: url("/assets/images/commons/txthead-line-left.svg"), url("/assets/images/commons/txthead-line-right.svg");
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 50px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead-line {
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.txthead-box .txtsubhead {
  font-size: 2.4rem;
  line-height: 3.4rem;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txtsubhead {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .txtsubhead-fs28 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txtsubhead-fs28 {
    font-size: 2.2rem;
  }
}
.txthead-box .txtsub-fs13 {
  font-size: 1.3rem;
}
.txthead-box .txthead-line-slash {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead-line-slash {
    font-size: 2rem;
    line-height: 3rem;
  }
}

.fw-bold {
  font-weight: bold;
}

.btn-box {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .btn-box {
    margin-top: 30px;
  }
}
.btn-box ul li + li {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .btn-box ul li + li {
    margin-top: 4%;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  border: 1px solid #291100;
}
@media only screen and (max-width: 750px) {
  .btn {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.btn-s {
  height: 48px;
}

.btn-img {
  display: block;
}

.btn-border-bg-arrow-right {
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-bg.svg"), url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: bottom left, center right 15px;
  background-size: auto, 8px;
}

.btn-border-bg-arrow-left {
  background: url("/assets/images/commons/btn-bg-white-right.svg"), url("/assets/images/commons/polygon-left.svg") #fff;
  background-repeat: no-repeat;
  background-position: bottom right, center left 15px;
  background-size: auto, 8px;
}

.btn-border-bg-arrow-up {
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-bg.svg"), url("/assets/images/commons/polygon-up.svg");
  background-repeat: no-repeat;
  background-position: bottom left, center right 15px;
  background-size: auto, 8px;
}

.btn-border-bg-arrow-down {
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-bg.svg"), url("/assets/images/commons/polygon-down.svg");
  background-repeat: no-repeat;
  background-position: bottom left, center right 15px;
  background-size: auto, 15px;
}

.btn-red-bg-arrow-right {
  background-image: url(/assets/images/commons/polygon-right-white.svg), url(/assets/images/commons/btn-bg-red.svg);
  background-repeat: no-repeat;
  background-position: center right 15px, bottom left;
  background-size: 8px, auto;
  color: #fff;
  border: 2px;
}

.active .btn-border-bg-arrow-down {
  background-color: #fff;
  background-image: url("/assets/images/commons/btn-bg.svg"), url("/assets/images/commons/polygon-up.svg");
  background-repeat: no-repeat;
  background-position: bottom left, center right 15px;
  background-size: auto, 15px;
}

.btn-border-arrow-right {
  background-color: #fff;
  background-image: url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 8px;
}

.btn-border-arrow-left {
  background-color: #fff;
  background-image: url("/assets/images/commons/polygon-left.svg");
  background-repeat: no-repeat;
  background-position: center left 15px;
  background-size: 8px;
}

.btn-red-arrow-right {
  color: #fff;
  border-color: #DE0910;
  background-color: #DE0910;
  background-image: url("/assets/images/commons/app.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 8px;
}

.btn-orange-arrow-right {
  color: #fff;
  border-color: #FF5E0E;
  background-color: #FF5E0E;
  background-image: url("/assets/images/commons/polygon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 8px;
}

.btn-red-lotus-bg-center {
  color: #fff;
  border-color: #FF5E0E;
  background-image: url("/assets/images/commons/bg-lotus.svg?Sdf=dsf");
  background-repeat: no-repeat;
  background-position: center;
  height: 106px;
}

.btn-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.btn-tel .txt-tel {
  font-size: 3.2rem;
  padding-left: 30px;
  background-image: url("/assets/images/commons/phone-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 22px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .btn-tel .txt-tel {
    font-size: 2.4rem;
    background-size: 16px;
    padding-left: 25px;
  }
}

.btn-tfm {
  font-size: 2.4rem;
  line-height: 3.4rem;
  height: 120px;
  color: #fff;
  border-color: #FF5E0E;
  background-color: #FF5E0E;
  background-image: url("/assets/images/commons/polygon-right-white.svg"), url("/assets/images/top/tfm-btn-bg.png");
  background-repeat: no-repeat;
  background-position: center right 15px, center;
  background-size: 8px, auto;
}

.btn560 {
  max-width: 560px;
}

.btn100per {
  max-width: 100%;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-hover:hover {
  opacity: 0.8;
  cursor: pointer;
}

.banner-height140 {
  height: 140px !important;
}

.banner {
  height: 280px;
  margin-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner .txt-banner p {
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 1080px) {
  .banner {
    margin-top: 76px;
  }
}
@media only screen and (max-width: 750px) {
  .banner {
    height: 150px;
    margin-top: 54px;
  }
}
.banner h1 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  .banner h1 {
    font-size: 3.6rem;
  }
}

.box-bg-title-subtitle {
  background-image: url("/assets/images/top/authenic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}

.box-bg-txthead {
  background-position-y: 80px !important;
  background-position-x: center !important;
}

.box-bg-subhead {
  background-position-y: 0px !important;
  background-position-x: center !important;
}

.box-bg-repeat-y {
  background-repeat: repeat-y !important;
}

.box-bg-white-corner-flower {
  padding: 4px;
  background-color: #fff;
  background-image: url("/assets/images/top/tfm-path-topleft.svg"), url("/assets/images/top/tfm-path-btmright.svg");
  background-repeat: no-repeat;
  background-position: top 7px left 7px, bottom 7px right 7px;
  background-size: 70px;
}
@media only screen and (max-width: 750px) {
  .box-bg-white-corner-flower {
    width: 100%;
  }
}
.box-bg-white-corner-flower .tfm-list-box {
  height: 100%;
  padding: 35px 10px;
  border: 1px solid #FF5E0E;
}

.menu_link01 .column-link ul li:nth-child(1) {
  border: 1px solid #FF5E0E;
}
.menu_link01 .column-link ul li:nth-child(1) .btn-border-arrow-right {
  background-image: url("/assets/images/commons/polygon-right-white.svg");
}
.menu_link01 .column-link ul li:nth-child(1) a {
  background-color: #FF5E0E;
  color: #fff;
}

.menu_link02 .column-link ul li:nth-child(2) {
  border: 1px solid #FF5E0E;
}
.menu_link02 .column-link ul li:nth-child(2) .btn-border-arrow-right {
  background-image: url("/assets/images/commons/polygon-right-white.svg");
}
.menu_link02 .column-link ul li:nth-child(2) a {
  background-color: #FF5E0E;
  color: #fff;
}

.menu_link03 .column-link ul li:nth-child(3) {
  border: 1px solid #FF5E0E;
}
.menu_link03 .column-link ul li:nth-child(3) .btn-border-arrow-right {
  background-image: url("/assets/images/commons/polygon-right-white.svg");
}
.menu_link03 .column-link ul li:nth-child(3) a {
  background-color: #FF5E0E;
  color: #fff;
}

.menu_link04 .column-link ul li:nth-child(4) {
  border: 1px solid #FF5E0E;
}
.menu_link04 .column-link ul li:nth-child(4) .btn-border-arrow-right {
  background-image: url("/assets/images/commons/polygon-right-white.svg");
}
.menu_link04 .column-link ul li:nth-child(4) a {
  background-color: #FF5E0E;
  color: #fff;
}

.column-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1.14%;
  margin-top: -1.14%;
}
@media only screen and (max-width: 750px) {
  .column-link ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.column-link ul li {
  width: 23.86%;
  background: #fff;
  text-align: center;
  border: 1px solid #291100;
  margin-right: 1.14%;
  margin-top: 1.14%;
}
@media only screen and (max-width: 750px) {
  .column-link ul li {
    width: 48.09%;
  }
}
.column-link ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  height: 100%;
  padding: 12px 30px 12px 30px;
}
@media only screen and (max-width: 600px) {
  .column-link ul li a {
    padding: 12px 30px 12px 10px;
    letter-spacing: -2px;
    font-size: 1.2rem;
  }
  .column-link ul li a br {
    display: none;
  }
}

.scroll-down {
  background: #fff;
  margin-top: 25px;
}
.scroll-down ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.scroll-down ul li {
  width: 20.113%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul li {
    width: 49.9%;
  }
}
.scroll-down ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 830px) {
  .scroll-down ul li a {
    font-size: 1.4rem;
  }
}
.scroll-down ul li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 1px;
  height: 28px;
  background-color: #000;
}
.scroll-down ul li:first-child:before {
  content: inherit;
}
@media only screen and (max-width: 750px) {
  .scroll-down ul li:nth-child(3):before, .scroll-down ul li:nth-child(5):before {
    content: inherit;
  }
}

.scroll-down-nextlink > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .scroll-down-nextlink > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.scroll-down-nextlink > ul > li {
  width: 33.33%;
  border-top: 1px solid #291100;
  border-bottom: 1px solid #291100;
  border-left: 1px solid #291100;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .scroll-down-nextlink > ul > li {
    width: 100%;
    border-bottom: 0px solid #291100;
    border-right: 1px solid #291100;
  }
}
.scroll-down-nextlink > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px;
  padding-bottom: 25px;
  height: 100%;
  background-image: url("/assets/images/commons/polygon-down.svg");
  background-repeat: no-repeat;
  background-position: center bottom 10px;
}
.scroll-down-nextlink > ul > li a h3 {
  font-size: 2rem;
  font-weight: bold;
}
.scroll-down-nextlink > ul > li a p {
  font-weight: bold;
}
.scroll-down-nextlink > ul .next-page {
  background: #DE0910;
  border-top: 1px solid #DE0910;
  border-bottom: 1px solid #DE0910;
  border-left: 1px solid #DE0910;
}
.scroll-down-nextlink > ul .next-page a,
.scroll-down-nextlink > ul .next-page .next-page__btn {
  color: #fff;
  font-size: 2rem;
  padding: 15px;
  padding-bottom: 15px;
  background-image: url("/assets/images/commons/polygon-right-white.svg");
  background-repeat: no-repeat;
  background-position: center right 15px;
}
.scroll-down-nextlink > ul .next-page .next-page__btn {
  height: 100%;
  width: 100%;
}
.scroll-down-nextlink > ul .next-page .next-page__btn button {
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.btn-next-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-next-prev a {
  font-size: 1.3rem;
}
.btn-next-prev .next-btn {
  max-width: 180px;
  width: 100%;
}
.btn-next-prev .next-btn a {
  background-position: center right 10px;
}
.btn-next-prev .prev-btn {
  max-width: 180px;
  width: 100%;
}
.btn-next-prev .prev-btn a {
  background-position: center left 10px;
}
.btn-next-prev .center-btn {
  max-width: 440px;
  width: 100%;
}
.btn-next-prev .center-btn a {
  background-position: center right 10px;
}
@media only screen and (max-width: 750px) {
  .btn-next-prev .center-btn {
    margin-right: 10px;
    margin-left: 10px;
  }
}

.list-detail-tfm {
  padding: 0 30px;
}
.list-detail-tfm h4 {
  color: #AC0006;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  .list-detail-tfm h4 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.list-detail-tfm p {
  text-align: left !important;
}

.list-detail-tfm + .list-detail-tfm {
  margin-top: 35px;
}

.content-thumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.046%;
  margin-top: -2.046%;
}
@media only screen and (max-width: 600px) {
  .content-thumb ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content-thumb ul li {
  width: 31.289%;
  margin-right: 2.046%;
  margin-top: 2.046%;
}
@media only screen and (max-width: 750px) {
  .content-thumb ul li {
    width: 47%;
  }
}
.content-thumb ul li .txt-thumb {
  margin-top: 5px;
}
.content-thumb ul li .txt-thumb p {
  text-align: center;
}
.content-thumb .content-thumb-just-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

@media only screen and (max-width: 750px) {
  .breadcrumb {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    overflow: auto;
  }
}
.breadcrumb .breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .breadcrumb .breadcrumb-list {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.breadcrumb .breadcrumb-list li {
  font-size: 1.2rem;
  position: relative;
}
.breadcrumb .breadcrumb-list li + li {
  padding-left: 20px;
  color: #282828;
}
.breadcrumb .breadcrumb-list li + li:before {
  content: ">";
  position: absolute;
  left: 6px;
  top: -1px;
}
.breadcrumb .breadcrumb-list li:last-child {
  font-weight: bold;
}
.breadcrumb .breadcrumb-list li a {
  text-decoration: underline;
}

/* Footer */
footer {
  color: #fff;
  background-color: #291100;
}
footer .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 830px) {
  footer .footer {
    display: block;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer {
    padding-bottom: 20px;
  }
}
footer .footer .footer-left {
  max-width: 204px;
  min-width: 204px;
}
@media only screen and (max-width: 830px) {
  footer .footer .footer-left {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer .footer-left .footer-cer {
  margin-top: 25px;
}
footer .footer .footer-left .footer-cer ul li .footer-cer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
}
footer .footer .footer-left .footer-cer ul li .footer-cer-box .cer-img {
  max-width: 64px;
  min-width: 64px;
}
footer .footer .footer-left .footer-cer ul li .footer-cer-box .cer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
footer .footer .footer-right {
  width: 100%;
  padding-left: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 830px) {
  footer .footer .footer-right {
    padding-top: 40px;
    padding-left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right {
    display: block;
  }
}
@media only screen and (max-width: 830px) {
  footer .footer .footer-right ul {
    width: auto !important;
  }
}
footer .footer .footer-right ul li {
  background-image: url("/assets/images/commons/polygon-right-white.svg");
  background-repeat: no-repeat;
  background-position: top 9px left;
  background-size: 5px;
  padding-left: 10px;
}
footer .footer .footer-right ul li a {
  display: table;
  color: #fff;
  font-weight: bold;
}
footer .footer .footer-right ul li ul {
  width: 100% !important;
  margin-top: 10px;
  padding-left: 10px;
}
footer .footer .footer-right ul li ul li {
  position: relative;
  background-image: none;
  padding-left: 15px;
}
footer .footer .footer-right ul li ul li a {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: normal;
}
footer .footer .footer-right ul li ul li::before {
  content: "-";
  position: absolute;
  top: -4px;
  left: 0;
  z-index: 8;
}
footer .footer .footer-right ul li ul li + li {
  margin-top: 7px;
}
footer .footer .footer-right ul li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right ul li + li {
    margin-top: 5px;
  }
}
footer .footer .footer-right ul:nth-child(1) {
  width: 18.86%;
}
footer .footer .footer-right ul:nth-child(2) {
  width: 16.64%;
}
footer .footer .footer-right ul:nth-child(3) {
  width: 33.29%;
}
footer .footer .footer-right ul:nth-child(4) {
  width: 31.18%;
}
@media only screen and (max-width: 750px) {
  footer .footer .footer-right ul + ul {
    margin-top: 5px;
  }
}
footer p.copyright {
  font-size: 1.1rem;
  line-height: 1.1rem;
  padding: 25px 0;
  text-align: center;
}

.gototop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 8;
}
.gototop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
}

.show1080 {
  display: none !important;
}
@media only screen and (max-width: 1080px) {
  .show1080 {
    display: block !important;
  }
}

.show834 {
  display: none !important;
}
@media only screen and (max-width: 830px) {
  .show834 {
    display: block !important;
  }
}

.show750 {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .show750 {
    display: block !important;
  }
}

@media only screen and (max-width: 1080px) {
  .hide1080 {
    display: none !important;
  }
}

@media only screen and (max-width: 830px) {
  .hide834 {
    display: none !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

/* Take-Out Banner */
@media only screen and (max-width: 830px) {
  #takeout-banner {
    margin-top: 4%;
  }
}
#takeout-banner .takeout-banner {
  display: block;
  background-image: url("/assets/images/top/takeout-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px;
}
@media only screen and (max-width: 750px) {
  #takeout-banner .takeout-banner {
    padding: 40px 10px;
  }
}
#takeout-banner .takeout-banner .takeout-banner-box {
  display: block;
  width: 100%;
  max-width: 545px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: rgba(255, 94, 14, 0.85);
  background-image: url("/assets/images/top/takeout-banner-path-left.svg"), url("/assets/images/top/takeout-banner-path-right.svg");
  background-repeat: no-repeat;
  background-position: left 25px center, right 25px center;
  background-size: 44px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #takeout-banner .takeout-banner .takeout-banner-box {
    background-position: left 10px center, right 10px center;
    background-size: 25px;
  }
}
#takeout-banner .takeout-banner .takeout-banner-box .takeout-banner-text {
  display: block;
  width: 100%;
  padding: 10px 60px;
  border: 1px solid #fff;
}
@media only screen and (max-width: 750px) {
  #takeout-banner .takeout-banner .takeout-banner-box .takeout-banner-text {
    padding: 10px 20px;
  }
}
#takeout-banner .takeout-banner .takeout-banner-box .takeout-banner-text h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #takeout-banner .takeout-banner .takeout-banner-box .takeout-banner-text h2 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

/* News */
#news .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news .news {
    display: block;
  }
}
#news .news .news-txthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  height: 80px;
  background-image: url("/assets/images/top/news-txthead-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 64px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-txthead {
    margin-left: auto;
    margin-right: auto;
  }
}
#news .news .news-txthead h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
}
#news .news .news-list {
  width: 100%;
  padding-left: 25px;
}
@media only screen and (max-width: 750px) {
  #news .news .news-list {
    margin-top: 20px;
    padding-left: 0;
  }
}

.news-list ul li {
  background-image: url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: top 7px left;
  background-size: 8px;
  padding-left: 17px;
}
.news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news-list ul li a p.date {
  max-width: 90px;
  min-width: 90px;
  font-size: 1.4rem;
}
.news-list ul li a h3 {
  width: 100%;
}
.news-list ul li + li {
  margin-top: 15px;
}

/* Authentic */
#authentic .authentic {
  background-image: url("/assets/images/top/authenic-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
#authentic .authentic-gall {
  margin-top: 45px;
}
#authentic .authentic-gall ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#authentic .authentic-gall ul li {
  width: 33.33%;
  padding: 1px;
}

/* foodbest */
.food-best {
  background-image: url("/assets/images/top/bg-food-best.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 125px;
}
@media only screen and (max-width: 750px) {
  .food-best {
    padding: 15px;
  }
}
.food-best .inner-food-best {
  background-image: url("/assets/images/top/inner-bg-food-best.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 70px;
}
@media only screen and (max-width: 750px) {
  .food-best .inner-food-best {
    padding: 20px 40px;
  }
}
.food-best .inner-food-best h3 {
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .food-best .inner-food-best h3 {
    font-size: 2.4rem;
  }
}

/* Variety of Thai food menu */
#tfm .tfm .tfm-list {
  margin-top: 40px;
}
#tfm .tfm .tfm-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #tfm .tfm .tfm-list ul {
    display: block;
  }
}
#tfm .tfm .tfm-list ul li {
  width: 48.5%;
  padding: 4px;
  background-color: #fff;
  background-image: url("/assets/images/top/tfm-path-topleft.svg"), url("/assets/images/top/tfm-path-btmright.svg");
  background-repeat: no-repeat;
  background-position: top 7px left 7px, bottom 7px right 7px;
  background-size: 70px;
}
@media only screen and (max-width: 750px) {
  #tfm .tfm .tfm-list ul li {
    width: 100%;
  }
}
#tfm .tfm .tfm-list ul li .tfm-list-box {
  height: 100%;
  padding: 35px 10px;
  border: 1px solid #FF5E0E;
}
#tfm .tfm .tfm-list ul li .tfm-list-box h3 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #tfm .tfm .tfm-list ul li .tfm-list-box h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#tfm .tfm .tfm-list ul li .tfm-list-box p {
  text-align: center;
}
#tfm .tfm .tfm-list ul li .tfm-list-box p span {
  font-size: 1.4rem;
}
#tfm .tfm .tfm-list ul li .tfm-list-box p + p {
  margin-top: 22px;
}
@media only screen and (max-width: 750px) {
  #tfm .tfm .tfm-list ul li .tfm-list-box p + p {
    margin-top: 15px;
  }
}
#tfm .tfm .tfm-list ul li .tfm-list-box .tfm-list-img {
  margin: 25px 0;
  padding: 0 25px;
}
@media only screen and (max-width: 750px) {
  #tfm .tfm .tfm-list ul li .tfm-list-box .tfm-list-img {
    padding: 0;
  }
}
#tfm .tfm .tfm-list ul li .tfm-list-box .tfm-list-img img {
  width: 100%;
  height: auto;
}
#tfm .tfm .tfm-list ul li .tfm-list-box .tfm-list-btn {
  margin-top: 25px;
  padding: 0 40px;
}
#tfm .tfm .tfm-list ul li .tfm-list-box .tfm-list-btn a + a {
  margin-top: 15px;
}
#tfm .tfm .tfm-list ul li.w100 {
  width: 100%;
  margin-bottom: 5%;
}
#tfm .tfm .tfm-list ul li.w100 .tfm-list-btn {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* Store */
#store .store .store-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  #store .store .store-list ul {
    display: block;
  }
}
#store .store .store-list ul li {
  width: 33.33%;
  padding: 10px;
  display: inline-table;
}
@media only screen and (max-width: 750px) {
  #store .store .store-list ul li {
    width: 100%;
    padding: 0;
  }
}
#store .store .store-list ul li a {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
}
#store .store .store-list ul li a .store-list-img img {
  width: 100%;
  height: auto;
}
#store .store .store-list ul li a h4 {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #store .store .store-list ul li a h4 {
    height: auto;
    padding: 15px 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  #store .store .store-list ul li + li {
    margin-top: 4%;
  }
}
#store .store .store-related {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(255, 94, 14, 0.1);
}
@media only screen and (max-width: 750px) {
  #store .store .store-related {
    margin-top: 4%;
    padding: 20px;
  }
}
#store .store .store-related h5 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin-bottom: 35px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #store .store .store-related h5 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#store .store .store-related ul li {
  background-color: #fff;
}
#store .store .store-related ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #store .store .store-related ul li a {
    display: block;
  }
}
#store .store .store-related ul li a .store-related-img {
  min-width: 280px;
}
@media only screen and (max-width: 750px) {
  #store .store .store-related ul li a .store-related-img {
    min-width: 100%;
  }
}
#store .store .store-related ul li a .store-related-img img {
  width: 100%;
  height: auto;
}
#store .store .store-related ul li a .store-related-text {
  width: 100%;
  padding: 20px 25px;
}
@media only screen and (max-width: 750px) {
  #store .store .store-related ul li a .store-related-text {
    padding: 20px;
  }
}
#store .store .store-related ul li a .store-related-text h6 {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
}
#store .store .store-related ul li + li {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #store .store .store-related ul li + li {
    margin-top: 20px;
  }
}
#store .contact-phone a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-content: center !important;
  background-color: #DE0910 !important;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#store .contact-phone a span {
  font-size: 1.3rem;
}
#store .contact-phone a .icon-phone {
  font-size: 2rem;
  padding-left: 22px;
  background-image: url("/assets/images/commons/phone-icon.svg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 16px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

/* Follow Us */
#follow .follow .follow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #follow .follow .follow-flex {
    display: block;
  }
}
#follow .follow .follow-flex .follow-col {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  #follow .follow .follow-flex .follow-col {
    width: 100%;
  }
}
#follow .follow .follow-flex .follow-col.line-box {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url("/assets/images/top/bg-food-best.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#follow .follow .follow-flex .follow-col.line-box .follow-media {
  background-image: url("/assets/images/top/inner-bg-food-best.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  #follow .follow .follow-flex .follow-col.line-box .follow-media {
    padding: 30px 50px;
  }
}
#follow .follow .follow-flex .follow-col.line-box p {
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #FFF;
}
@media only screen and (max-width: 750px) {
  #follow .follow .follow-flex .follow-col.line-box img {
    width: 80% !important;
    margin: auto;
  }
}
#follow .follow .follow-flex .follow-col .follow-media a {
  display: block;
}
#follow .follow .follow-flex .follow-col .follow-media img {
  width: 100%;
  height: auto;
}
#follow .follow .follow-flex .follow-col .follow-link {
  margin-top: 15px;
}
#follow .follow .follow-flex .follow-col .follow-link a {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: bold;
  background-image: url("/assets/images/commons/polygon-right.svg");
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 8px;
  padding-left: 14px;
}
@media only screen and (max-width: 750px) {
  #follow .follow .follow-flex .follow-col + .follow-col {
    margin-top: 4%;
  }
}

.banner-concept {
  background: url("/assets/images/concept/banner.jpg") center;
  background-size: cover;
}

.concept .txtsubhead {
  font-weight: normal !important;
  font-size: 2.8rem;
  margin-top: 30px;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .concept .txtsubhead {
    font-size: 2.2rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.concept .txthead-box {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .concept .content p br {
    display: none;
  }
}
.concept .content p + p {
  margin-top: 25px;
}
.concept .tfm-list-box h3 {
  font-size: 2.8rem;
  margin-bottom: 30px !important;
}
.concept .tfm-list-box h3 span {
  font-size: 3.8rem;
}
@media only screen and (max-width: 750px) {
  .concept .tfm-list-box h3 span {
    font-size: 3rem;
  }
}
.concept .tfm-list-box .detail-tfm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .concept .tfm-list-box .detail-tfm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.concept .tfm-list-box .detail-tfm .txt-detail {
  width: 60.05%;
}
@media only screen and (max-width: 750px) {
  .concept .tfm-list-box .detail-tfm .txt-detail {
    width: 100%;
    margin-top: 20px;
  }
}
.concept .tfm-list-box .detail-tfm .img-detail {
  width: 35.427%;
}
@media only screen and (max-width: 750px) {
  .concept .tfm-list-box .detail-tfm .img-detail {
    width: 100%;
  }
  .concept .tfm-list-box .detail-tfm .img-detail img {
    width: 100%;
  }
}
.concept .tfm-list-box .detail-tfm .txt-image {
  margin-top: 5px;
}
.concept .tfm-list-box .detail-tfm .txt-image p {
  text-align: center !important;
}
.concept .list-image {
  padding: 40px;
  background: #FFEEE6;
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .concept .list-image {
    padding: 15px;
  }
}
.concept .list-image h5 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.concept .list-image .list-image-thumb {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  margin-right: -2.5%;
  margin-top: -2.5%;
}
@media only screen and (max-width: 750px) {
  .concept .list-image .list-image-thumb {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-top: -4.5%;
  }
}
.concept .list-image .list-image-thumb li {
  padding: 0 !important;
  width: 22.5% !important;
  background-image: inherit !important;
  margin-right: 2.5%;
  margin-top: 2.5%;
  background: transparent !important;
}
@media only screen and (max-width: 750px) {
  .concept .list-image .list-image-thumb li {
    width: 47.5% !important;
    margin-top: 4.5%;
  }
}
.concept .list-image .list-image-thumb li img {
  width: 100%;
}
.concept .list-image .list-image-thumb li p {
  text-align: center !important;
  line-height: 1;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .concept .list-image .list-image-thumb li p {
    font-size: 1.4rem;
  }
}
.concept .list-image .list-image-thumb li p span {
  font-size: 1.2rem !important;
}
@media only screen and (max-width: 750px) {
  .concept .list-image .list-image-thumb li p span {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 750px) {
  .concept .txt-thumb {
    font-size: 1.4rem;
  }
}

.banner-menu {
  background: url("/assets/images/menu/banner.jpg") center;
  background-size: cover;
}

.list-food {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.334%;
  margin-top: -2.334%;
}
@media only screen and (max-width: 750px) {
  .list-food.slide-sp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-top: 18px !important;
    padding-bottom: 50px !important;
    margin-bottom: 0 !important;
  }
  .list-food.slide-sp .txt-detail {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .list-food.slide {
    margin: auto !important;
    margin-bottom: 80px !important;
  }
  .list-food.slide li {
    margin: 0;
  }
}
.list-food li {
  width: 31%;
  margin-right: 2.334%;
  margin-top: 2.334%;
  background: #fff;
}
@media only screen and (max-width: 600px) {
  .list-food li {
    width: 100%;
    max-width: 230px;
  }
}
.list-food li .detail-food {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-food li .detail-food .image {
  position: relative;
}
.list-food li .detail-food .image img {
  width: 100%;
}
.list-food li .detail-food .txt-detail {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .list-food li .detail-food .txt-detail {
    padding: 10px;
  }
}
.list-food li .detail-food .txt-detail .list-food-detail {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .list-food li .detail-food .txt-detail .list-food-detail {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
.list-food li .detail-food .txt-detail .list-food-sub {
  color: #FF5E0E;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .list-food li .detail-food .txt-detail .list-food-sub {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}
.list-food li .detail-food .txt-detail .detail {
  text-align: left;
}
.list-food li .detail-food .txt-detail .detail h4 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
}
@media only screen and (max-width: 750px) {
  .list-food li .detail-food .txt-detail .detail h4 {
    font-size: 1.8rem;
  }
}
.list-food li .detail-food .txt-detail .price {
  text-align: right;
  font-weight: bold;
  font-size: 2rem;
  margin-top: 10px;
}
.list-food li .detail-food .txt-detail .price span {
  font-size: 1.3rem;
  font-weight: normal;
}
.list-food li .detail-food .txt-detail .price p {
  text-align: right;
}

@media only screen and (max-width: 750px) {
  #menu-food .p_sub br {
    display: none;
  }
}
#menu-food .p_note {
  font-size: 1.3rem;
}
#menu-food .take-away-delivery .list-take-away {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -1.176%;
  margin-top: -1.176%;
}
#menu-food .take-away-delivery .list-take-away li {
  width: 32.159%;
  margin-right: 1.176%;
  margin-top: 1.176%;
  background: #15272B;
}
@media only screen and (max-width: 750px) {
  #menu-food .take-away-delivery .list-take-away li {
    width: 48%;
    margin-top: 1%;
  }
}
@media only screen and (max-width: 600px) {
  #menu-food .take-away-delivery .list-take-away li {
    width: 100%;
  }
}
#menu-food .take-away-delivery .list-take-away li a {
  height: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#menu-food .take-away-delivery .list-take-away li a .txt-delivery {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #menu-food .take-away-delivery .list-take-away li a .txt-delivery {
    font-size: 1.4rem;
  }
}
#menu-food .banner-detail-menu img {
  margin: auto;
}
@media only screen and (max-width: 750px) {
  #menu-food .take-out p br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #menu-food .sweets p br {
    display: none;
  }
}
#menu-food .list-food-cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu-food .list-food-cate li {
  margin-left: 0.5px;
  margin-right: 0.5px;
}

@media only screen and (max-width: 750px) {
  .slide-pc {
    display: none;
  }
}

.slide-sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .slide-sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.splide .splide__pagination__page {
  width: 10px !important;
  height: 10px !important;
  margin: 4px !important;
  background: #7a6d64 !important;
  opacity: 1 !important;
}
.splide .splide__pagination__page.is-active {
  background: #FF5E0E !important;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

.dinner-menu .list-food.slide,
.dessert_drink .list-food.slide {
  margin-bottom: 0px !important;
}

.circle-corner {
  top: -10px;
  left: -8px;
  position: absolute;
  background: url("/assets/images/commons/circle-orange.png");
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  font-size: 1.3rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .circle-corner {
    left: 0px;
  }
}

.dropdown-list-food-hide {
  display: none;
}

.dropdown-list-food {
  margin-top: 25px;
}
.dropdown-list-food > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.657%;
  margin-top: -2.84090909%;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.dropdown-list-food > ul > li {
  width: 47.378%;
  margin-right: 2.6%;
  margin-top: 2.84090909%;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.dropdown-list-food > ul > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dropdown-list-food > ul > li a .txt-detail {
  width: 100%;
  padding: 15px;
}
.dropdown-list-food > ul > li a .txt-detail h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul > li a .txt-detail h3 {
    font-size: 1.8rem;
  }
}
.dropdown-list-food > ul > li a .txt-detail h4 {
  font-weight: bold;
  color: #FF5E0E;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul > li a .txt-detail h4 {
    font-size: 1.3rem;
  }
}
.dropdown-list-food > ul > li a .txt-detail .price {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul > li a .txt-detail .price {
    font-size: 1.6rem;
    margin-top: 0px;
  }
}
.dropdown-list-food > ul > li a .txt-detail .price span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .dropdown-list-food > ul > li a .txt-detail .price span {
    font-size: 1.3rem;
  }
}
.dropdown-list-food > ul > li a .img-detail {
  max-width: 120px;
  width: 100%;
}

#dinner .list-food {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -2%;
  margin-right: -2%;
}
@media only screen and (max-width: 750px) {
  #dinner .list-food {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
#dinner .list-food .slick-slide {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), color-stop(100%, #ffffff), color-stop(0%, rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(180deg, transparent 0%, transparent 0%, #ffffff 100%, rgba(255, 255, 255, 0) 0%) !important;
}
#dinner .list-food.left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
#dinner .list-food li {
  margin-top: 2%;
  margin-right: 2%;
}
@media only screen and (max-width: 750px) {
  #dinner .list-food li {
    margin-top: 20px;
  }
}
#dinner .list-food li .image {
  position: relative;
}

#course .scroll-down ul li {
  width: 48%;
}

.bar-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
}
.bar-menu .bar-menu-txt {
  width: 100%;
  padding: 10px 30px 15px 15px;
}
.bar-menu .bar-menu-txt h3 {
  font-size: 2rem;
  font-weight: bold;
}
.bar-menu .bar-menu-txt h4 {
  color: #FF5E0E;
  font-weight: bold;
  margin-top: 5px;
}
@media only screen and (max-width: 750px) {
  .bar-menu .bar-menu-txt h4 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.bar-menu .bar-menu-txt .price {
  text-align: right;
  margin-top: 5px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .bar-menu .bar-menu-txt .price {
    text-align: left;
  }
}
.bar-menu .bar-menu-txt .price span {
  font-size: 1.3rem;
}
.bar-menu .bar-menu-img {
  max-width: 120px;
  width: 100%;
}

.list-section-course .btn-box {
  margin-top: 0;
}
.list-section-course > li + li {
  margin-top: 40px;
}

.list-course-drop-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-course-drop-down h3 {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .list-course-drop-down h3 {
    font-size: 1.6rem;
  }
}
.list-course-drop-down h3 span {
  font-size: 1.3rem;
}
.list-course-drop-down > li {
  background: transparent !important;
}
.list-course-drop-down > li .detail-drop-down > ul {
  margin-top: 10px;
}
.list-course-drop-down .list-right {
  margin-right: 0;
}

.banner-takeout {
  background: url("/assets/images/takeout/banner.jpg") center;
  background-size: cover;
}
.banner-takeout h1 {
  text-align: center;
  line-height: 1;
}
.banner-takeout h1 span {
  font-size: 3rem;
}
@media only screen and (max-width: 600px) {
  .banner-takeout h1 span {
    font-size: 2rem;
  }
}

.step-list-takeout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .step-list-takeout ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.step-list-takeout ul li {
  width: 32.0636364%;
}
@media only screen and (max-width: 600px) {
  .step-list-takeout ul li {
    width: 100%;
  }
}
.step-list-takeout ul li h3 {
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.step-list-takeout ul li .img-step {
  position: relative;
  margin-top: 5px;
  border: 1px solid #672B00;
}
.step-list-takeout ul li .img-step:after {
  content: url("/assets/images/commons/arrow-step.svg");
  position: absolute;
  right: -13px;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}
@media only screen and (max-width: 600px) {
  .step-list-takeout ul li .img-step:after {
    content: url("/assets/images/commons/arrow-step-down.svg");
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: inherit;
    top: inherit;
  }
}
.step-list-takeout ul li:last-child .img-step:after {
  content: "";
}
@media only screen and (max-width: 600px) {
  .step-list-takeout ul li + li {
    margin-top: 30px;
  }
}

.list-numeric > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2.27%;
  margin-top: -2.27%;
}
.list-numeric > ul .active {
  border: 2px solid #FF5E0E;
}
.list-numeric > ul > li {
  width: 47.5%;
  margin-right: 2.27%;
  margin-top: 2.27%;
  border: 2px solid transparent;
  cursor: pointer;
}
.list-numeric > ul > li .frame-white-numeric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-white-numeric {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.list-numeric > ul > li .frame-numeric {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 68.719%;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-numeric {
    width: 100%;
  }
}
.list-numeric > ul > li .frame-numeric h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-numeric h3 {
    font-size: 1.8rem;
  }
}
.list-numeric > ul > li .frame-numeric h4 {
  font-size: 1.3rem;
  color: #672B00;
  line-height: 1.6;
  margin-top: 15px;
}
.list-numeric > ul > li .frame-numeric > ul {
  margin-top: 5px;
}
.list-numeric > ul > li .frame-numeric > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-numeric > ul > li {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.list-numeric > ul > li .frame-numeric > ul > li .num-input {
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  width: 44px;
  text-align: left;
  padding-left: 10px;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-numeric > ul > li .num-input {
    width: 80px;
    height: 40px;
  }
}
.list-numeric > ul > li .frame-numeric > ul > li + li {
  margin-top: 6px;
}
.list-numeric > ul > li .frame-numeric .detail-numeric {
  margin-right: 15px;
  font-weight: bold;
}
.list-numeric > ul > li .frame-numeric .detail-numeric span:nth-child(2) {
  margin-left: 15px;
}
.list-numeric > ul > li .frame-numeric .detail-numeric .tax-in-price {
  color: #94887f;
}
.list-numeric > ul > li .frame-numeric .sum-numeric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-numeric > ul > li .frame-numeric .sum-numeric .num-input {
  margin-right: 5px;
}
.list-numeric > ul > li .frame-numeric .sum-numeric span {
  font-weight: bold;
}
.list-numeric > ul > li .frame-img {
  width: 28.037%;
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .list-numeric > ul > li .frame-img img {
    width: 100%;
  }
}

.active-choose {
  border: 2px solid #FF5E0E !important;
}

#takeout .banner-delivery {
  display: block;
  background-image: url("/assets/images/takeout/banner-delivery.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 45px;
  margin: 30px 0;
  background-position: center;
}
@media only screen and (max-width: 750px) {
  #takeout .banner-delivery {
    padding: 20px 10px;
    margin: 20px 0 0;
    background-position: left 7% center;
  }
}
#takeout .banner-delivery .takeout-banner-text {
  display: block;
  width: 100%;
  padding: 10px 60px;
}
@media only screen and (max-width: 750px) {
  #takeout .banner-delivery .takeout-banner-text {
    padding: 10px 20px;
  }
}
#takeout .banner-delivery .takeout-banner-text h2 {
  font-size: 3rem;
  line-height: 3.4rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #takeout .banner-delivery .takeout-banner-text h2 {
    font-size: 2rem;
    line-height: 3rem;
    text-align: left;
    width: 77%;
    margin-left: 20%;
  }
}
#takeout .bento {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -1rem;
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #takeout .bento {
    margin: auto;
  }
}
#takeout .bento li {
  margin: 0 1rem;
  width: 40%;
}
@media only screen and (max-width: 750px) {
  #takeout .bento li {
    width: 100%;
    margin: inherit;
    margin-top: 20px;
  }
}
#takeout .bento li img {
  width: 100%;
}
#takeout .bento li .remark-img {
  text-align: right;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  #takeout .bento {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#takeout .store-related {
  margin-top: 40px;
  padding: 40px;
  background-color: rgba(255, 94, 14, 0.1);
}
@media only screen and (max-width: 600px) {
  #takeout .store-related {
    margin-top: 20px;
    padding: 20px;
  }
}
#takeout .store-related h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
}
#takeout .store-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-top: -20px;
}
#takeout .store-list > ul > li {
  width: 30%;
  margin-right: 20px;
  margin-top: 20px;
  padding: 0;
}
@media only screen and (max-width: 750px) {
  #takeout .store-list > ul > li {
    width: 100%;
  }
}
#takeout .store-list > ul > li h4 {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #takeout .store-list > ul > li .store-list-img img {
    width: 100%;
  }
}
#takeout .store-list > ul > li .open-store-map {
  padding: 10px;
  min-height: 130px;
}
@media only screen and (max-width: 750px) {
  #takeout .store-list > ul > li .open-store-map {
    min-height: inherit;
  }
}
#takeout .store-list > ul > li .open-store-map > ul {
  margin-top: 5px;
}
#takeout .store-list > ul > li .open-store-map > ul li a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#takeout .store-list > ul > li .open-store-map > ul li a i {
  margin-right: 5px;
}
#takeout .store-list > ul > li .dalivery img {
  width: 100%;
}

.custom-num {
  position: relative;
}

.menu-list-select h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .menu-list-select h3 {
    font-size: 2rem;
  }
}

.section-choose + .section-choose {
  margin-top: 50px;
}

.count-section {
  padding: 35px 80px 35px 35px;
  margin-top: 57px;
}
@media only screen and (max-width: 750px) {
  .count-section {
    margin-top: 30px;
    padding: 20px;
  }
}
.count-section .all-sum {
  text-align: right;
}
.count-section .vat {
  text-align: right;
  margin-top: 5px;
}
.count-section .count-price {
  text-align: right;
  margin-top: 5px;
}

.row-menu-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 15px 17px 15px;
  border-top: 1px solid #FF5E0E;
}
.row-menu-list > ul > li .name-food {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .row-menu-list > ul > li .name-food {
    margin-right: 15px;
  }
}
.row-menu-list > ul > li .price-sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 108px;
}
@media only screen and (max-width: 750px) {
  .row-menu-list > ul > li .price-sum {
    min-width: 75px;
  }
}
.row-menu-list > ul > li:last-child {
  border-bottom: 1px solid #FF5E0E;
}

#takeout-form .store-list-box {
  display: block;
  border: 2px solid transparent;
  position: relative;
}
#takeout-form .store-list-box .icon-check-store {
  display: none;
  position: absolute;
}
#takeout-form .store-list-active {
  border: 2px solid #FF5E0E;
}
#takeout-form .store-list-active .icon-check-store {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#takeout-form .section + .section {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #takeout-form .section + .section {
    margin-top: 40px;
  }
}
#takeout-form #takeout .store-list > ul > li h4 {
  height: 40px;
  font-size: 1.6rem;
  line-height: 1.6;
}
#takeout-form .container-checkbox {
  padding-left: 0px;
  padding-right: 30px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
#takeout-form .container-checkbox .checkmark-checkbox {
  left: inherit;
  right: 0;
}

.mark-store {
  margin-top: 20px;
}
.mark-store > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.store-select {
  padding: 40px;
}
@media only screen and (max-width: 750px) {
  .store-select {
    padding: 20px;
  }
}
.store-select > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.store-select > ul > li .store-choose {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li .store-choose {
    text-align: left;
    margin-bottom: 20px;
  }
}
.store-select > ul > li .store-choose p {
  font-size: 2.4rem;
  width: 230px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li .store-choose p {
    font-size: 2rem;
  }
}
.store-select > ul > li .time-choose {
  text-align: right;
  padding-right: 15px;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li .time-choose {
    text-align: left;
    margin-bottom: 15px;
    padding-right: 0px;
  }
}
.store-select > ul > li .time-choose p {
  font-size: 2.4rem;
  width: 230px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li .time-choose p {
    font-size: 2rem;
  }
}
.store-select > ul > li + li {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .store-select > ul > li + li {
    margin-top: 30px;
  }
}

.select-store-choose .select-custom-store {
  border: 1px solid #291100;
  height: 56px;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .select-store-choose .select-custom-store {
    height: 40px;
    font-size: 1.6rem;
    padding: 5px;
  }
}

.select-time-choose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.select-time-choose .day {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .select-time-choose .day {
    font-size: 1.6rem;
  }
}
.select-time-choose .timepicker {
  border: 1px solid #291100;
  width: 100%;
  height: 56px;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 18px;
  padding-right: 25px;
  background-image: url("/assets/images/commons/arrow-up-down.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.6em auto, 100%;
  font-family: YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
}
@media only screen and (max-width: 750px) {
  .select-time-choose .timepicker {
    height: 40px;
    font-size: 1.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.customer-information {
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  .customer-information {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.customer-information > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.customer-information > ul > li .name-txt, .customer-information > ul > li .phone-txt, .customer-information > ul > li .email-txt {
  font-size: 2.4rem;
  font-weight: bold;
  min-width: 130px;
  text-align: right;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  .customer-information > ul > li .name-txt, .customer-information > ul > li .phone-txt, .customer-information > ul > li .email-txt {
    font-size: 2rem;
  }
}
.customer-information > ul > li .name-input, .customer-information > ul > li .email-input {
  width: 100%;
}
.customer-information > ul > li .name-input input, .customer-information > ul > li .email-input input {
  width: 100%;
  height: 56px;
  border: 1px solid #707070;
  font-size: 2.4rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  .customer-information > ul > li .name-input input, .customer-information > ul > li .email-input input {
    height: 40px;
  }
}
.customer-information > ul > li .phone-input {
  width: 100%;
}
.customer-information > ul > li .phone-input input {
  max-width: 280px;
  width: 100%;
  height: 56px;
  border: 1px solid #707070;
  font-size: 2.4rem;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  .customer-information > ul > li .phone-input input {
    height: 40px;
  }
}
.customer-information > ul > li .txt-error {
  font-size: 1.8rem;
  color: #DE0910;
  font-weight: bold;
  margin-top: 5px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .customer-information > ul > li .txt-error {
    font-size: 1.4rem;
  }
}
.customer-information > ul > li + li {
  margin-top: 15px;
}
.customer-information .error .txt-error {
  display: block;
}
.customer-information .error.name-input input, .customer-information .error.phone-input input, .customer-information .error.email-input input {
  border: 2px solid #DE0910;
}
.customer-information .agree-css {
  margin-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  .customer-information .agree-css {
    margin-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.customer-information .privacy-policy {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .customer-information .privacy-policy {
    margin-top: 20px;
  }
}
.customer-information .privacy-policy h3 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.customer-information .privacy-policy .frame-txt-privacy-policy {
  margin-top: 25px;
  height: 155px;
  overflow: auto;
  background-color: #F2F2F2;
  padding: 20px 25px;
  font-size: 1.3rem;
}

.takeout-confirm .store-list-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border: 2px solid #ff5e0e !important;
}
.takeout-confirm .store-list-box .icon-check-store {
  display: block !important;
  top: 0;
  right: 0;
}
.takeout-confirm .store-list > ul > li {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100% !important;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-list > ul > li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.takeout-confirm .store-list > ul > li .open-store-map {
  margin-left: 30px;
  padding-top: 0 !important;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-list > ul > li .open-store-map {
    margin-left: 0px;
    padding-top: 20px !important;
  }
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-select > ul > li {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.takeout-confirm .store-select > ul > li + li {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-select > ul > li + li {
    margin-top: 20px;
  }
}
.takeout-confirm .store-select > ul > li .store-choose {
  padding-right: 0px !important;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-select > ul > li .store-choose p {
    width: 150px !important;
    font-size: 1.6rem;
  }
}
.takeout-confirm .store-select > ul > li .time-choose {
  padding-right: 0px !important;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-select > ul > li .time-choose p {
    width: 120px !important;
    font-size: 1.6rem;
  }
}
.takeout-confirm .select-store-choose {
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-store-choose {
    margin-left: 5px;
  }
}
.takeout-confirm .select-store-choose p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-store-choose p {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.takeout-confirm .select-time-choose {
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-time-choose {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-time-choose .day {
    margin-right: 0px;
  }
}
.takeout-confirm .select-time-choose p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-time-choose p {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .select-time-choose .time-picker p {
    font-size: 1.6rem;
    font-weight: normal;
  }
}
.takeout-confirm .time-picker p {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .store-select > ul > li + li {
    margin-top: 15px;
  }
}
.takeout-confirm .customer-information {
  padding-right: 0px;
  padding-left: 0px;
}
.takeout-confirm .customer-information > ul > li .name-txt, .takeout-confirm .customer-information > ul > li .phone-txt, .takeout-confirm .customer-information > ul > li .email-txt, .takeout-confirm .customer-information > ul > li .privacy-policy-txt {
  min-width: 220px;
  text-align: right;
  margin-right: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .customer-information > ul > li .name-txt, .takeout-confirm .customer-information > ul > li .phone-txt, .takeout-confirm .customer-information > ul > li .email-txt, .takeout-confirm .customer-information > ul > li .privacy-policy-txt {
    font-size: 1.8rem;
    min-width: 155px;
    letter-spacing: -1px;
  }
}
.takeout-confirm .customer-information > ul > li .name-input, .takeout-confirm .customer-information > ul > li .phone-input, .takeout-confirm .customer-information > ul > li .email-input, .takeout-confirm .customer-information > ul > li .privacy-policy-input {
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  .takeout-confirm .customer-information > ul > li .name-input, .takeout-confirm .customer-information > ul > li .phone-input, .takeout-confirm .customer-information > ul > li .email-input, .takeout-confirm .customer-information > ul > li .privacy-policy-input {
    font-size: 1.6rem;
  }
}

.banner-new {
  background: url("/assets/images/news/banner.jpg") center;
  background-size: auto;
}

.news-list h3 i {
  display: inline-block;
}
.news-list h3 i img {
  padding-top: 1px;
}
.news-list #NewsLists li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.txt-section-line {
  border-bottom: 2px solid #000;
  padding-bottom: 25px;
}
.txt-section-line h2 {
  font-size: 3.2rem;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .txt-section-line h2 {
    font-size: 2.4rem;
  }
}
.txt-section-line .date-new {
  margin-top: 10px;
}

.section-detail-news h3 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 750px) {
  .section-detail-news h3 {
    font-size: 2.2rem;
  }
}
.section-detail-news .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-detail-news .just-spacebetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-detail-news .col-1 {
  margin-left: auto;
  margin-right: auto;
}
.section-detail-news .max405 {
  max-width: 405px;
  width: 100%;
}
.section-detail-news .max420 {
  max-width: 420px;
  width: 100%;
}
.section-detail-news .max540 {
  max-width: 540px;
}
.section-detail-news strong {
  font-weight: bold;
}
.section-detail-news em {
  font-style: italic;
}
.section-detail-news ul li {
  list-style-type: disc;
}
.section-detail-news ol li {
  list-style-type: decimal;
}
.section-detail-news a {
  -webkit-text-decoration: underline #291100;
          text-decoration: underline #291100;
}
.section-detail-news .img-new img {
  margin: 0 auto;
}

.banner-shop {
  background: url("/assets/images/shop/banner.jpg") center;
  background-size: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-shop h1 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 750px) {
  .banner-shop h1 {
    font-size: 2rem;
  }
}
.banner-shop p {
  color: #fff;
  margin-top: 15px;
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .banner-shop p {
    font-size: 2.8rem;
    margin-top: 10px;
  }
}

.section-shop-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .section-shop-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section-shop-detail .image-shop {
  width: 48.865%;
}
@media only screen and (max-width: 750px) {
  .section-shop-detail .image-shop {
    width: 100%;
  }
}
.section-shop-detail .txt-shop {
  width: 46.365%;
}
@media only screen and (max-width: 750px) {
  .section-shop-detail .txt-shop {
    width: 100%;
    margin-top: 20px;
  }
}

.btn-delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-delivery a {
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}
@media only screen and (max-width: 750px) {
  .btn-delivery a {
    max-width: 120px;
  }
}

#shop .tfm-list-box {
  padding: 40px 30px;
}
@media only screen and (max-width: 750px) {
  #shop .tfm-list-box {
    padding: 30px 15px;
  }
}
#shop .list-detail-shop h3 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  #shop .list-detail-shop h3 {
    font-size: 2.4rem;
  }
}
#shop .list-detail-shop ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#shop .list-detail-shop ul li .title-row {
  text-align: right;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  #shop .list-detail-shop ul li .title-row {
    margin-right: 10px;
  }
}
#shop .list-detail-shop ul li .title-row p {
  min-width: 170px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #shop .list-detail-shop ul li .title-row p {
    min-width: 110px;
    font-size: 1.6rem;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 750px) {
  #shop .list-detail-shop ul li .detail-row p {
    font-size: 1.4rem;
  }
}
#shop .list-detail-shop ul li .detail-row p a {
  text-decoration: underline;
}
#shop .list-detail-shop ul li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #shop .map-shop iframe {
    height: 300px;
  }
}

.list-policy > li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .list-policy > li + li {
    margin-top: 20px;
  }
}
.list-policy > li h4 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.list-policy > li p {
  line-height: 1.6;
}
.list-policy > li .sub-list {
  margin-left: 30px;
}
.list-policy > li .sub-list li {
  list-style: disc;
}

#dessert-drink #content02 .dropdown-list-food-hide, #dessert-drink #content03 .dropdown-list-food-hide {
  display: block;
}
@media only screen and (max-width: 750px) {
  #dessert-drink .list-food.slide li {
    margin-top: 15px;
  }
  #dessert-drink .list-food.slide .slick-slide {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, transparent), color-stop(100%, #ffffff), color-stop(0%, rgba(255, 255, 255, 0))) !important;
    background: linear-gradient(180deg, transparent 0%, transparent 0%, #ffffff 100%, rgba(255, 255, 255, 0) 0%) !important;
  }
}

.btn-menu-pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .btn-menu-pdf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-menu-pdf a {
  width: 48% !important;
}
@media only screen and (max-width: 750px) {
  .btn-menu-pdf a {
    width: 100% !important;
  }
}

.banner-contact {
  background: url("/assets/images/contact/banner.jpg") center;
  background-size: auto;
}

@media only screen and (max-width: 600px) {
  .flex-row-sp {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-row-sp .input-contact {
    margin-top: 0px;
  }
  .flex-row-sp .txt-contact p {
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    min-width: max-content !important;
  }
}

.input-w100per {
  width: 100%;
}

.input-w120px {
  max-width: 120px;
}
@media only screen and (max-width: 750px) {
  .input-w120px {
    max-width: 100%;
    width: 100% !important;
  }
}

.input-w280px {
  max-width: 280px;
}
@media only screen and (max-width: 750px) {
  .input-w280px {
    max-width: 100%;
    width: 100% !important;
  }
}

.input-contact {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .input-contact {
    margin-top: 15px;
  }
}

.input-custom {
  height: 56px;
  border: 1px solid #291100;
  font-size: 1.8rem;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .input-custom {
    font-size: 1.6rem;
    height: 40px;
  }
}

.select-custom {
  height: 56px;
  font-size: 1.8rem;
  padding: 0 20px;
}
@media only screen and (max-width: 750px) {
  .select-custom {
    font-size: 1.6rem;
    height: 40px;
  }
}
.select-custom:invalid {
  color: rgba(41, 17, 0, 0.6);
}

.select-placeholder {
  display: none;
}

.input-placeholder {
  /* IE */
  /* Edge */
}
.input-placeholder::-webkit-input-placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder::-moz-placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder:-ms-input-placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder::-ms-input-placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder::placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder:-ms-input-placeholder {
  color: rgba(41, 17, 0, 0.6);
}
.input-placeholder::-ms-input-placeholder {
  color: rgba(41, 17, 0, 0.6);
}

.error .txt-error {
  display: block;
}
.error .input-custom {
  border: 2px solid #DE0910;
}
.error .textarea-custom {
  border: 2px solid #DE0910;
}
.error .select-css {
  border: 2px solid #DE0910;
}
.error .agree-css {
  border: 2px solid #DE0910;
}

.txt-error {
  font-size: 1.8rem;
  color: #DE0910;
  font-weight: bold;
  margin-top: 5px;
  display: none;
}
@media only screen and (max-width: 750px) {
  .txt-error {
    font-size: 1.4rem;
  }
}

.textarea-custom {
  height: 280px;
  border: 1px solid #000;
  font-size: 1.8rem;
  padding: 10px 20px;
}
@media only screen and (max-width: 750px) {
  .textarea-custom {
    height: 180px;
    font-size: 1.6rem;
  }
}

#contact .contact > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact .contact > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contact .contact > ul > li .txt-contact {
  text-align: right;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #contact .contact > ul > li .txt-contact {
    text-align: left;
  }
}
#contact .contact > ul > li .txt-contact p {
  min-width: 240px;
  font-size: 2.4rem;
  margin-top: 15px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #contact .contact > ul > li .txt-contact p {
    font-size: 2rem;
    margin-top: 0px;
  }
}
#contact .contact > ul > li .label-required {
  position: relative;
}
#contact .contact > ul > li .label-required::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: -76px;
  width: 56px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 24px;
  background-color: #DE0910;
  color: #ffffff;
  border-radius: 30px;
  text-align: center;
  font-size: 1.3rem;
}
@media only screen and (max-width: 750px) {
  #contact .contact > ul > li .label-required {
    padding-left: 76px;
  }
  #contact .contact > ul > li .label-required::before {
    left: 0;
  }
}
#contact .contact > ul > li + li {
  margin-top: 25px;
}
#contact .container-checkbox {
  margin-right: auto;
  margin-left: auto;
  margin-top: 25px;
}
#contact .contact-confirm > ul > li .txt-contact p {
  margin-top: 0px;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  #contact .contact-confirm > ul > li .txt-contact p {
    min-width: inherit !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 1.8rem;
  }
}
#contact .contact-confirm > ul > li + li {
  margin-top: 30px;
}
#contact .contact-confirm .input-contact p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 750px) {
  #contact .contact-confirm .input-contact p {
    font-size: 1.6rem;
  }
}
/*# sourceMappingURL=global.css.map */