@charset "UTF-8";
a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::-moz-selection {
  background-color: #d0d0ff;
}

::selection {
  background-color: #d0d0ff;
}

.pcnone {
  display: none;
}
@media only screen and (max-width: 900px) {
  .pcnone {
    display: block;
  }
}

@media only screen and (max-width: 900px) {
  .spnone {
    display: none;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #353535;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 2.5rem;
  font-family: "Shippori Mincho", serif;
  animation: fadeInAnime 1.5s ease 0s;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.inner2 {
  max-width: 1642px;
  margin: auto;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  position: relative;
  padding-bottom: 100px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

#side {
  width: 18.75%;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.tdpd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  transition: 1s;
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 0;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto;
  text-align: center;
  background-color: #fff;
}

#g-nav.panelactive {
  background-color: #181a11;
}
#g-nav.panelactive::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/pattern4.png);
  position: absolute;
  left: 0;
  top: 0;
  filter: opacity(0.05);
  z-index: -1;
}
#g-nav.panelactive .sp_contact {
  margin-top: 30px;
}

.navR {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  margin-left: auto;
  gap: 10px;
}

#g-nav {
  position: relative;
}
@media only screen and (max-width: 900px) {
  #g-nav {
    display: flex;
    flex-direction: column;
  }
}
#g-nav .mainNav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav {
    display: block;
    width: 80%;
    margin: auto;
  }
}
#g-nav .mainNav li {
  position: relative;
}
#g-nav .mainNav li a {
  display: block;
  text-align: center;
  padding: 10px;
  position: relative;
  color: #fff;
  line-height: 1.25em;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  #g-nav .mainNav li a {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 900px) {
  #g-nav .mainNav li a {
    border-bottom: none;
    display: flex;
    align-items: center;
    padding: 20px 15px;
    font-size: 1.8rem;
    text-align: left;
    position: relative;
    line-height: 1.25em;
  }
  #g-nav .mainNav li a:before {
    font-family: "Font Awesome 5 pro";
    content: "\f054";
    color: #849846;
    position: absolute;
    font-size: 14px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#g-nav .mainNav .other a {
  color: #155095;
}

@media only screen and (max-width: 900px) {
  #g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9999;
    /*ナビのスタート位置と形状*/
    top: -2000%;
    left: 0;
    right: 0;
    height: 100vh;
    /*ナビの高さ*/
    /*動き*/
    transition: all 0.6s;
  }
  /*アクティブクラスがついたら位置を0に*/
  #g-nav.panelactive {
    top: 0;
    margin-top: 0;
  }
}
#toggle .is-open {
  display: block;
}

