@charset "UTF-8";
/*  letter-spacing: tracking(140); */
/*  @include l_h(14, 16.8);*/
:root {
  --Red: #FF0000;
  --Green: #25682B;
  --fontsize_XXS: 10px;
  --fontsize_XS: 10px;
  --fontsize_S: 12px;
  --fontsize_M: 14px;
  --fontsize_L: 16px;
  --fontsize_XL: 18px;
  --fontsize_XXL: 20px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: baseline;
  word-break: break-word;
  overflow-wrap: break-word;
}

body {
  color: #333333;
  font-size: 16px;
  background-color: #f5f5f5;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic Medium", "Yu Gothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.open_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.inter {
  font-family: "Inter", sans-serif;
}

.super_wrap {
  overflow-x: hidden;
}

a {
  color: #333333;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.8s ease;
}
a:hover {
  opacity: 0.6;
}




img {
  max-width: 100%;
  height: auto;
}

/*WordPress*/
.screen-reader-text,
.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.aligncenter {
  display: block;
  margin: 0 auto;
  clear: both;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
}

.flex {
  display: flex;
}

.flex_reverse {
  flex-direction: row-reverse;
}

.justify_center {
  justify-content: center;
}

.justify_end {
  justify-content: flex-end;
}

.space_between {
  justify-content: space-between;
}

.align_items_center {
  align-items: center;
}

.flex_wrap {
  flex-wrap: wrap;
}

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

.ta-l {
  text-align: left;
}

.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.fw_bold {
  font-weight: bold;
}

.fs10 {
  font-size: 10px;
}

.red {
  color: #e23541;
}

.txt_fade_in {
  opacity: 0;
  transition: opacity 1.4s;
}
.txt_fade_in.active {
  opacity: 1;
}

.img_fade_in {
  opacity: 0;
  transition: opacity 1.4s;
}
.img_fade_in.active {
  opacity: 1;
}

.btn_reset {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
  cursor: pointer;
}

.white_wrap {
  background-color: #fff;
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.05);
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.full_width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.common_btn {
  font-weight: 700;
  font-size: 18px;
  width: 430px;
  height: 68px;
  border-radius: 100px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  background-color: #ff0000;
  color: #fff;
  border: none;
}

.short_content_wrap {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 131px - 78px);
}
.short_content_wrap > * {
  margin: auto;
}

@media screen and (min-width: 768px) and (max-width: 1199.9999px) {
  .super_wrap {
    /* min-width: 1200px; */
  }
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .only_sp {
    display: none;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .only_pc {
    display: none;
  }
  .sp_none {
    display: none;
  }
  .sp_column {
    flex-direction: column;
  }
  .sp_column.align_items_center {
    justify-content: center;
  }
}
/******************************/
/**********ヘッダー************/
/*****************************/
#header {
  background-color: #fff;
}
#header .header_logo_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .site_title a {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
#header .limited_wrap {
  width: 143px;
  height: 32px;
  border-radius: 27px;
  border: 1px solid #333333;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  display: flex;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
#header .header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .header_menu_list li a:hover {
 color: var(--Green);
	opacity: 1;
}

#header .header_menu_list {
  gap: 1.5rem;
  font-size: 15px;
  font-weight: bold;
  list-style: none;
  display: flex;
  font-family: "Noto Serif JP", serif;
  align-items: center;
}
#header .header_menu_list .sub-menu {
  display: none;
}
#header .header_note {
  font-size: 14px;
  height: 46px;
  display: flex;
  line-height: 1;
  align-items: center;
  justify-content: center;
  background-color: #dfdede;
}

