@charset "UTF-8";

/*
Theme Name : shamroclothing
*/

* {
  font-family: "Shippori Mincho B1", "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
}

html {
  height: 100%;
  font-size: 62.5%;
}

main {
  overflow: hidden;
  background: rgb(248, 247, 234);
  background: -webkit-gradient(linear, left top, right top, from(rgb(248, 247, 234)), color-stop(48%, rgb(251, 255, 244)), to(rgb(255, 245, 243)));
  background: -webkit-linear-gradient(left, rgb(248, 247, 234) 0%, rgb(251, 255, 244) 48%, rgb(255, 245, 243) 100%);
  background: linear-gradient(90deg, rgb(248, 247, 234) 0%, rgb(251, 255, 244) 48%, rgb(255, 245, 243) 100%);
}

img {
  width: 100%;
}

h2,
h3,
h4 {
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  color: #736648;
}

.contents-wrapper {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #FFFFFF;
}

.content-block {
  width: 100%;
  position: relative;
}

.subpage-main .content-block {
  margin-top: 0;
  padding: 100px 0;
}

.subpage-main .content-block .content-block__inner {
  padding: 0 50px;
  margin: 0 auto;
}

.subpage-main .content-block .content-block__inner::after {
  border-radius: 10px;
}

.subpage-main .content-block:nth-of-type(even) {
  background: #fff8fe;
}

.subpage-main .single-block {
  padding: 140px 0 100px !important;
}

.content-block__inner {
  max-width: 1100px;
  padding: 0 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.content-block__inner + .flex-strech-block {
  margin-top: 50px;
}

.section-block {
  padding: 100px 0;
  position: relative;
}

.right-bg-section-block,
.left-bg-section-block {
  position: relative;
  padding-top: 200px;
}

.right-bg-section-block h2.bg-heading,
.left-bg-section-block h2.bg-heading {
  position: absolute;
  top: 0;
  width: auto;
}

.right-bg-section-block h2.bg-heading span,
.left-bg-section-block h2.bg-heading span {
  color: #fff;
  background: #006942;
  padding: 15px 20px;
  display: inline-block;
  line-height: normal;
}

.right-bg-section-block h2.bg-heading span:first-of-type,
.left-bg-section-block h2.bg-heading span:first-of-type {
  margin-bottom: 20px;
}

.right-bg-section-block .text-item,
.left-bg-section-block .text-item {
  width: 50%;
  padding-top: 210px;
}

.right-bg-section-block .right-bg-section-block__inner,
.right-bg-section-block .left-bg-section-block__inner,
.left-bg-section-block .right-bg-section-block__inner,
.left-bg-section-block .left-bg-section-block__inner {
  padding-top: 50px;
  background: #fff;
}

.right-bg-section-block .text-item {
  padding-right: 50px;
}

.left-bg-section-block h2 {
  right: 50px;
}

.left-bg-section-block .text-item {
  padding-left: 50px;
  margin-left: auto;
}

.row-block {
  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%;
}

.row-block + .row-block {
  margin-top: 50px;
}

.last_block {
  padding-bottom: 110px;
}

.inner_h3_block {
  margin-top: 50px;
  width: 100%;
}

.inner_h3_block .row-block + p {
  margin-top: 20px;
}

.inner_h3_block .row-block img + h5 {
  margin: 16px 0 0;
}

.col__475 {
  width: 47.5%;
  max-width: 475px;
  position: relative;
}

.col__475 p + p {
  margin-top: 1em;
}

.col__475 p + .note {
  margin-top: 1em;
}

.col__475 img + p {
  margin-top: 1em;
}

.col__475 img + h4 {
  margin-top: 10px;
}

.col__475 h4 + p {
  margin-top: 10px;
}

.col__90p {
  width: 90%;
  position: relative;
}

.col__90p p + p {
  margin-top: 1em;
}

.col__90p p + .note {
  margin-top: 8px;
}

.col__90p img + p {
  margin-top: 1em;
}

.col__310 {
  width: 31%;
  max-width: 310px;
  position: relative;
}

.col__310 p + p {
  margin-top: 1em;
}

.col__310 p + .note {
  margin-top: 8px;
}

.col__310 img + p {
  margin-top: 1em;
}

.col__310 img + h4 {
  margin-top: 10px;
}

.col__400 {
  width: 40%;
  max-width: 400px;
}

.wide-image-block {
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.section__slide-item-block {
  width: 100%;
}

.section__slide-item-block .slick-slider {
  width: 100%;
  padding: 0;
}

.flex-strech-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-strech-block__item01,
.flex-strech-block__item02,
.flex-strech-block__item03,
.flex-strech-block__item04 {
  width: 50%;
  position: relative;
}

.flex-strech-block__item01 a,
.flex-strech-block__item02 a,
.flex-strech-block__item03 a,
.flex-strech-block__item04 a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0;
}

.flex-strech-block__item01 a:hover,
.flex-strech-block__item02 a:hover,
.flex-strech-block__item03 a:hover,
.flex-strech-block__item04 a:hover {
  opacity: 1;
}

.flex-strech-block__item01 a:hover figure img,
.flex-strech-block__item02 a:hover figure img,
.flex-strech-block__item03 a:hover figure img,
.flex-strech-block__item04 a:hover figure img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.flex-strech-block__item01 a:hover .more span,
.flex-strech-block__item02 a:hover .more span,
.flex-strech-block__item03 a:hover .more span,
.flex-strech-block__item04 a:hover .more span {
  width: 100px;
}

.flex-strech-block__item01 {
  background: rgb(222, 213, 177);
  background: -webkit-linear-gradient(283deg, rgb(235, 255, 242) 0%, rgb(255, 230, 223) 48%, rgb(255, 209, 209) 100%);
  background: linear-gradient(167deg, rgb(235, 255, 242) 0%, rgb(255, 230, 223) 48%, rgb(255, 209, 209) 100%);
}

.flex-strech-block__item02 {
  background: rgb(187, 230, 203);
  background: -webkit-linear-gradient(283deg, rgb(238, 248, 215) 0%, rgb(211, 247, 252) 48%, rgb(207, 244, 255) 100%);
  background: linear-gradient(167deg, rgb(238, 248, 215) 0%, rgb(211, 247, 252) 48%, rgb(207, 244, 255) 100%);
}

.flex-strech-block__item03 {
  background: rgb(246, 216, 249);
  background: -webkit-linear-gradient(283deg, rgb(249, 244, 207) 0%, rgb(236, 233, 254) 48%, rgb(254, 215, 245) 100%);
  background: linear-gradient(167deg, rgb(249, 244, 207) 0%, rgb(236, 233, 254) 48%, rgb(254, 215, 245) 100%);
}

.flex-strech-block__item04 {
  background: rgb(246, 216, 249);
  background: -webkit-linear-gradient(283deg, rgb(249, 231, 251) 0%, rgb(249, 233, 217) 48%, rgb(241, 231, 194) 100%);
  background: linear-gradient(167deg, rgb(249, 231, 251) 0%, rgb(249, 233, 217) 48%, rgb(241, 231, 194) 100%);
}

.flex-strech-block__item-inner {
  width: 60%;
  max-width: 296px;
  margin: 0 auto;
}

.flex-strech-block__item-inner h4 {
  color: #736648;
  font-size: 2rem;
  text-align: center;
  margin: 0 0 20px;
}

.flex-strech-block__item-inner figure {
  margin: 0 0 20px;
  overflow: hidden;
}

.flex-strech-block__item-inner figure img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.flex-strech-block__item-inner p {
  color: #fff;
}

.flex-strech-block__item-inner .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  margin-top: 20px;
}

.flex-strech-block__item-inner .more span {
  font-size: 1.5rem;
  color: #736648;
  width: 80px;
  text-align: right;
  border-bottom: 2px solid #736648;
  padding-bottom: 2px;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.inner-wide-image-block {
  width: 100%;
  height: 420px;
  margin-bottom: 50px;
}

.inner-wide-image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.cta-block {
  background-image: url(assets/images/top/cta-block-bg-image.webp);
  background-color: #c1c1c1;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.cta-block h2 {
  color: #fff;
  text-align: center;
  line-height: normal;
  font-size: 30px;
}

.cta-block .cta_block__inner {
  padding: 40px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 10px;
}

.cta-block .cta_block__inner--tel {
  margin: 0 auto 20px;
  width: 310px;
}

.cta-block .cta_block__inner--tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #736648;
  font-size: 37px;
  font-weight: bold;
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
}

.cta-block .cta_block__inner--tel a i {
  margin-right: 10px;
  color: #fff;
  font-size: 24px;
  background: #006942;
  width: 46px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 50%;
}

.cta-block .cta_block__inner--tel span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #fff;
  background: #006942;
  padding: 2px;
  border-radius: 2px;
  margin-top: 4px;
}

.image_1col_block {
  width: 100%;
  margin-bottom: 40px;
}

.map_block {
  margin-top: 50px;
}

.map_block iframe {
  width: 100%;
}

.simple-flow-block {
  padding: 50px;
  background: #fff8fe;
}

.simple-flow-block dl {
  padding-left: 250px;
  position: relative;
  margin: 0;
  padding-bottom: 30px;
}

.simple-flow-block dl:last-of-type {
  padding-bottom: 10px;
  margin-bottom: 0;
}

.simple-flow-block dl::after {
  content: "";
  border-left: 16px solid #e2e2e2;
  position: absolute;
  left: 124px;
  top: 0;
  bottom: 0;
}

