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

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

@media screen and (min-width: 768px) {
  body.order {
    background-color: #EFEBE8;
  }
}
@media screen and (max-width: 767px) {
  body.order {
    background-color: #E5E0D2;
  }
}
@media screen and (min-width: 768px) {
  body.order div.title {
    padding: 200px 50px 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.title {
    padding: 29.3333333333vw 8.6666666667vw 16vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.title > .c_tit {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.order div.title > .c_tit {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body.order div.title > .c_tit h2 {
    line-height: 1;
  }
}
body.order div.title > .c_tit p {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  body.order div.title > .c_tit p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.title > .c_tit p {
    text-align: center;
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.title > .c_tit .c_btn1 {
    margin: 40px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.title > .c_tit .c_btn1 {
    margin: 13.3333333333vw auto 0;
  }
}
body.order div.contents .tab_btns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns {
    gap: 0 10px;
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns {
    gap: 0 1.9565217391vw;
    margin: 10.6666666667vw 0 0;
  }
}
body.order div.contents .tab_btns .tab_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #bfb390;
  transition: 0.4s;
  color: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn {
    max-width: 524px;
    width: 100%;
    height: 84px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn {
    width: 100%;
    height: 12vw;
    gap: 0 0.6666666667vw;
  }
}
body.order div.contents .tab_btns .tab_btn.is-active {
  background-color: #b8a056;
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn:nth-of-type(1) > span.icon img {
    width: 60px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn:nth-of-type(1) > span.icon img {
    width: 8.5333333333vw;
    margin-left: -0.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn:nth-of-type(2) > span.icon img {
    width: 64px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn:nth-of-type(2) > span.icon img {
    width: 8.5333333333vw;
    margin-left: -0.4vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn div.set {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn div.set {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
  }
}
body.order div.contents .tab_btns .tab_btn span {
  font-weight: bold;
}
body.order div.contents .tab_btns .tab_btn span.st {
  font-family: "Lato", serif;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn span.st {
    margin: 0 8px 0 12px;
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.order div.contents .tab_btns .tab_btn span.st {
    margin: 0 8px 0 12px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn span.st {
    font-size: 4vw;
  }
}
body.order div.contents .tab_btns .tab_btn span.sm {
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width: 768px) {
  body.order div.contents .tab_btns .tab_btn span.sm {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents .tab_btns .tab_btn span.sm {
    font-size: 2.4vw;
  }
}
body.order div.contents div.tab_cont .cont {
  display: none;
}
body.order div.contents div.tab_cont .cont.show {
  display: block;
}
@media screen and (min-width: 768px) {
  body.order div.contents div.tab_cont .cont > div.main {
    max-width: 640px;
    margin: 0px auto;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents div.tab_cont .cont > div.main {
    border-radius: 1.0869565217vw;
    margin: 0 auto;
  }
}
body.order div.contents div.tab_cont .cont > div.main > p.text {
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  body.order div.contents div.tab_cont .cont > div.main > p.text {
    text-align: center;
    margin: 60px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents div.tab_cont .cont > div.main > p.text {
    margin: 8vw 0;
    font-size: 3.4666666667vw;
  }
}
body.order div.contents div.tab_cont .cont > div.main > p.text span {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
body.order div.contents form label {
  display: block;
}
@media screen and (min-width: 768px) {
  body.order div.contents form label {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form label {
    font-size: 3.3333333333vw;
  }
}
body.order div.contents form div.main label {
  border-bottom: 3px solid #b8a056;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main label + label {
    margin: 45px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label + label {
    margin: 8vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main label + label.mt {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label + label.mt {
    margin: 13.3333333333vw 0 0;
  }
}
body.order div.contents form div.main label > span {
  display: block;
}
body.order div.contents form div.main label > span:nth-of-type(1) {
  font-weight: 600;
}
body.order div.contents form div.main label span.required {
  display: table;
  position: relative;
}
body.order div.contents form div.main label span.required:after {
  content: "*";
  display: block;
  position: absolute;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main label span.required:after {
    top: 0;
    right: -9px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label span.required:after {
    top: -0.2666666667vw;
    right: -2vw;
  }
}
body.order div.contents form div.main label span.wpcf7-form-control-wrap {
  border: none;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main label span.wpcf7-form-control-wrap {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label span.wpcf7-form-control-wrap {
    padding: 2vw 0;
    font-size: 3.2vw;
  }
}
body.order div.contents form div.main label span.wpcf7-form-control-wrap input, body.order div.contents form div.main label span.wpcf7-form-control-wrap textarea {
  line-height: 1.5;
  font-size: 16px;
  border-radius: 0;
  outline: none;
  resize: none;
  border: none;
  background-color: #f0ece9;
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label span.wpcf7-form-control-wrap input, body.order div.contents form div.main label span.wpcf7-form-control-wrap textarea {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label span.wpcf7-form-control-wrap .wpcf7-date {
    width: 150px;
    text-align: left;
    color: #000;
    background-color: inherit;
  }
}
body.order div.contents form div.main label textarea {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main label textarea {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main label textarea {
    height: 26.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main div.notice {
    margin: 15px 0 60px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main div.notice {
    margin: 2.6666666667vw 0 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.main div.notice p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.main div.notice p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot {
    margin: 12.6666666667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot > p {
    font-size: 3.2vw;
  }
}
body.order div.contents form div.foot div.box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box {
    margin: 15px 0;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box {
    margin: 2.6666666667vw 0;
    padding: 2.6666666667vw;
  }
}
body.order div.contents form div.foot div.box div.inner {
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box div.inner {
    height: 200px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box div.inner {
    height: 29.3333333333vw;
    padding-right: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box div.inner div.sec + div.sec {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box div.inner div.sec + div.sec {
    margin: 5.3333333333vw 0 0;
  }
}
body.order div.contents form div.foot div.box div.inner div.sec h3 {
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box div.inner div.sec h3 {
    margin-bottom: 5px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box div.inner div.sec h3 {
    font-size: 3.2vw;
  }
}
body.order div.contents form div.foot div.box div.inner div.sec h3:after {
  content: "-------------------------------";
  display: block;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box div.inner div.sec p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box div.inner div.sec p {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.box div.inner div.sec p + p {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.box div.inner div.sec p + p {
    margin: 3.3333333333vw 0 0;
  }
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.agree {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.agree {
    margin: 4vw 0 0;
  }
}
body.order div.contents form div.foot div.agree .wpcf7-list-item {
  margin: 0 auto;
}
body.order div.contents form div.foot div.agree label {
  display: flex;
  padding: 0;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.agree label {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.agree label {
    align-items: flex-start;
    margin: 0;
  }
}
body.order div.contents form div.foot div.agree input {
  border-radius: 0 !important;
  appearance: none;
  display: flex;
  align-items: center;
  margin: 0;
  border: none;
  outline: none;
}
body.order div.contents form div.foot div.agree input[type=checkbox] {
  border-radius: 0 !important;
  position: relative;
  cursor: pointer;
  margin-top: -1px;
  appearance: none;
  vertical-align: middle;
  transition: 0.3s;
  border: 2px solid #b8a056;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.agree input[type=checkbox] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.agree input[type=checkbox] {
    min-width: 4.6666666667vw;
    min-height: 4.6666666667vw;
    margin-top: 0.6666666667vw;
    margin-right: 1.3333333333vw;
  }
}
body.order div.contents form div.foot div.agree input[type=checkbox]:before {
  border-radius: 0 !important;
  opacity: 0;
}
body.order div.contents form div.foot div.agree input[type=checkbox]:checked {
  border-radius: 0 !important;
  border: 2px solid #b8a056;
  outline: none;
}
body.order div.contents form div.foot div.agree input[type=checkbox]:checked::after {
  border-radius: 0 !important;
  display: none;
}
body.order div.contents form div.foot div.agree input[type=checkbox]:checked::before {
  border-radius: 0 !important;
  box-shadow: none;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: url(./img/icon_check.png) 0 0/100% no-repeat;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.agree input[type=checkbox]:checked::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.agree input[type=checkbox]:checked::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
body.order div.contents form div.foot div.agree a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot div.agree a {
    padding: 0 2px;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot div.agree a {
    padding: 0 0.5333333333vw;
  }
}
body.order div.contents form div.foot span.btn {
  position: relative;
  display: table;
}
@media screen and (min-width: 768px) {
  body.order div.contents form div.foot span.btn {
    width: 350px;
    margin: 40px 0 0 auto;
  }
}
@media screen and (max-width: 767px) {
  body.order div.contents form div.foot span.btn {
    width: 64.6666666667vw;
    height: 11.2vw;
    margin: 8vw auto 0;
  }
}
@media screen and (min-width: 768px) {
  body.order section.c_flow div.c_tit {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents {
    max-width: 530px;
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents {
    margin: 8vw 0 0;
  }
}
body.order_confirm div.contents div.head > h3 {
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.head > h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.head > h3 {
    font-size: 4.6666666667vw;
  }
}
body.order_confirm div.contents div.head > p {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.head > p {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.head > p {
    margin: 1.8666666667vw 0 0;
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.head div.block {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.head div.block {
    margin: 9.3333333333vw 0 0;
  }
}
body.order_confirm div.contents div.head div.block h4 {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.head div.block h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.head div.block h4 {
    font-size: 3.2vw;
  }
}
body.order_confirm div.contents div.head div.block p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.head div.block p {
    margin: 6px 0 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.head div.block p {
    margin: 1.3333333333vw 0 0;
    font-size: 3.2vw;
  }
}
body.order_confirm div.contents div.main table {
  width: 100%;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.main table {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.main table {
    margin: 9.3333333333vw 0 0;
  }
}
body.order_confirm div.contents div.main table tr {
  display: flex;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.main table tr + tr {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.main table tr + tr {
    margin: 9.3333333333vw 0 0;
  }
}
body.order_confirm div.contents div.main table tr th, body.order_confirm div.contents div.main table tr td {
  text-align: left;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.main table tr th, body.order_confirm div.contents div.main table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.main table tr th, body.order_confirm div.contents div.main table tr td {
    font-size: 3.2vw;
  }
}
body.order_confirm div.contents div.main table tr th {
  width: 35%;
  font-weight: 600;
}
body.order_confirm div.contents div.main table tr th span.required {
  position: relative;
}
body.order_confirm div.contents div.main table tr th span.required:after {
  content: "*";
  display: block;
  position: absolute;
  font-size: 1em;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.main table tr th span.required:after {
    top: -1px;
    right: -11px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.main table tr th span.required:after {
    top: -0.2666666667vw;
    right: -2vw;
  }
}
body.order_confirm div.contents div.main table tr td {
  width: 65%;
}
@media screen and (min-width: 768px) {
  body.order_confirm div.contents div.foot {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  body.order_confirm div.contents div.foot {
    padding: 10.6666666667vw 0 5.3333333333vw;
  }
}
body span.btn {
  position: relative;
  display: table;
}
@media screen and (min-width: 768px) {
  body span.btn {
    width: 170px;
    height: 55px;
  }
}
@media screen and (max-width: 767px) {
  body span.btn {
    width: 64.6666666667vw;
    height: 12vw;
    margin: 4vw auto 0;
  }
}
body span.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  line-height: 1;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (min-width: 768px) {
  body span.btn:after {
    top: 23px;
    width: 0.5em;
    height: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  body span.btn:after {
    top: 5.0666666667vw;
    right: 5.3333333333vw;
    width: 6px;
    height: 6px;
  }
}
body span.btn.submit:after {
  color: #fff;
}
@media screen and (min-width: 768px) {
  body span.btn.submit:after {
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  body span.btn.submit:after {
    right: 3.4666666667vw;
  }
}
body span.btn.submit input {
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  body span.btn.submit input {
    font-size: 3.7333333333vw;
  }
}
body span.btn.previous:after {
  transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
  body span.btn.previous:after {
    left: 16px;
  }
}
@media screen and (max-width: 767px) {
  body span.btn.previous:after {
    left: 3.4666666667vw;
  }
}
body span.btn.previous input {
  color: #000;
  border: 1px solid #000;
  background-color: inherit;
}
body span.btn input {
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 100px;
  width: inherit;
  height: inherit;
  margin: 0;
}
@media screen and (min-width: 768px) {
  body span.btn input {
    font-size: 18px;
    transition: 0.4s;
  }
}
@media screen and (max-width: 767px) {
  body span.btn input {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  body span.btn input:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}