.dropdown {
  width: 250px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 900px) {
  .dropdown {
    position: inherit;
    transform: none;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.dropdown li {
  border-bottom: 1px solid #fff;
}
.dropdown li:last-of-type {
  border-bottom: none !important;
}
.dropdown li a {
  line-height: 1.2em;
  background-color: #849846;
  display: block;
  color: #fff !important;
  padding: 15px !important;
  font-size: 1.6rem !important;
}
@media only screen and (max-width: 900px) {
  .dropdown li a {
    color: #353535 !important;
    background-color: #fff;
  }
}

@media only screen and (max-width: 900px) {
  .toggle {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: relative;
    width: 84px;
    min-height: 84px;
    background: #404040;
  }
  .toggle::before, .toggle::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    background: #fff;
    transition: 0.2s ease;
  }
  .toggle::before {
    width: 15px;
    height: 1px;
  }
  .toggle::after {
    width: 1px;
    height: 15px;
  }
  .toggle.is-open::before {
    opacity: 0;
    transform: rotate(90deg);
  }
  .toggle.is-open::after {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 834px) {
  .toggle {
    z-index: 100;
  }
}

@media only screen and (max-width: 900px) {
  .nav_dropdown {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .nav_dropdown a::before {
    content: "";
    display: none;
  }
  .nav_dropdown a {
    flex-grow: 1;
  }
}

/*ハンバーガーメニュー*/
.openBtn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .openBtn {
    display: block;
  }
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openBtn {
  position: fixed;
  /*ボタン内側の基点となるためrelativeを指定*/
  top: 0;
  right: 0;
  cursor: pointer;
  width: 80px;
  height: 100%;
  z-index: 10000;
}

.btnArea {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #849846;
}

/*ボタン内側*/
.openBtn span {
  display: inline-block;
  transition: all 0.4s;
  /*アニメーションの設定*/
  height: 2px;
  background: #fff;
  width: 45%;
}

.openBtn span:nth-of-type(2) {
  margin: 10px 0;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
.openBtn.active span:nth-of-type(1) {
  top: 14px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openBtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openBtn.active span:nth-of-type(3) {
  top: 26px;
  left: 18px;
  transform: translateY(-18px) rotate(45deg);
  width: 45%;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 30px 15px;
}
@media only screen and (max-width: 900px) {
  .header {
    gap: 0;
    padding: 20px;
  }
}
.header #h-logo {
  text-align: left;
}
.header #h-logo img {
  mix-blend-mode: screen;
}
@media only screen and (min-width: 835px) and (max-width: 1450px) {
  .header #h-logo {
    width: 20%;
  }
}
@media only screen and (max-width: 900px) {
  .header #h-logo {
    width: 60%;
  }
}

.header {
  z-index: 9997;
  background-color: #404040;
  position: fixed;
  top: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  will-change: transform;
  transition: transform 0.4s ease;
}
.header--pinned {
  background-color: rgba(111, 85, 52, 0.6);
}

.fix_contact {
  gap: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fix_contact a {
  color: #fff;
}
.fix_contact .yoyaku {
  background-color: #bd6255;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fix_contact .yoyaku i, .fix_contact .yoyaku img {
  margin-right: 5px;
  font-size: 1.2em;
}
.fix_contact .mail {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #849846;
  aspect-ratio: 1/1;
  height: 100%;
}
.fix_contact .mail::before {
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 900px) {
  .fix_contact {
    display: none;
  }
}

.fix_contact2 {
  display: none;
}
@media only screen and (max-width: 900px) {
  .fix_contact2 {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}

.mainWrap {
  position: relative;
  z-index: 1;
}
.mainWrap::before {
  content: url(../images/home/mainR_deco.png);
  position: absolute;
  right: 0;
  top: -3%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .mainWrap::before {
    right: -100%;
  }
}
.mainWrap::after {
  content: url(../images/home/mainL_deco.png);
  position: absolute;
  left: 0;
  bottom: -20%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .mainWrap::after {
    left: -100%;
    bottom: 0;
  }
}

.mainArea video {
  border-radius: 52px;
  border: 10px solid #849846;
  min-height: 676px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .mainArea video {
    min-height: 250px;
    width: 100%;
  }
}
.mainArea img {
  border-radius: 52px;
  border: 10px solid #849846;
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .mainArea img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

#slider.slick-initialized {
  opacity: 1;
}

.subArea {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.subArea::before {
  content: url(../images/home/mainR_deco.png);
  position: absolute;
  right: -20%;
  top: -3%;
  z-index: -1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea::before {
    right: -40%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .subArea::before {
    right: -80%;
  }
}
@media screen and (max-width: 640px) {
  .subArea::before {
    right: -160%;
  }
}
.subArea::after {
  content: url(../images/home/mainL_deco.png);
  position: absolute;
  left: -20%;
  bottom: -20%;
  z-index: -1;
  height: auto;
  visibility: visible;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea::after {
    left: -40%;
    bottom: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .subArea::after {
    left: -60%;
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .subArea::after {
    left: -130%;
    bottom: 0;
  }
}
.subArea h1 {
  font-size: clamp(42px, 5vw, 62px);
  line-height: 1.25em;
  margin-bottom: 30px;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 834px) {
  .subArea h1 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.subArea article > div {
  color: #849846;
}

.breadcrumb {
  margin-top: 12px;
  margin-bottom: 4.8rem;
  font-size: 1.4rem;
  display: flex;
  color: #353535;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 0;
  }
}
.breadcrumb .breadcrumb__li {
  margin-right: 10px;
}
.breadcrumb .breadcrumb__divide {
  margin-right: 10px;
}

footer#global_footer .pageTop {
  font-size: 3rem;
  color: #849846;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 1px solid #849846;
  position: fixed;
  right: 2%;
  bottom: 3%;
  line-height: 1em;
  z-index: 2;
  mix-blend-mode: multiply;
}
footer#global_footer .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 5%;
  gap: 50px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 834px) {
  footer#global_footer .footer {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
footer#global_footer .ftL {
  text-align: left;
}
footer#global_footer .ftL .ftLogo {
  margin-bottom: 40px;
}
footer#global_footer .ftNav {
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 15px;
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  footer#global_footer .ftNav {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 900px) {
  footer#global_footer .ftNav {
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  footer#global_footer .ftNav {
    flex-direction: column;
    max-width: 100%;
  }
}
footer#global_footer .ftNav li {
  text-align: left;
}
@media only screen and (max-width: 900px) {
  footer#global_footer .ftNav li {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
  }
}
footer#global_footer .ftNav li a {
  color: #fff;
  display: block;
  line-height: 1em;
}
footer#global_footer #copy {
  display: block;
  color: #fff;
}
@media only screen and (max-width: 900px) {
  footer#global_footer #copy {
    text-align: center;
    margin-top: 40px;
  }
}
footer#global_footer #copy a {
  line-height: 1em;
  text-decoration: none;
  color: #fff;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