.simple-flow-block dl dt {
  margin-bottom: 10px;
  margin-left: -250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.simple-flow-block dl dt img {
  width: 110px;
  margin-right: 17px;
}

.simple-flow-block dl dt span {
  padding-left: 100px;
  color: #006942;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.simple-flow-block dl dt span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #006942;
  border-radius: 50%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.simple-flow-block dl dt span::after {
  content: "";
  border-left: 2px dotted #b8b8b8;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  height: 60px;
  position: absolute;
  left: 56px;
}

.simple-flow-block dl dd {
  line-height: 2;
  margin: 0 0 0 -20px;
}

.simple-flow-block dl dd img {
  display: block;
  margin-top: 20px;
}

.image-flow-block .image-flow-block__flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.image-flow-block .image-flow-block__flow-item:last-of-type .image-flow-block__flow-item--image::after {
  content: none;
}

.image-flow-block .image-flow-block__flow-item--image {
  position: relative;
  width: 32%;
  max-width: 320px;
}

.image-flow-block .image-flow-block__flow-item--image::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  border-left: 2px dotted #b8b8b8;
  z-index: -1;
}

.image-flow-block .image-flow-block__flow-item--image img {
  width: 100%;
}

.image-flow-block .image-flow-block__flow-item--baloon {
  font-size: 2.4rem;
  color: #fff;
  background: #006942;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -10px;
  left: -20px;
}

.image-flow-block .image-flow-block__flow-item--text {
  margin-left: 50px;
  width: 63%;
  max-width: 630px;
}

.image-flow-block .image-flow-block__flow-item--text h3 {
  font-size: 2.2rem;
}

.image-flow-block .image-flow-block__flow-item + .image-flow-block__flow-item {
  margin-top: 40px;
}

.point-list-block {
  padding: 30px;
  width: 100%;
  border: 2px solid #736648;
  border-radius: 10px;
  background: #fff;
}

.point-list-block ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.point-list-block ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  background-image: -webkit-linear-gradient(left, #736648, #736648 5px, transparent 5px);
  background-image: linear-gradient(to right, #736648, #736648 5px, transparent 5px);
  background-size: 9px 2px;
  background-position: left bottom;
  background-repeat: repeat-x;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
}

.point-list-block ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #006942;
  position: absolute;
  top: 0.5em;
  left: 0;
  font-size: 1.4rem;
  line-height: normal;
}

.point-list-block ul li + li {
  margin-top: 20px;
}

.loop-slide-block {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.loop-slide-block ul.loop-slide-block__list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.loop-slide-block ul.loop-slide-block__list li {
  width: 310px;
}

.loop-slide-block ul.loop-slide-block__list li img {
  width: 100%;
}

.loop-slide-block ul.loop-slide-block__list li + li {
  margin-left: 35px;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::after,
::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: #fff;
  border: solid;
  color: #000;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

header .header-pc .header-pc__inner {
  padding: 0 50px;
  height: 122px;
  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;
}

header .header-pc .header-pc__inner--logo p.logo-catch {
  font-size: 1.2rem;
  text-align: center;
  color: #006942;
  margin-bottom: 2px;
}

header .header-pc .header-pc__inner--logo img {
  width: 290px;
}

header .header-pc .header-pc__inner--logo p.shop-name {
  font-size: 1.4rem;
  text-align: center;
  color: #006942;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top--tel {
  margin-right: 40px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top--tel a {
  font-size: 2.4rem;
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top--tel a span {
  font-size: 1.8rem;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__top .btn01 + .btn01 {
  margin-left: 20px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li {
  line-height: 1;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li:last-of-type {
  margin-bottom: 0;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li a {
  font-size: 1.5rem;
  color: #736648;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li {
  margin-left: 10px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li::before {
  content: "/";
  margin-right: 10px;
  font-size: 20px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .parent-menu {
  font-size: 1.5rem;
  margin-bottom: 0;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .parent-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu {
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0 20% 0 5%;
  background: #006942;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu li + li {
  margin-left: 30px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom .child-menu a {
  color: #fff;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav {
  width: 1000px;
  background: #006942;
  padding: 16px 50px;
  border-radius: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav ul li:last-of-type {
  margin-bottom: 0;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav ul li a {
  color: #fff;
  font-size: 16px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav ul li + li {
  margin-left: 20px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav .parent-menu {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav .parent-menu:hover .child-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav .parent-menu::before {
  font-family: "fontello";
  content: "\e800";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 14px;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav .child-menu {
  width: 90%;
  height: 70px;
  border-radius: 0 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(31, 47, 53, 0.8);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

header .header-pc .header-pc-nav-block .header-pc-nav-block__floating-nav .child-menu a {
  color: #fff;
}

.logo-sp-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 5%;
  z-index: 4;
}

.logo-sp-block--logo p.logo-catch {
  font-size: 1.2rem;
  text-align: center;
  color: #006942;
}

.logo-sp-block--logo img {
  width: 200px;
}

.logo-sp-block--logo p.shop-name {
  font-size: 1.4rem;
  text-align: center;
  color: #006942;
}

#drawer {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 11;
  /* :::::: toggle button :::::: */
  /* :::::: drawer menu :::::: */
}

#drawer label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

#drawer #navTgl {
  display: none;
}

#drawer .open {
  z-index: 999;
  position: inherit;
  width: 74px;
  height: 74px;
  -webkit-transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #736648;
}

#drawer .open p {
  position: absolute;
  bottom: 13px;
  left: 6%;
  right: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#drawer .open::before,
#drawer .open::after {
  content: "";
}

#drawer .open span,
#drawer .open::before,
#drawer .open::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 27%;
  width: 40%;
  border-bottom: 3px solid #fff;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#drawer .open::before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

#drawer .open::after {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

#drawer .close {
  z-index: 3;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}

#drawer #navTgl:checked + .open span {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

#drawer #navTgl:checked + .open::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked + .open::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 3px solid #fff;
}

#drawer #navTgl:checked ~ .close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
}

#drawer .menu {
  z-index: 11;
  position: fixed;
  overflow: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f4f4ed;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#drawer .menu h2 {
  text-align: center;
}

#drawer .menu > ul {
  margin: 0;
  padding: 0;
}

#drawer .menu li ul {
  margin: 16px 0 0 16px;
}

#drawer #navTgl:checked ~ .menu {
  visibility: visible;
  opacity: 1;
}

.drawer_inner_btn ul {
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.drawer_inner_btn ul li {
  margin-bottom: 15px;
}

.drawer_inner_btn ul li:last-of-type {
  margin-bottom: 0;
}

.drawer_inner_btn ul li a {
  color: #fff;
  font-weight: bold;
  background: #736648;
  border-radius: 20px;
  display: block;
  text-align: center;
  padding: 5px 0;
  text-decoration: none;
}

.sp-menu-block {
  padding: 40px 0 30px;
}

.sp-menu-block .sp-menu-block__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}

.sp-menu-block .sp-menu-block__logo a {
  display: block;
  width: 190px;
}

.sp-menu-block .sp-menu-block__company-info {
  width: 100%;
  margin-bottom: 30px;
}

.sp-menu-block .sp-menu-block__company-info--company-name {
  font-size: 1.6rem;
  margin-bottom: 20px;
  text-align: center;
}

.sp-menu-block .sp-menu-block__company-info--company-address {
  margin-bottom: 16px;
}

.sp-menu-block .sp-menu-block__company-info--company-address p {
  text-align: center;
}

.sp-menu-block .sp-menu-block__company-info--others dl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sp-menu-block .sp-menu-block__company-info--others dl + dl {
  margin-top: 16px;
}

.sp-menu-block .sp-menu-block__company-info--others dl dd {
  margin: 0;
}

.sp-menu-block .sp-menu-block__company-info--others dl dd a {
  color: #736648;
}

.sp-menu-block .sp-menu-block__company-info--others dl dd ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-menu-block .sp-menu-block__company-info .btn01 {
  margin: 20px auto 0;
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block a + a {
  margin-left: 20px;
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-instagram,
.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-facebook {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-instagram i,
.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-facebook i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-instagram {
  background: rgb(243, 206, 119);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 206, 119)), to(rgb(245, 97, 245)));
  background: -webkit-linear-gradient(bottom, rgb(243, 206, 119) 0%, rgb(245, 97, 245) 100%);
  background: linear-gradient(0deg, rgb(243, 206, 119) 0%, rgb(245, 97, 245) 100%);
}

.sp-menu-block .sp-menu-block__company-info--sns-btn-block .circle-btn-facebook {
  background: #1877f2;
}

.sp-menu-block .sp-menu-block__nav {
  margin: 0 auto 30px;
  width: 90%;
}

.sp-menu-block .sp-menu-block__nav ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  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;
}

.sp-menu-block .sp-menu-block__nav ul li {
  margin-bottom: 16px;
  width: 48%;
}

.sp-menu-block .sp-menu-block__nav ul li a {
  color: #736648;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  padding: 0 0 10px;
  border-bottom: 1px solid #736648;
}

.sp-menu-block .sp-menu-block__nav ul li a::before {
  font-family: "fontello";
  content: "\e801";
  font-size: 12px;
  color: #006942;
  margin-right: 10px;
}

footer {
  background: #006942;
}

footer .footer_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 50px;
}

footer .footer_inner .footer_inner__top .footer_logo {
  width: 300px;
  margin: 0 auto 10px;
}

footer .footer_inner .footer_inner__top .company_name {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}

footer .footer_inner .footer_inner__top .footer-sns-icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer_inner .footer_inner__top .footer-sns-icon-block a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
}

footer .footer_inner .footer_inner__top .footer-sns-icon-block a i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

footer .footer_inner .footer_inner__top .footer-sns-icon-block a + a {
  margin-left: 20px;
}

footer .footer_inner .footer_inner__bottom {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .footer_inner .footer_inner__bottom--left .company_address {
  margin-bottom: 16px;
}

footer .footer_inner .footer_inner__bottom--left .company_address p {
  color: #fff;
}

footer .footer_inner .footer_inner__bottom--left .footer_company_info dl {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_inner .footer_inner__bottom--left .footer_company_info dl + dl {
  margin-top: 16px;
}

footer .footer_inner .footer_inner__bottom--left .footer_company_info dl dt {
  color: #fff;
}

footer .footer_inner .footer_inner__bottom--left .footer_company_info dl dd {
  margin: 0;
  color: #fff;
}

footer .footer_inner .footer_inner__bottom--left .footer_company_info dl dd a {
  color: #fff;
}

footer .footer_inner .footer_inner__bottom--right {
  margin-left: 100px;
}

footer .footer_inner .footer_inner__bottom--right .footer_nav_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer_inner .footer_inner__bottom--right .footer_nav_block ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .footer_inner .footer_inner__bottom--right .footer_nav_block ul + ul {
  margin-left: 50px;
}

footer .footer_inner .footer_inner__bottom--right .footer_nav_block ul li + li {
  margin-top: 20px;
}

footer .footer_inner .footer_inner__bottom--right .footer_nav_block ul li a {
  font-size: 16px;
  color: #fff;
}

footer .copy {
  padding: 0 0 50px;
}

footer .copy p {
  text-align: center;
  font-size: 13px;
}

footer .copy p small {
  color: #fff;
}

.pagetop_block {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9;
}

.pagetop_block #pagetop {
  width: 60px;
  height: 60px;
}

.pagetop_block #pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.pagetop_block #pagetop a img {
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

a[href*="tel:"] {
  text-decoration: underline;
}

.bg_gray-light {
  background: #e2e2e2;
}

.bg_gray-lighter {
  background: #f4f4ed;
}

.bg_ivory {
  background: #fffbf1;
}

.bg_white {
  background: #fff;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justify_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align_items_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align_items_right {
  -webkit-box-align: right;
  -ms-flex-align: right;
  align-items: right;
}

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

.btn-block--left .btn01 + .btn01,
.btn-block--center .btn01 + .btn01,
.btn-block--right .btn01 + .btn01 {
  margin-left: 20px;
}

.btn-block--left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.btn-block--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.btn-block--center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.btn-block--center .note-item {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.btn-block--center .note-item a {
  border-bottom: 1px solid #736648;
}

.btn01 {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 200px;
  height: 50px;
}

.btn01 a {
  font-size: 1.6rem;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #006942;
  position: relative;
  border-radius: 10px;
  line-height: 1;
}

.btn01 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn01--white {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 200px;
  height: 50px;
}

.btn01--white a {
  font-size: 1.6rem;
  color: #006942 !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #fff;
  position: relative;
  border-radius: 10px;
  line-height: 1;
}

.btn01--white a::before {
  font-family: "fontello";
  content: "\e801";
  color: #006942;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn02 {
  margin-top: 30px;
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 330px;
  height: 60px;
}

.btn02 p {
  color: #fff;
}

.btn02 a {
  color: #fff;
  width: 330px;
  height: 60px;
  margin: 0 auto;
  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-decoration: none;
  background: #d55873;
  position: relative;
  border-radius: 10px;
}

.btn02 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn03 {
  margin-top: 30px;
}

.btn03 a {
  font-size: 1.4rem;
  color: #006942 !important;
  width: 250px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  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-decoration: none;
  background: #fff;
  position: relative;
}

.btn03 a::before {
  font-family: "fontello";
  content: "\f105";
  color: #006942;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_320 {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 320px;
  height: 60px;
}

.btn_320 a {
  font-size: 1.6rem;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #006942;
  position: relative;
  border-radius: 10px;
}

.btn_320 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_217 {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 217px;
  height: 60px;
}

.btn_217 a {
  font-size: 1.5rem;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #006942;
  position: relative;
  border-radius: 10px;
}

.btn_217 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn_230 {
  border-radius: 40px;
  overflow: hidden;
  background: #fff;
  width: 230px;
  height: 60px;
}

.btn_230 a {
  font-size: 1.5rem;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #006942;
  position: relative;
  border-radius: 10px;
}

.btn_230 a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.btn-icon--recruit a::before {
  content: "\e81b";
  font-size: 1.8rem;
}

.btn-icon--x a::before {
  content: "\e81a";
  font-size: 1.8rem;
}

.btn-icon--instagram a::before {
  content: "\f16d";
  font-size: 1.8rem;
}

.btn-icon--line a::before {
  content: "\e809";
  font-size: 1.8rem;
}

.btn-icon--mail a::before {
  content: "\e80d";
  font-size: 1.8rem;
}

.btn-icon--youtube a::before {
  content: "\f16a";
  font-size: 1.8rem;
}

.btn-icon--hotpepper a::before {
  content: "\e810";
  font-size: 1.8rem;
}

.btn-icon--cart a::before {
  content: "ຉ";
  font-size: 1.8rem;
}

.btn-icon--phone a::before {
  content: "\e80d";
  font-size: 1.8rem;
}

.btn-bg--gradation-pink a {
  background: rgb(251, 166, 214);
  background: -webkit-gradient(linear, left top, right top, from(rgb(251, 166, 214)), to(rgb(249, 150, 160)));
  background: -webkit-linear-gradient(left, rgb(251, 166, 214) 0%, rgb(249, 150, 160) 100%);
  background: linear-gradient(90deg, rgb(251, 166, 214) 0%, rgb(249, 150, 160) 100%);
}

.btn-bg--gradation-orange a {
  background: rgb(237, 206, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgb(237, 206, 0)), to(rgb(241, 185, 33)));
  background: -webkit-linear-gradient(left, rgb(237, 206, 0) 0%, rgb(241, 185, 33) 100%);
  background: linear-gradient(90deg, rgb(237, 206, 0) 0%, rgb(241, 185, 33) 100%);
}

.pagination {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pagination a {
  color: #736648;
}

.pagination .page-numbers {
  margin: 0 10px;
}

.pagination .current {
  border-bottom: 1px solid #736648;
  font-size: 1.6rem;
}

#elevator_nav {
  position: fixed;
  right: 0;
  top: 400px;
  padding: 30px 10px 30px 0;
  z-index: 10px;
}

#elevator_nav ul {
  padding: 0;
  list-style: none;
  margin: 0;
  position: relative;
}

#elevator_nav ul::after {
  content: "";
  position: absolute;
  border-left: 1px solid #b8b8b8;
  height: 180px;
  top: 10px;
  left: 11px;
  z-index: 0;
}

#elevator_nav ul li {
  margin-bottom: 25px;
}

#elevator_nav ul li:last-of-type {
  margin-bottom: 0;
  font-size: 1.3rem;
}

#elevator_nav ul li a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#elevator_nav ul li a::before {
  font-size: 1.3rem;
  font-family: "fontello";
  content: "\e807";
  color: #b8b8b8;
  width: 24px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}

#elevator_nav ul li a span {
  font-size: 1.3rem;
}