body.logged-in #header_menu_list li:nth-child(3), body.logged-in #header_menu_list li:nth-child(4),
body.logged-in #header_menu_list_sp li:nth-child(3),
body.logged-in #header_menu_list_sp li:nth-child(4) {
  display: none;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
  #header .inner {
    max-width: none;
  }
  #header .header_wrap {
    height: 85px;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  #header > .inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header_wrap {
    display: none;
  }
  #header .header_logo_wrap {
    gap: 3px;
  }
  #header .header_wrap_sp {
    display: flex;
    align-items: center;
    position: relative;
  }
  #header .limited_wrap {
    width: 97px;
    height: 20px;
    border-radius: 23px;
    min-width: 97px;
    flex-shrink: 0;
    font-size: 11px;
  }
  #header .site_title a {
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
  }
  #header .site_title a span {
    display: inline-block;
  }
  #header .hamburger_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    width: 25px;
  }
  #header .hamburger_btn span,
  #header .hamburger_btn span:before,
  #header .hamburger_btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 25px;
    border-radius: 3px;
    background-color: #b38c61;
    position: absolute;
    transition: all 0.4s ease;
  }
  #header .hamburger_btn span:before {
    bottom: 8px;
  }
  #header .hamburger_btn span:after {
    top: 8px;
  }
  #header .header_menu_wrap_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 69px 20px 69px 75px;
    background-color: rgb(255, 255, 255);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 1s;
    height: 100vh;
    height: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    z-index: 100;
  }
  #header .header_menu_list_sp {
    list-style: none;
  }
  #header .header_menu_list_sp li + li {
    margin-top: 40px;
  }
  #header .header_menu_list_sp a {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
  }
  #header .header_note {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 9px;
    line-height: 150%;
    height: auto;
  }
  #header .header_note .inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .open_menu #header .hamburger_btn span {
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.1s ease;
  }
  .open_menu #header .hamburger_btn span:before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .open_menu #header .hamburger_btn span:after {
    top: 0;
    transform: rotate(-45deg);
  }
  .open_menu #header .hamburger_btn_wrap {
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 100000;
  }
  .open_menu #header .header_menu_wrap_sp {
    opacity: 1;
    visibility: visible;
    position: fixed;
    transition: opacity 0.5s ease;
  }
  .open_menu #header .header_wrap_sp:after {
    content: "";
    display: block;
    position: absolute;
    width: 500vw;
    height: 500vh;
    top: 0;
    left: -50px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
  }
}
.order_single_wrap {
  margin-top: 70px;
  margin-bottom: 90px;
}
.order_single_wrap .intro {
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  margin-bottom: 50px;
  text-align: center;
}
.order_single_wrap .back_order_btn_wrap {
  margin-top: 50px;
}
.order_single_wrap .back_order_btn_wrap a {
  width: 100%;
  max-width: 500px;
  height: 59px;
  border-radius: 100px;
  background-color: #b38c61;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-left: auto;
  margin-right: auto;
}
.order_single_wrap .back_order_btn_wrap a:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 17px;
  background: center/cover no-repeat url("../image/order/btn_last.svg");
  transform: rotateZ(180deg);
}
.order_single_wrap .delivery_img_wraps {
  margin-top: 8px;
  margin-bottom: 10px;
}
.order_single_wrap .delivery_img_wrap {
  width: 100%;
  max-width: 490px;
  aspect-ratio: 490/350;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
}
.order_single_wrap .delivery_img_wrap + .delivery_img_wrap {
  margin-top: 10px;
}
.order_single_wrap #message.updated {
  margin-top: 20px;
}
.order_single_wrap #message.updated p {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ff0000;
}
.order_single_wrap .hide-if-value a[data-name=add] {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 218px;
  width: 100%;
  height: 36px;
  border-radius: 8px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  background-color: #a3a3a3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
.order_single_wrap .acf-input select {
  border: 1px solid #b3b3b3;
  height: 48px;
  border-radius: 8px;
}
.order_single_wrap .acf-input textarea {
  border: 1px solid #b3b3b3;
  border-radius: 8px;
}

.white_wrap2 {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #fff;
}
.white_wrap2 + .white_wrap2 {
  margin-top: 20px;
}
.white_wrap2 .flex_wrap {
  display: flex;
  padding: 15px 0;
}
.white_wrap2 .flex_wrap + .flex_wrap {
  border-top: 1px solid #d8d8d8;
}
.white_wrap2 .flex_wrap + .update_wrap {
  border-top: none;
}
.white_wrap2 .head {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  min-width: 230px;
  max-width: 230px;
}
.white_wrap2 .txt {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.white_wrap2 .price_unit_wrap .price {
  font-weight: 700;
  font-size: 30px;
}
.white_wrap2 .price_unit_wrap .space {
  font-size: 24px;
}
.white_wrap2.delivery_situation .txt {
  line-height: 130%;
}
.white_wrap2.delivery_situation .delivery_finish_wrap {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #ff0000;
}
.white_wrap2 .update_wrap {
  color: #ff0000;
}

#acf-form .acf-fields.-border {
  border: none;
  border-radius: 8px;
}
#acf-form .acf-field {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
#acf-form .acf-form-submit {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
#acf-form .acf-form-submit input {
  border: none;
  width: 100%;
  max-width: 500px;
  height: 56px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  vertical-align: middle;
  color: #fff;
  background-color: #ff0000;
  cursor: pointer;
}
#acf-form > div > div > .acf-label > label {
  display: none;
}
#acf-form .acf-field-686223e186336 .acf-label {
  display: none;
}
#acf-form .acf-field-686223e186336:before {
  content: none;
}
#acf-form .acf-field-686223e186336 .acf-input {
  width: 100%;
}
#acf-form .acf-repeater-add-row {
  font-size: 0;
  width: 48px;
  height: 48px;
  border-radius: 28px;
  background-color: #a3a3a3;
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
#acf-form .acf-repeater-add-row:before {
  content: "＋";
  display: block;
  font-weight: 700;
  font-size: 23px;
  color: #fff;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .order_single_wrap .intro {
    font-size: 20px;
    margin-bottom: 50px;
  }
  .order_single_wrap .back_order_btn_wrap a {
    max-width: 350px;
    height: 45px;
    border-radius: 100px;
    font-size: 15px;
    gap: 13px;
    line-height: 1;
  }
  .order_single_wrap .back_order_btn_wrap a:after {
    width: 15px;
    height: 12px;
  }
  .white_wrap2 .flex_wrap {
    flex-direction: column;
    padding: 15px 0;
  }
  .white_wrap2 .head {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .white_wrap2 .txt {
    font-size: 15px;
  }
  #acf-form .acf-form-submit input {
    max-width: 350px;
    height: 45px;
    border-radius: 100px;
    font-size: 15px;
  }
}
.page_title_wrap {
  font-weight: 700;
  font-size: 25px;
  line-height: 130%;
  margin-bottom: 30px;
  text-align: center;
}

