@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Monsieur+La+Doulaise&family=Zen+Old+Mincho:wght@400;500;600;700;900=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap");
/* font-family: 'Monsieur La Doulaise', cursive;
font-family: 'Zen Old Mincho', serif; 
font-family: 'Noto Sans JP', sans-serif;*/
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
  color: #274A2C;
}
a:hover {
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

*:after,
*:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 90px;
  scroll-behavior: smooth;
  -webkit-scroll-padding-top: 90px;
}

body {
  position: relative;
  width: calc(100vw - (100vw - 100%));
  min-width: 300px;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  color: #274A2C;
  overflow-x: hidden;
  letter-spacing: 0.05em;
  font-size: 16px;
  background: url(../img/common/bg.jpg) repeat center top/contain;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #274A2C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

address,
em,
i {
  font-style: normal;
  font-style: normal;
} /* 
button,
input,
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 0;
	background: #fff;
	vertical-align: middle;
	font-size: inherit;
	color: $text-color;
}
input::-webkit-input-placeholder {
	color: #bfbfbf;
}
input:-ms-input-placeholder {
	color: #bfbfbf;
}
input::-moz-placeholder {
	color: #bfbfbf;
}
option {
	outline: 0;
} */
sup {
  position: relative;
  top: -0.7em;
  font-size: 70%;
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none;
}

img[src$=".svg"] {
  width: 100%;
}

.sp {
  display: block;
}
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  body.open #nav_toggle span:nth-child(1) {
    top: 2.5vw;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  body.open #nav_toggle span:nth-child(2) {
    width: 0;
  }
  body.open #nav_toggle span:nth-child(3) {
    top: 2.5vw;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  body.open aside {
    left: 0;
  }
}
body.change_height #header .gnav li a {
  padding: 15px 0;
}
body.change_height #header .gnav li.icon::before {
  bottom: 3px;
}
@media only screen and (max-width: 768px) {
  body.change_height #header {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  body.change_height aside {
    top: 50px;
  }
}

.wrapper {
  padding-top: 90px;
  width: 100%;
  max-width: 1200px;
}
@media print, screen and (min-width: 769px) {
  .wrapper {
    margin: 50px auto 0;
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

main {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  main {
    width: 80%;
    max-width: 960px;
  }
}
main p a {
  color: #BE9920;
  text-decoration: underline;
}
main p a:hover {
  text-decoration: none;
}

footer {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 176px;
}

.bg_white {
  background: #fff;
}

/***** title *****/
.main_ttl_wrap {
  width: 90%;
  max-width: 763px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main_ttl_wrap {
    margin: 0 auto 50px;
  }
}
.main_ttl_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/common/main_ttl_1.svg) no-repeat left top/contain;
  width: 118px;
  height: 98px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .main_ttl_wrap::before {
    width: 88px;
    height: 73px;
  }
}
.main_ttl_wrap::after {
  position: absolute;
  content: "";
  background: url(../img/common/main_ttl_2.svg) no-repeat right bottom/contain;
  width: 118px;
  height: 98px;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .main_ttl_wrap::after {
    width: 88px;
    height: 73px;
  }
}

.main_ttl {
  font-size: 34px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  line-height: 1.5;
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .main_ttl {
    font-size: min(7vw, 28px);
    padding-top: 45px;
    line-height: 1.35;
  }
}
.main_ttl.yes_span {
  padding: 55px 0 0;
}
.main_ttl span {
  font-family: "Monsieur La Doulaise", cursive;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  top: 0;
  font-size: 60px;
  color: #D6D5BC;
  font-weight: 400;
  z-index: -1;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .main_ttl span {
    font-size: 50px;
  }
}

.border_ttl {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  font-weight: bold;
  border-top: 1px solid #274A2C;
  border-bottom: 1px solid #274A2C;
  margin-bottom: 30px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .border_ttl {
    font-size: 16px;
  }
}
.border_ttl.type_main {
  padding: 15px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .border_ttl.type_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 26px;
    text-align: left;
  }
}
.border_ttl.type_main span {
  background: #c59d54;
  color: #fff;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  padding: 5px 20px;
}
@media only screen and (max-width: 768px) {
  .border_ttl.type_main span {
    display: block;
    margin: 0 auto 10px;
  }
}

.rhombus_ttl {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .rhombus_ttl {
    font-size: 16px;
    padding-left: 15px;
  }
}
.rhombus_ttl::before {
  position: absolute;
  content: "";
  background-color: #274A2C;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  top: calc(50% - 4px);
}