.current::before {
  color: #1FB5D4 !important;
  font-size: 16px !important;
}

.subpage_slide_block {
  width: 100%;
  margin-bottom: 40px;
}

ul[id^=section_slider] {
  width: 100%;
  padding: 0;
  margin-top: 0;
}

ul[id^=section_slider] .slick-prev,
ul[id^=section_slider] .slick-next {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 26px;
  height: 26px;
}

ul[id^=section_slider] .slick-prev {
  left: 20px;
}

ul[id^=section_slider] .slick-prev::before {
  font-family: "fontello" !important;
  content: "\e80a" !important;
}

ul[id^=section_slider] .slick-next {
  right: 20px;
}

ul[id^=section_slider] .slick-next::before {
  font-family: "fontello" !important;
  content: "\e808" !important;
}

.slide-item img {
  width: 100%;
}

ul[id^=thumbnail-list] {
  width: 100%;
  margin: 0 auto -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  width: calc(100% + 15px);
  overflow: hidden;
}

.thumbnail-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: calc(20% - 15px);
  margin: 0 15px 15px 0;
  overflow: hidden;
  cursor: pointer;
}

.thumbnail-item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
}

.thumbnail-item.thumbnail-current:after {
  opacity: 0;
}

.thumbnail-item img {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.carousel_slider {
  margin-top: 50px;
}

.carousel_slider .slick-slider {
  cursor: pointer;
}

.carousel_slider .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel_slider .slick-slider .slick-slide {
  margin-right: 10px;
}

.carousel_slider .slick-slider .slick-list {
  margin-right: -10px;
}

.carousel_slider .slick-slider .slick-prev {
  position: absolute;
  left: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-prev::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e804";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.carousel_slider .slick-slider .slick-next {
  position: absolute;
  right: 20px;
  top: 43%;
  z-index: 9;
}

.carousel_slider .slick-slider .slick-next::before {
  font-size: 4rem;
  line-height: 0;
  font-family: "fontello";
  content: "\e805";
  color: #fff;
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
}

.gallery_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -20px;
}

.gallery_inner:last-of-type {
  margin: 0;
}

.gallery_inner .gallery_inner_item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(25% - 15px);
}

.gallery_inner .gallery_inner_item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.gallery_inner .gallery_inner_item p {
  font-size: 1.3rem;
}

.modalBg {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

.modalContent {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 101;
  cursor: pointer;
}

.modalImg {
  position: relative;
  width: 800px;
}

.modalImg .closeBtn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 103;
  border: 0;
  background: #006942;
  padding: 10px;
  cursor: pointer;
  outline: none;
}

.modalImg .closeBtn i {
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}

.gcalendar_block {
  width: 100%;
}

.gcalendar_block iframe {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
  border: 1px solid #e2e2e2;
}

.btn_icon::before {
  font-family: "fontello";
  margin-right: 8px;
  font-weight: normal;
}

.btn_icon.-right-circle::before {
  content: "\e808";
}

.icon_badge_block {
  margin-bottom: 20px;
}

.icon_badge_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.icon_badge_block ul .facial_icon,
.icon_badge_block ul .hair_icon,
.icon_badge_block ul .body_icon {
  width: 114px;
  text-align: center;
  padding: 3px 0 4px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.3rem;
  margin-right: 6px;
}

.icon_badge_block ul .facial_icon:last-of-type,
.icon_badge_block ul .hair_icon:last-of-type,
.icon_badge_block ul .body_icon:last-of-type {
  margin-right: 0;
}

.icon_badge_block ul .facial_icon {
  background: #736178;
}

.icon_badge_block ul .hair_icon {
  background: #145C4C;
}

.icon_badge_block ul .body_icon {
  background: #6B603D;
}

.green_badge,
.purple_badge {
  padding: 1px 10px 2px;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 6px;
}

.green_badge {
  background: #006942;
}

.purple_badge {
  background: #b12cc3;
}

.cat-badge {
  display: block;
  margin-bottom: 10px;
}

.cat-badge a,
.cat-badge span {
  color: #fff;
  background: #ec70b2;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.items-cat-badge {
  color: #fff;
  background: #ec70b2;
  padding: 2px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}

.bg--pink {
  background: #fff8fe;
}