.title_01 h1 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.title_01 h1 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.title_01 article {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .title_01 article {
    flex-direction: column;
    align-items: center;
  }
}
.title_01 article > div {
  line-height: 2.25em;
}
.title_01 article > div:empty {
  margin-top: 0;
}
.title_02 h2 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.title_02 h2 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.title_02 article {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 50px;
}
@media screen and (max-width: 834px) {
  .title_02 article {
    flex-direction: column;
    align-items: center;
  }
}
.title_02 article > div {
  line-height: 2.25em;
}
.title_02 article > div:empty {
  margin-top: 0;
}

.news {
  max-height: 265px;
  overflow-y: auto;
  text-align: left;
  max-width: 700px;
  margin: auto;
}
.news dt,
.news dd {
  border: none !important;
  padding: 30px 15px !important;
}
@media screen and (max-width: 834px) {
  .news dt,
  .news dd {
    width: 100% !important;
  }
}
.news dt {
  font-family: "Marcellus", serif;
}
@media screen and (max-width: 834px) {
  .news dt {
    padding-bottom: 0 !important;
  }
}
.news dl {
  border-bottom: 1px solid #849846;
}
@media screen and (max-width: 834px) {
  .news dl {
    display: block !important;
  }
}

.text > div {
  line-height: 2.25em;
}
.text article > div {
  line-height: 2.25em;
}