/***** btn *****/
.btn {
  border: none;
  background: #BE9920;
  border-radius: 50px;
  color: #fff;
  width: 170px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  text-align: center;
  display: block;
  position: relative;
  padding: 5px;
  font-family: "Zen Old Mincho", serif;
}
@media only screen and (max-width: 768px) {
  .btn {
    max-width: 72vw;
    margin: 40px auto 0;
  }
}
.btn::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 14px;
  top: calc(50% - 3px);
}
.btn:hover {
  background: #fff;
  color: #BE9920;
}
.btn:hover::before {
  border-color: #BE9920;
}
.btn.no_arrow::before {
  display: none;
}
.btn.white_btn {
  border-radius: 28px;
  border: 1px solid #274A2C;
  text-align: center;
  color: #274A2C;
  background: #fff;
  font-size: 22px;
  display: block;
  width: 320px;
  padding: 0;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  .btn.white_btn {
    width: 70%;
    font-size: 18px;
  }
}
.btn.white_btn:hover {
  background: #eee;
}
.btn.action_btn {
  cursor: pointer;
  border-radius: 28px;
  font-size: 22px;
  width: 320px;
  padding: 0;
  line-height: 56px;
  -webkit-box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
}
@media only screen and (max-width: 768px) {
  .btn.action_btn {
    width: 70%;
    font-size: 18px;
  }
}
.btn.icon_cart span {
  position: relative;
  padding-left: 30px;
}
.btn.icon_cart span::before {
  position: absolute;
  content: "";
  background: url(../img/icon/cart.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.btn.icon_cart:hover span::before {
  background-image: url(../img/icon/cart_pink.svg);
  -webkit-filter: inherit;
          filter: inherit;
}
.btn.reset_btn {
  border-radius: 0;
  background: #274A2C;
  font-size: 14px;
  width: 40px;
  margin: 0 auto;
  line-height: 1;
}
.btn.cart_back_btn {
  border: 1px solid #cccccc;
  border-radius: 7px;
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  width: 80%;
  line-height: 50px;
  font-size: 16px;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .btn.cart_back_btn {
    max-width: 200px;
  }
}
.btn.cart_back_btn::before {
  right: inherit;
  left: 20px;
  border-color: #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.btn.cart_back_btn:hover {
  background: #ccc;
  color: #fff;
}
.btn.cart_back_btn:hover::before {
  border-color: #fff;
}
.btn.cart_btn {
  border: 1px solid #274A2C;
  background: #274A2C;
  color: #fff;
  border-radius: 7px;
  width: 80%;
  line-height: 60px;
  font-size: 16px;
  padding: 0;
}
@media print, screen and (min-width: 769px) {
  .btn.cart_btn {
    max-width: 300px;
  }
}
.btn.cart_btn span {
  position: relative;
  padding-left: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.btn.cart_btn span::before {
  position: absolute;
  content: "";
  background: url(../img/icon/cart.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.flex_btn {
  margin: 40px auto;
}
@media print, screen and (min-width: 769px) {
  .flex_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.flex_btn.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/***** tab *****/
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-list .tab-list-item {
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  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;
  position: relative;
}
.tab-list .tab-list-item::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #274A2C;
  border-right: 1px solid #274A2C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: calc(50% - 3px);
  bottom: 10px;
}

.tab-contents {
  position: relative;
}
.tab-contents .tab-contents-item {
  position: relative;
  width: 100%;
  z-index: 10;
  display: none;
}
.tab-contents .tab-contents-item.active {
  display: block;
}

/***** input select *****/
input.submit {
  border: none;
  -webkit-box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 10px 0;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  font-weight: bold;
}
input.inputBox {
  border: 1px solid #D6D5BC;
  width: 100%;
  padding: 10px;
  color: #274A2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}
input.inputBox.word_box {
  width: 40%;
  max-width: 200px;
}
input.inputBox.word_box + .word_box {
  margin-left: 15px;
}
input.inputBox.short_box {
  width: 40%;
  max-width: 180px;
}

.selectBox {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D6D5BC;
  width: 100%;
  padding: 10px;
  color: #274A2C;
  background: url(../img/icon/select_arrow.svg) no-repeat center right 15px/10px #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
}
.selectBox.middle_box {
  width: 240px;
}

.labeltxt {
  margin-bottom: 5px;
  display: block;
}
.labeltxt span {
  font-size: 12px;
}

.textareaBox {
  width: 100%;
  border: 1px solid #D6D5BC;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D6D5BC;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  color: #274A2C;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  padding: 10px;
}

/***** font *****/
.en {
  font-family: "Monsieur La Doulaise", cursive;
}

.txt_red {
  color: #db1a1a;
}

.txt_gold {
  color: #c59d54;
}

.txt_bold {
  font-weight: bold;
}

.txt_midium {
  font-weight: 500;
}

.txt_pink {
  color: #A4471E;
}

.txt_3indent {
  padding-left: 3em;
  text-indent: -3em;
}

.center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.fs18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .fs18 {
    font-size: 16px;
  }
}

/***** list *****/
ul.asterisk li {
  padding-left: 1.5em;
  position: relative;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  ul.asterisk li {
    font-size: 12px;
  }
}
ul.asterisk li::before {
  position: absolute;
  content: "※";
  font-size: 14px;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  ul.asterisk li::before {
    font-size: 12px;
  }
}
ul.asterisk.f16 li {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  ul.asterisk.f16 li {
    font-size: 14px;
  }
}
ul.asterisk.f16 li::before {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  ul.asterisk.f16 li::before {
    font-size: 14px;
  }
}
ul.square li {
  position: relative;
  padding-left: 1em;
}
ul.square li::before {
  position: absolute;
  content: "";
  background: #274A2C;
  width: 12px;
  height: 12px;
  left: 0;
  top: 9px;
}
ul.pankuzu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 36px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 40px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  ul.pankuzu {
    width: 92%;
    margin: 0 auto 20px;
  }
}
ul.pankuzu li {
  font-size: 14px;
}
ul.pankuzu li:not(:last-of-type) {
  position: relative;
}
ul.pankuzu li:not(:last-of-type)::before {
  position: absolute;
  content: "/";
  color: #274A2C;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
ul.pankuzu a {
  color: #274A2C;
}
ul.pankuzu a:hover {
  color: #BE9920;
  text-decoration: underline;
}
ul.dot {
  padding-left: 1.5em;
}
ul.dot li {
  list-style: disc;
}
ul.indent li {
  padding-left: 1rem;
  text-indent: -1rem;
}
ul.circle li {
  padding-left: 20px;
  position: relative;
}
ul.circle li::before {
  position: absolute;
  content: "";
  background: #274A2C;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 7px;
  left: 0;
}

ol.number {
  padding-left: 1.5em;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  ol.number {
    margin: 10px 5%;
  }
}
ol.number li {
  list-style-type: decimal;
}

/***** table *****/
.table_style {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .table_style {
    width: 90%;
    margin: 0 5%;
  }
}
.table_style tr:first-of-type th {
  border-top: 1px solid #274A2C;
}
@media print, screen and (min-width: 769px) {
  .table_style tr:first-of-type td {
    border-top: 1px solid #274A2C;
  }
}
.table_style th {
  background: #B2C27D;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #274A2C;
}
@media only screen and (max-width: 768px) {
  .table_style th {
    display: block;
    width: 100%;
    padding: 15px 0;
  }
}
.table_style td {
  padding: 25px;
  background: #fff;
  border-bottom: 1px solid #274A2C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .table_style td {
    display: block;
    padding: 20px 4%;
  }
}
.table_style td a {
  color: #BE9920;
  text-decoration: underline;
}
.table_style td a:hover {
  text-decoration: none;
}
.table_style td h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.table_style td .dotted {
  height: 1px;
  margin: 30px -30px;
  background-size: 12px 1px;
  background-image: linear-gradient(to right, #707070 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}
.table_style td .credit {
  border: 1px solid #274A2C;
  padding: 30px;
  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;
  gap: 0 5%;
}
.table_style td .payee {
  border: 1px solid #274A2C;
}
@media print, screen and (min-width: 769px) {
  .table_style td .payee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.table_style td .payee dt {
  background: #D6D5BC;
  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;
  padding: 15px;
}
@media print, screen and (min-width: 769px) {
  .table_style td .payee dt {
    width: 180px;
    padding: 0;
  }
}
.table_style td .payee dd {
  padding: 15px 4%;
}
@media print, screen and (min-width: 769px) {
  .table_style td .payee dd {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .table_style td .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table_style td .sp_flex p {
    margin: 0 auto;
    text-align: center;
  }
  .table_style td .sp_flex .sp110 {
    width: 110px;
  }
  .table_style td .sp_flex .sp45 {
    width: 45px;
  }
}

/***** 共通ブロック *****/
.pink_dl dt {
  background: #B2C27D;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
}
@media print, screen and (min-width: 769px) {
  .pink_dl dt {
    font-size: 20px;
  }
}
.pink_dl dd {
  background: rgba(255, 255, 255, 0.7);
}

@media print, screen and (min-width: 769px) {
  .imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .imgtxt dt {
    width: 250px;
  }
}
@media only screen and (max-width: 768px) {
  .imgtxt dt img {
    margin: 0 auto 20px;
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  .imgtxt dd {
    width: calc(100% - 250px);
  }
}
.imgtxt dd p + p {
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .imgtxt.w320 dt {
    width: 320px;
  }
}
@media print, screen and (min-width: 769px) {
  .imgtxt.w320 dd {
    width: calc(100% - 320px);
  }
}
@media print, screen and (min-width: 769px) {
  .imgtxt.w340 dt {
    width: 340px;
  }
}
@media print, screen and (min-width: 769px) {
  .imgtxt.w340 dd {
    width: calc(100% - 340px);
  }
}

/***** 共通パターン背景 *****/
.sec_pattern {
  padding: 100px 8%;
  position: relative;
  margin-bottom: 136px;
}
@media only screen and (max-width: 768px) {
  .sec_pattern {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
.sec_pattern::after {
  position: absolute;
  content: "";
  background: url(../img/common/pattern1.png) repeat top left/contain #274A2C;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .sec_pattern::after {
    width: 100%;
  }
}
.sec_pattern.type2::after {
  background: url(../img/common/pattern2.png) repeat top left/contain #274A2C;
}
.sec_pattern .main_ttl_wrap {
  z-index: 1;
}
.sec_pattern .main_ttl_wrap::before, .sec_pattern .main_ttl_wrap::after {
  opacity: 0.2;
}
.sec_pattern .main_ttl_wrap .main_ttl {
  color: #fff;
}

/***** 無料サンプルsection *****/
.sec_sample {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .sec_sample {
    margin-bottom: 70px;
  }
}
.sec_sample .karakusa {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
.sec_sample .karakusa span {
  position: relative;
  padding: 0 18%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sec_sample .karakusa span {
    padding: 40px 0;
  }
}
.sec_sample .karakusa span::before, .sec_sample .karakusa span::after {
  position: absolute;
  content: "";
  width: 17%;
  height: 32px;
}
@media only screen and (max-width: 768px) {
  .sec_sample .karakusa span::before, .sec_sample .karakusa span::after {
    width: 127px;
    height: 24px;
  }
}
.sec_sample .karakusa span::before {
  background: url(../img/common/karakusa_1.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 769px) {
  .sec_sample .karakusa span::before {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec_sample .karakusa span::before {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    top: 0;
  }
}
.sec_sample .karakusa span::after {
  background: url(../img/common/karakusa_2.svg) no-repeat center center/contain;
}
@media print, screen and (min-width: 769px) {
  .sec_sample .karakusa span::after {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .sec_sample .karakusa span::after {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: 0;
  }
}
.sec_sample > div {
  background: rgba(255, 255, 255, 0.7);
  padding: 50px 7%;
  -webkit-box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
  position: relative;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div {
    margin: 0 2%;
    padding: 20px 4% 50px;
  }
}
.sec_sample > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.sec_sample > div dl dt {
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .sec_sample > div dl dt {
    width: 40%;
  }
}
.sec_sample > div dl dt .main_ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div dl dt ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec_sample > div dl dt ul li {
  border: 1px solid #274A2C;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div dl dt ul li {
    width: 48%;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    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;
    padding: 10px 0;
  }
}
.sec_sample > div dl dt ul li small {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div dl dt ul li small {
    font-size: 14px;
  }
}
.sec_sample > div dl dd {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 769px) {
  .sec_sample > div dl dd {
    width: 50%;
    max-width: 430px;
    margin-bottom: 0;
  }
}
.sec_sample > div p {
  text-align: center;
}
.sec_sample > div p + p {
  margin-top: 30px;
}
.sec_sample > div p span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .sec_sample > div p span {
    font-size: min(4.6vw, 18px);
  }
}

@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/***** space *****/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.align_left {
  text-align: left !important;
}

.align_center {
  text-align: center !important;
}

.align_right {
  text-align: right !important;
}

@media print, screen and (min-width: 769px) {
  .pcmr50 {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .spmb10 {
    margin-bottom: 10px !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spmb30 {
    margin-bottom: 30px !important;
  }
  .spmb40 {
    margin-bottom: 40px !important;
  }
  .spmb50 {
    margin-bottom: 50px !important;
  }
  .spmb60 {
    margin-bottom: 60px !important;
  }
  .sp_ml5 {
    margin-left: 5%;
  }
  .sp_mr5 {
    margin-right: 5%;
  }
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  background: rgba(247, 246, 242, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 3%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #header {
    padding: 0 1%;
  }
}
@media only screen and (max-width: 768px) {
  #header {
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #header h1 {
    padding: 26px 4%;
  }
}
#header h1 img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  #header h1 img {
    width: 150px;
  }
}
#header .header_sub_txt {
  margin-left: 7px;
  margin-right: auto;
  font-size: 11px;
}
#header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 877px;
}
@media only screen and (max-width: 768px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav li {
  white-space: nowrap;
  padding: 0 18px;
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #header .gnav li {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 768px) {
  #header .gnav li {
    padding: 0 8vw;
    border-bottom: 1px solid #ddd;
  }
}
#header .gnav li a {
  display: block;
  padding: 36px 0;
  position: relative;
  color: #274A2C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: bold;
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  #header .gnav li a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 769px) {
  #header .gnav li:hover a::after {
    position: absolute;
    content: "";
    background: #c59d54;
    height: 6px;
    width: 100%;
    bottom: -2px;
    left: 0;
  }
}
#header .gnav li.icon {
  position: relative;
}
#header .gnav li.icon a {
  padding: 0;
}
#header .gnav li.icon:hover a::after {
  display: none;
}
#header .gnav li.icon::before {
  position: absolute;
  font-size: 11px;
  bottom: -20px;
  font-weight: bold;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
}
#header .gnav li.icon.mail::before {
  content: "Contact";
}
#header .gnav li.icon.mail img {
  width: 25px;
  min-width: 25px;
}
#header .gnav li.icon.cart {
  position: relative;
}
#header .gnav li.icon.cart::before {
  content: "Cart";
}
#header .gnav li.icon.cart img {
  width: 26.61px;
  min-width: 26px;
}
#header .gnav li.icon.cart .ec-cartNavi__badge {
  background: #f7f6f2;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  font-size: 9px;
  position: absolute;
  top: calc(50% - 14px);
  right: -10px;
  font-weight: bold;
}
#header .gnav li.icon:hover {
  opacity: 0.7;
}
#header .gnav li.haschild .accordion {
  display: block;
  padding: 38px 0;
  position: relative;
  font-size: min(1.7vw, 16px);
}
@media only screen and (max-width: 768px) {
  #header .gnav li.haschild .accordion::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-top: 2px solid #274A2C;
    border-right: 2px solid #274A2C;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 0;
    top: calc(50% - 7px);
  }
}
#header .gnav li.haschild .accordion.on {
  color: #274A2C;
}
@media only screen and (max-width: 768px) {
  #header .gnav li.haschild .accordion.on::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
#header .gnav li.haschild:hover .accordion {
  color: #274A2C;
}
@media only screen and (min-width: 1081px) {
  #header .gnav li.haschild:hover .accordion::after {
    position: absolute;
    content: "";
    background: #274A2C;
    height: 2px;
    width: 100%;
    bottom: 0;
    left: 0;
  }
}
#header .gnav li.haschild:hover .megamenu {
  opacity: 1;
  visibility: visible;
}
#header .gnav li .megamenu {
  width: 100%;
  max-width: 1200px;
}
@media print, screen and (min-width: 769px) {
  #header .gnav li .megamenu {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    opacity: 0;
    visibility: hidden;
    background: rgba(247, 246, 242, 0.93);
    top: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 60px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header .gnav li .megamenu ul {
    width: 32%;
  }
}
#header .gnav li .megamenu ul li {
  padding: 0;
}
#header .gnav li .megamenu ul li:first-of-type {
  background: #B2C27D;
  text-align: center;
  font-size: 18px;
  margin-bottom: 30px;
}
#header .gnav li .megamenu ul li:first-of-type span {
  font-size: 14px;
}
#header .gnav li .megamenu ul li:first-of-type a {
  display: block;
  padding: 10px 0;
}
#header .gnav li .megamenu ul li:first-of-type a::before {
  display: none;
}
#header .gnav li .megamenu ul li:first-of-type a:hover {
  opacity: 0.5;
}
#header .gnav li .megamenu ul a {
  position: relative;
  padding: 5px 0 5px 18px;
  line-height: 1.6;
  display: inline-block;
  font-weight: 400;
}
#header .gnav li .megamenu ul a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #274A2C;
  border-right: 1px solid #274A2C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  top: calc(50% - 2px);
}
#header .gnav li .megamenu ul a::after {
  background: #B2C27D;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#header .gnav li .megamenu ul a:hover::after {
  width: 100%;
}

