@charset "UTF-8";
/*
Theme Name: wp-uckybanana2
Author:wp-uckybanana2
Description:wp-uckybanana2
Version: 1.0
License: wp-uckybanana2
Text Domain: wp-uckybanana2
Tested up to: 6.9
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-uckybanana2
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 1.4rem;
  background: #f7f4ed;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

.jumpdiv {
  padding-top: 11rem;
  margin-top: -11rem;
}

.rubik {
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-break: break-all;
  line-height: 1.4;
}

img {
  display: inline-block;
  max-width: 100%;
}

.wrap {
  min-height: 800px;
}

.container {
  width: 100%;
  padding: 0 2.2rem;
  max-width: 152rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 6rem;
  }
}

.not_found {
  text-align: center;
  margin: 0 0 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #DDE2EA;
}
.not_found span {
  display: block;
}

.pagelink {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (min-width: 768px) {
  .pagelink {
    padding-top: 12rem;
    margin-top: -12rem;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

.padd_side {
  padding: 0 2.2rem;
  width: 100%;
  max-width: 91rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .padd_side {
    max-width: none;
  }
}

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

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

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

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

.hidden-sm {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hidden-sm {
    display: block !important;
  }
}

.hidden-sm-inline {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .hidden-sm-inline {
    display: inline-block !important;
  }
}

.visible-sm {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .visible-sm {
    display: none !important;
  }
}

.visible-sm-inline {
  display: inline-block !important;
}
@media screen and (min-width: 992px) {
  .visible-sm-inline {
    display: none !important;
  }
}

.hidden-md {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .hidden-md {
    display: block !important;
  }
}

.hidden-md3 {
  display: none !important;
}
@media screen and (min-width: 1700px) {
  .hidden-md3 {
    display: block !important;
  }
}

.hidden-md-inline {
  display: none !important;
}
@media screen and (min-width: 1200px) {
  .hidden-md-inline {
    display: inline-block !important;
  }
}

.visible-md {
  display: block !important;
}
@media screen and (min-width: 1200px) {
  .visible-md {
    display: none !important;
  }
}

.visible-md3 {
  display: block !important;
}
@media screen and (min-width: 1700px) {
  .visible-md3 {
    display: none !important;
  }
}

.visible-md-inline {
  display: inline-block !important;
}
@media screen and (min-width: 1200px) {
  .visible-md-inline {
    display: none !important;
  }
}

.txtorange {
  color: #ed8d03;
}

.txtgreen {
  color: #8eb733;
}

.notmb {
  margin-bottom: 0 !important;
}

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

.radius16 {
  border-radius: 1.6rem;
}

.noradius {
  border-radius: 0 !important;
}

.centertext {
  text-align: center;
}

p {
  margin-bottom: 0;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); /* 初期値を必ず持たせる */
  -webkit-transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, -webkit-transform 1000ms;
  transition: opacity 1000ms, transform 1000ms;
  transition: opacity 1000ms, transform 1000ms, -webkit-transform 1000ms;
  will-change: opacity, transform;
}

/* 方向（初期位置） */
.fadein.fadein-up {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
}

.fadein.fadein-down {
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
}

.fadein.fadein-left {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}

.fadein.fadein-right {
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
}

/* 表示状態 */
.fadein.scroll-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.delay300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay600 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay900 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay1200 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.delay1800 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.delay2100 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.delay2400 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.delay2700 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.delay3000 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.delay4000 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.delay5000 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

/*========================================
大見出し
========================================*/
/*パターン1*/
.largeHeadline01 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 {
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.largeHeadline01 .el_sub {
  position: relative;
  display: inline-block;
  color: #5d4927;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 1.2rem;
  margin: 0 0 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_sub {
    font-size: 2rem;
  }
}
.largeHeadline01 .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #5d4927;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.largeHeadline01 .el_main {
  display: block;
  color: #3A3A3A;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline01 .el_main {
    font-size: 5.8rem;
  }
}
.largeHeadline01 p {
  margin: 2.4rem 0 0;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 p {
    font-size: 1.8rem;
    margin: 3.5rem 0 0;
  }
}

/*パターン4*/
.largeHeadline04 {
  position: relative;
  margin: 0 0 2.5rem;
  font-size: 1.9rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  border-bottom: 0.2rem solid rgba(51, 51, 51, 0.2);
}
@media screen and (min-width: 768px) {
  .largeHeadline04 {
    margin: 0 0 3.5rem;
    font-size: 2.3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline04 {
    font-size: 3rem;
  }
}
.largeHeadline04::before {
  content: "";
  display: block;
  background-color: #ED8D03;
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -2px;
}
/*========================================
中見出し
========================================*/
/*パターン3*/
.mediumHeadline03 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.mediumHeadline03::after {
  content: "";
  display: block;
  border-top: 0.2rem dotted #5d4927;
  width: 4.2rem;
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03::after {
    border-top: 0.4rem dotted #5d4927;
    width: 6.4rem;
    margin: 1rem auto 0;
  }
}
.mediumHeadline03 .el_text {
  display: block;
  color: #5d4927;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03 .el_text {
    font-size: 2.8rem;
  }
}

/*パターン4*/
.mediumHeadline04 {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 3rem;
  border-bottom: 0.1rem solid #dae0e0;
}
.mediumHeadline04::after {
  content: "";
  display: block;
  background-color: #5d4927;
  width: 10rem;
  height: 0.1rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.mediumHeadline04 .el_text {
  display: block;
  color: #3A3A3A;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline04 .el_text {
    font-size: 2.6rem;
  }
}

/*本文*/
.text {
  margin: 0 0 3rem;
  font-weight: 500;
}

.text02 {
  margin: 0 0 3rem;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .text02 {
    font-size: 1.8rem;
  }
}

.textName {
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 3rem;
}
.textName .el_text01 {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text01 {
    font-size: 2.1rem;
  }
}
.textName .el_text02 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text02 {
    font-size: 2.8rem;
  }
}

/*====================================

  ■共通リスト

=====================================*/
.list01 {
  padding: 0;
  margin: 0 auto 3rem;
}
.list01 li {
  list-style: none;
  line-height: 1.3;
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #333333;
}
.list01 li img {
  display: inline-block;
  margin-left: 1rem;
  width: 22px;
  height: auto;
  padding: 0;
  margin-bottom: 3px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

.img {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1;
}

.mainimg {
  text-align: center;
  margin: 0 0 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainimg {
    margin: 0 0 5rem;
  }
}

picture.img {
  display: block;
}

.mapFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .mapFrame {
    padding-top: 46rem;
  }
}
.mapFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.videoFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0 auto 3rem;
  max-width: 82rem;
}
@media screen and (min-width: 768px) {
  .videoFrame {
    padding-top: 46rem;
  }
}
.videoFrame video,
.videoFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.rounded-1 {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .rounded-1 {
    border-radius: 3rem;
  }
}

/*========================================
ボタン
========================================*/
.btn01 {
  display: block;
  color: #FFFFFF;
  background: #5d4927;
  font-size: 1.5rem;
  border: 2px solid #5d4927;
  border-radius: 16px;
  text-align: center;
  padding: 1.2rem 1.2rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-weight: 700;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
}
@media screen and (min-width: 992px) {
  .btn01 {
    font-size: 1.7rem;
    padding: 2rem 1.5rem;
  }
}
.btn01 .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  max-width: 2.2rem;
}
@media screen and (min-width: 992px) {
  .btn01 .arrow {
    right: 2rem;
    max-width: 100%;
  }
}
.btn01:hover {
  background: #FFFFFF;
  color: #5d4927;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnDownload {
  display: block;
  color: #FFFFFF;
  background: #5d4927;
  font-size: 1.5rem;
  border: 2px solid #5d4927;
  border-radius: 16px;
  text-align: center;
  padding: 1.2rem 1.2rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  font-weight: 700;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  background-repeat: no-repeat;
  background-position: center right 3.1rem;
  background-image: url(./img/icon_download_white.svg);
  background-repeat: no-repeat;
  max-width: 40rem;
}
@media screen and (min-width: 992px) {
  .btnDownload {
    font-size: 1.7rem;
    padding: 2rem 1.5rem;
  }
}
.btnDownload .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
  max-width: 2.2rem;
}
@media screen and (min-width: 992px) {
  .btnDownload .arrow {
    right: 2rem;
    max-width: 100%;
  }
}
.btnDownload .el_text {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .btnDownload .el_text {
    font-size: 1.7rem;
  }
}
.btnDownload:hover {
  background-color: #FFFFFF;
  background-image: url(./img/icon_download.svg);
  color: #5d4927;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btnTel {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.btnTel .el_sub {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .btnTel .el_sub {
    font-size: 2.1rem;
  }
}
.btnTel .el_main {
  display: inline-block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btnTel .el_main {
    font-size: 4rem;
  }
}

.btnMail {
  display: inline-block;
  width: 100%;
  max-width: 33.3rem;
  text-align: center;
  background-color: #A0885D;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem 0;
  margin: 0;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .btnMail {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
    margin-top: 2rem;
    padding: 2rem 0;
  }
  .btnMail:hover {
    opacity: 1;
    background-color: #5d4927;
    color: #FFFFFF;
  }
  .btnMail:hover .el_text {
    background-image: url(./img/icon_mail_orange.svg);
  }
}
@media screen and (min-width: 992px) {
  .btnMail {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .btnMail {
    margin-top: 2rem;
  }
}
.btnMail .el_text {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background-repeat: no-repeat;
  background-image: url(./img/icon_mail_white.svg);
  background-position: center left;
  background-size: 3.8rem auto;
  min-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  .btnMail .el_text {
    background-size: auto;
  }
}

.btnAccess {
  display: inline-block;
  width: 100%;
  max-width: 19.7rem;
  text-align: center;
  background-color: #06c755;
  color: #FFFFFF;
  border: 2px solid #06c755;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.9rem 0;
  margin: 0 0 2rem;
  border-radius: 1.2rem;
}
@media screen and (min-width: 992px) {
  .btnAccess {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1.5rem 0 1.2rem;
    font-size: 1.7rem;
    border-radius: 1.6rem;
  }
  .btnAccess:hover {
    opacity: 1;
    background-color: #FFFFFF;
    color: #06c755;
  }
  .btnAccess:hover .el_text {
    background-image: url(./img/lineicon2.svg);
  }
}
@media screen and (min-width: 1700px) {
  .btnAccess {
    max-width: 24rem;
  }
}
.btnAccess .el_text {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background-repeat: no-repeat;
  background-image: url(./img/lineicon.svg);
  background-position: center left;
  background-size: 1.8rem auto;
  min-height: 1.8rem;
}
@media screen and (min-width: 992px) {
  .btnAccess .el_text {
    background-size: auto;
    padding: 0 0 0 4.5rem;
    min-height: 3.8rem;
  }
}

.btnAccess2 {
  background-color: #5d4927;
  border: 2px solid #5d4927;
  margin-left: 1.5rem;
}
@media screen and (min-width: 992px) {
  .btnAccess2 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-left: 1rem;
  }
  .btnAccess2:hover {
    opacity: 1;
    background-color: #FFFFFF;
    color: #5d4927;
  }
  .btnAccess2:hover .el_text {
    background-image: url(./img/dlicon_h.svg);
  }
}
@media screen and (min-width: 1400px) {
  .btnAccess2 {
    margin-left: 2rem;
  }
}
.btnAccess2 .el_text {
  background-image: url(./img/dlicon.svg);
  min-height: 1.8rem;
}
@media screen and (min-width: 992px) {
  .btnAccess2 .el_text {
    background-size: auto;
    min-height: 2rem;
  }
}

/*============================================
archive.php ページネーション
============================================*/
.wp-pagenavi {
  text-align: center;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 0.9rem 0.5rem 0.4rem;
  margin: 0 0.5rem;
  background-color: #FFFFFF;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0.1rem solid #CCC7BA;
  color: #5d4927;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  min-width: 3.5rem;
  min-height: 3.5rem;
  border-radius: 100%;
  line-height: 1;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 1rem 0.5rem 0.4rem;
    font-size: 1.7rem;
    min-width: 4.1rem;
    min-height: 4.1rem;
  }
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 0.7;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  background-image: url(./img/icon_prev02_black.svg);
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  background-image: url(./img/icon_next02_black.svg);
}
.wp-pagenavi span.current {
  font-weight: normal;
  background-color: #5d4927;
  color: #FFFFFF;
  border-color: #5d4927;
}
.wp-pagenavi span.extend {
  background: none;
  border: none;
  color: #5d4927;
  padding: 2rem 0 0;
  font-size: 1.1rem;
  width: 1rem;
  min-width: 1rem;
  overflow: hidden;
  display: block;
}
.wp-pagenavi span.pages {
  font-weight: normal;
  color: #5d4927;
  display: none;
  border: none;
}