.bg--dot::before {
  content: "";
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: #FFFFFF;
  background-image: -webkit-radial-gradient(#d0d0d0 10%, transparent 20%);
  background-image: radial-gradient(#d0d0d0 10%, transparent 20%);
  background-size: 5px 5px;
  position: absolute;
  top: 34px;
  bottom: 0;
  left: 0;
  right: 0;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt14 {
  margin-top: 14px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt100 {
  padding-top: 100px;
}

.dl-table-block {
  border: 1px solid #b8b8b8;
  width: 100%;
}

.dl-table-block dl {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  color: #736648;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: normal;
}

.dl-table-block dl:last-of-type {
  border: none;
}

.dl-table-block dl dt {
  width: 36%;
  border-right: 1px solid #b8b8b8;
  background: #f4f4ed;
  text-align: center;
  padding: 14px 20px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dl-table-block dl dd {
  background: #fff;
  padding: 14px 20px;
  width: 64%;
  margin: 0;
}

.dl-table-block dl dd iframe {
  width: 100%;
  height: 400px;
}

.dl-table-block dl dd ul {
  padding-left: 1.5em;
}

.dl-table-block dl dd span.note::before {
  line-height: 1.75;
}

.dl-table-block dl dd a[href*="tel:"] {
  color: #736648;
}

.normal-table {
  width: 100%;
}

.normal-table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.normal-table table thead th {
  background: #F0FAF4;
  color: #736648;
  font-weight: 500;
  border: 1px solid #b8b8b8;
  text-align: center;
  padding: 14px 5px;
}

.normal-table table tbody th {
  border-left: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
  background: #F0FAF4;
  text-align: center;
}

.normal-table table tbody td {
  background: #fff;
  border: 1px solid #b8b8b8;
  text-align: center;
  padding: 14px 5px;
}

.normal-table table + p {
  margin-top: 20px;
}

.normal-table02 {
  margin-top: 40px;
}

.normal-table02 table {
  border-collapse: collapse;
  width: 100%;
}

.normal-table02 table thead th {
  background: #003366;
  color: #fff;
  font-weight: 500;
  border: 1px solid #b8b8b8;
  text-align: center;
  padding: 16px 5px;
}

.normal-table02 table tbody th {
  background: #F0FAF4;
  color: #736648;
  font-weight: 500;
  border: 1px solid #b8b8b8;
  text-align: center;
  padding: 16px 5px;
  width: 190px;
}

.normal-table02 table tbody td {
  background: #fff;
  border: 1px solid #b8b8b8;
  padding: 16px 10px;
  text-align: center;
}

.normal-table02 table tbody td.unit {
  width: 120px;
  text-align: center;
}

.normal-table02 table tbody td.price {
  width: 200px;
  color: #736648;
  text-align: center;
}

.normal-table02 table + p {
  margin-top: 20px;
}

p,
a,
li,
table,
dd,
dt {
  color: #736648;
  font-size: 1.6rem;
  font-weight: 500;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin: 0;
}

dd a {
  color: #1FB5D4;
  text-decoration: underline;
}

dd a:hover {
  color: #1FB5D4;
  opacity: 0.8;
}

h2 {
  width: 100%;
  font-size: 2.8rem;
  font-weight: 500;
  color: #736648;
  margin: 0 0 30px;
  padding: 20px 0;
  border-top: 2px solid #736648;
  border-bottom: 2px solid #736648;
  line-height: normal;
}

.deco-none-h2 {
  padding: 0;
  border: none;
}

.en-heading {
  display: block;
  font-family: "Petrona", "Roboto", cursive, Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  letter-spacing: 1px;
  font-weight: 500;
  color: #006942;
  font-size: 5rem;
  margin-bottom: 20px;
  line-height: normal;
}

.section-heading--left {
  margin-bottom: 30px;
}

.section-heading--left h2 {
  font-size: 7rem;
  margin: 0;
}

.section-heading--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-heading--center h2,
.section-heading--center h3 {
  text-align: center;
  display: block;
  width: 100%;
}

h3 {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 20px;
  color: #736648;
  line-height: normal;
  letter-spacing: 1px;
}

.number-title--01,
.number-title--02,
.number-title--03,
.number-title--04,
.number-title--06,
.number-title--07,
.number-title--08,
.number-title--09,
.number-title--10 {
  position: relative;
  padding-left: 3em;
}

.number-title--01::before,
.number-title--02::before,
.number-title--03::before,
.number-title--04::before,
.number-title--06::before,
.number-title--07::before,
.number-title--08::before,
.number-title--09::before,
.number-title--10::before {
  font-family: "Roboto", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: italic;
  font-size: 2em;
  position: absolute;
  top: -0.25em;
  left: 0;
}

.number-title--01::before {
  content: "01";
}

.number-title--02::before {
  content: "02";
}

.number-title--03::before {
  content: "03";
}

.number-title--04::before {
  content: "04";
}

.number-title--05::before {
  content: "05";
}

.number-title--06::before {
  content: "06";
}

.number-title--07::before {
  content: "07";
}

.number-title--08::before {
  content: "08";
}

.number-title--09::before {
  content: "09";
}

.number-title--10::before {
  content: "10";
}

h3.number_none {
  color: #006942;
  padding-left: 20px;
  position: relative;
}

h3.number_none::before {
  content: "";
  border-left: 4px solid #006942;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}

h4 {
  width: 100%;
  font-size: 2rem;
  color: #006942;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: normal;
}

h5 {
  width: 100%;
  font-size: 1.8rem;
  color: #736648;
  padding: 0 0 0 14px;
  position: relative;
}

h5::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: #006942;
  border-radius: 3px;
}

h5 + p {
  margin-top: 20px;
}

.number_item span {
  font-family: "Roboto", Futura, YuGothic, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo;
  font-style: italic;
  font-weight: 500;
}

.number_item .number30_main_color {
  color: #006942;
  font-size: 3rem;
}

.text--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-block .lead-text {
  margin-bottom: 50px;
}

.text_link {
  font-weight: 500;
  color: #1FB5D4;
  text-decoration: underline;
}

.text_link:hover {
  color: #1FB5D4;
  opacity: 0.8;
}

.fw {
  font-weight: 500;
}

.green_text {
  color: #006942 !important;
}

.red_text {
  color: #d55873 !important;
}

.yellow_text {
  color: #FFEE7D !important;
}

.pink_text {
  color: #ef75c4 !important;
}

.under_line {
  font-weight: 500;
  border-bottom: 1px solid #736648;
}

.under_line_white {
  font-weight: 500;
  border-bottom: 1px solid #fff;
}

.bold {
  font-weight: bold !important;
}

.note,
.quote,
.circle,
.square {
  position: relative;
  line-height: 1.5;
  padding-left: 1.3em;
}

.note::before,
.quote::before,
.circle::before,
.square::before {
  position: absolute;
  left: 0;
  margin: 0;
  top: 0.4px;
}

.note a,
.quote a,
.circle a,
.square a {
  font-size: 1.6rem;
}

.note::before {
  content: "※";
}

.note + .note {
  margin-top: 8px;
}

.circle::before {
  content: "◎";
}

.square::before {
  content: "■";
}

.price {
  font-size: 1.8rem;
  color: #d55873;
  line-height: 1.5;
}

.price + p {
  margin-top: 20px;
}

.no_border {
  border: none !important;
  padding: 0;
}

ol.circle_number_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ol.circle_number_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ol.circle_number_list li + li {
  margin-top: 6px;
}

ol.circle_number_list li span {
  position: absolute;
  left: 0;
  margin: 0;
}

ul.note_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.note_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.note_list li + li {
  margin-top: 6px;
}

ul.note_list li::before {
  content: "※";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.circle_list {
  position: relative;
  margin-bottom: 16px;
  padding: 0;
}

ul.circle_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.5em;
}

ul.circle_list li + li {
  margin-top: 6px;
}

ul.circle_list li::before {
  content: "◎";
  position: absolute;
  left: 0;
  margin: 0;
}

ul.non_decoration_list {
  margin: 0 0 16px;
  padding: 0;
}

ul.non_decoration_list li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ul.non_decoration_list li + li {
  margin-top: 6px;
}

ol.step_flow_list {
  margin-bottom: 16px;
  padding: 0;
}

ol.step_flow_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  list-style-position: outside;
  margin: 0;
}

ol.step_flow_list li + li {
  margin-top: 30px;
}

ol.step_flow_list li span {
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 20px;
  background: #736648;
  border-radius: 5px;
  margin: 0 20px 0 0;
  white-space: nowrap;
  position: relative;
}

ol.step_flow_list li span::after {
  position: absolute;
  font-family: "fontello";
  content: "\e800";
  color: #d55873;
  font-size: 1.6rem;
  line-height: 0;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ol.step_flow_list li:last-of-type span::after {
  content: none;
}

.ceo-name--right {
  line-height: normal;
  text-align: right;
  font-size: 2rem;
}

.ceo-name--right span {
  font-size: 1.5rem;
}

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

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

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

.align-items--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blur_block01,
.blur_block02,
.blur_block03,
.blur_block04,
.blur_block05 {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-show01 {
  -webkit-animation: blur_animation01 0.5s ease-out both;
  animation: blur_animation01 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@-webkit-keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show02 {
  -webkit-animation: blur_animation02 0.5s ease-out both;
  animation: blur_animation02 0.5s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

@-webkit-keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blur_animation02 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.is-show03 {
  -webkit-animation: blur_animation01 1s ease-out both;
  animation: blur_animation01 1s ease-out both;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
}

@keyframes blur_animation01 {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutMV {
  0% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation {
  -webkit-animation: zoomOutMV 10s linear 0s normal both;
  animation: zoomOutMV 10s linear 0s normal both;
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.add-animation_section_image {
  -webkit-animation: zoomOut 10s linear 0s normal both;
  animation: zoomOut 10s linear 0s normal both;
}

.left-mask01,
.left-mask02,
.left-mask03,
.left-mask04,
.left-mask05,
.left-mask06,
.left-mask07,
.left-mask08,
.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
}

.is-show04.left-mask01,
.is-show04.left-mask02,
.is-show04.left-mask03,
.is-show04.left-mask04,
.is-show04.left-mask05,
.is-show04.left-mask06,
.is-show04.left-mask07,
.is-show04.left-mask08,
.is-show04.left-mask09 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}

.is-show04.left-mask01 img,
.is-show04.left-mask02 img,
.is-show04.left-mask03 img,
.is-show04.left-mask04 img,
.is-show04.left-mask05 img,
.is-show04.left-mask06 img,
.is-show04.left-mask07 img,
.is-show04.left-mask08 img,
.is-show04.left-mask09 img {
  -webkit-animation: zoomOutSection 10s linear 0s normal both;
  animation: zoomOutSection 10s linear 0s normal both;
}

@-webkit-keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOutSection {
  0% {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  99.9%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.loading-bg {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}

.loading-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 290px;
}

.loading-logo .logo-catch {
  font-size: 1.2rem;
  text-align: center;
  color: #006942;
  margin-bottom: 2px;
}

.loading-logo p.shop-name {
  font-size: 1.4rem;
  text-align: center;
  color: #006942;
}

@-webkit-keyframes blurLoading {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes blurLoading {
  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
  }

  99.9%, to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: none;
    transform: none;
  }
}

.loading-logo img {
  -webkit-animation: blurLoading 0.1s linear 0s normal both;
  animation: blurLoading 0.1s linear 0s normal both;
}

.main-visual {
  position: relative;
  padding-top: 130px;
  width: calc(100% - 100px);
  height: calc(100vh - 130px);
  min-height: 800px;
  margin: 0 auto 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-visual .main-visual__catch-item {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 50px;
}

.main-visual .main-visual__catch-item--catch-copy {
  position: relative;
  color: #736648;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual .main-visual__catch-item--catch-copy::before {
  content: "";
  width: 54px;
  height: 34px;
  background-image: url(assets/images/common/ribon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -14px;
  left: -34px;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}

.main-visual .main-visual__catch-item--catch-copy::after {
  content: "";
  width: 54px;
  height: 34px;
  background-image: url(assets/images/common/ribon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 54px;
  right: -34px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.main-visual .main-visual__catch-item--lead-text {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  color: #736648;
  letter-spacing: normal;
  text-align: center;
  margin-top: 40px;
  padding: 12px;
  border-top: 1px solid #736648;
  border-bottom: 1px solid #736648;
}

.main-visual .main-visual__slide-item {
  position: relative;
  height: 100%;
  width: 50%;
}

.main-visual .main-visual__slide-item--slider {
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

.main-visual .main-visual__slide-item--slider .slick-list {
  height: 100%;
}

.main-visual .main-visual__slide-item--slider .slick-track {
  height: 100%;
  margin: 0;
}

.main-visual .main-visual__slide-item--slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual .main-visual__scroll-item {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}

.main-visual .main-visual__scroll-item .circle-btn-instagram,
.main-visual .main-visual__scroll-item .circle-btn-facebook {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.main-visual .main-visual__scroll-item .circle-btn-instagram i,
.main-visual .main-visual__scroll-item .circle-btn-facebook i {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.main-visual .main-visual__scroll-item .circle-btn-instagram {
  background: rgb(243, 206, 119);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(243, 206, 119)), to(rgb(245, 97, 245)));
  background: -webkit-linear-gradient(bottom, rgb(243, 206, 119) 0%, rgb(245, 97, 245) 100%);
  background: linear-gradient(0deg, rgb(243, 206, 119) 0%, rgb(245, 97, 245) 100%);
  margin-bottom: 20px;
}

.main-visual .main-visual__scroll-item .circle-btn-facebook {
  background: #1877f2;
  margin-bottom: 40px;
}

.main-visual .main-visual__scroll-item p {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #736648;
  font-size: 14px;
  height: 120px;
  line-height: normal;
}

.main-visual .main-visual__scroll-item p::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 1px;
  height: 100%;
  background: #736648;
  -webkit-animation: arrowlong01 2s ease infinite;
  animation: arrowlong01 2s ease infinite;
}

@-webkit-keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes arrowlong01 {
  0% {
    height: 0;
    opacity: 0;
  }

  20% {
    height: 0;
    opacity: 1;
  }

  80% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 100%;
    opacity: 0;
  }
}

.top-news-block-card {
  padding: 60px 0;
  background: #fff8fe;
}

.top-news-block-card .top-news-block__news-heading {
  width: 100%;
}

.top-news-block-card .top-news-block__news-heading .en-heading {
  color: #006942;
}

.top-news-block-card .top-news-block__news-heading h2 {
  font-size: 1.8rem;
  color: #736648;
  border: none;
  padding: 0;
}

.top-news-block-card .news-block__inner {
  width: 100%;
}

.top-news-block-card .news-block__inner-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
}

.top-news-block-card .news-block__inner-news-list--news-item {
  width: calc(33.33333% - 35px);
  margin-right: 35px;
}

.top-news-block-card .news-block__inner-news-list--news-item .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.top-news-block-card .news-block__inner-news-list--news-item .news-tmb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.top-news-block-card .news-block__inner-news-list--news-item .news-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-news-block-card .news-block__inner-news-list--news-item > a {
  display: block;
  margin: 0;
  position: relative;
}

.top-news-block-card .news-block__inner-news-list--news-item h4 {
  font-size: 1.8rem;
  margin: 4px 0 0;
  color: #736648;
}

.top-news-block-card .news-block__inner-news-list--news-item time {
  color: #736648;
  font-size: 1.4rem;
}

.top-instagram-section .top-instagram-section-heading {
  width: 100%;
}

.top-instagram-section .top-instagram-section-heading h2 {
  font-size: 1.8rem;
  border: none;
  padding: 0;
}

.top-section02.right-bg-section-block::after {
  content: "";
  background-image: url(assets/images/top/top-section02-right-bg-section-block-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  right: 0;
  width: 50%;
  height: 630px;
  z-index: 0;
  background-position: center;
}

.top-section03.left-bg-section-block::after {
  content: "";
  background-image: url(assets/images/top/top-section03-left-bg-section-block-main.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 100px;
  left: 0;
  width: 50%;
  height: 630px;
  z-index: 0;
  background-position: center;
}

.top-section03.left-bg-section-block .left-bg-section-block__inner {
  background: #fff8fe;
}

.blog-block .blog-block__inner {
  width: 100%;
}

.blog-block .blog-block__inner-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
}

.blog-block .blog-block__inner-blog-list--blog-item {
  width: calc(33.33333% - 35px);
  margin-right: 35px;
}

.blog-block .blog-block__inner-blog-list--blog-item .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}

.blog-block .blog-block__inner-blog-list--blog-item .blog-tmb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blog-block .blog-block__inner-blog-list--blog-item > a {
  display: block;
  margin: 0;
  position: relative;
}

.blog-block .blog-block__inner-blog-list--blog-item h4 {
  font-size: 1.8rem;
  margin-top: 4px;
}

.top-items-section .items-card-item a time,
.top-items-section .items-card-item a h4 {
  color: #006942;
}

.main-visual-subpage-1col {
  padding: 122px 0 0;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner {
  position: relative;
  height: 400px;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image {
  width: 100%;
  height: 100%;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title h1 {
  font-size: 4rem;
  color: #fff;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
  font-size: 6rem;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: 2px;
  color: #736648;
}

.main-visual-subpage-1col .main-visual-subpage-1col__inner--title span.subtitle {
  color: #736648;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.main-visual-subpage-2col {
  padding: 162px 0 40px;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner {
  position: relative;
  height: 500px;
  max-width: 1100px;
  margin: 0 auto;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
  position: absolute;
  right: 50px;
  width: 50%;
  padding: 0;
  margin-top: 0;
  z-index: 2;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
  font-size: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-top: 0;
  letter-spacing: 2px;
  color: #006942;
  text-transform: capitalize;
}

.main-visual-subpage-2col .main-visual-subpage-2col__inner--title span.subtitle {
  color: #736648;
  font-size: 18px;
  letter-spacing: 1px;
}

.mv_notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mv_notfound + .content_block {
  margin-top: 0;
}

.breadcrumb-block {
  max-width: 1000px;
  margin: 14px auto;
}

.breadcrumb-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.breadcrumb-block ul li,
.breadcrumb-block ul a,
.breadcrumb-block ul li,
.breadcrumb-block ul span {
  color: #736648;
  font-size: 14px;
  white-space: nowrap;
}

.breadcrumb-block ul li {
  padding-right: 30px;
  position: relative;
}

.breadcrumb-block ul li::before {
  font-family: "fontello";
  content: "\e801";
  position: absolute;
  right: 10px;
}

.breadcrumb-block ul li:last-of-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumb-block ul li:last-of-type::before {
  content: "";
}

.subpage-section-intro img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img {
  border-radius: 10px;
}

.subpage-h3-block .col__480 img + p {
  margin-top: 20px;
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-block.section-block.privacy-page .privacy-text-block {
  margin-bottom: 32px;
}

.content-block.section-block.privacy-page .privacy-text-block h2 {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
  color: #006942;
}

.content-block.section-block.privacy-page .privacy-text-block ul {
  margin: 16px 0 0;
  list-style: none;
  padding: 0;
}

.content-block.section-block.privacy-page .privacy-text-block ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.content-block.section-block.privacy-page .privacy-text-block ul li + li {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block table {
  width: 100%;
  margin-top: 1em;
  border: 1px solid #736648;
}

.content-block.section-block.privacy-page .privacy-text-block table th,
.content-block.section-block.privacy-page .privacy-text-block table td {
  padding: 15px;
  border: 1px solid #736648;
}

.content-block.section-block.privacy-page .privacy-text-block table td {
  border: 1px solid #736648;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl + dl {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dt {
  width: 46px;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd {
  margin: 0;
}

.content-block.section-block.privacy-page .privacy-text-block table td dl dd a.privacy_mail {
  text-decoration: underline;
  color: #1FB5D4;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block {
  margin-top: 1em;
}

.content-block.section-block.privacy-page .privacy-text-block .privacy_right_block p {
  text-align: right;
}

.content-block.section-block.privacy-page .privacy_text_block:last-of-type {
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item {
  padding: 50px 0;
  border-top: 1px solid #e2e2e2;
}

.privacy_list_block .privacy_list_item:last-of-type {
  padding-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan {
  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;
}

.privacy_list_block .privacy_list_item .slogan h3 {
  margin-right: 100px;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .slogan p {
  font-size: 22px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text {
  padding-left: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p {
  font-size: 14px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text p a {
  color: #006942;
  text-decoration: underline;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .large_text {
  font-size: 18px;
  margin-bottom: 20px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li::before {
  content: "ー";
  color: #006942;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
  line-height: 2;
  font-size: 14px;
  position: relative;
  padding-left: 36px;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li::before {
  color: #006942;
  position: absolute;
  top: 0;
  left: 0;
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(1)::before {
  content: "01";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(2)::before {
  content: "02";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(3)::before {
  content: "03";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(4)::before {
  content: "04";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(5)::before {
  content: "05";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(6)::before {
  content: "06";
}

.privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li:nth-of-type(7)::before {
  content: "07";
}

.items-archive .posts-item-list {
  margin-bottom: 0;
}

.items-archive .subpage-card-block .subpage-card-block__inner .posts--item .items-cat-badge-block {
  display: none;
}

.items-archive .subpage-card-block .subpage-card-block__inner .posts--item figure {
  aspect-ratio: auto;
  height: 400px;
}

.term-tops {
  background: rgb(222, 213, 177);
  background: -webkit-linear-gradient(283deg, rgb(235, 255, 239) 0%, rgb(255, 250, 223) 48%, rgb(255, 229, 229) 100%) !important;
  background: linear-gradient(167deg, rgb(235, 255, 239) 0%, rgb(255, 250, 223) 48%, rgb(255, 229, 229) 100%) !important;
}

.term-bottoms {
  background: rgb(231, 255, 240);
  background: -webkit-linear-gradient(283deg, rgb(238, 248, 215) 0%, rgb(244, 255, 232) 48%, rgb(226, 255, 234) 100%) !important;
  background: linear-gradient(167deg, rgb(238, 248, 215) 0%, rgb(244, 255, 232) 48%, rgb(226, 255, 234) 100%) !important;
}

.term-one-peace {
  background: rgb(253, 232, 255);
  background: -webkit-linear-gradient(283deg, rgb(249, 244, 207) 0%, rgb(246, 244, 255) 48%, rgb(253, 243, 251) 100%) !important;
  background: linear-gradient(167deg, rgb(249, 244, 207) 0%, rgb(246, 244, 255) 48%, rgb(253, 243, 251) 100%) !important;
}

.term-accessories {
  background: rgb(249, 221, 216);
  background: -webkit-linear-gradient(283deg, rgb(251, 236, 236) 0%, rgb(247, 255, 226) 48%, rgb(241, 231, 194) 100%) !important;
  background: linear-gradient(167deg, rgb(251, 236, 236) 0%, rgb(247, 255, 226) 48%, rgb(241, 231, 194) 100%) !important;
}

.term-tunic {
  background: rgb(208, 244, 245);
  background: -webkit-linear-gradient(283deg, rgb(255, 240, 235) 0%, rgb(251, 254, 226) 48%, rgb(255, 224, 253) 100%) !important;
  background: linear-gradient(167deg, rgb(255, 240, 235) 0%, rgb(251, 254, 226) 48%, rgb(255, 224, 253) 100%) !important;
}

.term-outer {
  background: rgb(252, 232, 214);
  background: -webkit-linear-gradient(283deg, rgb(249, 255, 235) 0%, rgb(231, 236, 255) 48%, rgb(255, 237, 209) 100%) !important;
  background: linear-gradient(167deg, rgb(249, 255, 235) 0%, rgb(231, 236, 255) 48%, rgb(255, 237, 209) 100%) !important;
}

.term-formal-one-peace {
  background: rgb(237, 226, 252);
  background: -webkit-linear-gradient(283deg, rgb(248, 241, 255) 0%, rgb(248, 255, 223) 48%, rgb(223, 254, 246) 100%) !important;
  background: linear-gradient(167deg, rgb(248, 241, 255) 0%, rgb(248, 255, 223) 48%, rgb(223, 254, 246) 100%) !important;
}

.company-section01 h2,
.company-section02 h2 {
  border: none;
  padding: 0;
  font-size: 1.8rem;
}

.wpcf7 input.wpcf7-text,
.wpcf7 textarea.wpcf7-textarea {
  width: 100%;
}

.wpcf7 input[type=tel] {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}

.wpcf7 .form_btn_wrap {
  position: relative;
  width: 220px;
  margin: 30px auto 0;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner {
  position: absolute;
  left: 13px;
  top: 13px;
  margin: 0;
  background-color: #fff !important;
}

.wpcf7 .form_btn_wrap .wpcf7-spinner::before {
  background-color: #006942 !important;
}

#mw_wp_form_mw-wp-form-12 p {
  font-size: 1.6rem;
}

#mw_wp_form_mw-wp-form-12 p:last-of-type {
  margin-bottom: 0;
}

.mw_wp_form_preview form p:nth-of-type(even) {
  border-bottom: 1px dotted #d0d0d0;
  padding-bottom: 20px;
}

.form_item input {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item textarea {
  width: 100%;
  padding: 5px;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.form_item .red_text {
  font-size: 1.4rem;
}

.form_item_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form_item_button input {
  border: none;
  background: #006942;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px;
  width: 140px;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
}

.form_item_button input:hover {
  opacity: 0.8;
}

.form_item_button input:nth-of-type(2) {
  margin-left: 20px;
}

.home_button {
  margin: 50px auto 0;
  width: 220px;
  height: 50px;
}

.home_button a {
  font-size: 1.5rem;
  color: #fff !important;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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-decoration: none;
  background: #006942;
  position: relative;
  border-radius: 40px;
}

.home_button a::before {
  font-family: "fontello";
  content: "\e801";
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  font-size: 1.8rem;
}

.form_block .form_row {
  margin-bottom: 20px;
}

.form_block .form_row a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #736648;
}

.form_block .form_row_last {
  margin-bottom: 0;
  padding-bottom: 0;
  background-image: none;
  border: none;
}

.form_block .form_btn_wrap {
  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;
}

.form_block .form_btn_wrap button {
  outline: none;
}

.form_block .form_btn {
  font-size: 1.6rem;
  color: #fff !important;
  width: 220px;
  height: 50px;
  border-radius: 40px;
  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-decoration: none;
  background: #d55873;
  position: relative;
  border: none;
  cursor: pointer;
}

.form_block .form_btn:focus,
.form_block .form_btn:hover {
  opacity: 1;
  background: #ff7a60;
}

.form_block .form_btn button {
  outline: none;
}

.form_block .form_btn[value=back] {
  background-color: #b8b8b8;
  border: none;
  color: #fff;
  margin-right: 24px;
}

.form_block .form_btn[value=back]:focus,
.form_block .form_btn[value=back]:hover {
  opacity: 1;
  background: #c5c5c5;
}

.form_block label {
  position: relative;
  padding-left: 16px;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
  color: #736648;
}

.form_block label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 2px;
  width: 4px;
  background: #006942;
  border-radius: 6px;
}

.form_block input[type=text],
.form_block input[type=email],
.form_block select,
.form_block textarea {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  padding: 10px;
}

.form_block select {
  padding-right: 50px;
}

.form_block .mwform-radio-field {
  margin-bottom: 13px;
}

.form_block .required {
  background-color: #d55873;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  margin-left: 10px;
  padding: 1px 10px 2px;
  vertical-align: middle;
  word-break: keep-all;
  position: absolute;
  top: 3px;
}

.form_block .input_long {
  width: 100%;
}

.form_block .confirm_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form_block .recaptcha_text_block {
  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;
  margin-top: 30px;
}

.form_block .recaptcha_text_block p {
  font-size: 1.6rem;
}

.mw_wp_form_input .input_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .preview_none {
  display: none;
  speak: none;
}

.mw_wp_form_preview .input_none {
  display: block;
  speak: normal;
}

.mw_wp_form_preview h2 {
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #736648;
}

.mwform-tel-field input[type=text] {
  display: inline-block;
  vertical-align: middle !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.recaptcha_text_block p a {
  text-decoration: underline;
}

.page-thanks .content-block .content-block__inner {
  padding-top: 100px;
}

.c-accordion__title {
  position: relative;
  font-size: 20px;
  cursor: pointer;
  padding: 10px 20px;
  margin-bottom: 0;
}

.c-accordion__title::after {
  font-family: "fontello";
  content: "\f106";
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/* オープンした時 */

.c-accordion__title.is-open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-accordion__body {
  display: none;
}

.c-accordion__body.is-open {
  display: block;
}

article {
  position: relative;
}

.archive-section {
  padding-bottom: 100px;
}

.pg--wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.pg--title {
  font-size: 2.4rem;
  margin: 0 0 50px;
  color: #006942;
  text-align: center;
}

.pg--contents {
  background-color: #fff;
  padding: 50px;
  max-width: 1000px;
  margin: 0 auto;
}

.news-single-block {
  padding-top: 20px;
}

.posts-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-right: -35px;
}

.posts-item-list .posts {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
}

.posts-item-list .posts .cat-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.posts--tmb {
  margin: 0;
  padding: 0;
}

.posts--tmb img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  aspect-ratio: 3/2;
}

.posts--date {
  color: #006942;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.posts--title {
  font-size: 2rem;
  margin: 0 0 10px;
  color: #736648;
  line-height: 1.5;
}

.posts--cat span {
  border: 1px solid;
  color: #006942;
  font-size: 1.2rem;
  margin-right: 5px;
  padding: 2px 5px;
}

.posts--main-col {
  width: 100%;
}

.no-post {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}

.no-post h1 {
  font-size: 3rem;
  margin: 0 0 50px;
  color: #006942;
  text-align: center;
}

.posts--content {
  margin-top: 30px;
}

.posts--content h1 {
  font-size: 2.6rem;
  color: #736648;
  margin: 0 0 15px;
}

.posts--content h1 strong {
  color: #736648;
}

.posts--content h2 {
  font-size: 2.4rem;
  margin: 0 0 15px;
  padding-bottom: 0;
  border: none;
  color: #736648;
}

.posts--content h2::after {
  content: none;
}

.posts--content h2 strong {
  color: #736648;
}

.posts--content h3 {
  font-size: 2.2rem;
  color: #736648;
  margin: 2em 0 15px;
  padding: 0;
  border: none;
}

.posts--content h3 strong {
  color: #736648;
}

.posts--content h4 {
  font-size: 2rem;
  color: #736648;
  margin: 2em 0 10px;
}

.posts--content h4 strong {
  color: #736648;
}

.posts--content h5 {
  font-size: 1.8rem;
  color: #736648;
  margin: 2em 0 15px;
}

.posts--content h5 strong {
  color: #736648;
}

.posts--content h6 {
  font-size: 1.6rem;
  color: #736648;
  margin: 2em 0 15px;
}

.posts--content h6 strong {
  color: #736648;
}

.posts--content p {
  margin-bottom: 2em;
}

.posts--content p a {
  text-decoration: underline;
}

.posts--content p a strong {
  color: #0000EE;
}

.posts--content ul,
.posts--content dl,
.posts--content ol {
  margin-bottom: 2em;
  line-height: 2;
}

.posts--content img {
  height: auto;
}

.posts--content iframe {
  width: 100%;
  margin-bottom: 2em;
}

.pg-blog .blog--tmb {
  margin: 0 0 15px 0;
}

article.single-block .breadcrumb_block {
  max-width: 900px;
  margin-bottom: 10px;
}

article.single-block .content_inner {
  max-width: 1000px;
  width: 100%;
}

.pg-single--title {
  color: #736648;
  margin-bottom: 30px;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.5;
}

.pg-single--contents > .blog--tmb {
  margin-bottom: 30px;
}

.pg-single--contents > .blog--tmb img {
  aspect-ratio: 3/2;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.pg-single--contents .breadcrumb-block {
  margin-bottom: 50px;
}

.pg-single--contents .posts--content table {
  margin-bottom: 30px;
}

.pg-single--contents .posts--content table,
.pg-single--contents .posts--content td {
  border: 1px solid #006942;
  padding: 10px;
}

.items-cat-badge-block {
  margin-bottom: 10px;
}

.items-cat-badge-block a span {
  background: #ec70b2;
  padding: 4px 10px;
  font-size: 1.4rem;
  border-radius: 4px;
  color: #fff;
}

.single-mv {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.single-mv h1 {
  color: #fff;
}

.pg-column figure {
  display: none;
}

.archive-news .content-block__inner .archive--img,
.archive-blog .content-block__inner .archive--img {
  margin-bottom: 10px;
}

.wp-block-image {
  margin: 0 0 2em 0;
}

.wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.wp-block-buttons {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wp-block-button__link {
  display: block;
  width: 300px;
  font-size: 1.4rem !important;
  padding: 10px 0;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto;
  text-decoration: none;
}

.wp-block-image figcaption {
  font-size: 1.4rem;
  margin-bottom: 2em !important;
}

.normal_post .posts_item .col {
  margin-bottom: 30px;
}

.category-news .archive_mv {
  margin: 0 !important;
}

.category-blog .archive_mv {
  margin: 0 !important;
}

.category-blog .posts--item {
  margin-bottom: 30px;
}

.category-blog .posts--item .col-4 {
  width: 100%;
}

.category-blog .posts--item .col {
  border: none;
}

.blog-archive-block time {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.blog-archive-block .no_post {
  margin-bottom: 80px;
}

.blog-archive-block .no_post + .right_btn_block {
  visibility: hidden;
}

.items-archive time {
  display: none !important;
}

.posts-list-block + .btn-block--center {
  margin-top: 80px;
}

.items-section-heading .en-heading {
  font-size: 4rem;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  color: #736648;
}

.items-h2 {
  font-size: 3.4rem;
  margin-bottom: 30px;
  padding: 0;
  border: none;
  color: #736648;
}

.card-block {
  width: 100%;
}

.card-block .card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -35px;
  margin-bottom: -40px;
}

.card-block .card-block__inner .items-card-item {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-right: 35px;
  margin-bottom: 40px;
}

.card-block .card-block__inner .items-card-item .items-cat-badge-block {
  position: absolute;
  top: 10px;
  left: 10px;
}

.card-block .card-block__inner .items-card-item figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.card-block .card-block__inner .items-card-item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.card-block .card-block__inner .items-card-item time {
  font-size: 1.4rem;
  margin-bottom: 4px;
  display: block;
}

.card-block .card-block__inner .items-card-item h4 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

.posts--content + .custom-post-block {
  margin-top: 40px;
}

.custom-post-block + .custom-post-block {
  margin-top: 40px;
}

.items-post-image-block img {
  height: auto;
  width: 100%;
}

.features_list_block {
  border: 1px solid #b8b8b8;
  margin-bottom: 50px;
}

.features_list_block h4 {
  color: #fff;
  background: #006942;
  padding: 10px 30px;
  font-size: 18px;
}

.features_list_block .features_list_block_inner {
  padding: 30px;
}

.features_list_block .features_list_block_inner ul {
  margin: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}

.features_list_block .features_list_block_inner ul li {
  margin: 0;
  padding: 0 0 10px 18px;
  border-bottom: 1px dotted #6B603D;
  position: relative;
}

.features_list_block .features_list_block_inner ul li::before {
  font-family: "fontello";
  content: "\e807";
  color: #006942;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.features_list_block .features_list_block_inner ul li + li {
  margin-top: 20px;
}

.subpage-card-block {
  width: 100%;
}

.subpage-card-block .subpage-card-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -40px;
  margin-right: -35px;
}

.subpage-card-block .subpage-card-block__inner .posts--item {
  width: calc(33.33333% - 35px);
  position: relative;
  margin-bottom: 40px;
  margin-right: 35px;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure {
  margin-bottom: 10px;
  aspect-ratio: 3/2;
  width: 100%;
  overflow: hidden;
}

.subpage-card-block .subpage-card-block__inner .posts--item figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.subpage-card-block .subpage-card-block__inner .posts--item .items-cat-badge-block {
  position: absolute;
  top: 10px;
  left: 10px;
}

.subpage-card-block .subpage-card-block__inner .posts--item time {
  font-size: 1.4rem;
  color: #736648;
  margin-bottom: 0;
  display: block;
}

.subpage-card-block .subpage-card-block__inner .posts--item h4 {
  font-size: 16px;
  color: #736648;
  margin: 0;
}

@media screen and (min-width: 1100px) {
  header {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  .logo-sp-block {
    display: none;
  }

  #drawer {
    display: none;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .gallery_inner .gallery_inner_item:nth-child(4n) {
    margin-right: 0;
  }

  .lg-none {
    display: none !important;
  }

  .top-news-block-card .news-block__inner-news-list--news-item > a:hover {
    opacity: 1;
  }

  .top-news-block-card .news-block__inner-news-list--news-item > a:hover .news-tmb {
    background: #fff;
    opacity: 1;
  }

  .top-news-block-card .news-block__inner-news-list--news-item > a:hover img,
  .top-news-block-card .news-block__inner-news-list--news-item > a:hover time,
  .top-news-block-card .news-block__inner-news-list--news-item > a:hover h4 {
    opacity: 0.8;
  }

  .blog-block .blog-block__inner-blog-list--blog-item > a:hover {
    opacity: 1;
  }

  .blog-block .blog-block__inner-blog-list--blog-item > a:hover .blog-tmb {
    background: #fff;
    opacity: 1;
  }

  .blog-block .blog-block__inner-blog-list--blog-item > a:hover img,
  .blog-block .blog-block__inner-blog-list--blog-item > a:hover time,
  .blog-block .blog-block__inner-blog-list--blog-item > a:hover h4 {
    opacity: 0.8;
  }

  .items-archive .content-block__inner {
    padding: 0 50px !important;
  }

  .category-blog .posts--item .col-4 {
    width: 40%;
    margin-right: 3%;
  }
}

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

@media screen and (max-width: 750px) {
  html {
    -webkit-overflow-scrolling: touch;
  }

  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: initial;
  }

  .subpage-main .content-block {
    padding: 80px 0;
  }

  .subpage-main .content-block .content-block__inner {
    padding: 0 5%;
  }

  .subpage-main .content-block .content-block__inner::after {
    border-radius: 0;
  }

  .content-block__inner {
    padding: 0 5%;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .section-block {
    padding: 80px 0;
  }

  .right-bg-section-block h2.bg-heading,
  .left-bg-section-block h2.bg-heading {
    position: static;
    margin-bottom: 260px;
  }

  .right-bg-section-block h2.bg-heading span:first-of-type,
  .left-bg-section-block h2.bg-heading span:first-of-type {
    margin-bottom: 10px;
  }

  .right-bg-section-block h2.bg-heading span,
  .left-bg-section-block h2.bg-heading span {
    padding: 12px 5%;
    font-size: 20px;
  }

  .right-bg-section-block .text-item,
  .left-bg-section-block .text-item {
    width: 100%;
    background: #fff;
  }

  .right-bg-section-block .right-bg-section-block__inner,
  .right-bg-section-block .left-bg-section-block__inner,
  .left-bg-section-block .right-bg-section-block__inner,
  .left-bg-section-block .left-bg-section-block__inner {
    padding-top: 0;
  }

  .right-bg-section-block .text-item {
    padding: 10% 10% 50px;
  }

  .left-bg-section-block .text-item {
    padding: 10% 10% 50px;
  }

  .row-block + .subpage_h3_block {
    margin-top: 30px;
  }

  .inner_h3_block .row-block .col__475 + .col__475 {
    margin-top: 30px;
  }

  .col__475 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__475 + div {
    margin-top: 50px;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .col__310 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__310 + div {
    margin-top: 50px;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .wide-image-block {
    width: 100%;
    height: 300px;
  }

  .flex-strech-block__item01,
  .flex-strech-block__item02,
  .flex-strech-block__item03,
  .flex-strech-block__item04 {
    width: 100%;
  }

  .flex-strech-block__item-inner {
    width: 70%;
  }

  .inner-wide-image-block {
    height: 350px;
    margin-bottom: 30px;
  }

  .cta-block h2 {
    font-size: 21px;
  }

  .cta-block .cta_block__inner {
    padding: 30px;
  }

  .cta-block .cta_block__inner--tel {
    width: 275px;
  }

  .cta-block .cta_block__inner--tel a {
    font-size: 30px;
    text-decoration: none;
  }

  .simple-flow-block {
    padding: 20px;
  }

  .simple-flow-block dl {
    padding-left: 0;
  }

  .simple-flow-block dl:last-of-type {
    padding-bottom: 0;
  }

  .simple-flow-block dl::after {
    content: none;
  }

  .simple-flow-block dl dt {
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .simple-flow-block dl dt img {
    width: 90px;
  }

  .simple-flow-block dl dt span {
    padding-left: 0;
    font-size: 18px;
  }

  .simple-flow-block dl dt span::before {
    content: none;
  }

  .simple-flow-block dl dt span::after {
    content: none;
  }

  .simple-flow-block dl dd {
    margin: 0;
  }

  .image-flow-block .image-flow-block__flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-flow-block .image-flow-block__flow-item--image {
    width: 100%;
    max-width: 100%;
  }

  .image-flow-block .image-flow-block__flow-item--image::after {
    content: none;
  }

  .image-flow-block .image-flow-block__flow-item--baloon {
    top: -3%;
    left: -3%;
  }

  .image-flow-block .image-flow-block__flow-item--text {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li {
    margin-left: 0;
  }

  header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li::before {
    content: none;
  }

  #drawer {
    top: 20px;
  }

  #drawer .menu {
    width: 100%;
  }

  .sp-menu-block .sp-menu-block__nav ul li {
    width: 46%;
  }

  footer .footer_inner {
    padding: 80px 5%;
  }

  footer .footer_inner .footer_inner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer_inner .footer_inner__bottom--left {
    width: 100%;
  }

  footer .footer_inner .footer_inner__bottom--left .company_address p {
    text-align: center;
  }

  footer .footer_inner .footer_inner__bottom--left .footer_company_info dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer_inner .footer_inner__bottom--right {
    margin: 40px 0 0;
  }

  .pagetop_block #pagetop a {
    opacity: 1 !important;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--left,
  .btn-block--center,
  .btn-block--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-block--left .btn01 + .btn01,
  .btn-block--center .btn01 + .btn01,
  .btn-block--right .btn01 + .btn01 {
    margin-left: 0;
    margin-top: 20px;
  }

  .btn-block--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn02 {
    width: 280px;
  }

  .btn02 a {
    width: 100%;
  }

  .btn02 a::before {
    margin-right: 14px;
    font-size: 3rem;
  }

  .btn_320 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_320 + .btn_320 {
    margin-top: 20px;
  }

  .btn_217 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_217 + .btn_217 {
    margin-top: 20px;
  }

  .btn_230 {
    width: 280px;
    margin: 0 auto;
  }

  .btn_230 + .btn_230 {
    margin-top: 20px;
  }

  #elevator_nav {
    display: none;
  }

  ul[id^=section_slider] .slick-prev::before {
    font-size: 2.4rem;
  }

  ul[id^=section_slider] .slick-next::before {
    font-size: 2.4rem;
  }

  ul[id^=thumbnail-list] {
    margin-bottom: -15px;
  }

  .thumbnail-item {
    width: calc(33.33333% - 15px);
  }

  .thumbnail-item:nth-of-type(3n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 60px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .carousel_slider .slick-slider .slick-prev::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-prev {
    left: 10px;
    top: 40%;
  }

  .carousel_slider .slick-slider .slick-next::before {
    font-size: 3rem;
  }

  .carousel_slider .slick-slider .slick-next {
    right: 10px;
    top: 40%;
  }

  .gallery_inner .gallery_inner_item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(33.3333333333% - 6.6666666667px);
  }

  .gallery_inner .gallery_inner_item:nth-child(3n) {
    margin-right: 0;
  }

  .gallery_inner .gallery_inner_item img {
    border-radius: 5px;
  }

  .gallery_inner .gallery_inner_item p {
    font-size: 1.6rem;
  }

  .modalImg {
    width: 90%;
  }

  .icon_badge_block ul .facial_icon,
  .icon_badge_block ul .hair_icon,
  .icon_badge_block ul .body_icon {
    width: 32%;
    font-size: 1.2rem;
  }

  .dl-table-block dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .dl-table-block dl dt {
    width: 100%;
    -webkit-box-pack: normal;
    -ms-flex-pack: normal;
    justify-content: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-right: 0;
  }

  .dl-table-block dl dd {
    width: 100%;
    border-top: 1px solid #b8b8b8;
  }

  .dl-table-block dl dd iframe {
    height: 300px;
  }

  .normal-table table thead {
    display: none;
  }

  .normal-table table tbody tr {
    border: 1px solid #b8b8b8;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table table tbody th {
    display: block;
    padding: 10px;
    width: 100%;
    border-left: none;
  }

  .normal-table table tbody td {
    border: none;
    border-bottom: 1px solid #b8b8b8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
  }

  .normal-table table tbody td::before {
    content: attr(aria-label);
    display: inline-block;
    text-align: left;
    padding: 10px;
    margin-right: 20px;
    white-space: nowrap;
    width: 140px;
    border-right: 1px solid #b8b8b8;
    background: #F0FAF4;
    text-align: center;
  }

  .normal-table table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #b8b8b8;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  p {
    line-height: 1.75;
  }

  h2 {
    font-size: 2.5rem;
  }

  .section-heading--left h2 {
    font-size: 5rem;
  }

  .section-block .lead-text {
    margin-bottom: 30px;
  }

  .note,
  .quote,
  .circle,
  .square {
    font-size: 1.6rem;
  }

  .note a,
  .quote a,
  .circle a,
  .square a {
    font-size: 1.6rem;
  }

  .sm-none {
    display: none !important;
  }

  .loading-logo {
    width: 220px;
  }

  .main-visual {
    width: 100%;
    padding: 120px 0 60px;
    margin: 0;
    height: auto;
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-visual .main-visual__catch-item {
    width: 90%;
    height: auto;
    margin: 0 auto 50px;
    padding-left: 0;
    position: static;
  }

  .main-visual .main-visual__catch-item--catch-copy {
    font-size: 2.6rem;
    width: auto;
  }

  .main-visual .main-visual__catch-item--catch-copy::before {
    width: 36px;
    height: 24px;
    top: -14px;
    left: -10px;
  }

  .main-visual .main-visual__catch-item--catch-copy::after {
    width: 36px;
    height: 24px;
    top: 44px;
    right: -10px;
  }

  .main-visual .main-visual__slide-item {
    width: 90%;
    margin: 0 auto;
    height: auto;
    position: static;
  }

  .main-visual .main-visual__slide-item--slider {
    height: 450px;
  }

  .main-visual .main-visual__scroll-item {
    display: none;
  }

  .main-visual .main-visual__scroll-item p {
    font-size: 13px;
  }

  .main-visual .main-visual__scroll-item p::before {
    left: -1px;
  }

  .top-news-block-card .news-block__inner-news-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .top-news-block-card .news-block__inner-news-list--news-item {
    width: 100%;
    margin-right: 0;
  }

  .top-news-block-card .news-block__inner-news-list--news-item + .col__310 {
    margin-top: 40px;
  }

  .top-section02.right-bg-section-block::after {
    top: 100px;
    width: 100%;
    height: 520px;
  }

  .top-section03.left-bg-section-block::after {
    top: 100px;
    width: 100%;
    height: 520px;
  }

  .blog-block .blog-block__inner-blog-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: 100%;
    margin-right: 0;
  }

  .blog-block .blog-block__inner-blog-list--blog-item + .col__310 {
    margin-top: 40px;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 5.4rem;
  }

  .main-visual-subpage-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 120px 0 60px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    width: 90%;
    height: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image {
    position: static;
    width: 100%;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 50vh;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title {
    position: static;
    width: 100%;
    -webkit-transform: none;
    transform: none;
    margin: 30px auto 0;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 54px;
  }

  .breadcrumb-block {
    max-width: auto;
    width: 100%;
    padding: 0 5% 0;
    margin: 0 auto 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .breadcrumb-block ul {
    overflow-x: scroll;
  }

  .breadcrumb-block ul li:last-of-type {
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
  }

  .breadcrumb-block ul li {
    white-space: nowrap;
  }

  .subpage-main .content-block:first-of-type {
    margin-top: 0;
  }

  .content-block.section-block.privacy-page .privacy-text-block table td dl {
    display: block;
  }

  .privacy_list_block .privacy_list_item h3 {
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 22px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text {
    padding-left: 0;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .unordered_list li {
    padding-left: 26px;
  }

  .privacy_list_block .privacy_list_item .privacy_list_inner_text .number_list li {
    padding-left: 26px;
  }

  .subpage-main .content-block.about-section01 {
    padding: 20px 0 80px;
  }

  .items-archive .content-block__inner {
    padding: 0 5% !important;
  }

  .items-archive .subpage-card-block {
    padding: 0;
  }

  .subpage-main .content-block.company-section01 {
    padding: 20px 0 80px;
  }

  .form_item_button {
    margin-top: 24px;
  }

  .form_item_button input {
    width: 110px;
  }

  .subpage-main .content-block.contact-section01 {
    padding: 20px 0 80px;
  }

  .form_block label {
    margin-bottom: 16px;
  }

  .form_block input[type=text],
  .form_block input[type=email],
  .form_block select,
  .form_block textarea {
    width: 100%;
    font-size: 1.8rem;
    outline: none;
  }

  .form_block .recaptcha_text_block {
    display: block;
  }

  .mwform-tel-field input[type=text] {
    width: 30% !important;
  }

  .page-thanks .content-block .content-block__inner {
    padding-top: 80px;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .archive-section {
    padding: 0;
    margin-bottom: 70px;
  }

  .pg--wrapper {
    padding: 0 5%;
  }

  .pg--title {
    font-size: 2rem;
  }

  .pg--contents {
    padding: 30px 5%;
  }

  .posts-item-list {
    margin-right: 0;
  }

  .posts-item-list .posts {
    width: 100%;
    margin-right: 0;
  }

  .home .no-post {
    margin-top: 20px;
    padding: 0 0 30px;
  }

  .no-post h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  .pg-single--contents {
    padding-top: 30px;
  }

  .single-mv {
    margin: 0 !important;
    padding-bottom: 70px !important;
  }

  .archive-news .content-block__inner,
  .archive-blog .content-block__inner {
    width: 100%;
  }

  .wp-block-button__link {
    width: 250px;
    font-size: 1.6rem !important;
  }

  .wp-block-image figcaption {
    font-size: 1.6rem;
  }

  .category-news .column_block .column_block_inner {
    width: 90%;
  }

  .category-blog .column_block .column_block_inner {
    width: 90%;
  }

  .blog-archive-block .col-md-4 + .col-md-4 {
    margin-top: 30px;
  }

  .blog-archive-block .no_post {
    margin-bottom: 40px;
  }

  .items-section-heading .en-heading {
    font-size: 3.4rem;
  }

  .card-block .card-block__inner {
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .card-block .card-block__inner .items-card-item {
    width: 100%;
    margin-right: 0;
  }

  .subpage-card-block {
    padding: 0 5%;
  }

  .subpage-card-block .subpage-card-block__inner {
    margin-right: 0;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 751px) and (max-width: 1099px) {
  a:hover {
    opacity: 1;
  }

  .contents-wrapper {
    overflow: hidden;
    width: 100%;
    min-width: 100%;
  }

  body {
    min-width: 100%;
  }

  .content-block__inner + .content-block__inner .inner_row_img_block {
    margin-top: 0;
  }

  .inner_h3_block .row-block .col__475 + .col__475 {
    margin-top: 30px;
  }

  .col__90p {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .col__90p + div {
    margin-top: 50px;
  }

  .col__400 {
    width: 100%;
    max-width: none;
  }

  .image-flow-block .image-flow-block__flow-item--image::after {
    bottom: -50%;
  }

  header {
    position: static;
  }

  header .header-pc {
    display: none;
  }

  header .header-pc .header-pc-nav-block .header-pc-nav-block__bottom ul li + li::before {
    content: none;
  }

  .logo-sp-block {
    height: 100px;
  }

  #drawer {
    display: block;
  }

  footer .footer_inner .footer_inner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .footer_inner .footer_inner__bottom--left {
    width: 100%;
  }

  footer .footer_inner .footer_inner__bottom--left .company_address p {
    text-align: center;
  }

  footer .footer_inner .footer_inner__bottom--left .footer_company_info dl {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .footer_inner .footer_inner__bottom--right {
    margin: 40px 0 0;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

  .order1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0 !important;
  }

  .order2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px;
  }

  .btn-block--right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn_320 {
    width: 31%;
  }

  #elevator_nav {
    background: none;
    right: 1%;
  }

  .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }

  .thumbnail-item img {
    height: 80px;
  }

  .carousel_slider {
    margin-top: 0;
  }

  .gallery_inner .gallery_inner_item:nth-child(4n) {
    margin-right: 0;
  }

  .gallery_inner .gallery_inner_item img {
    height: auto;
  }

  .modalImg {
    width: 80%;
  }

  .normal-table02 table thead th {
    margin-bottom: 20px;
    display: block;
    width: 100%;
  }

  .normal-table02 table tbody tr {
    border: 1px solid #b8b8b8;
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }

  .normal-table02 table tbody tr:last-of-type {
    margin-bottom: 0;
  }

  .normal-table02 table tbody th {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }

  .normal-table02 table tbody td {
    width: 100%;
    display: block;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: 16px;
  }

  .normal-table02 table tbody td:last-of-type {
    border-bottom: none;
  }

  .normal-table02 table tbody td.unit {
    width: 100%;
  }

  .normal-table02 table tbody td.price {
    width: 100%;
  }

  h2 {
    font-size: 2.8rem;
  }

  .md-none {
    display: none !important;
  }

  .main-visual {
    width: 100%;
    padding: 120px 0 60px;
    margin: 0;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-visual .main-visual__catch-item {
    width: 80%;
    height: auto;
    margin: 0 auto 50px;
    padding-left: 0;
    position: static;
  }

  .main-visual .main-visual__catch-item--catch-copy {
    width: auto;
  }

  .main-visual .main-visual__slide-item {
    width: 80%;
    margin: 0 auto;
    height: auto;
    position: static;
  }

  .main-visual .main-visual__slide-item--slider {
    height: 500px;
  }

  .main-visual .main-visual__scroll-item {
    left: 2%;
    bottom: 60px;
  }

  .top-news-block-card .news-block__inner-news-list {
    margin-right: -20px;
  }

  .top-news-block-card .news-block__inner-news-list--news-item {
    width: calc(33.33333% - 20px);
    margin-bottom: 0;
    margin-right: 20px;
  }

  .top-section02.right-bg-section-block::after {
    height: 660px;
  }

  .top-section03.left-bg-section-block::after {
    height: 660px;
  }

  .blog-block .blog-block__inner-blog-list {
    margin-right: -20px;
  }

  .blog-block .blog-block__inner-blog-list--blog-item {
    width: calc(3333.33333% - 20px);
    margin-bottom: 0;
    margin-right: 20px;
  }

  .main-visual-subpage-1col .main-visual-subpage-1col__inner--title .en-heading {
    font-size: 5.2rem;
  }

  .main-visual-subpage-2col {
    padding: 120px 0 40px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--image img {
    height: 400px;
  }

  .main-visual-subpage-2col .main-visual-subpage-2col__inner--title h1.en-heading {
    font-size: 52px;
  }

  .breadcrumb-block {
    width: 90%;
  }

  .subpage-section-intro .col__480 {
    width: 100%;
    max-width: 100%;
  }

  .subpage-section-intro .col__480 + .col__480 {
    margin-top: 30px;
  }

  .privacy_list_block .privacy_list_item .slogan h3 {
    margin-right: 50px;
  }

  .items-archive .content-block__inner {
    padding: 0 50px !important;
  }

  .items-archive .subpage-card-block .subpage-card-block__inner .posts--item figure {
    height: 300px;
  }

  .company-section01 .col__475 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .form_block .recaptcha_text_block p {
    text-align: center;
  }

  .c-accordion__title::after {
    right: 0;
    top: 4px;
  }

  .pg--contents {
    padding: 50px;
  }

  .posts-item-list {
    margin-right: -20px;
  }

  .posts-item-list .posts {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }

  article.single-block .breadcrumb_block {
    max-width: auto;
    width: 87%;
  }

  .card-block .card-block__inner {
    margin-right: -20px;
  }

  .card-block .card-block__inner .items-card-item {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }

  .subpage-card-block .subpage-card-block__inner {
    margin-right: -20px;
  }

  .subpage-card-block .subpage-card-block__inner .posts--item {
    width: calc(33.33333% - 20px);
    margin-right: 20px;
  }
}
/*# sourceMappingURL=style.css.map */