aside {
  width: 18%;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  aside {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 90%;
    overflow-y: auto;
    background: #274A2C;
    z-index: 998;
    -webkit-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    min-height: 100vh;
    height: 100%;
    max-width: inherit;
    padding: 25px 4% 150px;
  }
}
aside .guest_box {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  aside .guest_box {
    margin-bottom: 40px;
  }
}
aside .guest_box h2 {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
aside .guest_box .guest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 768px) {
  aside .guest_box .guest {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 4%;
  }
}
@media only screen and (max-width: 768px) {
  aside .guest_box .guest li {
    width: 49%;
  }
}
aside .guest_box .guest a {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  display: block;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  aside .guest_box .guest a {
    background: #BE9920;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 0;
    font-size: 18px;
    border: none;
  }
}
aside .guest_box .guest a:hover {
  background: #fff;
  color: #BE9920;
}
@media only screen and (max-width: 768px) {
  aside .border_ttl {
    color: #fff;
    text-align: center;
    padding: 5px;
    border-color: #fff;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  aside .labeltxt {
    color: #fff;
  }
}
aside .search_box {
  margin-bottom: 70px;
}
aside .search_box .submit {
  width: 140px;
  margin: 0 auto;
}
aside .gnav_list li .accordion {
  background: #B2C27D;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
aside .gnav_list li .accordion a {
  display: block;
  padding: 7px;
}
aside .gnav_list li .accordion a:hover {
  background: #B2C27D;
}
@media only screen and (max-width: 768px) {
  aside .gnav_list li .accordion::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #563c34;
    border-right: 1px solid #563c34;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 4%;
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 768px) {
  aside .gnav_list li .accordion.on::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
aside .gnav_list li .accordion span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  aside .gnav_list li > ul {
    display: none;
  }
}
aside .gnav_list li > ul li {
  border-bottom: 1px solid #D6D5BC;
}
aside .gnav_list li > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  font-size: 14px;
  gap: 0 6px;
}
@media only screen and (max-width: 768px) {
  aside .gnav_list li > ul li a {
    color: #fff;
  }
}
aside .gnav_list li > ul li a p {
  line-height: 1.3;
  letter-spacing: 0;
}
aside .gnav_list li > ul li a img {
  display: block;
}
aside .gnav_list li > ul li a span {
  font-size: 10px;
}
aside .gnav_list li > ul li a:hover {
  opacity: 0.7;
}
aside .border_list {
  margin: 40px 0;
}
aside .border_list li {
  border-bottom: 1px solid #D6D5BC;
}
aside .border_list li a {
  color: #fff;
  display: block;
  padding: 10px 0;
}
aside .border_list li .line_icon {
  width: 22px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}
aside .side_bn {
  margin-bottom: 50px;
}
aside .side_bn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  aside .side_bn li {
    max-width: 200px;
    margin: 0 auto;
  }
}
aside .side_bn li + li {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  aside .asterisk {
    color: #fff;
  }
}
aside .calender {
  display: block;
  margin: 0 auto 20px;
}