.common_page_contents .page_content {
  margin-top: 113px;
  margin-bottom: 212px;
  max-width: 863px;
  border-radius: 8px;
  padding: 30px;
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.common_page_contents .content_title {
  font-weight: 700;
  font-size: 22px;
  line-height: 190%;
  margin-bottom: 15px;
}
.common_page_contents .content_wrap p {
  font-weight: 400;
  font-size: 15px;
  line-height: 190%;
}
.common_page_contents .content_wrap p + p {
  margin-top: 1em;
}
.common_page_contents .content_wrap .wp-block-image {
  margin: 15px auto;
}
.common_page_contents .content_wrap img {
  max-width: 100%;
  height: auto;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
/******************************/
/**********フッター************/
/*****************************/
#to_top {
  position: relative;
  max-width: 1360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#to_top > div {
  margin-left: auto;
  width: 16px;
}
#to_top > div > div {
  width: 16px;
  height: 14px;
  bottom: 37px;
  position: fixed;
  cursor: pointer;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
#to_top.fadein > div > div {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
#to_top.absolute > div > div {
  position: absolute;
}

#footer {
  background-color: var(--Green);
  color: #fff;
}
#footer .inner {
  max-width: 1480px;
  max-width: none;
}
#footer a {
  color: #fff;
}