.cont_01 {
  position: relative;
  z-index: 1;
}
.cont_01::before {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  right: -4%;
  top: -7%;
  z-index: -1;
}
.cont_01::after {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  left: -4%;
  bottom: 0;
  z-index: -1;
}
.cont_01 .home_deco_01 {
  position: absolute;
  right: 5%;
  top: -15%;
}
@media screen and (max-width: 834px) {
  .cont_01 .home_deco_01 {
    top: -10%;
  }
}
.cont_01 .home_deco_02 {
  position: absolute;
  left: 5%;
  bottom: 0;
}
.cont_01 .wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home/pattern01.png);
  z-index: -1;
}
.cont_01 .inner {
  max-width: 1000px;
}
.cont_02 {
  position: relative;
}
.cont_02::before {
  content: "";
  background-color: #849846;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 18.75vw;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  .cont_02::before {
    max-width: 50px;
  }
}
.cont_02 .inner {
  display: flex;
  justify-content: space-between;
  max-width: 81.25vw;
  margin: 0 0 0 auto !important;
}
@media screen and (max-width: 834px) {
  .cont_02 .inner {
    display: block;
  }
}
.cont_02 .inner .flxL {
  width: 12%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_02 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_02 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_02 .inner .flxR {
  width: 82%;
}
@media screen and (max-width: 834px) {
  .cont_02 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_02 .inner {
    max-width: 90vw;
  }
}
@media screen and (max-width: 834px) {
  .cont_02 .inner {
    max-width: 100%;
  }
}
.cont_02 .inner .title_02 article {
  display: flex;
  flex-direction: column;
}
.cont_03 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont_03 {
    display: block;
  }
}
.cont_03 .flxL {
  width: 55%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_03 .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_03 .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_03 .flxR {
  width: 32%;
}
@media screen and (max-width: 834px) {
  .cont_03 .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_03 {
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .cont_03 {
    flex-direction: column;
  }
  .cont_03 .flxL, .cont_03 .flxR {
    width: 100%;
  }
}
.cont_03 .img {
  z-index: -1;
}
.cont_03 .facilities_dl dl {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
.cont_03 .facilities_dl dl dt {
  font-size: 2rem;
  color: #fff;
  background-color: #849846;
  border-radius: 5px;
  padding: 2px 8px;
}
.cont_03::after {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  left: -4%;
  bottom: -10%;
  z-index: -1;
}
.cont_03::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home/pattern01.png);
  z-index: -1;
}
.cont_03 .flxL {
  position: relative;
}
.cont_03 .flxL::before {
  content: url(../images/home/home_deco_02.png);
  position: absolute;
  right: -12%;
  top: -11%;
  z-index: -1;
}
.cont_03 .flxL::after {
  content: url(../images/home/home_deco_03.png);
  position: absolute;
  left: -22%;
  bottom: 5%;
  z-index: -1;
  visibility: visible !important;
  height: auto;
}
.cont_03 .title_02 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont_03 .title_02 article .btn {
  margin: 50px auto 0;
}
.cont_04 {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .cont_04 {
    display: block;
  }
}
.cont_04 .flxL {
  width: 55%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_04 .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_04 .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_04 .flxR {
  width: 32%;
}
@media screen and (max-width: 834px) {
  .cont_04 .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_04 {
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .cont_04 {
    flex-direction: column;
  }
  .cont_04 .flxL, .cont_04 .flxR {
    width: 100%;
  }
}
.cont_04 .img {
  z-index: -1;
}
.cont_04::after {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  right: -4%;
  bottom: -3%;
  z-index: -1;
}
.cont_04::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home/pattern01.png);
  z-index: -1;
}
.cont_04 .flxL {
  position: relative;
}
.cont_04 .flxL::before {
  content: url(../images/home/home_deco_02.png);
  position: absolute;
  right: -12%;
  top: -11%;
  z-index: -1;
}
.cont_04 .flxL::after {
  content: url(../images/home/home_deco_03.png);
  position: absolute;
  left: -22%;
  bottom: 5%;
  z-index: -1;
  visibility: visible !important;
  height: auto;
}
.cont_04 .title_02 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cont_04 .title_02 article .btn {
  margin: 50px auto 0;
}
.cont_05 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cont_05::before {
  content: "";
  background: url(../images/home/pattern_white.png);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1000px;
  max-height: 1000px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.9;
}
@media screen and (max-width: 834px) {
  .cont_05::before {
    min-width: 1050px;
    min-height: 1050px;
  }
}
.cont_05::after {
  content: "";
  background-color: #849846;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 1000px;
  max-height: 1000px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 8px;
  z-index: -2;
  opacity: 0.3;
}
@media screen and (max-width: 834px) {
  .cont_05::after {
    min-width: 1050px;
    min-height: 1050px;
  }
}
.cont_05 .textCenter {
  max-width: 520px;
  margin: auto;
}
.cont_05 .textCenter article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.cont_06 {
  position: relative;
}
.cont_06::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home/pattern01.png);
  z-index: -1;
}
.cont_06::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: url(../images/home/pattern01.png);
  z-index: -1;
}
.cont_06 .decoL, .cont_06 .decoR {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_06 .decoL {
    top: 60px;
    transform: none;
    left: 0;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_06 .decoL {
    top: 60px;
    transform: none;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .cont_06 .decoL {
    position: inherit;
    transform: none;
  }
  .cont_06 .decoL img {
    margin: 0 auto 50px !important;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_06 .decoR {
    bottom: 60px;
    transform: none;
    right: 0;
    top: unset;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_06 .decoR {
    bottom: 60px;
    transform: none;
    right: 0;
    top: unset;
  }
}
@media screen and (max-width: 640px) {
  .cont_06 .decoR {
    position: inherit;
    transform: none;
  }
  .cont_06 .decoR img {
    margin: 50px auto 0 !important;
  }
}
.cont_06 .decoL {
  left: 5%;
}
@media screen and (max-width: 640px) {
  .cont_06 .decoL {
    left: unset;
  }
}
.cont_06 .decoR {
  right: 5%;
}
@media screen and (max-width: 640px) {
  .cont_06 .decoR {
    right: unset;
  }
}
.cont_07 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cont_07 .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 81.25vw;
  margin: 0 auto 0 0 !important;
}
@media screen and (max-width: 834px) {
  .cont_07 .inner {
    display: block;
  }
}
.cont_07 .inner .flxL {
  width: 12%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_07 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_07 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_07 .inner .flxR {
  width: 82%;
}
@media screen and (max-width: 834px) {
  .cont_07 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .cont_07 .inner {
    max-width: 90vw;
  }
}
@media screen and (max-width: 834px) {
  .cont_07 .inner {
    max-width: 100%;
  }
}
.cont_07 .inner .title_02 article {
  display: flex;
  flex-direction: column;
}
.cont_08 {
  position: relative;
  z-index: 1;
}
.cont_08::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/home/pattern4.png);
  position: absolute;
  left: 0;
  top: 0;
  filter: opacity(0.05);
  z-index: -1;
}
.cont_08 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .cont_08 .inner {
    display: block;
  }
}
.cont_08 .inner .flxL {
  width: 48%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .cont_08 .inner .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .cont_08 .inner .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.cont_08 .inner .flxR {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .cont_08 .inner .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
.cont_08 .inner .flxL {
  text-align: left;
}
.cont_08 .inner .flxL img {
  float: none;
  margin-bottom: 40px;
}
.cont_08 .inner .flxL > div {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.flex_home_btn {
  justify-content: center;
  gap: 30px;
}
.flex_home_btn .box a {
  background-color: #404040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  aspect-ratio: 1/1;
  height: 100%;
  position: relative;
  min-width: 212px;
}
@media screen and (max-width: 640px) {
  .flex_home_btn .box a {
    min-width: 160px;
    max-width: 160px;
    font-size: 1.8rem;
  }
}
.flex_home_btn .box a::before {
  content: "";
  width: 40px;
  height: 40px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #849846;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.flex_home_btn .box a:hover {
  background-color: #849846;
}
.flex_home_btn .box .yoyaku {
  background-color: #849846;
}
.flex_home_btn .box .yoyaku:hover {
  background-color: #404040;
}
.flex_home_btn .box .yoyaku::before {
  background-color: #404040;
}
.flex_home_btn2 {
  justify-content: space-between;
  gap: 30px;
}
.flex_home_btn2 a {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 640px) {
  .flex_home_btn2 a {
    width: 100%;
  }
}
.flex_home_btn2 .box {
  position: relative;
  overflow: hidden;
  padding-top: 10px;
  border-radius: 10px;
}
.flex_home_btn2 .box img {
  border-radius: 10px;
  transition: 1s;
}
.flex_home_btn2 .box article > div {
  display: none;
}
.flex_home_btn2 .box h3 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
  background-color: #849846;
  padding: 15px;
  position: absolute;
  left: 30px;
  top: -10px;
  color: #fff;
}
.flex_home_btn2 .box::before {
  content: url(../images/home/arrow.png);
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.flex_home_btn2 a:hover img {
  transform: scale(1.2);
  transition: 1s;
}
.flex_home_img .box {
  margin: 0 15px;
}
.flex_home_img .box img {
  border: 5px solid #404040;
  border-radius: 10px;
}

.dl_01 dt {
  border: none !important;
  padding: 20px 15px !important;
  font-weight: 500;
  color: #849846;
}
@media screen and (max-width: 640px) {
  .dl_01 dt {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
.dl_01 dd {
  border: none !important;
  padding: 20px 15px !important;
}
@media screen and (max-width: 640px) {
  .dl_01 dd {
    width: 100% !important;
  }
}
.dl_01 dl {
  border-bottom: 1px solid #849846;
}
@media screen and (max-width: 640px) {
  .dl_01 dl {
    display: block !important;
  }
}

.gmap iframe {
  width: 100%;
  vertical-align: bottom;
  border-radius: 30px;
}

.top-sns {
  overflow: hidden;
  padding: 20px 10px;
}
.top-sns .sns_list {
  border: none !important;
}
.top-sns .sns_list .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 834px) {
  .top-sns .sns_list .slick-slide {
    margin: 0 20px;
  }
}
.top-sns .sns_list > div {
  border-bottom: none !important;
  flex-direction: column;
  overflow: visible !important;
}
.top-sns .sns_list > div .sns_text {
  width: 100% !important;
  padding: 0 !important;
  font-size: 2.5rem !important;
  margin-bottom: 30px;
}
.top-sns .sns_list > div .sns_text .sns_date {
  display: block;
  color: #353535 !important;
  margin: 18px 0;
  font-weight: 400;
  line-height: 1em;
}
.top-sns .sns_list > div .clearfix {
  max-height: 40px;
  overflow-y: hidden;
}
.top-sns .sns_list > div .clearfix li a {
  background-color: #849846;
  color: #fff;
  padding: 2px 5px;
  border-radius: 5px;
}
.top-sns .sns_list > div .sns_photo {
  padding: 0 !important;
  width: 100% !important;
  position: relative;
}
.top-sns .sns_list > div .sns_photo::before {
  content: url(../images/home/home_insta_deco.png);
  position: absolute;
  left: -15px;
  top: -15px;
}
.top-sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.index #contents_wrap {
  padding-bottom: 0 !important;
}

.btn {
  width: -moz-fit-content;
  width: fit-content;
}
.btn a {
  background-color: #404040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  aspect-ratio: 1/1;
  height: 100%;
  position: relative;
}
.btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #849846;
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
}
.btn a:hover {
  background-color: #849846;
}

.btn2 {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  .btn2 {
    width: 100%;
  }
}
.btn2 a {
  background-color: #404040;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  position: relative;
  min-width: 250px;
}
@media screen and (max-width: 640px) {
  .btn2 a {
    min-width: 100%;
  }
}
.btn2 a i {
  margin-right: 8px;
}
.btn2 a:hover {
  background-color: #849846;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: none;
  border: none;
  box-shadow: inset 0 0 2px #ccc;
}

::-webkit-scrollbar-thumb {
  background: rgba(132, 152, 70, 0.6);
  box-shadow: none;
}

.fadeRightTrigger,
.fadeLeftTrigger,
.fadeUpTrigger {
  opacity: 0;
}

/* 左から */
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から */
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下から */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.is-animated {
  opacity: 1 !important;
}

.is-animated h2 {
  opacity: 1 !important;
  transform: matrix(1, 0, 0, 1, 0, 0) !important;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.under ul li a {
  font-weight: 400;
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.pager {
  display: flex;
}

.shopPage #contents_wrap {
  margin-top: 100px;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl, button.addcart {
  width: 50% !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  div.item_option dl, button.addcart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title, .wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2, .item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a, .item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover, .item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopPage .items {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  margin-left: 0 !important;
}
@media screen and (max-width: 834px) {
  .shopPage .items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.shopPage .items article {
  margin-left: 0 !important;
}
.shopPage .items article .photo {
  width: 100% !important;
}
.shopPage .items article .name {
  color: #849846 !important;
  font-weight: bold;
}
.shopPage .items article .price {
  color: #353535 !important;
}
.shopPage .items article button {
  border-radius: 0 !important;
  background: #849846 !important;
  color: #fff !important;
  border: none !important;
  text-indent: 0 !important;
}
.shopPage .items > article {
  width: auto !important;
}

div.items > article a.photo {
  height: auto !important;
  padding-top: 100% !important;
  width: 100% !important;
}

.shopPage div.items > article .thumb {
  z-index: 2;
  position: relative;
}

.shopPage div.items > article a {
  text-decoration: none;
}

#main #col_side1 {
  display: none;
}

.shopPage #main #col_side1 {
  display: block;
  padding-right: 24px;
}
@media screen and (max-width: 834px) {
  .shopPage #main #col_side1 {
    width: 100% !important;
  }
}

.view_cart a {
  background-color: #849846;
  display: block;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.view_cart a i {
  margin-right: 10px;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(50% - 1%);
  }
  ._tabwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(50% - 1%);
  }
  ._spwidth3 .box {
    width: calc(33.3333333333% - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}

.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (max-width: 1200px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (max-width: 1200px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.local_title_01 h2 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.local_title_01 h2 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.local_title_01 article {
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  align-items: center;
  gap: 50px;
}
.local_title_01 article > div {
  line-height: 2.25em;
}
.local_title_01 article > div:empty {
  margin-top: 0;
}
.local_title_02 h2 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.local_title_02 h2 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.local_title_02 article {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.local_title_02 article > div {
  line-height: 2.25em;
}
.local_title_02 article > div:empty {
  margin-top: 0;
}
.local_title_03 h2 {
  font-size: clamp(32px, 3vw, 32px);
  line-height: 1.25em;
  font-weight: 500;
}
.local_title_03 h2 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.local_title_03 h2 i {
  margin-right: 8px;
  color: #849846;
}
.local_title_03 h2:has(i) {
  border-bottom: 1px solid #849846;
  padding-bottom: 10px;
}
.local_title_03 article > div {
  line-height: 2.25em;
  margin-top: 50px;
}
.local_title_03 article > div:empty {
  margin-top: 0;
}

.sub_title_01 h3 {
  font-size: clamp(28px, 3vw, 36px);
  line-height: 1.25em;
  position: relative;
  padding-left: 3.5rem;
  font-weight: 500;
}
.sub_title_01 h3 .en {
  font-size: 2.5rem;
  color: #849846;
  margin-left: 8px;
}
@media screen and (max-width: 834px) {
  .sub_title_01 h3 .en {
    display: block;
    margin-left: 0;
  }
}
.sub_title_01 h3::before {
  content: "◆";
  color: #849846;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sub_title_01 article > div {
  margin-top: 30px;
}
.sub_title_01 article > div:empty {
  margin-top: 0;
}
.sub_title_02 h4 {
  font-size: clamp(25px, 3vw, 32px);
  line-height: 1.25em;
  position: relative;
  font-weight: 500;
}
.sub_title_02 h4 .en {
  font-size: 2.5rem;
  color: #849846;
  margin-left: 8px;
}
@media screen and (max-width: 834px) {
  .sub_title_02 h4 .en {
    display: block;
    margin-left: 0;
  }
}
.sub_title_02 article > div {
  margin-top: 30px;
}
.sub_title_02 article > div:empty {
  margin-top: 0;
}
.sub_title_03 h3 {
  font-size: clamp(32px, 4vw, 42px);
  line-height: 1.25em;
  writing-mode: vertical-rl;
  font-weight: 500;
}
.sub_title_03 h3 .en {
  font-size: 2.5rem;
  display: block;
  color: #849846;
}
.sub_title_03 article {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.sub_title_03 article > div {
  line-height: 2.25em;
}
.sub_title_03 article > div:empty {
  margin-top: 0;
}

.img .imgL,
.img .imgR {
  margin-right: 0 !important;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .img .imgL,
  .img .imgR {
    max-width: 100% !important;
  }
}
.img img {
  border-radius: 30px;
}

.list_local_btn ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 30px;
}
@media screen and (max-width: 640px) {
  .list_local_btn ul {
    grid-template-columns: 1fr;
  }
}
.list_local_btn ul li a {
  padding: 18px;
  display: block;
  background-color: #404040;
  color: #fff;
  position: relative;
}
.list_local_btn ul li a::after {
  color: #fff;
  font-family: "Phosphor-Thin" !important;
  content: "\e06c";
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.list_local_btn ul li a:hover {
  background-color: #849846;
}
.list_local_img ul {
  display: grid;
}
.list_local_img ul li img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_local_img ul li:first-of-type {
  grid-row: 1/3;
  grid-column: 1/3;
}
.list_local_img ul li:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 3/4;
}
.list_local_img ul li:last-of-type {
  grid-row: 2/3;
  grid-column: 3/4;
}

.bnr_btn {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bnr_btn .btn {
  margin: 50px auto 0;
}
.bnr_btn > div {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background: url(../images/home/pattern_white.png);
  padding: 30px;
}

.local_sns .sns_list {
  border: none !important;
}
.local_sns .sns_list > div {
  border-bottom: 1px solid rgba(132, 152, 70, 0.3);
  padding-bottom: 20px;
  padding-top: 20px;
}
.local_sns .sns_list > div .sns_text {
  font-size: 2.5rem;
}
.local_sns .sns_list > div .sns_text .clearfix li a {
  background-color: #849846;
  border-radius: 5px;
  line-height: 1em;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 8px;
  color: #fff;
  font-size: 2.5rem;
}
.local_sns .sns_list > div .sns_text .sns_date {
  color: #404040;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_sns .sns_list > div .sns_photo {
    margin: auto;
  }
}
.local_sns .sns_list > div .sns_photo img {
  aspect-ratio: 1/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.flex_local_access2 {
  gap: 30px;
}
.flex_local_access2 .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 640px) {
  .flex_local_access2 .box {
    width: 100%;
  }
}
.flex_local_access2 .box h3 {
  padding: 15px;
  font-weight: 500;
  background-color: #849846;
  color: #fff;
}
.flex_local_access2 .box .btn {
  margin-top: 30px;
}
.flex_local_parking {
  gap: 30px;
}
.flex_local_parking .box {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 834px) {
  .flex_local_parking .box {
    width: 100%;
  }
}
.flex_local_parking .box img {
  border-radius: 30px;
}
.flex_local_cuisine {
  border: 1px solid #849846;
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse !important;
  position: relative;
  z-index: 1;
  padding: 50px;
}
.flex_local_cuisine::before {
  content: "";
  background: url(../images/home/pattern01.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: opacity(0.7);
}
.flex_local_cuisine .box {
  width: calc((100% - 30px) / 2);
}
.flex_local_cuisine .box img {
  border-radius: 30px;
}
.flex_local_cuisine .box article > div {
  line-height: 2em;
}
.flex_local_cuisine .box h4 {
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.25em;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  background-color: #849846;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .flex_local_cuisine .box {
    width: 100%;
  }
}
.flex_local_cuisine2 {
  border: 1px solid #849846;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  z-index: 1;
  padding: 50px;
}
.flex_local_cuisine2::before {
  content: "";
  background: url(../images/home/pattern01.png);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  filter: opacity(0.7);
}
.flex_local_cuisine2 .box {
  width: calc((100% - 30px) / 2);
}
.flex_local_cuisine2 .box img {
  border-radius: 30px;
}
.flex_local_cuisine2 .box article > div {
  line-height: 2em;
}
.flex_local_cuisine2 .box h4 {
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.25em;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  background-color: #849846;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .flex_local_cuisine2 .box {
    width: 100%;
  }
}
.flex_local_img {
  gap: 30px;
  justify-content: space-between;
}
.flex_local_img .box h3 {
  font-size: 1.8rem;
  line-height: 1.25em;
  margin: 15px 0;
  color: #849846;
  display: none;
}
.flex_local_img .box img {
  aspect-ratio: 1.5/1;
  transform-origin: center center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .flex_local_img .box {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media screen and (max-width: 640px) {
  .flex_local_img .box {
    width: 100% !important;
  }
}
.flex_local_plan {
  border: 1px solid #404040;
  justify-content: space-between;
  gap: 30px;
  flex-direction: row-reverse !important;
  position: relative;
  z-index: 1;
  padding: 50px;
}
.flex_local_plan .price {
  text-align: right;
  font-size: 1.6em;
  display: block;
}
.flex_local_plan dl {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
.flex_local_plan dl dt {
  font-size: 2rem;
  color: #fff;
  background-color: #849846;
  border-radius: 5px;
  padding: 2px 8px;
}
.flex_local_plan::before {
  content: url(../images/home/home_insta_deco.png);
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
}
.flex_local_plan .box {
  width: calc((100% - 30px) / 2);
}
.flex_local_plan .box img {
  border-radius: 30px;
}
.flex_local_plan .box article > div {
  line-height: 2em;
}
.flex_local_plan .box h4 {
  font-size: clamp(24px, 2.4vw, 28px);
  line-height: 1.25em;
  position: relative;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  background-color: #849846;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .flex_local_plan .box {
    width: 100%;
  }
}
.flex_local_access {
  gap: 30px;
}
.flex_local_access .box {
  width: calc((100% - 30px) / 2);
  border: 1px solid #849846;
  padding: 30px;
}
.flex_local_access .box h3 {
  padding-bottom: 10px;
  font-size: 1.5em;
  margin-bottom: 15px;
  font-weight: 500;
  border-bottom: 1px solid #849846;
}
.flex_local_access .box h3 i {
  margin-right: 8px;
  color: #849846;
}
@media screen and (max-width: 640px) {
  .flex_local_access .box {
    width: 100%;
  }
}

.slider-facilities .slick-dots {
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
}
.slider-facilities img {
  border-radius: 30px;
  width: 100% !important;
}

.pt_section {
  min-height: 50px;
}

.local_cont_01 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .local_cont_01 {
    display: block;
  }
}
.local_cont_01 .flxL {
  width: 55%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_cont_01 .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local_cont_01 .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.local_cont_01 .flxR {
  width: 32%;
}
@media screen and (max-width: 834px) {
  .local_cont_01 .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local_cont_01 {
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .local_cont_01 {
    flex-direction: column;
  }
  .local_cont_01 .flxL, .local_cont_01 .flxR {
    width: 100%;
  }
}
.local_cont_01 .img {
  z-index: -1;
}
.local_cont_01 .facilities_dl dl {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 10px;
}
.local_cont_01 .facilities_dl dl dt {
  font-size: 2rem;
  color: #fff;
  background-color: #849846;
  border-radius: 5px;
  padding: 2px 8px;
}
.local_cont_01::after {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  left: -4%;
  bottom: -10%;
  z-index: -1;
}
.local_cont_01 .flxL {
  position: relative;
  z-index: -1;
}
.local_cont_01 .flxL::before {
  content: url(../images/home/home_deco_02.png);
  position: absolute;
  right: -12%;
  top: -11%;
  z-index: -1;
}
.local_cont_01 .flxL::after {
  content: url(../images/home/home_deco_03.png);
  position: absolute;
  left: -22%;
  bottom: 5%;
  z-index: -1;
  visibility: visible !important;
  height: auto;
}
.local_cont_01 .title_02 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.local_cont_01 .title_02 article .btn {
  margin: 50px auto 0;
}
.local_cont_02 {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  gap: 50px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .local_cont_02 {
    display: block;
  }
}
.local_cont_02 .flxL {
  width: 55%;
}
@media screen and (min-width: 640px) and (max-width: 834px) {
  .local_cont_02 .flxL .imgL {
    max-width: 100% !important;
    float: none !important;
  }
}
@media screen and (max-width: 834px) {
  .local_cont_02 .flxL {
    width: 100% !important;
    text-align: center;
  }
}
.local_cont_02 .flxR {
  width: 32%;
}
@media screen and (max-width: 834px) {
  .local_cont_02 .flxR {
    width: 100% !important;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1250px) {
  .local_cont_02 {
    align-items: center;
  }
}
@media only screen and (min-width: 835px) and (max-width: 1000px) {
  .local_cont_02 {
    flex-direction: column;
  }
  .local_cont_02 .flxL, .local_cont_02 .flxR {
    width: 100%;
  }
}
.local_cont_02 .img {
  z-index: -1;
}
.local_cont_02::after {
  content: url(../images/home/home_deco_01.png);
  position: absolute;
  right: -4%;
  bottom: -3%;
  z-index: -1;
}
.local_cont_02 .flxL {
  position: relative;
}
.local_cont_02 .flxL::before {
  content: url(../images/home/home_deco_02.png);
  position: absolute;
  right: -12%;
  top: -11%;
  z-index: -1;
}
.local_cont_02 .flxL::after {
  content: url(../images/home/home_deco_03.png);
  position: absolute;
  left: -22%;
  bottom: 5%;
  z-index: -1;
  visibility: visible !important;
  height: auto;
}
.local_cont_02 .title_02 article {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.local_cont_02 .title_02 article .btn {
  margin: 50px auto 0;
}

.form dt {
  border: none !important;
  padding: 30px 15px !important;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .form dt {
    padding-bottom: 0 !important;
  }
}
.form dd {
  border: none !important;
  padding: 30px 15px !important;
}
.form dl {
  border-bottom: 1px solid rgba(132, 152, 70, 0.3);
}

.policy_cont p {
  margin-bottom: 10px;
}
.policy_cont h2 {
  font-family: YakuHanMP, "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.2em;
  border-bottom: 1px solid #849846;
  padding-bottom: 8px;
  margin: 50px 0 20px 0;
}

.title {
  display: none;
}

.policy {
  padding: 10px 0;
  text-align: center;
}

.fadeupTrigger {
  opacity: 0;
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=assets.css.map */