footer {
  position: relative;
  background: #274A2C;
  margin-top: 138px;
}
@media only screen and (min-width: 1081px) {
  footer {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  footer {
    padding: 0 1%;
  }
}
footer .pageTop {
  width: 50px;
  height: 50px;
  z-index: 99;
  right: 20px;
}
footer .pageTop a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: block;
  text-indent: -9999999px;
  background: rgba(255, 255, 255, 0.7);
}
footer .pageTop a:hover {
  opacity: 0.7;
}
footer .pageTop a::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #274A2C;
  border-right: 2px solid #274A2C;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc(50% - 3px);
  left: calc(50% - 6px);
}
footer .footer_sec {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 72px 0 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer_sec {
    padding: 70px 4%;
  }
}
footer .footer_sec .sec_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer_sec .sec_inner ul .f_area {
  margin-bottom: 60px;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  footer .footer_sec .sec_inner ul .f_area {
    width: 32%;
    margin-bottom: 0;
  }
}
footer .footer_sec .sec_inner ul .f_area .border_ttl {
  border-color: #fff;
  font-size: 16px;
  margin-bottom: 30px;
}
footer .footer_sec .sec_inner ul .f_area .white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #274A2C;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px 0;
}
footer .footer_sec .sec_inner ul .f_area .white li {
  width: 32.4%;
  background: #fff;
  padding: 10px;
  text-align: center;
  margin: 0;
}
footer .footer_sec .sec_inner ul .f_area .white li.col3 {
  width: 100%;
}
footer .footer_sec .sec_inner ul .f_area .white li.col3 > div {
  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;
  gap: 0 10px;
}
footer .footer_sec .sec_inner ul .f_area .btn {
  margin: 20px 0 0 auto;
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner ul .f_area .btn {
    margin: 20px auto 0;
  }
}
footer .footer_sec .sec_inner ul .f_area .txt_gold {
  font-size: 22px;
}
footer .footer_sec .sec_inner ul .f_area .asterisk {
  display: block;
}
footer .footer_sec .sec_inner .info {
  background: rgba(255, 255, 255, 0.06);
  padding: 50px 10%;
}
@media print, screen and (min-width: 769px) {
  footer .footer_sec .sec_inner .info {
    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;
    padding: 56px 6%;
    margin: 50px 0 80px;
  }
}
footer .footer_sec .sec_inner .info dt {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  footer .footer_sec .sec_inner .info dt {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 5% 0 0;
    margin: 0 5% 0 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  footer .footer_sec .sec_inner .info dt {
    width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner .info dt::before {
    background: rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 1px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    bottom: 0;
  }
}
footer .footer_sec .sec_inner .info dt img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  display: block;
  margin-bottom: 10px;
  max-width: 200px;
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner .info dt img {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer_sec .sec_inner .info dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 2%;
    width: 75%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1080px) {
  footer .footer_sec .sec_inner .info dd {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px 5%;
    width: 70%;
  }
}
footer .footer_sec .sec_inner .info dd p.telfax {
  line-height: 2.4;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner .info dd p.telfax {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer_sec .sec_inner .info dd .btn {
    margin: 10px auto 0;
  }
}
footer .footer_sec .sec_inner .info dd .btn.line, footer .footer_sec .sec_inner .info dd .btn.mail {
  width: 245px;
}
footer .footer_sec .sec_inner .info dd .btn.line::before, footer .footer_sec .sec_inner .info dd .btn.mail::before {
  display: none;
}
footer .footer_sec .sec_inner .info dd .btn.line span, footer .footer_sec .sec_inner .info dd .btn.mail span {
  padding-left: 26px;
  position: relative;
}
footer .footer_sec .sec_inner .info dd .btn.line span::after, footer .footer_sec .sec_inner .info dd .btn.mail span::after {
  position: absolute;
  content: "";
  background: url(../img/icon/mail.svg) no-repeat center center/contain;
  width: 16px;
  height: 11px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
footer .footer_sec .sec_inner .info dd .btn.line span::after {
  background: url(../img/icon/line.svg) no-repeat center center/contain;
  height: 16px;
}
footer .footer_bottm {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 0 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  footer .footer_bottm {
    padding: 30px 4% 100px;
  }
}
footer .footer_bottm .inner {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}
footer .footer_bottm .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
}
@media only screen and (max-width: 768px) {
  footer .footer_bottm .inner ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_bottm .inner ul li {
  line-height: 1;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  footer .footer_bottm .inner ul li {
    width: 49%;
    text-align: center;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  footer .footer_bottm .inner ul li:nth-of-type(2n) {
    border-left: none;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footer_bottm .inner ul li:nth-of-type(-n + 3) {
    position: relative;
  }
  footer .footer_bottm .inner ul li:nth-of-type(-n + 3)::before {
    position: absolute;
    content: "";
    background: #fff;
    width: 1px;
    height: 20px;
    right: -15px;
    top: -2px;
  }
}
footer .footer_bottm .inner ul li a {
  color: #fff;
}
footer .footer_bottm .inner small {
  font-size: 14px;
  text-align: right;
  display: block;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  footer .footer_bottm .inner small {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
  }
}

.sp_menu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    position: fixed;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.sp_menu li {
  width: 20vw;
  background: #f7f6f2;
  text-align: center;
  font-size: min(3vw, 11px);
  font-weight: bold;
}
.sp_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 3vw;
  gap: 1.6vw 0;
}
.sp_menu li img {
  display: block;
}
.sp_menu li:nth-of-type(-n + 3) {
  border-right: 1px solid #D6D5BC;
}
.sp_menu li:nth-of-type(2) img {
  width: 4.7vw;
}
.sp_menu li:nth-of-type(3) img {
  width: 4.8vw;
}
.sp_menu li:nth-of-type(4) img {
  width: 6.4vw;
  padding-bottom: 1.2vw;
}
.sp_menu li:nth-of-type(5) {
  background: #BE9920;
  position: relative;
}
.sp_menu li:nth-of-type(5) img {
  width: 6.6vw;
}
.sp_menu li:nth-of-type(5) .ec-cartNavi__badge {
  background: #f7f6f2;
  display: block;
  width: 3.8vw;
  height: 3.8vw;
  border-radius: 50%;
  line-height: 3.8vw;
  text-align: center;
  font-size: min(4vw, 9px);
  position: absolute;
  top: calc(50% - 6vw);
  right: calc(50% - 6vw);
  font-weight: bold;
}

#nav_toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  #nav_toggle {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 3vw;
    gap: 2vw 0;
    height: 20vw;
    width: 20vw;
    background: #f7f6f2;
    cursor: pointer;
  }
}
#nav_toggle div {
  width: 6.1vw;
  height: 5.1vw;
  position: relative;
}
#nav_toggle .border {
  height: 2px;
  background: #274A2C;
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#nav_toggle .border:nth-child(1) {
  top: 0px;
}
#nav_toggle .border:nth-child(2) {
  top: 2.5vw;
}
#nav_toggle .border:nth-child(3) {
  top: 5vw;
}
#nav_toggle .txt {
  display: block;
  width: 100% !important;
}