/*============================================
single.php ページネーション
============================================*/
.paginate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  margin: 6rem auto 3rem;
}
.paginate__wrap a {
  width: 100%;
  border: none;
  padding: 0.7rem 0;
  margin: 0;
  background-color: #5d4927;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #5d4927;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .paginate__wrap a {
    padding: 1.5rem 0;
    font-size: 1.7rem;
  }
}
.paginate__wrap a:hover {
  opacity: 0.7;
}
.paginate__wrap .paginate__block--prev {
  min-width: 4rem;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev {
    min-width: 6rem;
    min-height: 6rem;
  }
}
.paginate__wrap .paginate__block--prev a {
  background-color: #A0885D;
  background-image: url(./img/icon_prev_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev a {
    min-width: 6rem;
    min-height: 6rem;
  }
}
.paginate__wrap .paginate__block--prev a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--next {
  min-width: 4rem;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next {
    min-width: 6rem;
    min-height: 6rem;
  }
}
.paginate__wrap .paginate__block--next a {
  background-color: #A0885D;
  background-image: url(./img/icon_next_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next a {
    min-width: 6rem;
    min-height: 6rem;
  }
}
.paginate__wrap .paginate__block--next a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--back {
  min-width: 14rem;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--back {
    min-width: 22.6rem;
  }
}

/*====================================

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
#pagetop {
  /*
  height: 54px;
  @include mixins.mq(min-xs) {
    height: 73px;
  }
  */
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  min-height: 6rem;
}
@media screen and (min-width: 768px) {
  .header {
    background: none;
  }
}
.header h1 {
  display: none;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 6rem;
  padding: 1.5rem;
  background-color: #f7f4ed;
}
@media screen and (min-width: 768px) {
  .headerInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem 1rem;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner {
    padding: 2.1rem 1rem;
  }
}
.headerInner {
  /*ロゴ*/
}
.headerInner .headerLogo {
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 16rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .headerInner .headerLogo {
    max-width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerLogo {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerLogo {
    max-width: 25rem;
  }
}
.headerInner .headerLogo a {
  display: inline-block;
}
.headerInner .headerLogo a img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.headerInner {
  /*グローバルメニューの親*/
}
.headerInner .headerMenu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .headerInner .headerMenu {
    position: static;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 2rem;
    margin-left: auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerMenu {
    max-width: 64rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerMenu {
    max-width: 72rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerMenu {
    max-width: 84rem;
  }
}
.headerInner {
  /*インスタグラム*/
}
.headerInner .headerorder {
  display: none;
  color: #FFFFFF;
  background: #ebaa12;
  font-weight: 700;
  padding: 1rem;
  border: 2px solid #ebaa12;
  border-radius: 1.2rem;
}
@media screen and (min-width: 992px) {
  .headerInner .headerorder {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    border-radius: 50%;
    min-width: 1.4rem;
    margin: 0 1rem 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
    padding: 1rem 1.8rem 0.5rem 1rem;
  }
  .headerInner .headerorder:hover {
    color: #ebaa12;
    background: #FFFFFF;
  }
  .headerInner .headerorder:hover .el_text {
    background-size: contain;
    background-image: url(./img/footershop_h.svg);
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerorder {
    border-radius: 3rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerorder {
    margin: 0 1.4rem 0 0;
    font-size: 1.5rem;
    border-radius: 3rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerorder {
    font-size: 1.7rem;
    padding: 1.5rem 3rem;
  }
}
.headerInner .headerorder .el_text {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(./img/h_icon1.svg);
  background-position: center center;
  background-size: 1.8rem auto;
  padding: 0;
  min-width: 2.3rem;
  min-height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .headerInner .headerorder .el_text {
    padding: 0 0 0 3.5rem;
    background-position: center left;
    background-size: auto;
    min-height: auto;
  }
}
.headerInner {
  /*お問い合わせ*/
}
.headerInner .headerBtn {
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  max-width: 20rem;
  margin: 0 5rem 0 auto;
}
@media screen and (min-width: 992px) {
  .headerInner .headerBtn {
    display: block;
    margin: 0;
    max-width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn {
    max-width: 14rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerBtn {
    max-width: 19rem;
  }
}
.headerInner .headerBtn .headerContact {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: #ed6103;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0.7rem 0 0;
  margin: 0;
  border-radius: 1.2rem;
  line-height: 1.4;
  border: 2px solid #ed6103;
}
@media screen and (min-width: 992px) {
  .headerInner .headerBtn .headerContact {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1rem 0;
    font-size: 1.4rem;
    line-height: 1;
    border-radius: 50%;
    padding: 1.1rem 0;
  }
  .headerInner .headerBtn .headerContact:hover {
    opacity: 1;
    background-color: #FFFFFF;
    color: #ed6103;
  }
  .headerInner .headerBtn .headerContact:hover .el_text {
    background-image: url(./img/h_icon2_o.svg);
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn .headerContact {
    min-width: 1.4rem;
    min-height: 1.4rem;
    padding: 2.1rem 0;
    border-radius: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .headerBtn .headerContact {
    font-size: 1.5rem;
    min-width: 1.9rem;
    min-height: 1.9rem;
  }
}
@media screen and (min-width: 1700px) {
  .headerInner .headerBtn .headerContact {
    font-size: 1.7rem;
  }
}
.headerInner .headerBtn .headerContact .el_text {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(./img/h_icon2.svg);
  background-position: center center;
  background-size: 1.8rem auto;
  padding: 0;
  min-width: 2.3rem;
  min-height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn .headerContact .el_text {
    padding: 0 0 0 2.5rem;
    background-position: center left;
    background-size: auto;
    min-height: auto;
  }
}

#headerNavbar {
  margin: 0;
  padding: 0;
}
#headerNavbar .container-fluid {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#headerNavbar .container-fluid .navbar-toggler {
  background: none;
  border: none;
  padding: 0 0 2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-toggler {
    padding: 0;
  }
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 6rem;
  width: 6rem;
  padding: 3rem 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span {
  background-color: #333333;
  display: block;
  width: 40%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 1.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.6rem auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-height: calc(100dvh - 8rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse {
    height: 100%;
    max-height: none;
    overflow-y: unset;
    overflow-x: visible;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav {
  background-color: #f7f4ed;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav {
    background: none;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
  display: block;
  margin: 0;
  border-bottom: 0.1rem solid #ccc7ba;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    display: inline-block;
    margin: 0 0.6rem;
    border-bottom: none;
  }
}
@media screen and (min-width: 1200px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 1rem;
  }
}
@media screen and (min-width: 1700px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 2rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
  display: block;
  color: #5d4927;
  padding: 1rem 1rem 1rem 3rem;
  font-size: 1.5rem;
  position: relative;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    font-size: 1.3rem;
    border-bottom: none;
    padding: 0.5rem 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1400px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    padding: 0.5rem 0;
    font-size: 1.5rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover {
  text-decoration: none;
  background-color: #ccc7ba;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover {
    background-color: #f7f4ed;
    color: #ed6103;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ed6103;
  display: none;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover::before {
    display: block;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle {
  cursor: auto;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle {
    cursor: pointer;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(./img/icon_menu_black.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  margin-left: 0.8rem;
  vertical-align: middle;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle:hover {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle:hover::after {
    background-image: url(./img/icon_menu_orange.svg);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item .active {
  text-decoration: none;
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item .active {
    background-color: #f7f4ed;
    color: #ed6103;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item .active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  display: none;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item .active::before {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item .active::after {
    background-image: url(./img/icon_menu_orange.svg) !important;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item:last-child > a {
  border-bottom: none;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact {
  width: 90%;
  border-radius: 3rem;
  margin: 1rem auto 0;
  background: #ebaa12;
  text-align: center;
  border: 2px solid #ebaa12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a {
  color: #FFFFFF;
  border-radius: 3rem;
  position: relative;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact > a:hover::before {
  background-color: transparent;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 {
  margin-top: 4rem;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-size: contain;
  background-image: url(./img/footershop.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a:hover {
  background-color: #FFFFFF !important;
  color: #ebaa12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 > a:hover::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background-size: contain;
  background-image: url(./img/footershop_h.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 .active {
  background-color: #ebaa12;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact1 .active::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  left: 2rem;
  background-color: transparent;
  background-size: contain;
  background-image: url(./img/footershop.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 {
  background: #ed6103;
  border: 2px solid #ed6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background-size: contain;
  background-image: url(./img/h_icon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a:hover {
  background-color: #FFFFFF !important;
  color: #ed6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 > a:hover::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  background-image: url(./img/h_icon2_o.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 .active {
  background: #ed6103;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact2 .active::before {
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.5rem;
  left: 2rem;
  background-size: contain;
  background-image: url(./img/h_icon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 {
  background: #06c755;
  border: 2px solid #06c755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a:hover {
  background-color: #FFFFFF !important;
  color: #06c755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 > a:hover::before {
  content: "";
  display: inline-block;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon2.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 .active {
  background: #06c755;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact3 .active::before {
  content: "";
  display: inline-block;
  left: 2rem;
  width: 2.6rem;
  height: 2.2rem;
  background-size: contain;
  background-image: url(./img/lineicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 {
  background: #5d4927;
  border: 2px solid #5d4927;
  margin-bottom: 10rem;
}
@media screen and (min-width: 992px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 {
    margin-bottom: 0;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a:hover {
  background-color: #FFFFFF !important;
  color: #5d4927;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 > a:hover::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon_h.svg);
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 .active {
  background: #5d4927;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .btn_contact4 .active::before {
  left: 2rem;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background-size: contain;
  background-image: url(./img/dlicon.svg);
}

.dropdown-menu {
  padding: 0;
  margin: 0 !important;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 992px) {
  .dropdown-menu {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    overflow: hidden;
    border-radius: 0.8rem;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu {
    display: block;
  }
}
.dropdown-menu .menu-item {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item {
    border-bottom: 0.1rem solid #ccc7ba;
  }
}
.dropdown-menu .menu-item .dropdown-item {
  display: inline-block;
  padding: 1.5rem 1rem 1.5rem 3rem;
  margin: 0;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: none;
  background-color: #FFFFFF;
  color: #5d4927;
  white-space: wrap;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item .dropdown-item {
    font-size: 1.4rem;
    padding: 1rem 1.2rem;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.6;
  }
  .dropdown-menu .menu-item .dropdown-item:hover {
    color: #FFFFFF;
    background-color: #5d4927;
  }
}
@media screen and (min-width: 1200px) {
  .dropdown-menu .menu-item .dropdown-item {
    min-width: 25.9rem;
    letter-spacing: 1px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-menu .menu-item .dropdown-item br {
    display: none !important;
  }
}
.dropdown-menu .menu-item .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #5d4927;
}
@media screen and (min-width: 992px) {
  .dropdown-menu .menu-item:last-child .dropdown-item {
    border-bottom: none;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu .sm_short .dropdown-item {
    padding: 1rem 1.5rem;
    height: auto;
  }
}
@media screen and (max-width: 420px) {
  .dropdown-menu .br_hidden .dropdown-item .mega-card__label br {
    display: none;
  }
}
.dropdown-menu .br_visible .dropdown-item .mega-card__label br {
  display: none;
}
@media screen and (max-width: 991px) {
  .dropdown-menu .br_visible .dropdown-item .mega-card__label br {
    display: block;
  }
}

.sm_border a {
  border-bottom: 0.1rem solid #ccc7ba;
}
@media screen and (min-width: 992px) {
  .sm_border a {
    border-bottom: none;
  }
}

.depth_0 {
  border-top: 0.1rem solid #ccc7ba;
}
@media screen and (min-width: 992px) {
  .depth_0 {
    border-top: none;
  }
}

.mega-head {
  display: none;
}
@media screen and (min-width: 992px) {
  .mega-head {
    display: block;
  }
}

/* =========================
   メガメニュー（992px以上のみ）
   - Bootstrapの .show 制御を壊さない
   - 幅は画面に追従
   ========================= */
@media screen and (min-width: 992px) {
  /* ① 位置の基準を navbar 全体にする */
  .navbar,
  .navbar-collapse {
    position: relative;
  }
  /* ② メガ対象の親liだけ position: static（基準を狭くしない） */
  .navbar-nav > .nav-item-80,
  .navbar-nav > .nav-item-85,
  .navbar-nav > .nav-item-87 {
    position: static;
  }
  /* ③ 重要：閉じてる時は必ず非表示（Bootstrap準拠） */
  .dropdown-menu.mega-menu {
    display: none;
  }
  .dropdown-menu.mega-menu.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  /* ④ Popper/inline style を上書きしつつ中央寄せ（show時でもOK） */
  .dropdown-menu.mega-menu,
  .dropdown-menu.mega-menu[data-bs-popper] {
    inset: auto !important;
    top: 150% !important;
    left: 50% !important;
    right: auto !important;
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    position: absolute;
    margin-top: 0.8rem;
    /* 幅は可変（縮む） */
    width: min(1300px, 92vw);
    max-width: 92vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3rem;
    background: #FFFFFF;
    border: none;
    border-radius: 0.8rem;
    overflow: visible;
    /* 既存の dropdown-menu 側に min-width が残ってる場合を殺す */
    min-width: 0 !important;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .dropdown-menu.mega-menu,
  .dropdown-menu.mega-menu[data-bs-popper] {
    padding: 5rem;
  }
}
@media screen and (min-width: 992px) {
  /* ========== 見出し ========== */
  .dropdown-menu.mega-menu .mega-head {
    display: block;
    position: absolute;
    left: 3rem;
    top: 3rem;
    width: clamp(140px, 16vw, 240px);
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .dropdown-menu.mega-menu .mega-head {
    left: 5rem;
    top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.mega-menu .mega-head .mega-head__en {
    display: block;
    color: #a0885d;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
  }
  .dropdown-menu.mega-menu .mega-head .mega-head__jp {
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-top: 0rem;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) and (min-width: 1700px) {
  .dropdown-menu.mega-menu .mega-head .mega-head__jp {
    font-size: 3rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 992px) {
  /* ========== PRODUCT / CASE：画像カード ========== */
  .dropdown-menu.mega-menu.is-product,
  .dropdown-menu.mega-menu.is-case {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: clamp(12px, 1.4vw, 22px);
    /* 見出し分の余白（見出し幅も可変なので同じ式） */
    padding-left: calc(clamp(140px, 16vw, 208px) + 4rem);
  }
}
@media screen and (min-width: 992px) and (min-width: 1400px) {
  .dropdown-menu.mega-menu.is-product,
  .dropdown-menu.mega-menu.is-case {
    padding-left: calc(clamp(140px, 16vw, 208px) + 6rem);
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.mega-menu.is-product > .menu-item,
  .dropdown-menu.mega-menu.is-case > .menu-item {
    margin: 0 !important;
    border-bottom: none !important;
    float: none !important;
    padding-left: 0 !important;
    width: auto !important;
    /* ★縮む要：カードの最小幅を下げる（ここがレスポンシブの肝） */
    -webkit-box-flex: 1;
        -ms-flex: 1 1 clamp(150px, 16vw, 220px);
            flex: 1 1 clamp(150px, 16vw, 220px);
    /* max-width を固定しすぎると縮まないので上限も緩める */
    max-width: 19rem;
    min-width: 0;
  }
  .dropdown-menu.mega-menu.is-product .mega-card,
  .dropdown-menu.mega-menu.is-case .mega-card {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    padding: 0;
    background: none;
    text-decoration: none;
    min-width: 0;
    color: #333;
  }
  .dropdown-menu.mega-menu.is-product .mega-card .mega-card__label,
  .dropdown-menu.mega-menu.is-case .mega-card .mega-card__label {
    display: inline-block !important;
  }
  .dropdown-menu.mega-menu.is-product .mega-card:hover .mega-card__label,
  .dropdown-menu.mega-menu.is-case .mega-card:hover .mega-card__label {
    -webkit-transition: 0.8s;
    transition: 0.8s;
    color: #5d4927;
    text-underline-offset: 5px;
    text-decoration: underline;
  }
}
@media screen and (min-width: 992px) and (min-width: 992px) {
  .dropdown-menu.mega-menu .mega-card__label {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    gap: 0.8rem;
    width: auto !important;
    -ms-grid-column-align: start;
        justify-self: start;
  }
}
@media screen and (min-width: 992px) {
  .mega-card__icon {
    display: none !important;
  }
  .dropdown-menu.mega-menu.is-product .mega-card__thumb,
  .dropdown-menu.mega-menu.is-case .mega-card__thumb {
    border-radius: 1.2rem;
    overflow: hidden;
    aspect-ratio: 16/10;
    background: #f3f3f3;
    position: relative;
  }
  .dropdown-menu.mega-menu.is-product .mega-card__thumb::before,
  .dropdown-menu.mega-menu.is-case .mega-card__thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    border-radius: 1.6rem;
  }
  .dropdown-menu.mega-menu.is-product .mega-card__thumb img,
  .dropdown-menu.mega-menu.is-case .mega-card__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .nav-item-84 .mega-card__thumb::before {
    background-image: url(./img/h_pbanner4.jpg);
  }
  .nav-item-70 .mega-card__thumb::before {
    background-image: url(./img/h_pbanner1.jpg);
  }
  .nav-item-72 .mega-card__thumb::before {
    background-image: url(./img/h_pbanner2.jpg);
  }
  .nav-item-71 .mega-card__thumb::before {
    background-image: url(./img/h_pbanner3.jpg);
  }
  .menu-use_case .mega-card__thumb::before {
    background-image: url(./img/h_pbanner5.jpg);
  }
  .menu-repair .mega-card__thumb::before {
    background-image: url(./img/h_pbanner6.jpg);
  }
  .menu-new_installation .mega-card__thumb::before {
    background-image: url(./img/h_pbanner7.jpg);
  }
  .menu-replacement .mega-card__thumb::before {
    background-image: url(./img/h_pbanner8.jpg);
  }
}
@media screen and (min-width: 992px) {
  /* ========== ABOUT：テキスト ========== */
  .dropdown-menu.mega-menu.is-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: clamp(10px, 1.2vw, 18px);
    padding-left: calc(clamp(140px, 16vw, 240px) + 13rem);
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .dropdown-menu.mega-menu.is-about {
    padding-left: calc(clamp(140px, 16vw, 240px) + 15rem);
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.mega-menu.is-about .mega-head {
    width: clamp(140px, 20vw, 240px);
  }
  .dropdown-menu.mega-menu.is-about > .menu-item {
    margin: 0 !important;
    border-bottom: none !important;
    float: none !important;
    padding-left: 0 !important;
    width: calc(33% - 2rem) !important;
    min-width: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  .dropdown-menu.mega-menu.is-about > .menu-item {
    width: calc(33% - 2rem) !important;
  }
}
@media screen and (min-width: 992px) {
  .dropdown-menu.mega-menu.is-about > .menu-item .show {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .dropdown-menu.mega-menu.is-about > .menu-item .dropdown-item {
    min-width: 8.6rem;
  }
}
/*====================================

  ■SP用ページ下部リンク

=====================================*/
.navbar-header {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #5d4927;
  width: 100%;
  border-radius: 16px 16px 0 0;
}
@media screen and (min-width: 992px) {
  .navbar-header {
    display: none;
  }
}
.navbar-header .navbar-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #FFFFFF;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 5rem;
  width: 5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 992px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span {
  background-color: #FFFFFF;
  display: block;
  width: 50%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.7rem auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .el_text {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.7rem auto 0;
  color: #FFFFFF;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  color: #FFFFFF;
  font-size: 1.7rem;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
    font-size: 1.9rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text span {
  display: block;
  font-size: 0.8rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a {
    padding: 2rem 1rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a .el_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a {
  display: block;
  width: 100%;
  padding: 2rem 0rem;
  font-size: 14px;
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a {
    padding: 2rem 1rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a img {
  max-width: 1.4rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a img {
    max-width: 2rem;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__works a .el_text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item:last-child::after {
  display: none;
}
.navbar-header .navbar-header-flex .item1 {
  width: 46%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item1 {
    width: 100%;
  }
}
.navbar-header .navbar-header-flex .item2 {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item2 {
    width: 100%;
  }
}
.navbar-header .navbar-header-flex .item3 {
  width: 27%;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .item3 {
    width: 100%;
  }
}

.side_linkbox {
  position: fixed;
  width: 100%;
  max-width: 40px;
  z-index: 10;
  height: 16.2rem;
  top: auto;
  bottom: 20%;
  margin: 0;
  right: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .side_linkbox {
    display: block;
    max-width: 68px;
    height: 22.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
  }
}
.side_linkbox a {
  font-size: 1.3rem;
  text-align: center;
  display: block;
  width: 100%;
  z-index: 4;
  color: #FFFFFF;
  background: #5d4927;
  border-radius: 12px 0 0 0;
  font-weight: 700;
  line-height: 1.3;
  padding: 1.4rem 0;
}
@media screen and (min-width: 768px) {
  .side_linkbox a {
    margin-bottom: 0px;
    padding: 2rem 0;
    border-radius: 16px 0 0 0;
  }
}
@media screen and (min-width: 1700px) {
  .side_linkbox a {
    font-size: 1.4rem;
  }
}
.side_linkbox a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
  background-color: #a0885d;
}
.side_linkbox a img {
  display: block;
  margin: auto;
  margin-bottom: 0.5rem;
  max-width: 1.6rem;
}
@media screen and (min-width: 768px) {
  .side_linkbox a img {
    margin-bottom: 1rem;
    max-width: none;
  }
}
.side_linkbox .side_2 {
  position: relative;
  border-radius: 0 0 0 12px;
}
@media screen and (min-width: 768px) {
  .side_linkbox .side_2 {
    border-radius: 0 0 0 16px;
  }
}
.side_linkbox .side_2::before {
  content: "";
  position: absolute;
  background-color: #a0885d;
  width: 45%;
  height: 1px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
}

/*====================================================
フッターお問い合わせ
====================================================*/
.container_out {
  background-color: #ece7de;
  width: 100%;
  max-width: 164rem;
  margin: auto;
  border-radius: 16px;
  padding: 3rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .container_out {
    padding: 5rem 3rem 5rem;
  }
}
@media screen and (min-width: 992px) {
  .container_out {
    padding: 8rem 0 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .container_out {
    padding: 9.6rem 0 10rem;
  }
}

.commonBnr {
  padding: 0 2.2rem;
  position: relative;
}

.commonBnrWrap {
  position: relative;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 810px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap {
    margin: 0;
    max-width: none;
  }
}
.commonBnrWrap .commonBnrText {
  text-align: center;
  width: auto;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrText {
    text-align: left;
    margin-right: 3rem;
  }
}
.commonBnrWrap .commonBnrText .shorttitle {
  font-size: 1.7rem;
  font-weight: 700;
  color: #946618;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .shorttitle {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .shorttitle {
    margin-bottom: 3rem;
    font-size: 2.3rem;
  }
}
.commonBnrWrap .commonBnrText .btnTel {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrText .btnTel {
    text-align: left;
  }
}
.commonBnrWrap .commonBnrText .btnTel .el_main {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  color: #5d4927;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 3.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main {
    font-size: 5.6rem;
  }
}
.commonBnrWrap .commonBnrText .btnTel .el_main img {
  max-width: 2.6rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 3.6rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText .btnTel .el_main img {
    max-width: 4.3rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .commonBnrText2 {
    width: 64%;
  }
}
.commonBnrWrap .commonBnrLink {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink {
    margin-left: auto;
    max-width: 70rem;
  }
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
    width: calc(50% - 1rem);
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
  width: 100%;
  border-radius: 16px;
  background-color: #e68009;
  border: 2px solid #e68009;
  display: block;
  padding: 2rem 1.5rem 2rem;
  text-align: center;
  max-width: 30rem;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    padding: 3rem 0 2.5rem;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
    padding: 4rem 0 3.5rem;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover {
  color: #e68009;
  background-color: #FFFFFF;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .commonBnrLinkHeadline .el_main {
  color: #e68009;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .commonBnrLinkHeadline .el_main span::before {
  background-image: url(./img/footermail_h.svg);
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .el_sub .inicon {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0 !important;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .el_sub .inicon2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1 !important;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline {
  display: block;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline {
    display: block;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub {
  position: relative;
  height: auto;
  padding-left: 2rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub {
    height: 3rem;
    display: block;
    padding-left: 0;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub img {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0.3rem;
  max-width: 2.1rem;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub img {
    max-width: none;
    top: 0;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub .inicon {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_sub .inicon2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
  font-weight: bold;
  font-size: 1.5rem;
  color: #FFFFFF;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
    margin-top: 1rem;
    margin-left: 0;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main {
    font-size: 2.3rem;
    margin-top: 2rem;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main span {
  padding-left: 2.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main span {
    padding-left: 0;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main span::before {
  position: absolute;
  content: "";
  width: 2rem;
  height: 1.6rem;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background-image: url(./img/footermail.svg);
}
@media screen and (min-width: 768px) {
  .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a .commonBnrLinkHeadline .el_main span::before {
    display: none;
  }
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a {
  border: 2px solid #ebaa12;
  background-color: #ebaa12;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a .commonBnrLinkHeadline .el_main span::before {
  width: 2rem;
  height: 1.9rem;
  background-image: url(./img/footershop.svg);
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #ebaa12;
  background-color: #FFFFFF;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a:hover .commonBnrLinkHeadline .el_main {
  color: #ebaa12;
}
.commonBnrWrap .commonBnrLink .commonBnrLinkInner .cell_second a:hover .commonBnrLinkHeadline .el_main span::before {
  background-image: url(./img/footershop_h.svg);
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .commonBnrLink.prod_BnrLink {
    max-width: 46rem;
  }
}

.commonBnrWrap .prod_BnrLink .commonBnrLinkInner {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .commonBnrWrap .prod_BnrLink .commonBnrLinkInner {
    margin-right: 0;
  }
}
.commonBnrWrap .prod_BnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
  width: 100%;
}
.commonBnrWrap .prod_BnrLink .commonBnrLinkInner .commonBnrLinkInner__cell a {
  width: 100%;
}
@media screen and (min-width: 1700px) {
  .commonBnrWrap .prod_BnrLink2 {
    width: 40%;
  }
}
.commonBnrWrap .prod_BnrLink2 .commonBnrLinkInner .commonBnrLinkInner__cell a {
  background-color: #ebaa12;
  border-color: #ebaa12;
}
.commonBnrWrap .prod_BnrLink2 .commonBnrLinkInner .commonBnrLinkInner__cell a:hover .commonBnrLinkHeadline .el_main {
  color: #ebaa12;
}

/*====================================================
フッター
====================================================*/
/*ページトップ*/
#page-top {
  display: block;
  text-align: center;
  position: fixed;
  right: 1.5rem;
  bottom: 7rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #page-top {
    bottom: 6.5rem;
    right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  #page-top {
    bottom: 4.8rem;
  }
}
#page-top a {
  display: inline-block;
  text-decoration: none;
  height: 3.5rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  width: 3.5rem;
  background-size: cover;
  background-image: url(./img/icon_pagetop.svg);
}
@media screen and (min-width: 768px) {
  #page-top a {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #page-top a {
    width: 7rem;
    height: 7rem;
  }
}
#page-top a:hover {
  background-image: url(./img/pagetop_h.svg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.footerBg {
  background-color: #fcfbf9;
  padding: 5rem 0 0rem;
  border-radius: 30px 30px 0 0;
}
@media screen and (min-width: 768px) {
  .footerBg {
    border-radius: 60px 60px 0 0;
    padding: 8rem 0 0rem;
  }
}

#footer {
  position: relative;
  z-index: 10;
}
#footer .footerInner > .container {
  max-width: 163rem;
}
@media screen and (min-width: 768px) {
  #footer .footerInner > .container {
    padding: 0 3rem;
  }
}
#footer .footerInner .footerWrap {
  display: block;
  max-width: 144rem;
  margin: 0 auto;
  padding: 6rem 0 3rem;
  color: #3A3A3A;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap {
    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;
    width: 100%;
    padding: 6rem 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: none;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 29.4rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 62.4rem;
    margin: 0 3.6rem 0 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .text {
    font-size: 1.5rem;
    margin: 0 0 4rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text span {
  display: block;
  margin-block: 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  color: #e68009;
}
@media screen and (min-width: 1700px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .text span {
    margin-block: 0rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text a {
  margin-right: 0.8rem;
}
@media screen and (min-width: 1700px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .inflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo {
  margin-bottom: 1rem;
}
@media screen and (min-width: 1400px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo {
    margin-bottom: 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo img {
  max-width: 20.3rem;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo img {
    max-width: 22.3rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo img {
    margin-right: 2rem;
    max-width: 18rem;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .inflex .footerLogo img {
    margin-right: 2rem;
    max-width: 25.3rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: auto;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}
@media screen and (min-width: 1400px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .btnflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
  margin: 3rem 0 2rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
    margin: 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .footerLogo {
    display: inline-block;
    text-align: left;
    margin: 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell03 {
  width: 100%;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    width: 65%;
    max-width: 49.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    min-width: 60rem;
    max-width: 60rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    min-width: 74rem;
    max-width: 74rem;
  }
}
@media screen and (min-width: 1400px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    margin-right: 3rem;
    min-width: 90rem;
    max-width: 90rem;
  }
}
@media screen and (min-width: 1700px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    margin-right: 0;
  }
}

/*フッターメニュー*/
#menu-footermenu {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
#menu-footermenu > li {
  display: inline-block;
  width: 100%;
  max-width: calc(33.3333333333% - 0.3rem);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li {
    width: auto;
    min-width: 9.5rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li {
    min-width: 13rem;
  }
}
#menu-footermenu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding: 0 0 0 1.5rem;
  margin: 0 0 2.4rem;
  color: #333333;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
  }
  #menu-footermenu > li > a:hover {
    color: #5d4927;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li > a {
    font-size: 1.7rem;
  }
}
#menu-footermenu > li > a::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background-color: #5d4927;
}
#menu-footermenu > li > a .el_text {
  display: inline-block;
}
#menu-footermenu > li.d-none {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li.menu-long {
    min-width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li.menu-long {
    min-width: 17.5rem;
  }
}

/*コピーライト*/
.copyright {
  text-align: center;
  padding: 2rem 0 3rem;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #413117;
  color: #FFFFFF;
  margin-bottom: 4rem;
}
@media screen and (min-width: 992px) {
  .copyright {
    padding: 2rem 0;
    margin-bottom: 0;
  }
}

.footer__none {
  display: none;
}

.footernavbar {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footernavbar {
    margin-left: auto;
    padding: 0;
    margin: 0 !important;
  }
}
.footernavbar li {
  list-style: none;
  margin-bottom: 0px;
}
.footernavbar li a:hover {
  color: #a0885d;
}
.footernavbar .sub-menu {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .footernavbar .sub-menu {
    padding-left: 2rem;
  }
}
.footernavbar .bigtext {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 0.2rem;
  margin-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext {
    font-size: 1.7rem;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .footernavbar .bigtext {
    margin-bottom: 2rem;
  }
}
.footernavbar .bigtext::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 12px;
  margin: auto;
  left: -7px;
  background-color: #a0885d;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext::before {
    left: 0;
  }
}
.footernavbar .bigtext .sub-menu {
  padding-left: 5px;
}
.footernavbar .bigtext .in_mini {
  position: relative;
  font-size: 1.2rem;
  padding-left: 1rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .footernavbar .bigtext .in_mini {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .footernavbar .bigtext .in_mini {
    margin-top: 1rem;
    font-size: 1.3rem;
    letter-spacing: -0.5px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .bigtext .in_mini {
    font-size: 1.5rem;
  }
}
.footernavbar .bigtext .in_mini::before {
  content: "-";
  position: absolute;
  font-size: 1.5rem;
  top: -3px;
  margin: auto;
  left: 0;
}
.footernavbar .shortline {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .shortline {
    width: 23%;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .shortline {
    width: 11%;
  }
}
@media screen and (max-width: 991px) {
  .footernavbar .shortline:first-child {
    width: 100%;
  }
}
.footernavbar .footer_middle1 {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle1 {
    width: 35%;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle1 {
    width: 24%;
  }
}
.footernavbar .footer_middle2 {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle2 {
    width: 30%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle2 {
    width: 20%;
  }
}
.footernavbar .footer_middle3 {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle3 {
    width: 34%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle3 {
    width: 20%;
    margin-top: 0;
  }
}
.footernavbar .footer_middle4 {
  width: 50%;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .footernavbar .footer_middle4 {
    width: 24%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .footernavbar .footer_middle4 {
    margin-top: 0;
  }
}

/*====================================

  ■neck

=====================================*/
.neckcover {
  padding: 0 2.2rem;
}

.neck {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 5rem 0 4rem;
  border-radius: 1.6rem;
  background-color: #ECE7DE;
  background-size: cover;
  margin-top: 8rem;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .neck {
    padding: 10rem 0 8rem;
    margin-top: 9rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck {
    margin-top: 12rem;
  }
}
.neck::before {
  content: "";
  position: absolute;
  width: 13rem;
  height: 10rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-size: cover;
  background-image: url(./img/neckilllust.png);
}
@media screen and (min-width: 601px) {
  .neck::before {
    width: 15rem;
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .neck::before {
    width: 30rem;
    height: 24rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck::before {
    width: 40rem;
    height: 32rem;
  }
}
.neck .neckWrap {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.neck .neckWrap .neckTitle {
  text-align: left;
}
.neck .neckWrap .neckTitle .sub_text {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #A0885D;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .sub_text {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.neck .neckWrap .neckTitle .main_text {
  display: block;
  font-size: 3.4rem;
  color: #333;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 6rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 6.6rem;
  }
}

/*====================================================
メインビジュアル
====================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.fv {
  position: relative;
  line-height: 1;
  font-size: 0;
  padding: 8.2rem 2rem 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 48rem;
}
@media screen and (min-width: 768px) {
  .fv {
    padding: 8.3rem 2rem 0;
  }
}
@media screen and (min-width: 992px) {
  .fv {
    padding: 9rem 2rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .fv {
    padding: 11rem 2rem 0;
  }
}
@media screen and (min-width: 1700px) {
  .fv {
    padding: 12rem 2rem 0;
  }
}
.fv .fvInner {
  position: relative;
  max-width: 182rem;
  margin: auto;
}
.fv .fvInner .fvText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 5;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  height: 14rem;
}
@media screen and (min-width: 601px) {
  .fv .fvInner .fvText {
    height: 19rem;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText {
    height: 8.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText {
    height: 17rem;
  }
}
.fv .fvInner .fvText .minitxt {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .fv .fvInner .fvText .minitxt {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText .minitxt {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .minitxt {
    font-size: 2.8rem;
  }
}
.fv .fvInner .fvText .bigtxt {
  font-size: 2.8rem;
  margin-top: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText .bigtxt {
    margin-top: 2rem;
    font-size: 4rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .bigtxt {
    font-size: 5.6rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv .fvInner .fvText .bigtxt {
    font-size: 7.2rem;
    margin-top: 4rem;
  }
}
.fv .fvInner .fvText .bigtxt span {
  margin-left: -1rem;
  background-color: #FFFFFF;
  border-radius: 2rem;
  color: #5d4927;
  font-size: 2.3rem;
  font-weight: 700;
  padding: 0 1rem;
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvText .bigtxt span {
    border-radius: 4.7rem;
    font-size: 3.4rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .bigtxt span {
    font-size: 4.8rem;
    margin-top: 3rem;
    margin-left: -2rem;
    padding: 0 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .fv .fvInner .fvText .bigtxt span {
    font-size: 6.4rem;
    margin-top: 4rem;
    padding: 0 3rem;
  }
}
.fv .fvInner .fvWrap {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvWrap {
    padding: 0rem 0 2rem;
  }
}
.fv .fvInner .fvWrap .slick-list {
  background: none;
}
.fv .fvInner .fvWrap .fvItem {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fv .fvInner .fvWrap .fvItem img {
  display: inline-block;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .fv .fvInner .fvWrap .fvItem img {
    border-radius: 3rem;
  }
}
.fv .fvInner .fvWrap .slick-dots {
  margin: 1rem auto 0;
  bottom: -2rem;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvWrap .slick-dots {
    bottom: 0;
  }
}
.fv .fvInner .fvWrap .slick-dots li {
  width: 4rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.fv .fvInner .fvWrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 0.5rem;
  width: 4rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #FFFFFF;
}
.fv .fvInner .fvWrap .slick-dots li button::before {
  display: none;
}
.fv .fvInner .fvWrap .slick-dots li.slick-active button {
  background-color: #5d4927;
}

/*====================================================
お知らせ
====================================================*/
.frontNews {
  position: relative;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .frontNews {
    padding: 6rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .frontNews .largeHeadline01 .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .frontNews .btn01 {
    max-width: 22rem;
  }
}

.newsWrap {
  border-top: 0.2rem dotted #E1E1E1;
  margin: 0 0 3rem;
}
.newsWrap .newsItem {
  border-bottom: 0.2rem dotted #E1E1E1;
}
.newsWrap .newsItem a {
  position: relative;
  display: block;
  padding: 2.7rem 7rem 2.7rem 1.3rem;
  background-color: #FFFFFF;
  background-image: url(./img/icon_link01_blue.svg);
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}
@media screen and (min-width: 768px) {
  .newsWrap .newsItem a {
    background-position: center right 2rem;
    background-size: 3rem auto;
  }
  .newsWrap .newsItem a:hover {
    opacity: 1;
  }
}
.newsWrap .newsItem a .newsItemTitle {
  color: #2D4F6A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .newsWrap .newsItem a .newsItemTitle {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*====================================================
特徴
====================================================*/
.bgWave {
  position: relative;
  margin-top: 3.5rem;
}
.bgWave::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background-image: url(./img/bg_wave.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgWave::before {
    height: 10rem;
  }
}

.frontAbout {
  position: relative;
  z-index: 1;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .frontAbout {
    padding: 12rem 0 7rem;
  }
}
.frontAbout .frontAboutWrap01 {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__left {
    max-width: 73.2rem;
    margin: 0 8rem 0 0;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img {
  text-align: center;
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img img {
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img img {
    max-width: 100%;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__right .largeHeadline02 .el_text {
  line-height: 1;
  padding: 0 0 0.4rem;
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 1200px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__right .frontAboutWrap01__rightInner {
    padding: 0 0 0 7rem;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__right .frontAboutWrap01__rightInner .text02 {
  line-height: 2;
}
.frontAbout .frontAboutWrap02 {
  padding: 28rem 0 0;
  background-image: url(./img/deco_wave.svg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  top: -24rem;
  margin: 0 0 -24rem;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap02 {
    padding: 26rem 0 0;
    top: -24rem;
    margin: 0 0 -24rem;
  }
}
.frontAbout .frontAboutWrap02 .img {
  text-align: center;
  margin: 0 0 6rem;
}
.frontAbout .frontAboutWrap02 .img img {
  display: inline-block;
  width: 100%;
  max-width: 74rem;
}
.frontAbout .frontAboutWrap02 .text02 {
  line-height: 2;
}

/*====================================================
強み
====================================================*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.frontFeature {
  overflow: hidden;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .frontFeature {
    padding: 0 0 13rem;
  }
}
@media screen and (min-width: 768px) {
  .frontFeature__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 52px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 0 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.frontFeature__head .largeHeadline01 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__head .largeHeadline01 {
    margin-bottom: 3rem;
  }
}
.frontFeature__arrows {
  display: none;
}
@media screen and (min-width: 768px) {
  .frontFeature__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2rem;
    margin: 0 0 3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.frontFeature__arrows .slide-arrow {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .frontFeature__arrows .slide-arrow {
    width: 7rem;
    height: 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .frontFeature__arrows .slide-arrow:hover {
    opacity: 0.5;
  }
}
.frontFeature__arrows .slide-arrow.prev-arrow {
  background-image: url(./img/icon_prev01_blue.svg);
}
.frontFeature__arrows .slide-arrow.next-arrow {
  background-image: url(./img/icon_next01_blue.svg);
}
.frontFeature__sliderOut {
  position: relative;
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut {
    width: calc(100% + (135vw - 100%) / 2);
    margin-right: calc(-1 * (135vw - 100%) / 2);
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut .slick-list {
    padding-right: clamp(24px, 6vw, 0px);
  }
}
.frontFeature__sliderOut .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut .slide-arrow {
    width: 7rem;
    height: 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .frontFeature__sliderOut .slide-arrow:hover {
    opacity: 0.5;
  }
}
.frontFeature__sliderOut .slide-arrow.prev-arrow {
  background-image: url(./img/icon_prev01_blue.svg);
  left: -1.5rem;
}
.frontFeature__sliderOut .slide-arrow.next-arrow {
  background-image: url(./img/icon_next01_blue.svg);
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__slider .slick-slide {
    padding-right: 24px;
  }
}
.frontFeature__item .frontFeatureItemInner {
  position: relative;
  padding: 4rem 0 0;
  border-radius: 3rem;
  overflow: hidden;
  height: 100%;
}
.frontFeature__item .frontFeatureItemInner::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  position: absolute;
  top: 0;
  left: 0;
}
.frontFeature__item .frontFeatureItemInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 4rem;
  left: 0;
  border-radius: 3rem;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum {
  position: relative;
  z-index: 5;
  display: inline-block;
  min-width: 10.1rem;
  background-image: url(./img/deco_kado.png);
  background-position: bottom 1rem right 1rem;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  padding: 0.5rem 0.5rem 2.3rem 0;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureNum {
    margin: 0 0 3rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  border-radius: 1.5rem 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 100%;
  border-radius: 1.5rem 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #FFFFFF;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum span {
  display: inline-block;
  color: #5d4927;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureImg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2rem;
  max-width: 15rem;
}
@media screen and (min-width: 1200px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureImg {
    max-width: 20rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureTitle {
  position: relative;
  z-index: 5;
  margin: 0 3rem 0.6rem 6rem;
  color: #5d4927;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureTitle {
    margin: 0 3rem 2rem 6rem;
    font-size: 2.6rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureText {
  position: relative;
  z-index: 5;
  margin: 0 5rem 3rem 6rem;
  color: #2D4F6A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureText {
    margin: 0 5rem 4rem 6rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureText {
    font-size: 1.6rem;
  }
}

/*====================================================
当園のご紹介
====================================================*/
.frontInformation {
  position: relative;
  z-index: 5;
  padding: 6rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .frontInformation {
    padding: 12rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .largeHeadline01 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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 3rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem {
    max-width: calc(50% - 3rem);
    margin-bottom: 8rem;
  }
  .frontInformation .frontInformationWrap .frontInformationItem:hover .frontInformationImg img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
  position: relative;
  z-index: 1;
  padding: 0 0 0 6rem;
  margin: 0 0 1.5rem;
  line-height: 1.4;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    text-align: left;
    border-radius: 0 0 3.1rem 0;
    padding: 1rem 2rem 1rem 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
    padding: 2.9rem 2rem 2.9rem 10rem;
    min-width: 46.3rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 4rem;
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_icon {
    left: 2rem;
    max-width: 5.9rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
  position: relative;
  display: inline-block;
  color: #5d4927;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
    font-size: 1.4rem;
    margin: 0 0 0.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
    font-size: 2rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #5d4927;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
  display: block;
  color: #3A3A3A;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle::before {
    content: "";
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem;
    background-image: url(./img/front_information_deco01.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -3rem;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle::after {
    content: "";
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem;
    background-image: url(./img/front_information_deco02.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: -3rem;
    z-index: 1;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationImg {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3.1rem;
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationImg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background-image: url(./img/icon_link01_blue.svg);
  background-position: bottom 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  border: 0.3rem solid #5d4927;
  color: #3A3A3A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
    right: -2rem;
    bottom: -3.4rem;
    width: 12rem;
    height: 12rem;
    background-position: bottom 2.5rem center;
    background-size: auto auto;
    border: 0.3rem solid #5d4927;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
    width: 16rem;
    height: 16rem;
    background-position: bottom 3.8rem center;
    border: 0.4rem solid #5d4927;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
  display: inline-block;
  color: #5d4927;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
    font-size: 1.4rem;
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
    font-size: 1.7rem;
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col {
    max-width: calc(33.3333333333% - 3rem);
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle {
    min-width: 32rem;
    padding: 1.6rem 2rem 1.6rem 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_icon {
    max-width: 5.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_main {
    font-size: 2.7rem;
  }
}

.main_flex {
  display: block;
  width: 100%;
  max-width: 1640px;
  margin-right: auto;
  margin-left: auto;
  -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 2.2rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .main_flex {
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 992px) {
  .main_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .main_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1700px) {
  .main_flex {
    padding: 0;
  }
}
.main_flex .textbox {
  width: 100%;
  margin-top: 3rem;
  margin-left: 0;
}
@media screen and (min-width: 992px) {
  .main_flex .textbox {
    margin-left: 3rem;
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .main_flex .textbox {
    width: 54%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1400px) {
  .main_flex .textbox {
    width: 56%;
    margin-top: 0px;
  }
}
.main_flex .textbox .subtitle {
  font-size: 1.7rem;
  position: relative;
  font-weight: 700;
  padding-left: 20px;
  color: #a0885d;
}
@media screen and (min-width: 768px) {
  .main_flex .textbox .subtitle {
    font-size: 2.1rem;
  }
}
.main_flex .textbox .subtitle::before {
  content: "";
  position: absolute;
  background-color: #a0885d;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.main_flex .textbox .maintitle {
  margin: 14px 0 30px;
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: 700;
  color: #5d4927;
}
@media screen and (min-width: 768px) {
  .main_flex .textbox .maintitle {
    font-size: 2.5rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 992px) {
  .main_flex .textbox .maintitle {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main_flex .textbox .maintitle {
    font-size: 3rem;
    margin: 14px 0 50px;
  }
}
@media screen and (min-width: 1700px) {
  .main_flex .textbox .maintitle {
    font-size: 4rem;
    line-height: 1.4;
    margin: 14px 0 40px;
  }
}
.main_flex .textbox .maintitle .color1 {
  color: #ed8d03;
}
.main_flex .textbox .normal {
  font-size: 15px;
  font-weight: 600;
  line-height: 2.1;
  color: #5d4927;
  margin-left: 0;
}
@media screen and (min-width: 1200px) {
  .main_flex .textbox .normal {
    font-size: 16px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1700px) {
  .main_flex .textbox .normal {
    font-size: 18px;
    margin-left: 60px;
  }
}
.main_flex .leftside {
  max-width: 450px;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .main_flex .leftside {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main_flex .leftside {
    max-width: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .main_flex .leftside {
    max-width: 630px;
  }
}
.main_flex .leftside img {
  border-radius: 30px;
}

.titlebox {
  text-align: center;
}
.titlebox .subtitle {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  font-family: "Rubik", sans-serif;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .titlebox .subtitle {
    font-size: 44px;
  }
}
@media screen and (min-width: 1200px) {
  .titlebox .subtitle {
    font-size: 52px;
  }
}
@media screen and (min-width: 1400px) {
  .titlebox .subtitle {
    font-size: 68px;
  }
}
.titlebox .maintitle {
  margin-top: 0.5rem;
  color: #a0885d;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .titlebox .maintitle {
    font-size: 19px;
    margin-top: 1rem;
  }
}

.kasou_titlebox {
  text-align: center;
}
.kasou_titlebox .sub {
  color: #a0885d;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .sub {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .kasou_titlebox .sub {
    font-size: 2.1rem;
  }
}
.kasou_titlebox .maintitle {
  color: #333333;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.3rem;
  margin-top: 0.8rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .maintitle {
    font-size: 3rem;
    margin-top: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .kasou_titlebox .maintitle {
    font-size: 4.2rem;
    margin-top: 1rem;
  }
}
.kasou_titlebox .maintitle .bottomborder {
  position: relative;
  padding-bottom: 2rem;
  width: 100%;
  display: block;
}
.kasou_titlebox .maintitle .bottomborder::before {
  content: "";
  position: absolute;
  width: 8rem;
  background-color: #a0885d;
  height: 0.4rem;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .maintitle .bottomborder::before {
    height: 0.6rem;
  }
}
.kasou_titlebox .subtext {
  text-align: left;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .kasou_titlebox .subtext {
    text-align: center;
    margin-top: 3rem;
  }
}

.titlemargin_b {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .titlemargin_b {
    margin-bottom: 6rem;
  }
}

.titleside .titlebox {
  text-align: left;
}

.checkflex {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .checkflex {
    margin-top: 3rem;
  }
}

.flex_two {
  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;
}
.flex_two .blockin {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_two .blockin {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .blockin {
    width: calc(50% - 15px);
  }
}
.flex_two a.blockin {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flex_two a.blockin:hover {
  opacity: 0.7;
}
.flex_two .videocontainer {
  margin-top: 4rem;
  position: relative;
  padding-top: 56.25%; /* 16:9 アスペクト比 */
  height: 0;
}
@media screen and (min-width: 768px) {
  .flex_two .videocontainer {
    margin-top: 5rem;
    padding-top: 28.125%; /* 16:9 アスペクト比 */
  }
}
.flex_two .videocontainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex_two .prod_shortbox {
  background-color: #FFFFFF;
  border-radius: 1.6rem;
  padding: 2rem;
  -webkit-box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
          box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
  margin-bottom: 2rem;
}
.flex_two .prod_shortbox .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex_two .prod_shortbox .inflex .imgone {
  margin-right: 1.5rem;
  width: 28%;
}
@media screen and (min-width: 768px) {
  .flex_two .prod_shortbox .inflex .imgone {
    width: 28%;
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .prod_shortbox .inflex .imgone {
    width: 31%;
    margin-right: 4rem;
  }
}
.flex_two .prod_shortbox .inflex .imgone img {
  border-radius: 1.6rem;
}
.flex_two .prod_shortbox .inflex .txtside {
  width: 65%;
}
@media screen and (min-width: 768px) {
  .flex_two .prod_shortbox .inflex .txtside {
    width: 58%;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .prod_shortbox .inflex .txtside {
    width: 60%;
  }
}
@media screen and (min-width: 1400px) {
  .flex_two .prod_shortbox .inflex .txtside {
    width: 60%;
    margin-top: 2rem;
  }
}
.flex_two .prod_shortbox .inflex .txtside .minititle {
  font-size: 1.7rem;
  line-height: 1.5;
  color: #5d4927;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .flex_two .prod_shortbox .inflex .txtside .minititle {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.flex_two .prod_shortbox .inflex .txtside .txtone {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .flex_two .prod_shortbox .inflex .txtside .txtone {
    font-size: 1.6rem;
  }
}
.flex_two .prod_shortbox .inflex .txtside .txtone a {
  border-bottom: 1px solid;
}
.flex_two .prod_shortbox .inflex .txtside .txtone a:hover {
  color: #a0885d;
}
.flex_two .prod_shortbox.prod_shortbox--widely {
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flex_two .prod_shortbox.prod_shortbox--widely {
    padding: 4rem;
  }
}
.flex_two .shortone {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.8rem;
  padding: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.5rem;
  width: calc(50% - 0.5rem);
  text-align: center;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .flex_two .shortone {
    width: calc(50% - 1rem);
    display: block;
    letter-spacing: 0;
    padding: 3rem 2rem;
    text-align: center;
    font-size: 1.9rem;
    margin-top: 2rem;
    padding-left: 4.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .shortone {
    font-size: 2.1rem;
  }
}
.flex_two .shortone img {
  top: 0;
  bottom: 0;
  left: 2rem;
  margin: auto;
  max-width: 2.8rem;
  display: block;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1200px) {
  .flex_two .shortone img {
    margin-bottom: auto;
    display: inline-block;
    position: absolute;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .shortone img {
    max-width: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .flex_two .longone {
    padding: 1.5rem 2rem;
  }
}
.flex_two .b_ablock {
  width: 100%;
  max-width: 64rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .flex_two .b_ablock {
    max-width: none;
    margin: 0;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .b_ablock {
    width: calc(50% - 6rem);
  }
}
.flex_two .b_ablock {
  position: relative;
}
.flex_two .b_ablock .tag {
  position: absolute;
  font-size: 1.8rem;
  font-weight: 500;
  left: 0;
  top: 0;
  color: #FFFFFF;
  background-color: #3386b7;
  border-radius: 1.6rem 0 1.6rem 0;
  padding: 1.2rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .flex_two .b_ablock .tag {
    font-size: 2.1rem;
    padding: 1.5rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .b_ablock .tag {
    font-size: 2.4rem;
    padding: 2rem 2.5rem;
  }
}
.flex_two .b_ablock .imgone img {
  border-radius: 1.6rem 1.6rem 0 0;
}
.flex_two .b_ablock .b_atxt {
  background-color: #ece7de;
  padding: 2.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  border-radius: 0 0 1.6rem 1.6rem;
}
@media screen and (min-width: 768px) {
  .flex_two .b_ablock .b_atxt {
    padding: 2.5rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .b_ablock .b_atxt {
    padding: 3.5rem;
    font-size: 2.1rem;
  }
}
.flex_two .beforeb {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .flex_two .beforeb {
    margin-bottom: 0rem;
  }
}
.flex_two .beforeb::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: auto;
  margin: auto;
  bottom: -7.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-size: cover;
  width: 3rem;
  height: 6.6rem;
  background-image: url(./img/orangearrow.svg);
}
@media screen and (min-width: 768px) {
  .flex_two .beforeb::before {
    width: 2.4rem;
    height: 5rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    left: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -3.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .beforeb::before {
    right: -8.1rem;
    width: 4.4rem;
    height: 9rem;
  }
}
.flex_two .afterb .tag {
  background-color: #ed6103;
}
.flex_two .afterb .b_atxt {
  height: auto;
}
@media screen and (min-width: 768px) {
  .flex_two .afterb .b_atxt {
    height: 14.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .afterb .b_atxt {
    height: 18.3rem;
  }
}
.flex_two .imgb {
  margin-bottom: 3rem;
  margin-left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flex_two .imgb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 4rem;
    margin-bottom: 0;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .imgb {
    width: calc(50% - 5rem);
  }
}
@media screen and (min-width: 768px) {
  .flex_two .txtbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: calc(50% - 2rem);
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .txtbox {
    width: calc(50% - 5rem);
  }
}
.flex_two .txtbox .intitle {
  color: #5d4927;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-size: 1.9rem;
}
@media screen and (min-width: 768px) {
  .flex_two .txtbox .intitle {
    font-size: 2rem;
  }
}
.flex_two .txtbox .incommand {
  margin-bottom: 1rem;
}
.flex_two .txtbox .incommand .titleb {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  padding-left: 2.2rem;
  text-indent: -2.1rem;
}
@media screen and (min-width: 768px) {
  .flex_two .txtbox .incommand .titleb {
    font-size: 1.8rem;
    padding-left: 0rem;
    text-indent: 0rem;
    margin-bottom: 0;
  }
}
.flex_two .txtbox .incommand .titleb span {
  margin-right: 0.5rem;
}
.flex_two .txtbox .titleone {
  line-height: 1.3;
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .flex_two .txtbox .titleone {
    font-size: 1.7rem;
  }
}
.flex_two .txtbox .titleone img {
  display: inline-block;
  margin-left: 1rem;
  width: 22px;
  height: auto;
  padding: 0;
  margin-bottom: 3px;
}
.flex_two .txtbox .maintxt {
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .flex_two .txtbox .maintxt {
    font-size: 2.9rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_two .txtbox .maintxt {
    font-size: 3.8rem;
    line-height: 1.3;
    margin-bottom: 4rem;
  }
}

.spec_flex {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .spec_flex {
    margin-top: 5rem;
  }
}
.spec_flex .imgb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spec_flex .imgb {
    margin-left: 2.5rem;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .spec_flex .imgb {
    width: 35%;
  }
}
.spec_flex .txtbox {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .spec_flex .txtbox {
    width: 65%;
  }
}
@media screen and (min-width: 1200px) {
  .spec_flex .txtbox {
    width: 60%;
  }
}

.specitem {
  background: #FFFFFF;
  border-radius: 1.6rem;
  padding: 2rem;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .specitem {
    padding: 3rem;
    margin-top: 4rem;
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .specitem {
    padding: 4rem;
    width: calc(50% - 2rem);
    margin-top: 5rem;
  }
}
.specitem .intitle {
  font-weight: 700;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  font-size: 1.7rem;
  border-left: 2px solid #ed8d03;
}
@media screen and (min-width: 768px) {
  .specitem .intitle {
    font-size: 2rem;
    border-left: 3px solid #ed8d03;
  }
}
@media screen and (min-width: 1200px) {
  .specitem .intitle {
    font-size: 2.4rem;
  }
}
.specitem .imgin {
  text-align: center;
  margin: 2rem auto;
}
@media screen and (min-width: 1200px) {
  .specitem .imgin {
    margin: 3rem auto;
  }
}
@media screen and (min-width: 768px) {
  .specitem .imgin {
    margin: 4rem auto;
  }
}
.specitem .imgin .imgin__main {
  margin-bottom: 2rem;
}
.specitem .imgin .imgin__main .imgin__main__item {
  text-align: center;
}
.specitem .imgin .imgin__main .imgin__main__item img {
  display: inline-block;
  border: 0.4rem solid #CCC7BA;
}
.specitem .imgin .imgin__thumb .imgin__thumb__item {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.specitem .imgin .imgin__thumb .imgin__thumb__item img {
  display: inline-block;
  border: 0.4rem solid #CCC7BA;
  max-width: calc(100% - 1rem);
}
.specitem .imgin .imgin__thumb .imgin__thumb__item:hover {
  opacity: 0.5;
}
.specitem .imgin .imgin__thumb .imgin__thumb__item.slick-current {
  opacity: 0.5;
}
.specitem .txt_inbox .intxt {
  margin-bottom: 2rem;
}
.bannerflex .blockin {
  padding: 2rem;
  border-radius: 16px;
  background-color: #fcfbf9;
  display: block;
  position: relative;
  -webkit-box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
          box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin {
    margin-bottom: 0;
    padding: 2rem;
  }
}
.bannerflex .blockin:hover {
  background-color: #dfdbd2;
}
.bannerflex .blockin .arrow {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  border-radius: 50%;
  padding: 2px 5px;
  background: #5d4927;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 601px) {
  .bannerflex .blockin .arrow {
    top: auto;
    bottom: 15px;
    padding: 5px 7px;
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .bannerflex .blockin .arrow {
    right: 20px;
    bottom: 20px;
    padding: 16px 15px;
    width: 50px;
    height: 50px;
  }
}
.bannerflex .blockin .inflex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin .inflex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bannerflex .blockin .inflex .imgside {
  width: 35%;
  margin-right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin .inflex .imgside {
    width: 24%;
    margin-right: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .bannerflex .blockin .inflex .imgside {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .bannerflex .blockin .inflex .imgside {
    width: 30%;
    margin-right: 4rem;
  }
}
.bannerflex .blockin .inflex .imgside img {
  border-radius: 16px;
}
.bannerflex .blockin .inflex .txtside {
  width: 65%;
  padding-right: 2rem;
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin .inflex .txtside {
    width: 70%;
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .bannerflex .blockin .inflex .txtside {
    padding-right: 0;
  }
}
.bannerflex .blockin .inflex .txtside .sub {
  font-size: 1.2rem;
  font-weight: 700;
  color: #a0885d;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin .inflex .txtside .sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bannerflex .blockin .inflex .txtside .sub {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.bannerflex .blockin .inflex .txtside .txt {
  line-height: 1.4;
  font-size: 1.3rem;
}
@media screen and (min-width: 1200px) {
  .bannerflex .blockin .inflex .txtside .txt {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.bannerflex .blockin .inflex .txtside .maintitle {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 601px) {
  .bannerflex .blockin .inflex .txtside .maintitle {
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 768px) {
  .bannerflex .blockin .inflex .txtside .maintitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .bannerflex .blockin .inflex .txtside .maintitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .bannerflex .blockin .inflex .txtside .maintitle {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1400px) {
  .bannerflex .blockin .inflex .txtside .maintitle {
    font-size: 3.4rem;
  }
}

.flex_three {
  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;
}
.flex_three .inblock {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 992px) {
  .flex_three .inblock {
    width: calc(33% - 15px);
  }
}
@media screen and (min-width: 1400px) {
  .flex_three .inblock {
    width: calc(33% - 30px);
  }
}
.flex_three .inblock_product {
  z-index: 1;
  text-align: center;
  position: relative;
  margin-bottom: 4rem;
  margin-right: auto;
  margin-left: auto;
  max-width: none;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock_product {
    margin-bottom: 8rem;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .flex_three .inblock_product {
    margin-bottom: 100px;
  }
}
.flex_three .inblock_product .imgb img {
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock_product .imgb img {
    max-width: 100%;
  }
}
.flex_three .inblock_product .lineuptitle {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  color: #5d4927;
  margin: 20px 0 15px;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock_product .lineuptitle {
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1400px) {
  .flex_three .inblock_product .lineuptitle {
    font-size: 2.3rem;
  }
}
.flex_three .inblock_product .intitlesub {
  z-index: 2;
  background-color: #f7f4ed;
  position: absolute;
  font-size: 1.5rem;
  font-weight: 700;
  top: 0;
  left: 0;
  padding: 10px 10px 10px 10px;
  line-height: 1.3;
  color: #a0885d;
  border-radius: 0 0 14px 0;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock_product .intitlesub {
    font-size: 1.9rem;
    padding: 15px 15px 15px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .flex_three .inblock_product .intitlesub {
    font-size: 2.3rem;
  }
}
.flex_three .inblock_product .intitlesub span {
  margin-left: 0;
  font-size: 2.3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .flex_three .inblock_product .intitlesub span {
    font-size: 3.2rem;
    margin-left: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .flex_three .inblock_product .intitlesub span {
    font-size: 4rem;
  }
}
.flex_three .inblock_product_last {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 992px) {
  .flex_three .inblock_product_last {
    margin-right: 0;
    margin-left: 0;
  }
}
.flex_three .sceneimg {
  width: calc(50% - 1rem);
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .flex_three .sceneimg {
    width: calc(33% - 2rem);
    margin-top: 5rem;
  }
}
.flex_three .sceneimg .imgb img {
  border-radius: 1.6rem;
}
.flex_three .sceneimg .intitle {
  margin-top: 1rem;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .flex_three .sceneimg .intitle {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .flex_three .sceneimg .intitle {
    font-size: 2.4rem;
  }
}

.specthree {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .specthree {
    margin-top: 8rem;
  }
}
.specthree .inblock {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .specthree .inblock {
    margin-top: 0rem;
  }
}
.specthree .inblock .shorttitle {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .specthree .inblock .shorttitle {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .specthree .inblock .shorttitle {
    font-size: 2.4rem;
  }
}
.specthree .inblock .shorttitle::before {
  width: 0.3rem;
  height: 3rem;
  background-color: #ed8d03;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.specthree .inblock .bgblock {
  border-radius: 1.6rem;
  background-color: #f7f4ed;
  padding: 2rem;
}
.specthree .inblock .bgblock .txtbox {
  padding-left: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .specthree .inblock .bgblock .txtbox {
    margin-top: 3rem;
  }
}
.specthree .inblock .bgblock .txtbox .sideone {
  font-size: 1.5rem;
  padding-left: 1.4rem;
  text-indent: -1.4rem;
}
@media screen and (min-width: 1200px) {
  .specthree .inblock .bgblock .txtbox .sideone {
    font-size: 1.7rem;
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
}

.sceneflex {
  margin-top: -2rem;
}
@media screen and (min-width: 992px) {
  .sceneflex {
    margin-top: -5rem;
  }
}

.case_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 182rem;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.case_flex .inblock {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  color: #FFFFFF;
  border-radius: 16px;
  margin-top: 1.2rem;
  width: calc(50% - 0.5rem);
  position: relative;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock {
    width: calc(50% - 1rem);
    margin-top: 3rem;
    padding: 15px;
  }
}
@media screen and (min-width: 992px) {
  .case_flex .inblock {
    width: calc(25% - 1.5rem);
    margin-top: 3rem;
    padding: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .case_flex .inblock {
    width: calc(25% - 2rem);
    margin-top: 4rem;
  }
}
.case_flex .inblock:hover {
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_flex .inblock:hover .rubik {
  background-color: #FFFFFF;
  color: #8eb733;
}
.case_flex .inblock:hover .rubik::before, .case_flex .inblock:hover .rubik::after {
  background-color: #FFFFFF;
}
.case_flex .inblock:hover .titleone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #8eb733;
}
.case_flex .inblock:hover .titleone .arrow_n {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_flex .inblock:hover .titleone .arrow_h {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #8eb733 !important;
}
.case_flex .inblock .imgb img {
  border-radius: 1.6rem;
}
.case_flex .inblock .rubik {
  font-size: 1.2rem;
  position: absolute;
  padding: 0.4rem 1rem 0.4rem 0.5rem;
  left: 0.5rem;
  top: 1rem;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 0 1.4rem 0;
  background-color: #8eb733;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock .rubik {
    left: 1.5rem;
    font-size: 1.6rem;
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
@media screen and (min-width: 992px) {
  .case_flex .inblock .rubik {
    left: 2rem;
    top: 1.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .case_flex .inblock .rubik {
    padding: 2rem 1rem 2rem 0.5rem;
  }
}
.case_flex .inblock .rubik::before, .case_flex .inblock .rubik::after {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 1.4rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
}
.case_flex .inblock .rubik .big {
  font-size: 1.3rem;
  font-weight: 700;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock .rubik .big {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .case_flex .inblock .rubik .big {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .case_flex .inblock .rubik .big {
    font-size: 2.3rem;
  }
}
.case_flex .inblock .titleone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1rem;
  position: relative;
  letter-spacing: -1px;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock .titleone {
    margin-top: 2rem;
    letter-spacing: 0;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .case_flex .inblock .titleone {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .case_flex .inblock .titleone {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1400px) {
  .case_flex .inblock .titleone {
    margin-top: 3rem;
  }
}
.case_flex .inblock .titleone .chevron_30 {
  z-index: 1;
  display: block;
  margin-left: auto;
  position: absolute;
  background: #FFFFFF !important;
  top: 0;
  bottom: 0;
  opacity: 1;
  margin: auto;
  right: -0.6rem;
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock .titleone .chevron_30 {
    width: 3rem;
    height: 3rem;
    padding: 7px 8px;
    right: 0;
  }
}
.case_flex .inblock .titleone .arrow_h {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.case_flex .inblock_1 {
  border: 2px solid #8eb733;
  background-color: #8eb733;
}
.case_flex .inblock_1 .rubik {
  background-color: #8eb733;
}
.case_flex .inblock_1 .rubik::before {
  right: -1.2rem;
  top: -0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #8eb733;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case01_right.svg) no-repeat center/contain;
  mask: url(./img/case01_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_1 .rubik::before {
    top: 0.4rem;
  }
}
.case_flex .inblock_1 .rubik::after {
  bottom: -1.3rem;
  left: 0.4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #8eb733;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case02_right.svg) no-repeat center/contain;
  mask: url(./img/case02_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_1 .rubik::after {
    left: -0.1rem;
  }
}
.case_flex .inblock_2 {
  border: 2px solid #ee8c03;
  background-color: #ee8c03;
}
.case_flex .inblock_2 .rubik {
  background-color: #ee8c03;
}
.case_flex .inblock_2 .rubik::before {
  right: -1.2rem;
  top: -0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #ee8c03;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case02_right.svg) no-repeat center/contain;
  mask: url(./img/case02_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_2 .rubik::before {
    top: 0.4rem;
  }
}
.case_flex .inblock_2 .rubik::after {
  bottom: -1.3rem;
  left: 0.4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #ee8c03;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case02_right.svg) no-repeat center/contain;
  mask: url(./img/case02_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_2 .rubik::after {
    left: -0.1rem;
  }
}
.case_flex .inblock_2:hover .rubik {
  color: #ee8c03;
}
.case_flex .inblock_2:hover .rubik::before {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.case_flex .inblock_2:hover .rubik::after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #FFFFFF;
}
.case_flex .inblock_2:hover .titleone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ee8c03;
}
.case_flex .inblock_2:hover .titleone .arrow_h {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #ee8c03 !important;
}
.case_flex .inblock_3 {
  border: 2px solid #ebaa12;
  background-color: #ebaa12;
}
.case_flex .inblock_3 .rubik {
  background-color: #ebaa12;
}
.case_flex .inblock_3 .rubik::before {
  right: -1.2rem;
  top: -0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #ebaa12;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case02_right.svg) no-repeat center/contain;
  mask: url(./img/case02_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_3 .rubik::before {
    top: 0.4rem;
  }
}
.case_flex .inblock_3 .rubik::after {
  bottom: -1.3rem;
  left: 0.4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #ebaa12;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-mask: url(./img/case02_right.svg) no-repeat center/contain;
  mask: url(./img/case02_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_3 .rubik::after {
    left: -0.1rem;
  }
}
.case_flex .inblock_3:hover .rubik {
  color: #ebaa12;
}
.case_flex .inblock_3:hover .rubik::before {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.case_flex .inblock_3:hover .rubik::after {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.case_flex .inblock_3:hover .titleone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ebaa12;
}
.case_flex .inblock_3:hover .titleone .arrow_h {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #ebaa12 !important;
}
.case_flex .inblock_4 {
  border: 2px solid #735d36;
  background-color: #735d36;
}
.case_flex .inblock_4 .rubik {
  background-color: #735d36;
}
.case_flex .inblock_4 .rubik::before {
  right: -1.2rem;
  top: -0.1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #735d36;
  -webkit-mask: url(./img/case04_right.svg) no-repeat center/contain;
  mask: url(./img/case04_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_4 .rubik::before {
    top: 0.4rem;
  }
}
.case_flex .inblock_4 .rubik::after {
  bottom: -1.3rem;
  left: 0.4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-color: #735d36;
  -webkit-mask: url(./img/case04_right.svg) no-repeat center/contain;
  mask: url(./img/case04_right.svg) no-repeat center/contain;
}
@media screen and (min-width: 601px) {
  .case_flex .inblock_4 .rubik::after {
    left: -0.1rem;
  }
}
.case_flex .inblock_4:hover .rubik {
  color: #735d36;
}
.case_flex .inblock_4:hover .rubik::before {
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.case_flex .inblock_4:hover .rubik::after {
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #FFFFFF;
}
.case_flex .inblock_4:hover .titleone {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #735d36;
}
.case_flex .inblock_4:hover .titleone .arrow_h {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #735d36 !important;
}

.lineflex {
  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;
  width: 100%;
  max-width: 92rem;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .lineflex {
    max-width: none;
  }
}
.lineflex .inblock {
  margin-top: 3rem;
  border-radius: 1.6rem;
  display: block;
  width: 100%;
  max-width: 44rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock {
    width: calc(50% - 2rem);
    margin-top: 4rem;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock {
    width: calc(33% - 2rem);
    margin-top: 5rem;
  }
}
.lineflex .inblock:hover .imgb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock:hover .imgb::before {
  display: none;
}
.lineflex .inblock:hover .imgb img {
  opacity: 1;
}
.lineflex .inblock:hover .titleone {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #a0885d;
}
.lineflex .inblock .imgb_in {
  overflow: hidden;
  border-radius: 16px;
}
.lineflex .inblock .imgb {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock .imgb img {
  border-radius: 16px;
}
.lineflex .inblock .titleone {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  line-height: 1.3;
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #333 !important;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock .titleone {
    font-size: 1.8rem;
  }
}
.lineflex .inblock .titleone .chevron_30 {
  margin-left: 1rem;
  width: 22px;
  height: 22px;
  padding: 4px 6px;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .titleone .chevron_30 {
    width: 30px;
    height: 30px;
    padding: 7px 8px;
    margin-bottom: 5px;
  }
}
.lineflex .inblock .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lineflex .inblock .inflex .imgb {
  width: 25%;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock .inflex .imgb {
    width: 38%;
  }
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .inflex .imgb {
    width: 27%;
  }
}
.lineflex .inblock .inflex .imgb img {
  max-width: 6rem;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .inflex .imgb img {
    border-radius: 0.8rem;
    max-width: 100%;
  }
}
.lineflex .inblock .inflex .txtside {
  width: 75%;
  margin-left: 1rem;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .inflex .txtside {
    width: 73%;
    margin-left: 2rem;
  }
}
.lineflex .inblock .inflex .txtside .subone {
  font-size: 1.2rem;
  font-weight: 700;
  color: #a0885d;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock .inflex .txtside .subone {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .inflex .txtside .subone {
    font-size: 1.6rem;
  }
}
.lineflex .inblock .inflex .txtside .titleone {
  font-size: 1.8rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock .inflex .txtside .titleone {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 1700px) {
  .lineflex .inblock .inflex .txtside .titleone {
    font-size: 2.6rem;
  }
}
.lineflex .inblock_minibanner {
  background: #fcfbf9;
  position: relative;
  padding: 1.2rem;
  margin-bottom: 0rem;
  width: 100%;
  margin-top: 1rem;
  max-width: 33rem;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock_minibanner {
    max-width: 33rem;
  }
}
@media screen and (min-width: 768px) {
  .lineflex .inblock_minibanner {
    margin-top: 3rem;
    max-width: none;
    padding: 2rem;
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_minibanner {
    margin-bottom: 4rem;
    width: calc(33% - 2rem);
  }
}
.lineflex .inblock_minibanner .chevron_30 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  padding: 0.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock_minibanner .chevron_30 {
    width: 3rem;
    height: 3rem;
    padding: 7px 8px;
  }
}
.lineflex .inblock_minibanner:hover {
  background-color: #dfdbd2;
}
.lineflex .inblock_minibanner:hover .imgb {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.lineflex .inblock_minibanner .inflex .imgb {
  width: 25%;
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_minibanner .inflex .imgb {
    width: 25%;
  }
}
.lineflex .inblock_last {
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_last {
    margin: 0;
    margin-top: 4rem;
  }
}
.lineflex .inblock2 {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock2 {
    width: calc(50% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock2 {
    width: calc(50% - 1rem);
  }
}
@media screen and (min-width: 1400px) {
  .lineflex .inblock2 {
    width: calc(50% - 2rem);
  }
}
.lineflex .inblock2 .inblock_in {
  border-radius: 16px;
  color: #FFFFFF;
  padding: 25px;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock2 .inblock_in {
    padding: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock2 .inblock_in {
    padding: 40px;
  }
}
.lineflex .inblock2 .inblock_in .arrow {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  margin-left: auto;
  max-width: 2.2rem;
  line-height: 1;
  border-radius: 50%;
}
@media screen and (min-width: 601px) {
  .lineflex .inblock2 .inblock_in .arrow {
    max-width: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .lineflex .inblock2 .inblock_in .arrow {
    right: 3rem;
    bottom: 3rem;
    max-width: 5rem;
  }
}
.lineflex .inblock2 .inblock_in .arrow1 {
  opacity: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock2 .inblock_in .arrow2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}
.lineflex .inblock2 .inblock_in .txtin {
  margin-top: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock2 .inblock_in .txtin {
    margin-bottom: 6rem;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock2 .inblock_in .txtin {
    margin-bottom: 8rem;
  }
}
.lineflex .inblock2 .inblock_in .logo img {
  max-width: 16rem;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock2 .inblock_in .logo img {
    max-width: 23rem;
  }
}
.lineflex .inblock2:hover .inblock_in {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock2:hover .inblock_in::before {
  display: none;
}
.lineflex .inblock2:hover .inblock_in img {
  opacity: 1;
}
.lineflex .inblock2:hover .inblock_in .arrow1 {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock2:hover .inblock_in .arrow2 {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 1;
}
.lineflex .inblock_ocha {
  z-index: 1;
  position: relative;
}
.lineflex .inblock_ocha::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(./img/ohca_banner.jpg);
  top: 0;
  left: 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock_ocha .inblock_in .logo {
    height: 97px;
  }
}
@media screen and (min-width: 992px) {
  .lineflex .inblock_ocha .inblock_in .logo {
    height: 65px;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_ocha .inblock_in .logo {
    height: auto;
  }
}
.lineflex .inblock_ocha:hover {
  z-index: 1;
  position: relative;
}
.lineflex .inblock_ocha:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.lineflex .inblock_dl {
  z-index: 1;
  position: relative;
}
.lineflex .inblock_dl::before {
  content: "";
  position: absolute;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(./img/download_banner.jpg);
  top: 0;
  left: 0;
  background-size: cover;
}
.lineflex .inblock_dl .inblock_in .linetitle {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.2rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock_dl .inblock_in .linetitle {
    font-size: 2.4rem;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_dl .inblock_in .linetitle {
    font-size: 3.4rem;
    letter-spacing: 0;
  }
}
.lineflex .inblock_dl .inblock_in .linetitle span {
  margin-bottom: 10px;
  color: #ed6103;
  font-size: 1.4rem;
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock_dl .inblock_in .linetitle span {
    font-size: 1.6rem;
  }
}
.lineflex .inblock_dl .inblock_in .txtin {
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .lineflex .inblock_dl .inblock_in .txtin {
    margin-top: 6.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex .inblock_dl .inblock_in .txtin {
    margin-top: 4rem;
  }
}
.lineflex .inblock_dl:hover {
  z-index: 1;
  position: relative;
}
.lineflex .inblock_dl:hover::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.lineflex_short {
  width: 100%;
  max-width: 92rem;
  margin-right: auto;
  margin-left: auto;
}
.lineflex_short .inblock_minibanner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .lineflex_short .inblock_minibanner {
    width: calc(50% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .lineflex_short .inblock_minibanner {
    width: calc(50% - 2rem);
  }
}

.lineflex_long {
  width: 100%;
  max-width: 40rem;
  margin: auto;
  margin-bottom: 6rem;
}
@media screen and (min-width: 601px) {
  .lineflex_long {
    max-width: none;
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .lineflex_long {
    max-width: 64rem;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex_long {
    max-width: none;
    width: 100%;
    margin-bottom: 0;
  }
}
.lineflex_long .inblock_minibanner {
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .lineflex_long .inblock_minibanner {
    width: calc(50% - 1rem);
    margin-top: 0;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .lineflex_long .inblock_minibanner {
    padding: 1.4rem;
    width: calc(25% - 2rem);
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .lineflex_long .inblock_minibanner {
    padding: 2rem;
    margin-bottom: 9rem;
  }
}
.lineflex_long .inblock_minibanner:hover {
  background-color: #ece7de;
}
.lineflex_long .inblock_minibanner .inflex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .lineflex_long .inblock_minibanner .inflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}
.lineflex_long .inblock_minibanner .inflex .imgb {
  width: 100%;
}
@media screen and (min-width: 601px) {
  .lineflex_long .inblock_minibanner .inflex .imgb {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .lineflex_long .inblock_minibanner .inflex .imgb {
    width: 30%;
  }
}
.lineflex_long .inblock_minibanner .inflex .txtside {
  margin-top: 1rem;
  margin-left: 0rem;
  padding-right: 1.8rem;
  width: 100%;
}
@media screen and (min-width: 601px) {
  .lineflex_long .inblock_minibanner .inflex .txtside {
    width: 75%;
    margin-top: 0;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .lineflex_long .inblock_minibanner .inflex .txtside {
    width: 70%;
  }
}
@media screen and (min-width: 1400px) {
  .lineflex_long .inblock_minibanner .inflex .txtside {
    margin-left: 2rem;
  }
}
.lineflex_long .inblock_minibanner .inflex .txtside .titleone {
  font-size: 1.6rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 601px) {
  .lineflex_long .inblock_minibanner .inflex .txtside .titleone {
    letter-spacing: 0px;
  }
}
.lineflex_long .inblock_minibanner .inflex .txtside .subone {
  font-size: 1.2rem;
}
.lineflex_long .inblock_minibanner .b_arrow {
  position: absolute;
  top: auto;
  bottom: 1rem;
  right: 1rem;
  margin: auto;
}
@media screen and (min-width: 601px) {
  .lineflex_long .inblock_minibanner .b_arrow {
    top: 0;
    bottom: 0;
  }
}

.prod_1 .lineflex_long .prod1 {
  background-color: #ece7de;
}

.prod_2 .lineflex_long .prod2 {
  background-color: #ece7de;
}

.prod_3 .lineflex_long .prod3 {
  background-color: #ece7de;
}

.prod_4 .lineflex_long .prod4 {
  background-color: #ece7de;
}

.kasoubanner {
  padding: 3rem 0 5rem;
}
@media screen and (min-width: 768px) {
  .kasoubanner {
    padding: 5rem 0 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .kasoubanner .lineflex .inblock_minibanner {
    margin: 0 !important;
  }
}

.webcatalog {
  display: block;
  background-color: #fcfbf9;
  padding: 2.5rem;
  margin-top: 4rem;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .webcatalog {
    padding: 3rem 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .webcatalog {
    padding: 4rem 3rem;
    margin-top: 0;
  }
}
.webcatalog .inflex {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 90rem;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  .webcatalog .inflex {
    max-width: none;
  }
}
.webcatalog .inflex .imgb {
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .webcatalog .inflex .imgb {
    width: calc(32% - 1.5rem);
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .webcatalog .inflex .imgb {
    width: calc(35% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .webcatalog .inflex .imgb {
    width: calc(50% - 1.5rem);
    margin: 0;
  }
}
.webcatalog .inflex .imgb .img2 {
  max-width: 18rem;
}
@media screen and (min-width: 601px) {
  .webcatalog .inflex .imgb .img2 {
    max-width: 20rem;
  }
}
.webcatalog .inflex .imgb .img1 {
  max-width: 19rem;
}
@media screen and (min-width: 601px) {
  .webcatalog .inflex .imgb .img1 {
    max-width: 22rem;
  }
}
@media screen and (min-width: 768px) {
  .webcatalog .inflex .imgb .img1 {
    max-width: 19rem;
    margin-right: 0rem;
  }
}
@media screen and (min-width: 992px) {
  .webcatalog .inflex .imgb .img1 {
    max-width: 24rem;
    margin-right: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .webcatalog .inflex .imgb .img1 {
    max-width: 28rem;
  }
}
@media screen and (min-width: 1400px) {
  .webcatalog .inflex .imgb .img1 {
    max-width: 34rem;
    margin-right: 3rem;
  }
}
.webcatalog .inflex .txtside {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .webcatalog .inflex .txtside {
    width: calc(68% - 1.5rem);
  }
}
@media screen and (min-width: 992px) {
  .webcatalog .inflex .txtside {
    width: calc(65% - 1.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .webcatalog .inflex .txtside {
    width: calc(50% - 1.5rem);
  }
}
.webcatalog .inflex .txtside .titleone {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .webcatalog .inflex .txtside .titleone {
    font-size: 2.2rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .webcatalog .inflex .txtside .titleone {
    font-size: 2.6rem;
    margin-bottom: 2.5rem;
  }
}
.webcatalog .inflex .txtside .titleone img {
  border-radius: 50%;
  margin-left: 0.5rem;
  background-color: #5d4927;
  margin-bottom: 0.5rem;
}
.webcatalog:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #dfdbd2;
}

.caseloop_out {
  overflow: hidden;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .caseloop_out {
    margin: 6rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .caseloop_out {
    margin: 9rem 0;
  }
}

.caseloop_track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; /* 中身分だけ横に伸ばす */
  will-change: transform;
  -webkit-animation: infinity-scroll-left 100s linear infinite;
          animation: infinity-scroll-left 100s linear infinite;
}

/* 画像の並び1セット（2セット分並ぶ） */
.caseloop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* 縮まない */
}

.caseloop img {
  display: block;
  margin: 0 0.5rem;
  max-width: 28rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .caseloop img {
    margin: 0 1rem;
    max-width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .caseloop img {
    margin: 0 2rem;
    max-width: 64rem;
  }
}

.caseloop .top {
  margin-top: 6rem;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* ★2セットの“半分”だけ動かす */
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  } /* ★2セットの“半分”だけ動かす */
}
.blogsec {
  position: relative;
}
.blogsec .chara {
  display: none;
}
@media screen and (min-width: 768px) {
  .blogsec .chara {
    display: block;
    position: absolute;
    bottom: 0;
    max-width: 18rem;
  }
}
@media screen and (min-width: 1200px) {
  .blogsec .chara {
    left: 6rem;
    max-width: 22rem;
  }
}
@media screen and (min-width: 1700px) {
  .blogsec .chara {
    left: 15rem;
    max-width: 32rem;
  }
}

.btn01 {
  margin: auto;
  margin-top: 3rem;
  max-width: 22rem;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .btn01 {
    margin: 0;
    max-width: 30rem;
  }
}

.blogflex {
  display: block;
}
@media screen and (min-width: 1200px) {
  .blogflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .blogflex .titleside {
    width: 20%;
  }
}
.blogflex .titleside .titlebox {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 992px) {
  .blogflex .titleside .titlebox {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .blogflex .titleside .titlebox {
    text-align: left;
  }
}
.blogflex .topnews {
  border-bottom: 2px dotted #ccc7ba;
}
@media screen and (min-width: 1200px) {
  .blogflex .topnews {
    width: 70%;
  }
}

.loop__front a {
  padding: 2rem 2.2rem 2rem 0;
  border-top: 2px dotted #ccc7ba;
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .loop__front a {
    padding: 3rem 2rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .loop__front a {
    padding-right: 6rem;
  }
}
.loop__front a .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .loop__front a .inflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.loop__front a .inflex .imgside {
  width: 35%;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .loop__front a .inflex .imgside {
    margin-right: 2.5rem;
    margin-bottom: 0;
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .loop__front a .inflex .imgside {
    width: 20%;
  }
}
@media screen and (min-width: 1700px) {
  .loop__front a .inflex .imgside {
    width: 15%;
  }
}
.loop__front a .inflex .imgside img {
  border-radius: 8px;
}
.loop__front a .inflex .txtside {
  width: 61%;
}
@media screen and (min-width: 768px) {
  .loop__front a .inflex .txtside {
    width: 75%;
  }
}
@media screen and (min-width: 1200px) {
  .loop__front a .inflex .txtside {
    width: 80%;
  }
}
@media screen and (min-width: 1700px) {
  .loop__front a .inflex .txtside {
    width: 85%;
  }
}
.loop__front a .inflex .txtside .main_text {
  line-height: 1.2;
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .loop__front a .inflex .txtside .main_text {
    font-size: 2.1rem;
    margin: 1rem 0 1.5rem;
  }
}
.loop__front a .inflex .txtside .intxt {
  display: block;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap; /* 1行で表示 */
}
.loop__front a .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0px;
  max-width: 2.2rem;
}
@media screen and (min-width: 768px) {
  .loop__front a .arrow {
    right: 2rem;
    max-width: 3rem;
  }
}
.loop__front a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.days_block {
  font-size: 13px;
  font-weight: 500;
  color: #a0885d;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .days_block {
    margin-right: 2rem;
  }
}

.catone {
  position: relative;
}
.catone span {
  display: inline-block;
  border-radius: 4px;
  background-color: #dfdbd2;
  color: #5d4927;
  font-size: 12px;
  font-weight: 500;
  padding: 0.2rem 0.5rem 0.2rem 2.2rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .catone span {
    padding: 0.5rem 1rem 0.5rem 2.2rem;
  }
}
.catone span::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .catone span::before {
    left: 0.8rem;
  }
}

.t_content {
  border-radius: 3rem 3rem 0 0;
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .t_content {
    padding: 9rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .t_content {
    padding: 12rem 0;
    border-radius: 6rem 6rem 0 0;
  }
}
.t_content.t_content--bottom {
  background-color: #ece7de;
  border-radius: 3rem 3rem 0 0;
}
@media screen and (min-width: 768px) {
  .t_content.t_content--bottom {
    border-radius: 6rem 6rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .t_content2 {
    padding: 8rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .t_content2 {
    padding: 10rem 0;
  }
}

.t_brown {
  overflow: hidden;
  background: #ece7de;
}

.linesec {
  background-color: #fcfbf9;
}

.chevron_30 {
  background-color: #5d4927;
  padding: 7px 8px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.backbrown {
  z-index: 1;
  position: relative;
}
.backbrown::before {
  content: "";
  background-color: #ece7de;
  width: 100%;
  height: 6rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

.backnormal {
  z-index: 1;
  position: relative;
}
.backnormal::before {
  content: "";
  background-color: #f7f4ed;
  width: 100%;
  height: 6rem;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.backnormal.backnormal--dark::before {
  background-color: #ece7de;
}

/*====================================

  ■共通

=====================================*/
.taxonomyList__nav {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .taxonomyList__nav {
    margin-bottom: 6rem;
  }
}
.taxonomyList__nav .taxonomyList__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .taxonomyList__nav .taxonomyList__nav__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.taxonomyList__nav .taxonomyList__nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 7.6rem;
  padding: 1.7rem 1.6rem;
  border-radius: 9999px;
  background-color: #FFFFFF;
  color: #5d4927;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
}
.taxonomyList__nav .taxonomyList__nav__link.is-current {
  background-color: #5d4927;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .taxonomyList__nav.taxonomyList__nav--left {
    margin-bottom: 8rem;
  }
}

.taxonomySubList__nav {
  margin-bottom: 2rem;
}
.taxonomySubList__nav .taxonomySubList__nav__list {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .taxonomySubList__nav .taxonomySubList__nav__list {
    text-align: center;
  }
}
.taxonomySubList__nav .taxonomySubList__nav__list .taxonomySubList__nav__item {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
  margin: 0 1rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .taxonomySubList__nav .taxonomySubList__nav__list .taxonomySubList__nav__item {
    margin: 0 0.5rem 1rem;
  }
}
.taxonomySubList__nav .taxonomySubList__nav__list .taxonomySubList__nav__item .taxonomySubList__nav__link {
  position: relative;
  display: inline-block;
  padding: 0.8rem 1rem 0.8rem 2rem;
  border-radius: 0.8rem;
  background-color: #e2ddd2;
  color: #5d4927;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.taxonomySubList__nav .taxonomySubList__nav__list .taxonomySubList__nav__item .taxonomySubList__nav__link::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  position: absolute;
  top: 1rem;
  left: 0.7rem;
}
.taxonomySubList__nav .taxonomySubList__nav__list .taxonomySubList__nav__item .taxonomySubList__nav__link.is-current {
  background-color: #5d4927;
  color: #FFFFFF;
}

.taxonomyHeader {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .taxonomyHeader {
    margin-bottom: 6rem;
  }
}
.taxonomyHeader .taxonomyHeader__title {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .taxonomyHeader .taxonomyHeader__title {
    padding-bottom: 2.5rem;
    font-size: 4.6rem;
  }
}
.taxonomyHeader .taxonomyHeader__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: #a0885d;
}
@media screen and (min-width: 768px) {
  .taxonomyHeader .taxonomyHeader__title::after {
    height: 0.5rem;
  }
}

.archive__bigtitle {
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #cfc8bc;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .archive__bigtitle {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}
.archive__bigtitle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 9rem;
  height: 0.2rem;
  background-color: #ed8d03;
}

.archive__wrap {
  margin-bottom: 5rem;
}

.archive__item {
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 0.6rem;
  padding: 2.5rem 2.5rem 0;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .archive__item {
    padding: 6rem 6rem 3rem;
  }
}

.archive__title {
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 0.2rem solid #dfdbd2;
}
@media screen and (min-width: 768px) {
  .archive__title {
    font-size: 2.6rem;
  }
}

.archive__subtitle {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 1.1rem 1.6rem 1.1rem 2rem;
  background-color: #ece7de;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #5d4927;
}
.archive__subtitle::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
  background-color: #5d4927;
}

.archive__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.archive__cat .archive__cat__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  padding: 0.8rem 1.5rem;
  border-radius: 0.8rem;
  background-color: #e2ddd2;
  color: #5d4927;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}
.archive__cat .archive__cat__item.archive__cat__item--prefecture, .archive__cat .archive__cat__item.archive__cat__item--division {
  background-color: #e2ddd2;
  color: #5d4927;
}
.archive__cat .archive__cat__item.archive__cat__item--category {
  background-color: #ad9359;
  color: #FFFFFF;
}
.archive__cat .archive__cat__item::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.archive__textarea {
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  background-color: #f7f4ed;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .archive__textarea {
    padding: 4rem;
    font-size: 1.6rem;
  }
}

.single__wrap {
  background-color: #FFFFFF;
  border-radius: 0.6rem;
  padding: 2.5rem;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .single__wrap {
    padding: 6rem;
  }
}

.single__date {
  color: #A0885D;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 3rem 0 1.5rem;
}

.single__title {
  padding: 0 0 1.5rem;
  margin: 0 0 3rem;
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  border-bottom: 0.2rem solid #dfdbd2;
}
@media screen and (min-width: 768px) {
  .single__title {
    font-size: 2.6rem;
  }
}

.single__subtitle {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 1.1rem 1.6rem 1.1rem 2rem;
  background-color: #ece7de;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #5d4927;
}
.single__subtitle::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
  background-color: #5d4927;
}

.single__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem;
  margin-bottom: 2rem;
}
.single__cat .single__cat__item {
  display: inline-block;
  border-radius: 4px;
  background-color: #dfdbd2;
  color: #5d4927;
  font-size: 12px;
  font-weight: 500;
  padding: 0.2rem 0.5rem 0.2rem 2.2rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .single__cat .single__cat__item {
    padding: 0.5rem 1rem 0.5rem 2.2rem;
  }
}
.single__cat .single__cat__item.single__cat__item--parent {
  background-color: #ad9359;
  color: #FFFFFF;
}
.single__cat .single__cat__item::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .single__cat .single__cat__item::before {
    left: 0.8rem;
  }
}

/*====================================

  ■投稿基本設定

=====================================*/
/*投稿
--------------------------------------*/
.post__content {
  overflow: hidden;
  margin: 0 auto 3rem;
}

.post__content:before,
.post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.post__content img.aligncenter {
  margin: 0 auto 2rem;
  display: block;
}

.post__content h1 {
  background: #f8f8f9;
  border-left: 3px solid #212836;
  margin: 3rem 0 2rem;
  padding: 1.2rem 1rem 1.2rem 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.post__content h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d2d2d2;
}

.post__content h3 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.post__content h3::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #adb1b9;
  border-radius: 100%;
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
}

.post__content h4 {
  font-size: 1.7rem;
  margin: 2rem 0;
}

.post__content h5 {
  font-size: 1.5rem;
  margin: 2rem 0;
}

.post__content h6 {
  font-size: 1.3rem;
  margin: 2rem 0;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  line-height: 1.4;
}

.post__content div {
  max-width: 100%;
}

.post__content p {
  margin-bottom: 1rem;
}

.post__content a {
  text-decoration: underline;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content ul,
.post__content ol {
  margin: 1.5rem 0;
  padding: 0 0 0 1.5rem;
}

.post__content ul li {
  list-style-type: disc;
  margin: 0.5rem 0;
  text-indent: 0.5rem;
}

.post__content ol li {
  list-style-type: decimal;
  margin: 0.5rem 0;
}

.post__content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post__content table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 1rem;
}

.post__content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}

/*投稿が何もなかった時の表示用*/
.null__block {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background-color: #FFFFFF;
  border-radius: 0.5rem;
}

/*左寄せ*/
.alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

/*右寄せ*/
.alignright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

/*====================================================
お問い合わせ
====================================================*/
@media screen and (min-width: 768px) {
  .seenbox {
    margin-top: 7rem !important;
  }
}

.centertext_c {
  margin: 2rem 0 3rem;
}
@media screen and (min-width: 1200px) {
  .centertext_c {
    margin: 3rem 0 4rem;
  }
}

.centertitle {
  letter-spacing: -1px;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .centertitle {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .centertitle {
    font-size: 3.1rem;
  }
}
@media screen and (min-width: 1400px) {
  .centertitle {
    font-size: 3.8rem;
  }
}

.c_btnflex {
  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;
  width: 100%;
  max-width: 93.2rem;
  margin: auto;
  margin-bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .c_btnflex {
    margin-bottom: 0;
  }
}
.c_btnflex .btnin {
  display: block;
  width: 100%;
  padding: 2rem 1.5rem;
  border-radius: 1.6rem;
  font-size: 2rem;
  color: #5d4927;
  text-align: center;
  font-weight: 500;
  background: #ECE7DE;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .c_btnflex .btnin {
    font-size: 2.3rem;
    width: calc(50% - 1rem);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c_btnflex .btnin {
    font-size: 2.9rem;
  }
}
.c_btnflex .btnin img {
  max-width: 2rem;
  margin-right: 1rem;
}
@media screen and (min-width: 768px) {
  .c_btnflex .btnin img {
    max-width: 2.4rem;
  }
}

.form-control_or {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
}

.form-control3 {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.yuubinclass .form-control {
  margin: 1.4rem 0;
}

@media screen and (max-width: 767px) {
  .recaptcha__txt {
    font-size: 14px;
    letter-spacing: -0.2px;
  }
}

div .wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0 auto;
}

.wpcf7-list-item {
  color: #333333;
  font-weight: 500 !important;
  margin: 0 1rem 0 0;
}
@media screen and (max-width: 600px) {
  .wpcf7-list-item {
    display: block;
    margin: 0;
  }
}

.tableg {
  border-radius: 1.6rem;
  padding: 3rem 2rem;
  background-color: #F7F4ED;
}
@media screen and (min-width: 768px) {
  .tableg {
    padding: 5rem;
  }
}
@media screen and (min-width: 1400px) {
  .tableg {
    padding: 8rem;
  }
}

.table-contact {
  table-layout: fixed;
  border-top: 1px solid #DAE0E0;
  margin: auto;
  width: 100%;
  max-width: 104rem;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .table-contact {
    border: none;
  }
}
.table-contact th {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 1.5rem 0;
  border-bottom: none;
  border-right: none;
  color: #333333;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.6rem;
  border-bottom: 1px solid #DAE0E0;
}
@media screen and (min-width: 992px) {
  .table-contact th {
    display: table-cell;
    padding: 25px 15px;
    padding-right: 4rem;
    width: 33%;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .table-contact th {
    font-size: 1.8rem;
    padding-right: 6rem;
  }
}
.table-contact th .red {
  color: #FFFFFF;
  background-color: #A8342C;
  border-radius: 2px;
  position: absolute;
  right: 0;
  line-height: 1.4;
  padding: 0 6px;
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .table-contact th .red {
    right: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .table-contact th .red {
    right: 6rem;
  }
}
.table-contact .th_direct {
  vertical-align: baseline;
}
.table-contact td {
  width: 100%;
  padding: 1.5rem 0;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  display: block;
}
@media screen and (min-width: 992px) {
  .table-contact td {
    display: table-cell;
    width: 66%;
    padding: 2rem 1.5rem;
  }
}
.table-contact td .formin {
  display: block;
  margin-bottom: 1rem;
}
.table-contact td .undertext {
  display: block;
  margin-top: 1rem;
}
.table-contact td .redtext {
  color: #C53417;
}
.table-contact td .beforetxt {
  margin-right: 1rem;
}
.table-contact td .checkorder {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
  padding: 3rem;
  background-color: #FCFBF9;
  border-radius: 1.6rem;
  width: 100%;
  max-width: 46.5rem;
}
.table-contact td .checkorder .intxt {
  display: block;
  margin-bottom: 1rem;
}
.table-contact td .checkorder .mt20 {
  margin-top: 2rem;
}
.table-contact td .wpcf7-number {
  border: 1px solid #DDDBD9;
  border-radius: 0.4rem;
}
.table-contact td .bold {
  font-weight: 700;
}
.table-contact .td2 .formin {
  font-weight: 700;
  color: #5d4927;
}
.table-contact .td2 br {
  display: none;
}
.table-contact .input_half input {
  max-width: 15.8rem;
  padding: 0 1rem;
}
.table-contact .input_half .calculate {
  display: inline-block;
  width: 100%;
  height: 3.4rem;
  padding: 1rem;
  font-size: 1.4rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #DDDBD9;
  border-radius: 4px;
  max-width: 15.8rem;
}
.table-contact .input_half select {
  max-width: 158px;
  padding: 1rem;
}

.contact__table.btn__block .txt__inline03 br {
  display: none !important;
}

.privacy_subtitle {
  margin-top: 20px;
  color: #5d4927;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .privacy_subtitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .privacy_subtitle {
    font-size: 2.4rem;
  }
}
.privacy_subtitle span {
  font-size: 14px;
  margin-right: 5px;
}

.privacytext .text {
  font-weight: 400;
}
.privacytext .text span {
  font-weight: 700;
  margin-right: 5px;
  font-size: 16px;
}
.privacytext ul {
  list-style: none;
  margin-top: 10px;
  padding-left: 17px;
  text-indent: -17px;
}
@media screen and (max-width: 767px) {
  .privacytext ul {
    padding-left: 15px;
    text-indent: -15px;
  }
}
.privacytext ul li::marker {
  display: none;
}
.privacytext .ulshort {
  margin-left: 20px;
}

.contact__table.btn__block .txt__inline03 input {
  display: block;
  width: 100%;
  max-width: 34rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-radius: 1.6rem;
  border: 2px solid #5d4927;
  background-color: #5d4927;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.5rem;
  font-weight: 500;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__table.btn__block .txt__inline03 input {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
.contact__table.btn__block .txt__inline03 input:hover {
  color: #5d4927;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background-color: #FFFFFF;
}

@media screen and (max-width: 600px) {
  .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
  }
}

.contact_box1 {
  text-align: center;
}

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

div .wpcf7-mail-sent-ok {
  display: none !important;
}

/*====================================================
cf7
====================================================*/
.wpcf7-form-control-wrap.request .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  margin: 5px auto 0;
  display: block;
  color: #FFFFFF;
  border: none !important;
  margin: 0px auto 10px;
  text-align: center;
  opacity: 1;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div.wpcf7-validation-errors {
  background-color: #9B0031;
  color: #FFFFFF;
  border: none !important;
  margin: 0px auto 50px;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #5d4927;
  color: #FFFFFF;
  border: none !important;
  margin: 0 auto 50px;
  text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 2.4rem;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0.3rem 2rem 0.3rem 0;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

/* order_check の入力欄だけ隠す（エラー表示は残す） */
input.order-check {
  display: none;
}

.wpcf7-form-control-wrap.order_check input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.wpcf7-form-control-wrap.order_check {
  display: block;
  margin-top: 6px;
}

.neededone {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .neededone {
    margin-top: 5rem;
  }
}
.neededone .textwhite {
  margin-bottom: 3rem;
  position: relative;
  border-radius: 1.6rem;
  background: #FFFFFF;
  padding: 5rem 3rem 3rem 3rem;
}
@media screen and (min-width: 768px) {
  .neededone .textwhite {
    padding: 8rem 3rem 5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .neededone .textwhite {
    padding: 10rem 3rem 5rem 5rem;
  }
}
.neededone .textwhite .num {
  position: absolute;
  left: 0;
  font-weight: 500;
  background: #ECE7DE;
  top: 0;
  line-height: 1;
  margin-top: 0;
  font-size: 2.7rem;
  color: #A0885D;
  border-radius: 0 0 1.6rem 0;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 601px) {
  .neededone .textwhite .num {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 768px) {
  .neededone .textwhite .num {
    font-size: 4rem;
    padding: 1rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .neededone .textwhite .num {
    font-size: 5rem;
  }
}
.neededone .textwhite .num::before {
  content: "";
  display: block;
  position: absolute;
  right: -1.3rem;
  top: -0.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(img/num_right.svg);
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .neededone .textwhite .num::before {
    right: -1.3rem;
    top: -0.1rem;
  }
}
.neededone .textwhite .num::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.3rem;
  left: -0.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(img/num_bottom.svg);
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .neededone .textwhite .num::after {
    bottom: -1.3rem;
    left: -0.1rem;
  }
}
.neededone .textwhite .intitle {
  font-weight: 700;
  font-size: 1.8rem;
  color: #5d4927;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .neededone .textwhite .intitle {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .neededone .textwhite .intitle {
    font-size: 2.6rem;
  }
}

.redline {
  position: relative;
  padding: 3rem 0;
  background: #C53417;
}
@media screen and (min-width: 768px) {
  .redline {
    padding: 4rem 0;
  }
}
.redline .centertext {
  color: #FFFFFF;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .redline .centertext {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .redline .centertext {
    font-size: 3rem;
  }
}
.redline::before {
  content: "";
  position: absolute;
  width: 60px;
  aspect-ratio: 1/0.566025;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #C53417;
  right: 0;
  left: 0;
  margin: auto;
  bottom: -2rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .redline::before {
    bottom: -3rem;
  }
}

.prod_container {
  padding: 0 2.2rem;
}
.prod_container .product_box {
  padding: 3rem 2.5rem;
  width: 100%;
  max-width: 164rem;
  margin: auto;
  position: relative;
  border-radius: 1.6rem;
  background: #f7f4ed;
}
@media screen and (min-width: 601px) {
  .prod_container .product_box {
    padding: 4rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_container .product_box {
    padding: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .prod_container .product_box {
    padding: 6rem;
  }
}
@media screen and (min-width: 1400px) {
  .prod_container .product_box {
    padding: 10rem;
  }
}
.prod_container .product_box .chevbtm {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 10rem;
  top: -2rem;
}
@media screen and (min-width: 992px) {
  .prod_container .product_box .chevbtm {
    max-width: 14rem;
    top: -3rem;
  }
}
@media screen and (min-width: 1200px) {
  .prod_container .product_box .chevbtm {
    max-width: 100%;
    top: -4rem;
  }
}
.prod_container .product_box2 {
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .prod_container .product_box2 {
    margin-top: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_container .product_box2 .product_titlebox .maintitle {
    font-size: 3.1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .prod_container .product_box2 .product_titlebox .maintitle {
    font-size: 3.8rem !important;
  }
}

.checkcenter {
  font-weight: 700;
  color: #5d4927;
  font-size: 1.6rem;
  margin: 3rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .checkcenter {
    font-size: 1.9rem;
    margin: 5rem 0 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .checkcenter {
    font-size: 2.3rem;
    margin: 5rem 0 10rem;
  }
}

.product_titlebox {
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.product_titlebox .subone {
  font-size: 1.7rem;
}
@media screen and (min-width: 601px) {
  .product_titlebox .subone {
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 768px) {
  .product_titlebox .subone {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .product_titlebox .subone {
    font-size: 3rem;
  }
}
.product_titlebox .maintitle {
  font-size: 1.9rem;
  letter-spacing: -1px;
  margin: 1rem 0 3rem;
}
@media screen and (min-width: 601px) {
  .product_titlebox .maintitle {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  .product_titlebox .maintitle {
    font-size: 3.4rem;
    margin: 2rem 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .product_titlebox .maintitle {
    font-size: 4.6rem;
  }
}

.prod_white {
  text-align: center;
  background: #FFFFFF;
  border-radius: 1.6rem;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .prod_white {
    margin-top: 4rem;
  }
}
.prod_white .prod_in {
  width: 100%;
  max-width: 30rem;
  position: relative;
  margin: auto;
  padding: 2rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in {
    padding: 0;
    max-width: 48rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_white .prod_in {
    max-width: 70rem;
  }
}
.prod_white .prod_in .circletxt {
  font-size: 1.1rem;
  font-weight: 700;
  padding: 2.5rem 0px 2.3rem;
  background-image: url(./img/prod_circle1.png);
  background-size: cover;
  width: 7rem;
  height: 7rem;
  position: absolute;
  color: #FFFFFF;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .circletxt {
    width: 10rem;
    height: 10rem;
    font-size: 1.3rem;
    padding: 4rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_white .prod_in .circletxt {
    width: 15rem;
    height: 15rem;
    padding: 6rem 0.5rem;
    font-size: 2rem;
  }
}
.prod_white .prod_in .circletxt2 {
  background-image: url(./img/prod_circle2.png);
}
.prod_white .prod_in .left1 {
  left: 20%;
  top: 1rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .left1 {
    top: 2rem;
  }
}
.prod_white .prod_in .left2 {
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .left2 {
    left: 4rem;
  }
}
.prod_white .prod_in .left3 {
  left: 20%;
  bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .left3 {
    bottom: 2rem;
  }
}
.prod_white .prod_in .right1 {
  right: 20%;
  top: 1rem;
  padding: 1.6rem 0 1.5rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .right1 {
    top: 2rem;
    padding: 3rem 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_white .prod_in .right1 {
    padding: 6rem 0.5rem;
  }
}
.prod_white .prod_in .right2 {
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .right2 {
    right: 4rem;
  }
}
.prod_white .prod_in .right3 {
  right: 20%;
  bottom: 1rem;
}
@media screen and (min-width: 601px) {
  .prod_white .prod_in .right3 {
    bottom: 2rem;
  }
}

.prod_three {
  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;
}
.prod_three .inblock {
  width: 100%;
  position: relative;
  background: #FFFFFF;
  text-align: center;
  border-radius: 0 1.6rem 1.6rem 1.6rem;
  margin-top: 2rem;
  padding: 4rem 2.5rem 3rem;
}
@media screen and (min-width: 768px) {
  .prod_three .inblock {
    margin-top: 5rem;
    padding: 6rem 3.5rem 3rem;
    width: calc(50% - 1.5rem);
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .prod_three .inblock {
    padding: 8rem 3.5rem 4rem;
    width: calc(33% - 1.5rem);
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .prod_three .inblock {
    width: calc(33% - 2rem);
  }
}
.prod_three .inblock .number {
  line-height: 1;
  position: absolute;
  left: 0;
  background: #f7f4ed;
  border-radius: 0 0 1.4rem 0;
  top: 0;
  color: #ed8d03;
  font-weight: 500;
  font-size: 2.1rem;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 601px) {
  .prod_three .inblock .number {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 768px) {
  .prod_three .inblock .number {
    font-size: 3.5rem;
    padding: 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .prod_three .inblock .number {
    font-size: 4.6rem;
  }
}
.prod_three .inblock .intitle {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -1px;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .prod_three .inblock .intitle {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1200px) {
  .prod_three .inblock .intitle {
    font-size: 2.3rem;
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 1700px) {
  .prod_three .inblock .intitle {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}
.prod_three .inblock .intxt {
  font-size: 1.2rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .prod_three .inblock .intxt {
    font-size: 1.4rem;
  }
}

.seenbox {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .seenbox {
    margin-top: 5rem;
  }
}

.voicebox {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .voicebox {
    margin-top: 8rem;
  }
}
.voicebox .txtin {
  margin-bottom: 1rem;
}
.voicebox .voiceflex {
  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-top: 3rem;
}
.voicebox .voiceflex .imgb {
  width: 5rem;
}
@media screen and (min-width: 768px) {
  .voicebox .voiceflex .imgb {
    width: 8rem;
  }
}
.voicebox .voiceflex .txtside {
  position: relative;
  margin-left: 4rem;
  width: 90%;
  background: #fcfbf9;
  border-radius: 1.6rem;
  line-height: 1.4;
  padding: 2rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #5d4927;
}
@media screen and (min-width: 768px) {
  .voicebox .voiceflex .txtside {
    margin-left: 4rem;
    padding: 3rem;
    font-size: 1.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .voicebox .voiceflex .txtside {
    margin-left: 7rem;
    width: 90%;
    padding: 4rem;
    font-size: 2.3rem;
  }
}
.voicebox .voiceflex .txtside::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 3rem;
  left: -2rem;
  background-size: cover;
  background-image: url(./img/voice_tri.svg);
}

.btn_spec {
  background: #fcfbf9;
  border-radius: 1.6rem;
  margin-top: 2rem;
  -webkit-box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
          box-shadow: 1px 0px 16px -3px rgba(204, 199, 186, 0.2);
  padding: 2.5rem;
}
@media screen and (min-width: 768px) {
  .btn_spec {
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn_spec {
    padding: 4rem;
  }
}
.btn_spec .intitle {
  color: #5d4927;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .intitle {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .btn_spec .intitle {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.btn_spec .inflex .imgb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex .imgb {
    width: 27%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .btn_spec .inflex .imgb {
    width: 18%;
  }
}
.btn_spec .inflex .imgb img {
  border-radius: 0.8rem;
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex .imgb img {
    max-width: 100%;
    border-radius: 1.6rem;
  }
}
.btn_spec .inflex .txtbox {
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex .txtbox {
    width: 65%;
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .btn_spec .inflex .txtbox {
    width: 65%;
  }
}
.btn_spec .inflex .txtbox .howto .txtone {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex .txtbox .howto .txtone {
    font-size: 1.8rem;
  }
}
.btn_spec .inflex .txtbox .incommand {
  margin-bottom: 1rem;
}
.btn_spec .inflex .txtbox .incommand .titleb {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  padding-left: 2.2rem;
  text-indent: -2.1rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex .txtbox .incommand .titleb {
    font-size: 1.8rem;
    padding-left: 0rem;
    text-indent: 0rem;
    margin-bottom: 0;
  }
}
.btn_spec .inflex .txtbox .incommand .titleb span {
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.btn_spec .inflex2 .imgb {
  width: 100%;
  text-align: center;
  margin: 0 auto 3rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex2 .imgb {
    max-width: 30rem;
    margin: 0 5rem 0 0;
  }
}
.btn_spec .inflex2 .imgb img {
  height: auto;
  width: 100%;
  max-width: 35rem;
}
@media screen and (min-width: 768px) {
  .btn_spec .inflex2 .imgb img {
    max-width: 100%;
  }
}
.btn_spec .inflex2 .txtbox {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn_spec.btn_spec--2col {
    display: -ms-grid;
    display: grid;
    gap: 0 3rem;
    -ms-grid-columns: 1fr 3rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1200px) {
  .btn_spec.btn_spec--2col {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .btn_spec.btn_spec--2col > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_spec.btn_spec--2col > a:hover .imgb img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.btn_spec.btn_spec--2col .inblock {
  display: block;
  width: 100%;
  margin: 0 0 5rem;
}
@media screen and (max-width: 767px) {
  .btn_spec.btn_spec--2col .inblock.inblock--xs-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 0 0 3rem;
  }
}
@media screen and (max-width: 767px) {
  .btn_spec.btn_spec--2col .inblock.inblock--xs-flex .imgb {
    width: 100%;
    max-width: 40%;
    margin: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .btn_spec.btn_spec--2col .inblock.inblock--xs-flex .txtbox {
    width: 100%;
    max-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .btn_spec.btn_spec--2col .inblock.inblock--xs-flex .txtbox .intitle {
    margin: 0 0 1rem;
  }
}
.btn_spec.btn_spec--2col .imgb {
  text-align: center;
  margin: 0 0 2rem;
  overflow: hidden;
  border-radius: 1.6rem;
}
.btn_spec.btn_spec--2col .imgb img {
  display: inline-block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .btn_spec.btn_spec--2col .imgb img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
}
.btn_spec.btn_spec--2col .txtbox .intitle {
  margin-bottom: 1.7rem;
}
.btn_spec.btn_spec--2col .txtbox .titleone {
  line-height: 1.3;
  margin-top: 2rem;
  font-size: 1.7rem;
  font-weight: 700;
  color: #333333;
}
.btn_spec.btn_spec--2col .txtbox .titleone img {
  display: inline-block;
  margin-left: 1rem;
  width: 22px;
  height: auto;
  padding: 0;
  margin-bottom: 3px;
}

.leasenote {
  margin: 4rem 0 3rem;
}

.leasetable {
  width: 100%;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #5d4927;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .leasetable {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.leasetable th {
  width: 35%;
  background: #ece7de;
  padding: 1.4rem;
  border-bottom: 1px solid #fcfbf9;
  border-right: 1px solid #fcfbf9;
}
@media screen and (min-width: 768px) {
  .leasetable th {
    padding: 1.8rem 2rem;
    width: 25%;
    min-width: 11.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .leasetable th {
    width: 29%;
  }
}
.leasetable td {
  width: 65%;
  padding: 1.4rem;
  background: #f7f2ea;
  border-bottom: 1px solid #fcfbf9;
}
@media screen and (min-width: 768px) {
  .leasetable td {
    padding: 1.8rem 2rem;
    width: 72%;
  }
}
@media screen and (min-width: 1200px) {
  .leasetable td {
    width: 69%;
  }
}
.leasetable td span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .leasetable td span {
    font-size: 2.1rem;
  }
}

.compair {
  margin-top: 3rem;
  padding: 2rem;
  background: #f9f8f4;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .compair {
    margin-top: 4rem;
    padding: 3rem;
  }
}
.compair .centertext {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .compair .centertext {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .compair .centertext {
    margin-top: 5rem;
  }
}
.compair .shorttitle {
  position: relative;
  font-size: 1.7rem;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-left: 1rem;
}
@media screen and (min-width: 768px) {
  .compair .shorttitle {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .compair .shorttitle {
    font-size: 2.4rem;
  }
}
.compair .shorttitle::before {
  width: 0.3rem;
  height: 3rem;
  background-color: #ed8d03;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.exhib_block {
  border-radius: 1.6rem;
  padding: 2.5rem;
  margin-bottom: 2rem;
  background: #FFFFFF;
  border: 1px solid #dddbd9;
}
@media screen and (min-width: 768px) {
  .exhib_block {
    padding: 3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .exhib_block {
    padding: 4rem;
  }
}
.exhib_block .inflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exhib_block .inflex .txtside {
  width: 100%;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .exhib_block .inflex .txtside {
    width: 65%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .exhib_block .inflex .txtside {
    width: 70%;
  }
}
.exhib_block .inflex .txtside .cat {
  font-size: 1.2rem;
  color: #5d4927;
  line-height: 1;
  font-weight: 500;
  padding: 0.2rem 0.5rem 0.2rem 2rem;
  position: relative;
  border-radius: 0.4rem;
  background: #e9e3d8;
}
@media screen and (min-width: 768px) {
  .exhib_block .inflex .txtside .cat {
    padding: 0.5rem 1rem 0.5rem 2.2rem;
  }
}
.exhib_block .inflex .txtside .cat::before {
  content: "";
  position: absolute;
  background: #fcfbf9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 1rem;
}
.exhib_block .inflex .txtside .titleone {
  line-height: 1.2;
  margin: 2rem 0;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .exhib_block .inflex .txtside .titleone {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .exhib_block .inflex .txtside .titleone {
    font-size: 2.6rem;
  }
}
.exhib_block .inflex .txtside .normaltxt {
  margin: 0 0 1rem;
}
.exhib_block .inflex .txtside .download span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #5d4927;
  border-bottom: 1px solid;
}
.exhib_block .inflex .btnblock {
  margin-left: 0rem;
  width: 100%;
  max-width: 40rem;
}
@media screen and (min-width: 768px) {
  .exhib_block .inflex .btnblock {
    width: 30%;
    max-width: none;
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .exhib_block .inflex .btnblock {
    width: 25%;
  }
}
.exhib_block .inflex .btnblock a {
  display: block;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  padding: 2rem 1.2rem;
  background: #e68009;
  font-weight: 700;
  border: 2px solid #e68009;
  border-radius: 1.6rem;
}
.exhib_block .inflex .btnblock a .el_txt {
  background-repeat: no-repeat;
  background-image: url(./img/h_icon2.svg);
  background-position: center left;
  background-size: 1.8rem auto;
  padding: 0 0 0 2.5rem;
}
.exhib_block .inflex .btnblock a:hover {
  color: #ed6103;
  background: #FFFFFF;
}
.exhib_block .inflex .btnblock a:hover .el_txt {
  background-image: url(./img/h_icon2_o.svg);
}

.exhib_title {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .exhib_title {
    margin-bottom: 5rem;
  }
}

.bordertitle {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dfdbd2;
}
@media screen and (min-width: 768px) {
  .bordertitle {
    font-size: 2.3rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .bordertitle {
    font-size: 2.6rem;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
  }
}

.simplewhite {
  padding: 2rem;
  border-radius: 1.6rem;
  background: #F7F4ED;
}
@media screen and (min-width: 768px) {
  .simplewhite {
    padding: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite {
    padding: 5rem;
  }
}
.simplewhite .listflex {
  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;
}
.simplewhite .listflex::after {
  display: block;
  content: "";
  width: calc(50% - 0.7rem);
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex::after {
    width: calc(33% - 0.5rem);
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite .listflex::after {
    width: calc(25% - 0.5rem);
  }
}
.simplewhite .listflex .inblock {
  width: calc(50% - 0.7rem);
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex .inblock {
    width: calc(33% - 0.5rem);
    font-size: 1.5rem;
    letter-spacing: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .simplewhite .listflex .inblock {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    width: calc(25% - 0.5rem);
  }
}
.simplewhite .listflex .inblock::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #946618;
  top: 0.7rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .simplewhite .listflex .inblock::before {
    top: 1rem;
  }
}
.simplewhite .listflex .inblock span {
  border-bottom: 0.1rem solid;
}

.simplewhite2 {
  background: #FCFBF9;
  margin-bottom: 2rem;
}

.simplewhite3 {
  background: #FCFBF9;
  margin: 3rem 0;
  padding: 3rem 2rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .simplewhite3 {
    margin: 4rem 0;
    padding: 4rem 3rem;
  }
}
.simplewhite3 .shorttitle {
  font-weight: 700;
  color: #5d4927;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .simplewhite3 .shorttitle {
    font-size: 2.2rem;
  }
}

.company_table {
  text-align: left;
  border-top: 1px solid #C5C5C5;
  width: 100%;
  word-break: break-all;
}
.company_table th {
  padding: 1.5rem;
  width: 100%;
  display: block;
  background: #ECE7DE;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (min-width: 768px) {
  .company_table th {
    width: 25%;
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .company_table th {
    width: 15%;
    padding: 2rem;
  }
}
.company_table td {
  width: 100%;
  padding: 1.5rem;
  display: block;
  border-bottom: 1px solid #C5C5C5;
}
@media screen and (min-width: 768px) {
  .company_table td {
    width: 75%;
    display: table-cell;
  }
}
@media screen and (min-width: 1200px) {
  .company_table td {
    width: 85%;
    padding: 2rem;
  }
}
.company_table td span {
  font-weight: 700;
}

.faq_block {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .faq_block {
    padding: 7rem 0;
  }
}
.q_subtitle {
  padding: 0 0 0 4rem;
  margin: 0 auto 15px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #333;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .q_subtitle {
    font-size: 1.9rem;
    padding: 0 0 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .q_subtitle {
    font-size: 2.2rem;
  }
}
.q_subtitle .q__txt {
  position: absolute;
  top: -6px;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  text-indent: 0;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #946618;
  padding: 5px 9px 7px 9px;
  border-radius: 4.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .q_subtitle .q__txt {
    font-size: 2.2rem;
    left: 0;
    top: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .q_subtitle .q__txt {
    font-size: 1.8rem;
    padding: 4px 9px 6px 9px;
    font-size: 2.6rem;
  }
}

.a_block {
  padding: 0 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .a_block {
    padding: 0 0 0 5rem;
  }
}
.a_block .a_subtitle {
  font-size: 1.6rem;
  position: relative;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .a_block .a_subtitle {
    font-size: 1.9rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .a_block .a_subtitle {
    font-size: 2.2rem;
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}
.a_block .a_subtitle .a__txt {
  position: absolute;
  top: -6px;
  left: -4rem;
  display: inline-block;
  margin: 0 10px 0 0;
  text-indent: 0;
  font-size: 1.8rem;
  color: #FFFFFF;
  background-color: #ED6103;
  padding: 7px 9px 7px 9px;
  border-radius: 4.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .a_block .a_subtitle .a__txt {
    font-size: 2.2rem;
    left: -5rem;
    top: -1px;
  }
}
@media screen and (min-width: 1200px) {
  .a_block .a_subtitle .a__txt {
    font-size: 2.6rem;
    padding: 4px 9px 6px 9px;
  }
}

/*=================================
アーカイブページ
=================================*/
.use_caseSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .use_caseSec {
    padding: 10rem 0 16rem;
  }
}
.use_caseSec .container {
  max-width: 139rem;
}

.use_caseMap {
  position: relative;
  margin: 0 auto;
}
.use_caseMap .use_caseMap__img {
  position: relative;
  z-index: 1;
  text-align: center;
}
.use_caseMap .use_caseMap__img img {
  display: inline-block;
  width: 100%;
  max-width: 70%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__img img {
    max-width: 105.6rem;
  }
}
.use_caseMap .use_caseMap__link {
  inset: 0;
  z-index: 2;
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link {
    position: absolute;
    margin: 0;
  }
}
.use_caseMap .use_caseMap__link .use_caseMap__link__item {
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item {
    position: absolute;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--hokkaido-area {
    top: -4%;
    right: 23%;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--hokkaido-area {
    top: 4%;
    right: 23%;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--tohoku-area {
    top: 29%;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kanto-area {
    top: 56%;
    right: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kanto-area {
    top: 54%;
    right: 3%;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--koshinetsu-hokuriku-area {
    top: 27%;
    left: 38%;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--tokai-area {
    right: 0%;
    bottom: -12%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--tokai-area {
    right: 21%;
    bottom: -6%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kansai-area {
    bottom: 0;
    left: 39.5%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kansai-area {
    bottom: 2%;
    left: 45.5%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--chugoku-area {
    top: 27%;
    left: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--chugoku-area {
    top: 40%;
    left: 5%;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--shikoku-area {
    bottom: -11%;
    left: 10%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--shikoku-area {
    bottom: -6%;
    left: 28%;
    max-width: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kyushu-okinawa-area {
    bottom: 17%;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kyushu-okinawa-area {
    bottom: 10%;
    left: 0;
    min-width: 29.8rem;
  }
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__item.use_caseMap__link__item--kyushu-okinawa-area .use_caseMap__link__menu ul {
    max-width: 20rem;
  }
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu {
  width: auto;
  max-width: 100%;
  background-color: #FFFFFF;
  border-radius: 1rem;
  border: 0.2rem solid #8eb733;
  padding: 2rem 1.5rem 1.5rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__menu {
    padding: 1.5rem 1rem 1rem;
    max-width: 20rem;
    min-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__menu {
    padding: 2.5rem 2.7rem 1.9rem;
    max-width: 29.8rem;
  }
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu .use_caseMap__link__menu__title {
  margin-bottom: 1.7rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__menu .use_caseMap__link__menu__title {
    font-size: 2.4rem;
  }
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu .use_caseMap__link__menu__title a {
  color: #8eb733;
  text-decoration: none;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu .use_caseMap__link__menu__title a:hover {
  text-decoration: underline;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu ul {
  display: block;
  margin: auto;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu li {
  display: inline-block;
  position: relative;
  padding: 0 1.1rem;
  margin: 0 0 1rem;
  font-size: 0;
  line-height: 1;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu li a {
  color: #333333;
  text-decoration: none;
  font-size: 1.4rem;
}
@media screen and (min-width: 1200px) {
  .use_caseMap .use_caseMap__link .use_caseMap__link__menu li a {
    font-size: 1.6rem;
  }
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu li a:hover {
  text-decoration: underline;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu li::before {
  content: "";
  position: absolute;
  left: -0.1rem;
  top: 0;
  color: #666;
  width: 0.1rem;
  height: 100%;
  background-color: #333333;
}
.use_caseMap .use_caseMap__link .use_caseMap__link__menu li::after {
  content: "";
  position: absolute;
  right: 0rem;
  top: 0;
  color: #666;
  width: 0.1rem;
  height: 100%;
  background-color: #333333;
}

/*=================================
タクソノミーページ
=================================*/
.use_caseTaxonomy {
  padding: 5rem 0;
}
@media screen and (min-width: 768px) {
  .use_caseTaxonomy {
    padding: 5rem 0 7rem;
  }
}

.taxonomyUseCase .taxonomyUseCase__header {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .taxonomyUseCase .taxonomyUseCase__header {
    margin-bottom: 6rem;
  }
}
.taxonomyUseCase .taxonomyUseCase__title {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .taxonomyUseCase .taxonomyUseCase__title {
    padding-bottom: 2.5rem;
    font-size: 4rem;
  }
}
.taxonomyUseCase .taxonomyUseCase__title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-color: #a0885d;
}
@media screen and (min-width: 768px) {
  .taxonomyUseCase .taxonomyUseCase__title::after {
    height: 0.5rem;
  }
}
.taxonomyUseCase .taxonomyUseCase__prefecture {
  margin: 0 0 4rem;
}
.taxonomyUseCase .taxonomyUseCase__prefecture__title {
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
  border-bottom: 0.2rem solid #cfc8bc;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .taxonomyUseCase .taxonomyUseCase__prefecture__title {
    margin-bottom: 2.5rem;
    font-size: 2.5rem;
  }
}
.taxonomyUseCase .taxonomyUseCase__prefecture__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  width: 9rem;
  height: 0.2rem;
  background-color: #ed8d03;
}
.taxonomyUseCase .taxonomyUseCase__empty {
  font-size: 1.6rem;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock {
  margin: 0 0 3rem;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__title {
  position: relative;
  margin-bottom: 2.4rem;
  padding: 1.1rem 1.6rem 1.1rem 2rem;
  background-color: #ece7de;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #5d4927;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__title::before {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: calc(100% - 2rem);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 1;
  background-color: #5d4927;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .taxonomyUseCase .taxonomyUseCase__categoryBlock__list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
  }
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 1.6rem;
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.7;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #946618;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__item a {
  color: inherit;
}
.taxonomyUseCase .taxonomyUseCase__categoryBlock__item a:hover {
  color: #a0885d;
  text-decoration: underline;
}

/*=================================
詳細ページ
=================================*/
.use_caseSingle {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .use_caseSingle {
    padding: 10rem 0 7rem;
  }
}

/*=================================
アーカイブページ
=================================*/
.repairSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .repairSec {
    padding: 10rem 0 7rem;
  }
}

.archive__beforeafter {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .archive__beforeafter {
    -ms-grid-columns: 1fr 2rem auto 2rem 1fr;
    grid-template-columns: 1fr auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
  }
}
.archive__beforeafter .archive__beforeafter__item {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background-color: #b3b3b3;
  aspect-ratio: 648/422;
}
@media screen and (min-width: 768px) {
  .archive__beforeafter .archive__beforeafter__item {
    border-radius: 2rem;
  }
}
.archive__beforeafter .archive__beforeafter__item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__beforeafter .archive__beforeafter__status {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 11.6rem;
  min-height: 5.7rem;
  padding: 1rem 2rem;
  border-radius: 0 0 2rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .archive__beforeafter .archive__beforeafter__status {
    min-width: 14.6rem;
    min-height: 7.7rem;
    font-size: 2.4rem;
  }
}
.archive__beforeafter .archive__beforeafter__item--before .archive__beforeafter__status {
  background-color: #e2ddd2;
  color: #9a5a20;
}
.archive__beforeafter .archive__beforeafter__item--after .archive__beforeafter__status {
  background-color: #f06a00;
  color: #FFFFFF;
}
.archive__beforeafter .archive__beforeafter__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.archive__beforeafter .archive__beforeafter__deco img {
  display: inline-block;
  max-width: 1.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .archive__beforeafter .archive__beforeafter__deco img {
    max-width: 2.6rem;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.repair__textarea {
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  background-color: #f7f4ed;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .repair__textarea {
    padding: 4rem;
    font-size: 1.6rem;
  }
}

/*=================================
アーカイブページ
=================================*/
.new_installationSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .new_installationSec {
    padding: 10rem 0 7rem;
  }
}

.new_installation__textarea {
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  background-color: #f7f4ed;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .new_installation__textarea {
    padding: 4rem;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .new_installation__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.new_installation__item__inner .new_installation__item__inner__left {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .new_installation__item__inner .new_installation__item__inner__left {
    max-width: 33.3rem;
    margin: 0 3rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .new_installation__item__inner .new_installation__item__inner__left {
    max-width: 44.3rem;
  }
}
.new_installation__item__inner .new_installation__item__inner__left * {
  min-height: 0;
  min-width: 0;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery {
  margin-bottom: 3rem;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__main {
  margin-bottom: 2rem;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__main .new_installation__gallery__main__item {
  text-align: center;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__main .new_installation__gallery__main__item img {
  display: inline-block;
  border: 0.4rem solid #CCC7BA;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__thumb .new_installation__gallery__thumb__item {
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__thumb .new_installation__gallery__thumb__item img {
  display: inline-block;
  border: 0.4rem solid #CCC7BA;
  max-width: calc(100% - 1rem);
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__thumb .new_installation__gallery__thumb__item:hover {
  opacity: 0.5;
}
.new_installation__item__inner .new_installation__item__inner__left .new_installation__gallery .new_installation__gallery__thumb .new_installation__gallery__thumb__item.slick-current {
  opacity: 0.5;
}
.new_installation__item__inner .new_installation__item__inner__right {
  width: 100%;
}
.new_installation__gallery .js-new-installation-main .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.new_installation__gallery .js-new-installation-main .slick-slide > div {
  width: 100%;
}

.new_installation__gallery .js-new-installation-main .slick-slide img {
  display: block;
  margin: 0 auto;
}

/*=================================
アーカイブページ
=================================*/
.replacementSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .replacementSec {
    padding: 10rem 0 7rem;
  }
}

.replacement__textarea {
  padding: 2rem;
  margin-bottom: 3rem;
  border-radius: 1.6rem;
  background-color: #f7f4ed;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .replacement__textarea {
    padding: 4rem;
    font-size: 1.6rem;
  }
}

/*=================================
アーカイブページ
=================================*/
.voiceSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .voiceSec {
    padding: 10rem 0 7rem;
  }
}

@media screen and (min-width: 768px) {
  .voice__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.voice__item__inner .voice__item__inner__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice__item__inner .voice__item__inner__left {
    max-width: 44.3rem;
    margin: 0 6rem 0 0;
  }
}
.voice__item__inner .voice__item__inner__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .voice__item__inner .voice__item__inner__right {
    max-width: 86rem;
  }
}

/*=================================
アーカイブページ
=================================*/
.downloadSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .downloadSec {
    padding: 10rem 0 7rem;
  }
}

.download__item {
  padding: 3rem 3rem 1rem;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .download__item {
    padding: 5rem 5rem 2rem;
    margin: 0 0 4rem;
  }
}
.download__item .download__item__inner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download__item .download__item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.download__item .download__item__inner .download__item__inner__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download__item .download__item__inner .download__item__inner__left {
    max-width: 80rem;
    margin: 0 6rem 0 0;
  }
}
.download__item .download__item__inner .download__item__inner__left .archive__title {
  padding: 0;
  margin-bottom: 3rem;
  border-bottom: none;
}
.download__item .download__item__inner .download__item__inner__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .download__item .download__item__inner .download__item__inner__right {
    max-width: 32rem;
  }
}
.download__item .download__item__inner .download__item__inner__right .btn01 {
  background-repeat: no-repeat;
  background-position: center right 3.1rem;
  background-image: url(./img/icon_download_white.svg);
  background-repeat: no-repeat;
  max-width: 40rem;
}
.download__item .download__item__inner .download__item__inner__right .btn01 .el_text {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .download__item .download__item__inner .download__item__inner__right .btn01 .el_text {
    font-size: 1.7rem;
  }
}
.download__item .download__item__inner .download__item__inner__right .btn01:hover {
  background-color: #FFFFFF;
  background-image: url(./img/icon_download.svg);
  color: #5d4927;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*====================================

  ■共通

=====================================*/
.blogSec {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .blogSec {
    padding: 10rem 0 7rem;
  }
}
@media screen and (min-width: 992px) {
  .blogSec .blogSec__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 28rem 8rem 1fr;
    grid-template-columns: 28rem 1fr;
    gap: 8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.blogSec .blogSec__inner__left {
  margin: 5rem 0 4rem;
}
@media screen and (min-width: 992px) {
  .blogSec .blogSec__inner__left {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.blogSec .blogSec__inner__right {
  min-width: 0;
}
@media screen and (min-width: 992px) {
  .blogSec .blogSec__inner__right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.blogCategoryList {
  border: 0.1rem solid #A0885D;
}
.blogCategoryList .blogCategoryList__title {
  padding: 1rem 2rem;
  background-color: #A0885D;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.blogCategoryList .blogCategoryList__list {
  margin: 0;
  padding: 2rem;
  list-style: none;
}
.blogCategoryList .blogCategoryList__list .blogCategoryList__item {
  margin-bottom: 1.3rem;
}
.blogCategoryList .blogCategoryList__list .blogCategoryList__item > a {
  color: #5d4927;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.blogCategoryList .blogCategoryList__child {
  margin: 1rem 0 0;
  padding: 0 0 0 2rem;
  list-style: none;
}
.blogCategoryList .blogCategoryList__child__item {
  margin-bottom: 1rem;
}
.blogCategoryList .blogCategoryList__child__item a {
  color: #5d4927;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
}
.blogCategoryList .blogCategoryList__item--all {
  margin-top: 3rem;
}

.blogArchiveList .blogArchiveList__item {
  border-top: 0.1rem dashed #CCC7BA;
}
.blogArchiveList .blogArchiveList__item .blogArchiveList__link {
  display: block;
  padding: 3rem 0;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .blogArchiveList .blogArchiveList__item .blogArchiveList__link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 16rem 3rem 1fr 3rem 4rem;
    grid-template-columns: 16rem 1fr 4rem;
    gap: 3rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .blogArchiveList .blogArchiveList__item .blogArchiveList__link {
    padding: 3rem;
  }
}
.blogArchiveList .blogArchiveList__item .blogArchiveList__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1rem;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .blogArchiveList .blogArchiveList__item .blogArchiveList__thumb img {
    margin: 0;
  }
}
.blogArchiveList .blogArchiveList__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}
.blogArchiveList .blogArchiveList__date {
  color: #A0885D;
  font-size: 1.6rem;
  font-weight: bold;
}
.blogArchiveList .blogArchiveList__cat {
  position: relative;
}
.blogArchiveList .blogArchiveList__cat span {
  display: inline-block;
  border-radius: 4px;
  background-color: #dfdbd2;
  color: #5d4927;
  font-size: 12px;
  font-weight: 500;
  padding: 0.2rem 0.5rem 0.2rem 2.2rem;
  margin: 0.2rem 0.5rem 0.2rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blogArchiveList .blogArchiveList__cat span {
    padding: 0.5rem 1rem 0.5rem 2.2rem;
  }
}
.blogArchiveList .blogArchiveList__cat span::before {
  content: "";
  position: absolute;
  background-color: #FFFFFF;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0.8rem;
}
@media screen and (min-width: 768px) {
  .blogArchiveList .blogArchiveList__cat span::before {
    left: 0.8rem;
  }
}
.blogArchiveList .blogArchiveList__title {
  margin-bottom: 1.2rem;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
}
.blogArchiveList .blogArchiveList__excerpt {
  font-size: 1.8rem;
  line-height: 1.8;
}
.blogArchiveList .blogArchiveList__arrow {
  display: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #5d4927;
  background-image: url(./img/icon_link01_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .blogArchiveList .blogArchiveList__arrow {
    display: inline-block;
  }
}
.blogArchiveList .blogArchiveList__pagination {
  margin-top: 5rem;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
}
/*# sourceMappingURL=style.css.map */