.footer_menu_list {
  gap: 50px;
  list-style: none;
  display: flex;
  align-items: center;
  list-style: none;
  font-size: 13px;
}
/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
@media screen and (min-width: 768px) {
  #footer .footer_meta {
    margin-right: 20px;
  }
  #footer .footer_menu {
    margin-left: auto;
  }
  .footer_content {
    height: 78px;
    display: flex;
    align-items: center;
  }
}
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  #footer .inner {
    padding-top: 15px;
    padding-right: 37px;
    padding-bottom: 20px;
    padding-left: 37px;
  }
  #footer .footer_content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  #footer .footer_menu_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 20px;
    margin-bottom: 30px;
  }
  #footer .footer_menu_list a {
    color: #B6CEB8;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
  }
}
.fade_in_up {
  opacity: 0;
  transform: translateY(100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_up.active {
  animation-name: fadeInUp;
}

.fade_in_left {
  opacity: 0;
  transform: translateX(-100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_left.active {
  animation-name: fadeInLeft;
}

.fade_in_right {
  opacity: 0;
  transform: translateX(100px);
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.fade_in_right.active {
  animation-name: fadeInRight;
}

/***********************************/
/**********アニメーション************/
/**********************************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInDown {
  0% {
    visibility: visible;
    transform: translate3d(0, -100%, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes to_transparent {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes to_appear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cf7_wrap {
  max-width: 750px;
  margin: 0 auto;
  /* 各項目共通 */
}
.cf7_wrap input[type=text],
.cf7_wrap input[type=email],
.cf7_wrap input[type=tel],
.cf7_wrap select,
.cf7_wrap textarea {
  width: 100%;
  height: 48px;
  padding: 9px 20.5px 12px;
  background-color: #fdfdfd;
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  font-family: "Noto Sans JP", serif;
}
.cf7_wrap input[type=text]:focus,
.cf7_wrap input[type=email]:focus,
.cf7_wrap input[type=tel]:focus,
.cf7_wrap select:focus,
.cf7_wrap textarea:focus {
  outline: 0;
}
.cf7_wrap input[type=checkbox],
.cf7_wrap input[type=radio] {
  appearance: auto;
}
.cf7_wrap .wpcf7-list-item {
  display: block;
}
.cf7_wrap textarea {
  height: 235px;
}

.cf7_item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  gap: 10px;
}
.cf7_item + .cf7_item {
  margin-top: 20px;
}
.cf7_item:last-of-type {
  margin-bottom: 0;
}

.cf7_head {
  padding-top: 15px;
  text-align: right;
  min-width: 150px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  flex-shrink: 0;
}

.cf7_content {
  width: 100%;
}

.cf7_submit {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.cf7_submit input[type=submit] {
  width: 220px;
  height: 60px;
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  border: none;
  width: 430px;
  height: 68px;
  background-color: #b1b1b1;
  opacity: 1;
  border-radius: 100px;
}
.wpcf7-spinner {
  display: block;
  margin-top: 10px;
}

/*必須ラベル*/
.cf7_req {
  color: #ff0000;
  display: inline-block;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}

/****************************/
/**********タブレット・スモールPC以下************/
/***************************/
/****************************/
/**********タブレット・スモールPC以上************/
/***************************/
/****************************/
/**********スマホ************/
/***************************/
@media screen and (max-width: 767px) {
  .cf7_item {
    display: block;
  }
  .cf7_wrap label {
    display: block;
    margin-bottom: 10px;
  }
  .cf7_head {
    width: 100%;
    margin: 0;
  }
  .cf7_content {
    width: 100%;
  }
  .cf7_wrap input[type=text],
  .cf7_wrap input[type=email],
  .cf7_wrap input[type=tel],
  .cf7_wrap select,
  .cf7_wrap textarea {
    margin-left: 0;
  }
  .cf7_submit {
    width: 90%;
  }
}