#index .wrapper {
  margin: 0 auto;
}
#index .mv {
  width: 100%;
  position: relative;
  background: #274A2C;
}
@media only screen and (max-width: 768px) {
  #index .mv {
    height: calc(100vh - 20vw - 90px);
    min-height: 400px;
  }
}
#index .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#index .mv .news {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #274A2C;
  padding: 15px 30px;
}
@media only screen and (max-width: 768px) {
  #index .mv .news {
    width: 100%;
    display: block;
    padding: 17px 4%;
    bottom: -90px;
    border-top: 1px solid #274A2C;
  }
}
#index .mv .news dt {
  font-size: 18px;
  padding-right: 90px;
  font-weight: bold;
  position: relative;
  color: #d6d5bc;
}
@media only screen and (max-width: 768px) {
  #index .mv .news dt {
    display: inline-block;
    padding-right: 50px;
  }
}
#index .mv .news dt::before {
  position: absolute;
  content: "";
  background: #d6d5bc;
  width: 30px;
  height: 1px;
  bottom: 5px;
  right: 30px;
}
@media only screen and (max-width: 768px) {
  #index .mv .news dt::before {
    right: 0;
  }
}
#index .mv .news dt span {
  font-size: 12px;
  display: inline-block;
  margin-left: 14px;
}
#index .mv .news dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 20px;
  font-size: 14px;
  color: #fff;
}
#index .mv .news dd a p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 411px;
}
@media only screen and (max-width: 768px) {
  #index .mv .news dd a p {
    max-width: 62vw;
  }
}
#index .mv .news dd a:hover {
  opacity: 0.7;
}
#index .sec_category {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #index .sec_category {
    margin-bottom: 90px;
    padding-top: 50px;
  }
}
#index .sec_category .tab-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 0 60px;
  padding: 0 10px;
  border-bottom: 1px solid #274A2C;
}
@media only screen and (max-width: 768px) {
  #index .sec_category .tab-list {
    margin-bottom: 30px;
  }
}
#index .sec_category .tab-list .tab-list-item {
  border-top: 1px solid #a69a95;
  border-right: 1px solid #a69a95;
  border-left: 1px solid #a69a95;
  font-size: 22px;
  padding: 11px 0 20px;
  width: 33.3333333333%;
  color: #a69a95;
}
@media only screen and (max-width: 768px) {
  #index .sec_category .tab-list .tab-list-item {
    font-size: 16px;
    line-height: 1.18;
    padding: 20px 0 30px;
  }
}
#index .sec_category .tab-list .tab-list-item::after {
  border-top: 1px solid #a69a95;
  border-right: 1px solid #a69a95;
}
#index .sec_category .tab-list .tab-list-item.active {
  border-color: #274A2C;
  color: #274A2C;
}
#index .sec_category .tab-list .tab-list-item.active::after {
  border-color: #274A2C;
}
@media only screen and (max-width: 768px) {
  #index .sec_category .tab-contents .tab-contents-item {
    width: 90%;
    margin: 0 auto;
  }
}
#index .sec_category .tab-contents .tab-contents-item ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 29px 1fr 29px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 29px;
}
@media only screen and (max-width: 768px) {
  #index .sec_category .tab-contents .tab-contents-item ul {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 4%;
  }
}
#index .sec_category .tab-contents .tab-contents-item ul li a {
  display: block;
}
#index .sec_category .tab-contents .tab-contents-item ul li a:hover {
  opacity: 0.5;
}
#index .sec_category .tab-contents .tab-contents-item ul li p {
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #index .sec_category .tab-contents .tab-contents-item ul li p {
    font-size: 14px;
  }
}
#index .sec_category .tab-contents .tab-contents-item ul li p::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #274A2C;
  border-right: 1px solid #274A2C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 10px;
  top: calc(50% - 3px);
}
#index .sec_category .tab-contents .tab-contents-item ul li img {
  -webkit-box-shadow: 3px 3px 8px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 8px rgba(39, 74, 44, 0.14);
}
#index .sec_pattern 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: 768px) {
  #index .sec_pattern ul {
    margin: 0 2%;
  }
}
#index .sec_pattern ul li {
  width: 48%;
  margin-bottom: 5%;
}
#index .sec_pattern ul li a {
  display: block;
}
#index .sec_pattern ul li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #index .sec_pattern ul {
    display: block;
  }
  #index .sec_pattern ul li {
    width: auto;
    margin-bottom: 30px;
  }
  #index .sec_pattern ul li:last-child {
    margin-bottom: 0;
  }
}
#index .sec_pattern.type2 {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  #index .sec_pattern.type2 {
    margin-top: 70px;
  }
}
#index .sec_pattern.type2 .main_ttl_wrap {
  margin-bottom: 45px;
  z-index: 1;
}
#index .sec_pattern.type2 .main_ttl_wrap .main_ttl span {
  color: rgba(255, 255, 255, 0.3);
}
#index .sec_pattern.type2 p {
  color: #fff;
  text-align: center;
}
#index .sec_pattern.type2 .movie {
  width: 100%;
  max-width: 600px;
  margin: 40px auto 60px;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  #index .sec_pattern.type2 .movie {
    margin: 30px 0 50px;
    padding: 0 4%;
  }
}
#index .sec_pattern.type2 .movie iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 769px) {
  #index .sec_pattern.type2 dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 690px;
    margin: 0 auto;
  }
}
#index .sec_pattern.type2 dl dt {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  #index .sec_pattern.type2 dl dt {
    width: 40%;
    margin-bottom: 0;
  }
}
#index .sec_pattern.type2 dl dd {
  width: 64%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #index .sec_pattern.type2 dl dd {
    width: 50%;
    max-width: 330px;
    margin: 0;
  }
}
#index .sec_pattern.type2 dl h2 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #index .sec_pattern.type2 dl h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
#index .sec_pattern.type2 dl h2 img {
  max-width: 260px;
  display: block;
  margin: 15px auto;
}
#index .sec_pattern.type2 dl p.address {
  text-align: center;
  margin-bottom: 20px;
}
#index .sec_pattern.type2 dl div {
  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;
}
#index .sec_pattern.type2 dl div p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #index .sec_link {
    margin: 0 2%;
  }
}

#faq .sec01 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #faq .sec01 {
    margin-bottom: 40px;
    padding: 0 4%;
  }
}
#faq .sec01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 50px;
}
@media only screen and (max-width: 768px) {
  #faq .sec01 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 768px) {
  #faq .sec02 {
    padding: 0 4%;
  }
}
#faq .faq {
  border: 1px solid #274A2C;
}
#faq .faq dt {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  position: relative;
  background: #B2C27D;
  padding: 20px 30px;
}
#faq .faq dt::before {
  position: absolute;
  content: "";
  background: url(../img/icon/plus.svg) no-repeat center center/contain;
  width: 26px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 30px;
}
@media only screen and (max-width: 768px) {
  #faq .faq dt::before {
    width: 20px;
    height: 20px;
    right: 4%;
  }
}
#faq .faq dt span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #faq .faq dt span {
    font-size: 18px;
  }
}
#faq .faq dt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.72;
  width: 86%;
}
@media only screen and (max-width: 768px) {
  #faq .faq dt p {
    font-size: 16px;
  }
}
#faq .faq dt.on::before {
  background: url(../img/icon/minus.svg) no-repeat center center/contain;
}
#faq .faq dd {
  padding: 30px;
  background: transparent;
  background: #fff;
  display: none;
}
#faq .faq dd p + p {
  margin-top: 30px;
}
#faq .faq dd ul {
  margin: 30px auto;
}
#faq .faq dd img {
  display: block;
  margin-top: 30px;
}
#faq .faq + .faq {
  margin-top: 30px;
}

#howto .anchor_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #howto .anchor_link {
    margin: 0 5% 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 0;
  }
}
#howto .anchor_link > li {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  #howto .anchor_link > li {
    width: 49%;
  }
}
#howto .anchor_link > li a {
  display: block;
  padding: 12px 0 26px;
  font-weight: bold;
  font-size: min(1.5vw, 18px);
  background: #fff;
  border: 1px solid #274A2C;
  border-radius: 100px;
  color: #274A2C;
  position: relative;
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #howto .anchor_link > li a {
    font-size: min(6vw, 14px);
    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;
    padding: 5px 0 15px;
    line-height: 1.5;
  }
}
#howto .anchor_link > li a::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #274A2C;
  border-right: 1px solid #274A2C;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: calc(50% - 3px);
  bottom: 15px;
}
@media only screen and (max-width: 768px) {
  #howto .anchor_link > li a::before {
    bottom: 8px;
  }
}
#howto .anchor_link > li a:hover {
  background: #BE9920;
  border-color: #BE9920;
  color: #fff;
}
#howto .anchor_link > li a:hover::before {
  border-color: #fff;
}
#howto .anchor_link_block + .anchor_link_block {
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  #howto .anchor_link_block {
    width: 90%;
    margin: 0 auto;
  }
}
#howto .table_dl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  #howto .table_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#howto .table_dl dl {
  border: 1px solid #274A2C;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  #howto .table_dl dl {
    max-width: 30%;
    min-width: 13%;
  }
}
#howto .table_dl dl dt {
  background: #D6D5BC;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #howto .table_dl dl dt {
    padding: 30px 0;
  }
}
#howto .table_dl dl dd {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  #howto .table_dl dl dd {
    font-size: 14px;
    padding: 20px 4%;
  }
}
#howto .table_dl dl dd img {
  display: block;
  margin: 20px auto;
}
#howto .table_dl dl:not(:last-of-type) {
  border-right: none;
}
@media only screen and (max-width: 768px) {
  #howto .table_dl dl:not(:last-of-type) {
    border-bottom: none;
    border-right: 1px solid #274A2C;
  }
}
#howto .block_dl {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 769px) {
  #howto .block_dl {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
#howto .block_dl dl {
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #howto .block_dl dl {
    margin-bottom: 30px;
    padding: 20px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #howto .block_dl dl dt img {
    display: block;
    margin: 0 auto;
  }
}
#howto .block_dl dl dd {
  padding: 15px;
}
#howto .block_dl dl dd p {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #howto .block_dl dl dd p {
    font-size: 18px;
  }
}
#howto .block_dl dl dd p span {
  font-size: 14px;
  font-weight: 400;
}
#howto .block_dl dl dd .dot {
  letter-spacing: 0;
}
#howto .pink_dl {
  margin-top: 60px;
}
#howto .pink_dl dd.flex {
  padding: 20px 4%;
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4%;
    padding: 30px;
  }
}
#howto .pink_dl dd .left {
  background: #fff;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd .left {
    width: 45%;
    margin: 0;
  }
}
#howto .pink_dl dd .left img {
  display: block;
  margin: 0 auto;
}
#howto .pink_dl dd .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4%;
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd .right {
    width: 55%;
  }
}
#howto .pink_dl dd .right figure {
  width: 48%;
}
#howto .pink_dl dd .right figure img {
  display: block;
  margin: 0 auto 20px;
  width: 100%;
}
#howto .pink_dl dd .right figcaption {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #howto .pink_dl dd .right figcaption {
    font-size: 16px;
  }
}
#howto .pink_dl dd .right .txt_asterisk {
  margin-top: 20px;
  width: 100%;
  padding-left: 1rem;
  text-indent: -1rem;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #howto .pink_dl dd .right .txt_asterisk {
    text-align: left;
  }
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#howto .pink_dl dd ul li {
  padding: 20px 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd ul li {
    width: 33%;
    padding: 30px;
  }
}
#howto .pink_dl dd ul li:not(:first-of-type) {
  border-top: 1px solid #cccccc;
}
@media print, screen and (min-width: 769px) {
  #howto .pink_dl dd ul li:not(:first-of-type) {
    border-top: none;
    border-left: 1px solid #cccccc;
  }
}
#howto .pink_dl dd ul li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#howto .pink_dl dd ul li .txt strong {
  font-weight: bold;
  font-size: 26px;
  line-height: 1;
}
#howto .pink_dl dd ul li figure img {
  display: block;
  margin: 20px auto 0;
}

@media only screen and (max-width: 768px) {
  #order .main_ttl {
    font-size: min(6vw, 20px);
    padding: 35px 0;
  }
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top {
    width: 90%;
    margin: 0 auto;
  }
}
#order .sec_order_top dl {
  margin-bottom: 60px;
  border: 2px solid #c59d54;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_top dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#order .sec_order_top dl::before, #order .sec_order_top dl::after {
  position: absolute;
  content: "";
  width: 47px;
  height: 47px;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top dl::before, #order .sec_order_top dl::after {
    width: 27px;
    height: 27px;
  }
}
#order .sec_order_top dl::before {
  background: url(../img/order/deco_left.svg) no-repeat left top/contain;
  top: 0;
  left: 0;
}
#order .sec_order_top dl::after {
  background: url(../img/order/deco_right.svg) no-repeat left top/contain;
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_top dl dt {
    width: 60%;
  }
}
#order .sec_order_top dl dd {
  background: #fff;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px 0;
  padding: 25px 0;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_top dl dd {
    width: 40%;
  }
}
#order .sec_order_top dl dd span {
  display: block;
  border-top: 1px solid #274A2C;
  border-bottom: 1px solid #274A2C;
  padding: 15px 0;
  width: 80%;
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_top dl dd span {
    font-size: 18px;
  }
}
#order .sec_order_top dl dd h2 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top dl dd h2 {
    font-size: 24px;
  }
}
#order .sec_order_top dl dd h2 strong {
  display: block;
  font-size: 30px;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top dl dd h2 strong {
    font-size: 20px;
  }
}
#order .sec_order_top dl dd h2 strong img {
  max-width: 240px;
  vertical-align: baseline;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top dl dd h2 strong img {
    width: 50vw;
  }
}
#order .sec_order_top .center {
  margin-bottom: 100px;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_top .center {
    text-align: left;
    font-size: 16px;
    margin-bottom: 50px;
  }
}
#order .sec_pattern {
  padding: 40px 5%;
}
@media print, screen and (min-width: 769px) {
  #order .sec_pattern dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#order .sec_pattern dl dt {
  width: 70%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  #order .sec_pattern dl dt {
    width: 50%;
    margin: 0;
  }
}
#order .sec_pattern dl dt img {
  border: 2px solid #c59d54;
  width: 100%;
}
#order .sec_pattern dl dd {
  position: relative;
  padding: 30px 4%;
  margin: -20px auto 0;
}
@media print, screen and (min-width: 769px) {
  #order .sec_pattern dl dd {
    margin: 80px 0 0 0;
    width: 50%;
    padding: 70px 7%;
  }
}
#order .sec_pattern dl dd::after {
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.7);
  width: calc(100% + 80px);
  z-index: 0;
  height: 100%;
  bottom: 0;
  left: -40px;
}
@media only screen and (max-width: 768px) {
  #order .sec_pattern dl dd::after {
    width: 100%;
    left: 0;
    top: 0;
    bottom: inherit;
  }
}
#order .sec_pattern dl dd .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
#order .sec_pattern dl dd .inner::before {
  position: absolute;
  content: "";
  background: url(../img/order/deco_border.svg) no-repeat center bottom/contain;
  width: 200px;
  height: 5px;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
}
#order .sec_pattern dl dd .inner p + p {
  margin-top: 30px;
}
#order .sec_pattern.type2 .main_ttl strong {
  display: block;
  font-size: 26px;
}
@media only screen and (max-width: 768px) {
  #order .sec_pattern.type2 .main_ttl strong {
    font-size: 14px;
  }
}
#order .sec_pattern.type2 dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#order .sec_pattern.type2 dl dt {
  width: 70%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 768px) {
  #order .sec_pattern.type2 dl dt {
    width: 90%;
    margin: 0 auto;
  }
}
#order .sec_pattern.type2 dl dd {
  margin: 0;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  #order .sec_pattern.type2 dl dd {
    margin: -20px auto 0;
    width: 100%;
  }
}
#order .sec_pattern.type2 dl dd::after {
  width: 100%;
  height: calc(100% + 50px);
  left: 0;
  bottom: -40px;
}
@media only screen and (max-width: 768px) {
  #order .sec_pattern.type2 dl dd::after {
    height: 100%;
  }
}
#order .sec_order_detail {
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_detail {
    margin-bottom: 70px;
  }
}
#order .sec_order_detail .main_ttl strong {
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #order .sec_order_detail .main_ttl strong {
    font-size: 16px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #order .sec_order_detail .pink_dl {
    width: 90%;
    margin: 0 auto;
  }
}
#order .sec_order_detail .pink_dl dd {
  padding: 20px 4%;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_detail .pink_dl dd {
    padding: 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 40px;
  }
}
#order .sec_order_detail .pink_dl dd .img {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_detail .pink_dl dd .img {
    width: 35%;
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_detail .pink_dl dd .txt {
    width: 65%;
  }
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_detail .pink_dl dd.half .img {
    width: 50%;
  }
}
@media print, screen and (min-width: 769px) {
  #order .sec_order_detail .pink_dl dd.half .txt {
    width: 50%;
  }
}
#order .sec_order_detail .pink_dl dd.half .txt img {
  display: block;
  margin-top: 15px;
}
#order .sec_order_detail .pink_dl + .pink_dl {
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #entry main {
    margin: 0 4%;
  }
}
#entry .scroll_area {
  margin: 50px auto;
  background: #fff;
  overflow-y: auto;
  height: 500px;
  scrollbar-width: auto;
  scrollbar-color: #B2C27D #D6D5BC;
}
@media only screen and (max-width: 768px) {
  #entry .scroll_area {
    height: 300px;
  }
}
#entry .scroll_area .inner {
  margin: 30px;
}
@media only screen and (max-width: 768px) {
  #entry .scroll_area .inner {
    margin: 20px 4%;
  }
}
#entry .scroll_area .inner h3 {
  margin-bottom: 30px;
}
#entry .scroll_area .inner p {
  margin-bottom: 30px;
}
#entry .scroll_area::-webkit-scrollbar {
  width: 10px;
}
#entry .scroll_area::-webkit-scrollbar-track {
  background-color: #D6D5BC;
}
#entry .scroll_area::-webkit-scrollbar-thumb {
  background-color: #B2C27D;
}

#privacy main .main_ttl_wrap + p {
  letter-spacing: -0.02em;
}
#privacy main h3 {
  margin-top: 40px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #privacy main h3 {
    margin: 40px 5% 10px;
  }
}
@media only screen and (max-width: 768px) {
  #privacy main p {
    margin: 0 5%;
  }
}
#privacy main p + p {
  margin-top: 30px;
}

.form_area dl {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form_area dl dt {
  background: #D6D5BC;
  border-bottom: 1px solid #274A2C;
  width: 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-weight: bold;
  padding: 15px;
}
@media print, screen and (min-width: 769px) {
  .form_area dl dt {
    width: 30%;
    padding: 0;
  }
}
.form_area dl dt .must {
  background: #BE9920;
  color: #fff;
  display: inline-block;
  margin-left: 5px;
  line-height: 21px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 400;
}
.form_area dl dt:first-of-type {
  border-top: 1px solid #274A2C;
}
.form_area dl dt.ver {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.form_area dl dd {
  border-bottom: 1px solid #274A2C;
  width: 100%;
  padding: 20px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .form_area dl dd {
    width: 70%;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .form_area dl dd:first-of-type {
    border-top: 1px solid #274A2C;
  }
}
@media only screen and (max-width: 768px) {
  .form_area dl dd .txt_red {
    font-size: 14px;
  }
}
.form_area .zipInput_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 12px;
  margin-bottom: 10px;
}
.form_area .zipInput_wrap .img_question {
  width: 24px;
  display: inline-block;
  margin-right: 5px;
}
.form_area .sample_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2%;
}
.form_area .sample_item li {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .form_area .sample_item li {
    width: 48%;
  }
}
.form_area .sample_item li p {
  margin: 5px 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.form_area .sample_item li p span {
  font-weight: 400;
  font-size: 14px;
}
.form_area.cart_area .cart_table {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table tr:first-of-type {
    display: none;
  }
}
.form_area.cart_area .cart_table th {
  background: #f7f6f2;
  line-height: 40px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin: 0 5px;
}
.form_area.cart_area .cart_table th:not(:last-of-type) {
  border-right: 5px solid #e6e6e3;
}
.form_area.cart_area .cart_table td {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td {
    display: block;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td:first-of-type {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
  }
}
.form_area.cart_area .cart_table td .cartform_img {
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td .cartform_img {
    margin-right: 10px;
  }
}
.form_area.cart_area .cart_table td .cartform_img img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
.form_area.cart_area .cart_table td .cartform_name {
  display: inline-block;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 130px);
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td .cartform_name {
    font-size: 14px;
    width: calc(100% - 120px);
  }
}
.form_area.cart_area .cart_table td .cartform_name a {
  display: block;
}
.form_area.cart_area .cart_table td .cart_amount_updown {
  padding: 0 10%;
  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;
  gap: 0 15px;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td .cart_amount_updown {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 0 120px;
  }
}
.form_area.cart_area .cart_table td .cart_amount_updown img {
  width: 30px;
}
.form_area.cart_area .cart_table td .cart_price {
  padding: 0 10%;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td .cart_price {
    padding: 20px 0 0 120px;
    text-align: left;
  }
}
.form_area.cart_area .cart_table td .cart_delate {
  text-align: right;
  padding-bottom: 20px;
  position: relative;
  top: 10px;
}
@media print, screen and (min-width: 769px) {
  .form_area.cart_area .cart_table td .cart_delate {
    padding: 0 10%;
    text-align: center;
  }
}
.form_area.cart_area .cart_table td .cart_delate img {
  width: 30px;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .cart_table td .cart_delate span {
    display: inline-block;
    font-size: 14px;
    background: #BE9920;
    color: #fff;
    padding: 0 10px;
    border-radius: 30px;
  }
}
.form_area.cart_area .cart_total {
  border-top: 1px solid #274A2C;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
  text-align: right;
}
.form_area.cart_area .cart_total .txt_total {
  font-family: "Noto Sans JP", sans-serif;
}
.form_area.cart_area .cart_total .txt_total strong {
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  margin: 0 10px;
}
.form_area.cart_area .cart_total .txt_total span {
  font-size: 20px;
}
.form_area.cart_area .cart_total .txt_point {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .form_area.cart_area .flex_btn .btn {
    margin: 20px auto;
  }
}

#about .gmap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
@media only screen and (max-width: 768px) {
  #about .sec01 {
    margin: 0 5%;
  }
}

@media print, screen and (min-width: 769px) {
  .item_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
  }
}
.item_detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_detail .type_content {
  margin-bottom: 30px;
}
.item_detail .type_content .type_content_block {
  display: none;
}
.item_detail .item_detail_img {
  width: 90%;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .item_detail .item_detail_img {
    width: 58%;
    max-width: 540px;
  }
}
.item_detail .item_detail_img .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.item_detail .item_detail_img .click_txt {
  padding-left: 20px;
  position: relative;
  font-size: 12px;
  display: inline-block;
  letter-spacing: 0;
}
.item_detail .item_detail_img .click_txt::before {
  position: absolute;
  content: "";
  background: url(../img/item/icon_click.svg) no-repeat center center/contain;
  width: 19px;
  height: 19px;
  top: 0;
  left: 0;
}
.item_detail .item_detail_img .click_txt + .txt_red {
  font-size: 12px;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .item_detail .item_detail_img .click_txt + .txt_red {
    text-align: right;
  }
}
.item_detail .item_detail_img .mainimg {
  margin-bottom: 10px;
}
.item_detail .item_detail_img .mainimg .slick-slide img {
  display: block;
  margin: 0 auto;
}
.item_detail .item_detail_img .subimg {
  margin-top: 20px;
}
.item_detail .item_detail_img .subimg .slick-track {
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 1%;
}
.item_detail .item_detail_img .subimg .thumbnail {
  background: #fff;
  width: 31% !important;
}
.item_detail .item_detail_info {
  width: 90%;
  margin: 30px auto;
}
@media print, screen and (min-width: 769px) {
  .item_detail .item_detail_info {
    width: 40%;
    max-width: 388px;
    margin: 0;
  }
}
.item_detail .item_detail_info .item_detail_icon {
  background: #BE9920;
  color: #fff;
  border-radius: 40px;
  padding: 5px 20px;
}
.item_detail .item_detail_info .goods_info {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .item_detail .item_detail_info .goods_info {
    font-size: 15px;
  }
}
.item_detail .item_detail_info .goods_info span {
  font-size: 27px;
}
@media only screen and (max-width: 768px) {
  .item_detail .item_detail_info .goods_info span {
    font-size: 20px;
  }
}
.item_detail .item_detail_info .goods_info span > span {
  font-size: 18px;
  color: #274A2C;
}
@media only screen and (max-width: 768px) {
  .item_detail .item_detail_info .goods_info span > span {
    font-size: 14px;
  }
}
.item_detail .item_detail_info .goods_memo {
  background: #f7f6f2;
  border: 1px solid #707070;
  padding: 6px 25px;
  margin: 10px 0 25px;
}
.item_detail .item_detail_info .goods_memo .txt_red {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
.item_detail .item_detail_info .goods_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #274a2c;
}
.item_detail .item_detail_info .goods_size li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item_detail .item_detail_info .goods_size li .labeltxt {
  white-space: nowrap;
  margin-bottom: 0;
}
.item_detail .item_detail_info .goods_size li span {
  position: relative;
  top: -16px;
  display: block;
  padding-left: 5px;
}
.item_detail .item_detail_info .type_ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.item_detail .item_detail_info .type_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.item_detail .item_detail_info .type_list > li {
  width: 31.78%;
  cursor: pointer;
  position: relative;
}
.item_detail .item_detail_info .type_list > li.on img:nth-child(2) {
  opacity: 1;
}
.item_detail .item_detail_info .type_list > li img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.item_detail .item_detail_info .type_list > li:hover img:nth-child(2) {
  opacity: 1;
}
.item_detail .item_detail_info #type {
  display: none;
}
.item_detail .item_detail_info .goods_option_block {
  background: #d6d5bc;
  padding: 10px;
  margin-bottom: 20px;
}
.item_detail .item_detail_info .goods_option {
  border-bottom: 1px solid #804040;
  margin-bottom: 10px;
  color: #274A2C;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
}
.item_detail .item_detail_info .goods_number {
  border-top: 1px solid #274A2C;
  border-bottom: 1px solid #274A2C;
  padding: 20px 0;
}
.item_detail .item_detail_info .goods_number .flex {
  gap: 0 15px;
}
.item_detail .item_detail_info .action_btn {
  background: #a4471e;
}
.item_detail .item_detail_info .action_btn:hover {
  background: #fff;
  color: #a4471e;
}
.item_detail .item_detail_info .goods_btn {
  margin: 20px auto;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 769px) {
  .item_detail .item_detail_info .goods_btn {
    gap: 20px 0;
  }
}
.item_detail .item_detail_info .goods_btn .btn {
  width: 90%;
  margin: 20px auto 0;
}

.item_detail2 {
  margin: 80px 0 0;
}
.item_detail2 .tab-list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .item_detail2 .tab-list {
    margin: 0 auto 50px;
  }
}
.item_detail2 .tab-list .tab-list-item {
  width: 25%;
  border-right: 1px solid #274A2C;
  font-weight: bold;
  font-size: min(1.5vw, 18px);
  padding: 15px 0 30px;
}
@media only screen and (max-width: 768px) {
  .item_detail2 .tab-list .tab-list-item {
    font-size: min(3.5vw, 14px);
  }
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .tab-list .tab-list-item:first-of-type {
    border-left: 1px solid #274A2C;
  }
}
.item_detail2 .tab-list .tab-list-item.active {
  background: rgba(39, 74, 44, 0.1);
}
@media only screen and (max-width: 768px) {
  .item_detail2 .tab-list .tab-list-item:last-of-type {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .item_detail2 .tab-contents-item {
    width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .item_detail2 .tab-contents-item .table_style {
    width: 100%;
    margin: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .flame_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.item_detail2 .flame_block li {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .flame_block li {
    width: 49%;
    margin-bottom: 0;
  }
}
.item_detail2 .flame_block li h4 {
  font-size: 20px;
}
.item_detail2 .flame_block li figure {
  background: #B2C27D;
  padding: 30px;
  margin-bottom: 20px;
}
.item_detail2 .flame_block li img {
  display: block;
  margin: 0 auto;
}
.item_detail2 .green_block {
  background: #B2C27D;
  padding: 30px 40px;
}
.item_detail2 .price_block {
  background: #D6D5BC;
  padding: 16px;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .item_detail2 .price_block {
    font-size: 16px;
    word-break: break-all;
  }
}
.item_detail2 ul.asterisk.text_right {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .item_detail2 ul.asterisk.text_right {
    text-align: left;
  }
}
.item_detail2 ul.asterisk.text_right li {
  display: inline-block;
}
.item_detail2 a.btn.contact {
  background: #A4471E;
  max-width: 400px;
  width: 90%;
  padding: 14px 0;
  font-size: 20px;
  margin: 40px auto 0;
}
.item_detail2 a.btn.contact::before {
  content: "";
  background: url(../img/icon/mail.svg) no-repeat center center/contain;
  width: 20px;
  height: 14px;
  display: inline-block;
  position: relative;
  -webkit-transform: none;
          transform: none;
  margin: 0 0;
  border: none;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.item_detail2 a.btn.contact:hover {
  background: #fff;
  color: #A4471E;
}
.item_detail2 a.btn.contact:hover::before {
  -webkit-filter: none;
          filter: none;
}
.item_detail2 .table_dl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .table_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.item_detail2 .table_dl dl {
  border: 1px solid #274A2C;
  background: #fff;
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .table_dl dl {
    width: 33%;
  }
}
.item_detail2 .table_dl dl dt {
  background: #d6d5bc;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}
@media print, screen and (min-width: 769px) {
  .item_detail2 .table_dl dl dt {
    padding: 30px 0;
  }
}
.item_detail2 .table_dl dl dd {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  .item_detail2 .table_dl dl dd {
    font-size: 14px;
    padding: 20px 4%;
  }
}
.item_detail2 .table_dl dl dd img {
  display: block;
  margin: 20px auto;
}
.item_detail2 .item_detail2_btn {
  width: 400px;
  margin: 60px auto;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .item_detail2 .item_detail2_btn {
    max-width: 90vw;
    width: auto;
    font-size: 16px;
  }
}
.item_detail2 .js-scrollable {
  max-width: 100%;
  overflow-x: auto;
}
.item_detail2 .table_style_item {
  width: 100%;
}
.item_detail2 .table_style_item tr:first-of-type th {
  border-top: 1px solid #274A2C;
}
.item_detail2 .table_style_item th {
  background: #B2C27D;
  text-align: center;
  border: 1px solid #274A2C;
  padding: 12px;
  white-space: nowrap;
  width: 12.5%;
}
.item_detail2 .table_style_item th:first-of-type {
  border-left: none;
}
.item_detail2 .table_style_item th:last-of-type {
  border-right: none;
}
.item_detail2 .table_style_item th.pink {
  background: #d6d5bc;
  width: 18.75%;
}
.item_detail2 .table_style_item td {
  background: #fff;
  text-align: center;
  border: 1px solid #274A2C;
  padding: 12px 0;
  white-space: nowrap;
}
.item_detail2 .table_style_item td:last-of-type {
  border-right: none;
}
.item_detail2 .table_style_item td .txt_red {
  color: #db1a1a;
}

.lum-close-button {
  display: none;
}

.lum-lightbox-inner img.lum-img {
  max-width: 100%;
}

/* item一覧 */
.sortarea_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .sortarea_wrap {
    margin: 0 5% 20px;
  }
}
.sortarea_wrap p {
  letter-spacing: 0;
}
.sortarea_wrap .sortarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .sortarea_wrap .sortarea {
    margin-top: 20px;
  }
}
.sortarea_wrap .sortarea .btn {
  letter-spacing: 0;
  width: auto;
  font-size: 14px;
  padding: 0 15px;
  -webkit-box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #BE9920;
}
@media only screen and (max-width: 768px) {
  .sortarea_wrap .sortarea .btn {
    margin: 0;
  }
}
.sortarea_wrap .sortarea .btn:hover {
  color: #274A2C;
  border: 1px solid #274A2C;
}
.sortarea_wrap .sortarea .selectarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  white-space: nowrap;
}
.sortarea_wrap .sortarea .selectBox {
  padding: 7px 15px 7px 7px;
  background-position: center right 5px;
}

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 8px;
}
@media only screen and (max-width: 768px) {
  .pager {
    padding: 0 5%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
  }
}
.pager .current {
  display: block;
  background: #fff;
  border: 1px solid #274A2C;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pager a.pager_btn {
  display: block;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
          box-shadow: 3px 3px 3px rgba(39, 74, 44, 0.14);
  background: #BE9920;
  color: #fff;
  text-align: center;
  border: 1px solid #BE9920;
}
.pager a.pager_btn:hover {
  color: #274A2C;
  border: 1px solid #274A2C;
  background: #fff;
}
.pager a.arrow_btn {
  position: relative;
}
.pager a.arrow_btn::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #563c34;
  border-right: 1px solid #563c34;
  top: calc(50% - 2px);
}
.pager a.arrow_btn.prev {
  padding-left: 10px;
}
.pager a.arrow_btn.prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 0;
}
.pager a.arrow_btn.next {
  padding-right: 10px;
}
.pager a.arrow_btn.next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
}
.pager a.arrow_btn:hover {
  color: #BE9920;
}
.pager a.arrow_btn:hover::before {
  border-color: #BE9920;
}

.list_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 20px;
  margin: 30px 0 60px;
}
@media only screen and (max-width: 768px) {
  .list_item {
    -ms-grid-columns: 1fr 4% 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 4%;
    margin: 20px 5% 40px;
  }
}
.list_item li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list_item li a:hover {
  opacity: 0.7;
}
.list_item li .list_item_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.list_item li .list_item_img {
  margin-bottom: 10px;
  letter-spacing: 0;
}
.list_item li .list_item_detail {
  letter-spacing: 0;
}
.list_item li .list_item_price {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
.list_item li .list_item_price span {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .item_detail2 .tab-contents-item .indoor-3col > li {
    width: 100%;
  }
}

.indoor-blocks {
  margin-bottom: 140px;
}
.indoor-blocks .indoor-blocks--item {
  margin-bottom: 60px;
}
.indoor-blocks .indoor-blocks--item:last-child {
  margin-bottom: 0;
}
.indoor-blocks .indoor-blocks--item h2 {
  background: #b2c27d;
  text-align: center;
  font-weight: bold;
  padding: 20px 15px;
  font-size: 20px;
  color: #274a2c;
}
.indoor-blocks .indoor-blocks--body {
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .indoor-blocks {
    margin: 0 15px;
    margin-bottom: 60px;
  }
  .indoor-blocks .indoor-blocks--item {
    margin-bottom: 25px;
  }
  .indoor-blocks .indoor-blocks--item h2 {
    font-size: 17px;
  }
}

.indoor-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.indoor-layout.indoor-layout__res {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.indoor-layout .indoor-layout--left {
  width: 51.12%;
}
.indoor-layout .indoor-layout--right {
  width: 44.44%;
}
@media only screen and (max-width: 768px) {
  .indoor-layout {
    display: block;
  }
  .indoor-layout .indoor-layout--left {
    width: auto;
    margin-bottom: 20px;
  }
  .indoor-layout .indoor-layout--right {
    width: auto;
  }
}

.indoor-3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.335%;
}
.indoor-3col > li {
  width: 31.11%;
  margin-bottom: 30px;
}
.indoor-3col > li h3 {
  font-size: 18px;
  margin-top: 20px;
}
.indoor-3col .indoor-3col--img {
  background: #fff;
  text-align: center;
}
.indoor-3col .indoor-3col--img.indoor-3col--img__pad {
  padding: 20px 10px;
}
.indoor-3col .indoor-3col--img.indoor-3col--img__pad img {
  aspect-ratio: 1/0.6;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .indoor-3col {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .indoor-3col > li {
    width: 48.5%;
  }
}

.text_center {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .text_sp_left {
    text-align: left;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  #indoor .main_ttl {
    font-size: min(6vw, 20px);
    padding: 35px 0;
  }
}
/*# sourceMappingURL=style.css.map */