@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons%7CMaterial+Icons+Outlined);
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@500;700&display=swap');

:root {
  --c-primary: #7c7245;
  --c-secondary: #9d9160;
  --c-accent: #9a363f;
  --c-gray: #faf6eb;
  --c-text: #363636;
  --ff-sans: "Noto Sans JP", -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  --ff-serif: "Shippori Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  --ff-en: "EB Garamond", serif;
  --bdc-gray: hsla(0, 0%, 80%, 1.00);
  --bgc-gray: hsla(0, 0%, 90%, 1.00);
}

.eb-garamond {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/*

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}


.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

*/





/*HTML*/
body {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  scroll-behavior: smooth;
  font-size: calc(100vw / 26);
  height: auto;
  overflow-x: hidden;
}

body,
body * {
  -webkit-overflow-scrolling: touch
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: var(--ff-serif);
  font-weight: 500;
  background-color: #FFF;
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  line-height: 1.6;
  padding-top: 50px;
  color: var(--c-text);
}

::selection {
  background: #f2f2f2;
  color: #666;
}

::-moz-selection {
  background: #f2f2f2;
  color: #666;
}

a {
  color: var(--c-text);
}

a:active,
a:focus,
a:hover {
  color: var(--c-text);
  text-decoration: none !important;
}

@keyframes brightnessAnimation {
  0% {
    filter: brightness(1.0);
  }

  38.2% {
    filter: brightness(1.2);
  }

  100% {
    filter: brightness(1.0);
  }
}

a img:hover {
  animation: brightnessAnimation 0.66s forwards;
}

a.anchor {
  display: block;
  padding-top: 2.720rem;
  margin-top: -2.720rem
}

a.anchor-2 {
  display: block;
  padding-top: 2.944rem;
  margin-top: -2.944rem
}

a.anchor-snav {
  display: block;
  padding-top: 4.8rem;
  margin-top: -4.8rem
}


img {
/* width: 100%; */
max-width: 100%;
display: block;
height: auto;
-ms-interpolation-mode: bicubic;
shape-margin: 1em;
font-style: italic;
object-fit: cover;
background-repeat: no-repeat;
vertical-align: middle;
}



hr {
  border-top: 1px solid hsla(0, 0%, 30%, 1.00);
  margin-top: 2em;
  margin-bottom: 2em
}

hr.lg {
  border-top: 1px solid hsla(0, 0%, 30%, 1.00);
  margin-top: 4em;
  margin-bottom: 4em
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 400
}

dl {
  margin: 0
}

figure {
  display: block
}

p {
  word-wrap: break-word;
  margin: 0
}

.op-0 {
  opacity: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-weight: bold;
}

/*Bootstrap*/
.breadcrumb {
  text-align: right
}

.panel-title>a {
  display: block
}

.lead {
  font-weight: 700
}

.label {
  font-size: 100%;
  font-weight: 400
}

.table-responsive {
  -webkit-overflow-scrolling: touch
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-menu {
  min-width: 300px
}

.dropdown-menu.vertical {
  left: auto !important;
  position: absolute !important;
  right: auto !important
}

.dropdown-menu.vertical * {
  float: none
}

.nav-tabs>li>a {
  padding-left: .5em;
  padding-right: .5em
}

.well {
  background: #f3f3f3
}

.small,
small {
  color: inherit !important;
  font-weight: inherit !important;
  font-size: 0.8em
}

.embed-responsive {
  width: 100% !important;
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important
}

.container,
.container-fluid {
  padding-left: 1rem;
  padding-right: 1rem
}

.container .row,
.container-fluid .row {
  margin-left: -1rem;
  margin-right: -1rem
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-left: 1em;
  padding-right: 1em
}

.col-lg-15,
.col-md-15,
.col-sm-15,
.col-xs-15 {
  position: relative;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
  width: 20%;
  float: left
}

.col-xs-15 {
  width: 20%;
  float: left
}

.container-0,
.container-fluid-0 {
  padding-left: 0;
  padding-right: 0
}

.container-fluid-lg,
.container-lg {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto
}

.row.gtr-0 {
  margin-left: 0;
  margin-right: 0
}

.row.gtr-1 {
  margin-left: -1px;
  margin-right: -1px
}

.row.gtr-sm {
  margin-left: -.5em;
  margin-right: -.5em
}

.row.gtr-lg {
  margin-left: -2em;
  margin-right: -2em
}

.gtr-0>[class*=col-] {
  padding-left: 0;
  padding-right: 0
}

.gtr-1>[class*=col-] {
  padding-left: 1px;
  padding-right: 1px
}

.gtr-sm>[class*=col-] {
  padding-left: .5em;
  padding-right: .5em
}

.gtr-lg>[class*=col-] {
  padding-left: 2em;
  padding-right: 2em
}

.container-asym-right {
  overflow: hidden;
  padding-left: max(1rem, calc((100vw - 1138px) / 2));
}

/**/
.row.gtr-y-sm>[class*=col-] {
  margin-top: 1em;
}

/*Flex*/
.d-flex {
  display: flex;
}

.d-flex::after,
.d-flex::before {
  display: none;
  content: none
}

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

/**/
.flex-wrap {
  flex-wrap: wrap
}

.flex-nowrap {
  flex-wrap: nowrap
}

.flex-110 {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%
}

.flex-11a {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto
}

.flex-cols-1>* {
  width: 100%
}

.flex-cols-2>* {
  width: 50%
}

.flex-cols-3>* {
  width: 33.33%
}

.flex-cols-4>* {
  width: 25%
}

.flex-cols-5>* {
  width: 20%
}

.flex-cols-6>* {
  width: 16.66%
}

.flex-cols-7>* {
  width: 14.28%
}

.flex-cols-8>* {
  width: 12.5%
}

.flex-cols-9>* {
  width: 100%
}

.flex-cols-10>* {
  width: 10%
}

.flex-cols-11>* {
  width: 9.09%
}

.flex-cols-12>* {
  width: 8.33%
}

/**/
.gtr-x-xs {
  width: calc(100% + .5em);
  margin-left: -.25em !important;
  margin-right: -.25em !important
}

.gtr-x-xs>* {
  padding: 0 .25em
}

.gtr-x-sm {
  width: calc(100% + 1em);
  margin-left: -.5em !important;
  margin-right: -.5em !important
}

.gtr-x-sm>* {
  padding: 0 .5em
}

.gtr-x-md {
  width: calc(100% + 2em);
  margin-left: -1em !important;
  margin-right: -1em !important
}

.gtr-x-md>* {
  padding: 0 1em
}

.gtr-x-lg {
  width: calc(100% + 2em);
  margin-left: -2em !important;
  margin-right: -2em !important
}

.gtr-x-lg>* {
  padding: 0 2em
}

/*Width*/
.width-window-sp {
  width: 100vw !important;
  margin-left: calc(100vw / 26);
  margin-right: calc(100vw / 26)
}

.max-width-60-sp {
  max-width: 60% !important
}

.max-width-80-sp {
  max-width: 80% !important
}

/*Padding*/
.p-0 {
  padding: 0 !important
}

.p-xs {
  padding: .5em !important
}

.p-sm {
  padding: 2rem !important
}

.p-md {
  padding: 3rem !important
}

.p-lg {
  padding: 5rem !important
}

.p-xlg {
  padding: 10rem !important
}

.p-xxlg {
  padding: 15rem !important
}

.pt-0 {
  padding-top: 0 !important
}

.pt-xs {
  padding-top: .5rem !important
}

.pt-sm {
  padding-top: 2rem !important
}

.pt-md {
  padding-top: 3rem !important
}

.pt-lg {
  padding-top: 5rem !important
}

.pt-xlg {
  padding-top: 10rem !important
}

.pt-xxlg {
  padding-top: 15rem !important
}

.pr-0 {
  padding-right: 0 !important
}

.pr-xs {
  padding-right: .5rem !important
}

.pr-sm {
  padding-right: 2rem !important
}

.pr-md {
  padding-right: 3rem !important
}

.pr-lg {
  padding-right: 5rem !important
}

.pr-xlg {
  padding-right: 10rem !important
}

.pr-xxlg {
  padding-right: 15rem !important
}

.pb-0 {
  padding-bottom: 0 !important
}

.pb-xs {
  padding-bottom: .5rem !important
}

.pb-sm {
  padding-bottom: 2rem !important
}

.pb-md {
  padding-bottom: 3rem !important
}

.pb-lg {
  padding-bottom: 5rem !important
}

.pb-xlg {
  padding-bottom: 10rem !important
}

.pb-xxlg {
  padding-bottom: 15rem !important
}

.pl-0 {
  padding-left: 0 !important
}

.pl-xs {
  padding-left: .5rem !important
}

.pl-sm {
  padding-left: 2rem !important
}

.pl-md {
  padding-left: 3rem !important
}

.pl-lg {
  padding-left: 5rem !important
}

.pl-xlg {
  padding-left: 10rem !important
}

.pl-xxlg {
  padding-left: 15rem !important
}

.px-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.px-xs {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important
}

.px-sm {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.px-md {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.px-lg {
  padding-top: clamp(2rem, 5.25vw, 5rem) !important;
  padding-bottom: clamp(2rem, 5.25vw, 5rem) !important;
}

.px-xlg {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important
}

.px-xxlg {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important
}

.py-0 {
  padding-left: 0 !important;
  padding-right: 0 !important
}

.py-xs {
  padding-left: .5rem !important;
  padding-right: .5rem !important
}

.py-sm {
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.py-md {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-lg {
  padding-left: 5rem !important;
  padding-right: 5rem !important
}

.py-xlg {
  padding-left: 10rem !important;
  padding-right: 10rem !important
}

.py-xxlg {
  padding-left: 15rem !important;
  padding-right: 15rem !important
}

/*Margin*/
.mt--md {
  margin-top: -3rem !important
}

.mt--sm {
  margin-top: -2rem !important
}

.mt-0 {
  margin-top: 0 !important
}

.mt-xs {
  margin-top: .5rem !important
}

.mt-sm {
  margin-top: 2rem !important
}

.mt-md {
  margin-top: 3rem !important
}

.mt-lg {
  margin-top: 5rem !important
}

.mt-xlg {
  margin-top: 10rem !important
}

.mt-xxlg {
  margin-top: 15rem !important
}

.mr-0 {
  margin-right: 0 !important
}

.mr-xs {
  margin-right: .5rem !important
}

.mr-sm {
  margin-right: 2rem !important
}

.mr-md {
  margin-right: 3rem !important
}

.mr-lg {
  margin-right: 5rem !important
}

.mr-xlg {
  margin-right: 10rem !important
}

.mr-xxlg {
  margin-right: 15rem !important
}

.mb-0 {
  margin-bottom: 0 !important
}

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

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

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

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

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

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

.ml-0 {
  margin-left: 0 !important
}

.ml-xs {
  margin-left: .5rem !important
}

.ml-sm {
  margin-left: 2rem !important
}

.ml-md {
  margin-left: 3rem !important
}

.ml-lg {
  margin-left: 5rem !important
}

.ml-xlg {
  margin-left: 10rem !important
}

.ml-xxlg {
  margin-left: 15rem !important
}

.mx-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.mx-xs {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important
}

.mx-sm {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.mx-md {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.mx-lg {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.mx-xlg {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important
}

.mx-xxlg {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important
}

.my-0 {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.my-xs {
  margin-left: .5rem !important;
  margin-right: .5rem !important
}

.my-sm {
  margin-left: 2rem !important;
  margin-right: 2rem !important
}

.my-md {
  margin-left: 3rem !important;
  margin-right: 3rem !important
}

.my-lg {
  margin-left: 5rem !important;
  margin-right: 5rem !important
}

.my-xlg {
  margin-left: 10rem !important;
  margin-right: 10rem !important
}

.my-xxlg {
  margin-left: 15rem !important;
  margin-right: 15rem !important
}

/**/
.gap-x-xs>* {
  margin-top: .5em
}

.gap-x-sm>* {
  margin-top: 1em
}

.gap-x-md>* {
  margin-top: 2em
}

.gap-x-lg>* {
  margin-top: 4em
}

.gap-x-xlg>* {
  margin-top: 6em
}

.width-window {
  width: calc(100% + 8em) !important;
  margin-left: -4em;
  margin-right: -4em
}

/*Background Color*/
.bgc-primary {
  background-color: var(--c-text) !important
}

.bgc-secondary {
  background-color: hsla(190, 78%, 47%, 1.00) !important
}

.bgc-accent {
  background-color: var(--c-primary) !important
}

.bgc-gray {
  background-color: hsla(0, 0%, 90%, 1.00) !important
}

.bgc-none {
  background-color: 0 0 !important
}

.bg-beige {
  background-color: #faf6eb !important;
}


.bg-gallery {
  background-color: var(--c-gray) !important;
  background-image: url("../images/renew/bg_gallery.webp") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-block: clamp(3.75rem, 8vw, 5.625rem);
}

/*Color*/
.c-primary {
  color: var(--c-text) !important
}

.c-secondary {
  color: hsla(190, 78%, 47%, 1.00) !important
}

.c-accent {
  color: var(--c-primary) !important
}

.c-gray {
  color: hsla(0, 0%, 90%, 1.00) !important
}

.c-black {
  color: #000 !important
}

.c-orange {
  color: #ff5209 !important
}

.c-green {
  color: #4c8e37 !important
}

.c-gold {
  color: #b9a165 !important
}

.c-red {
  color: #ea2c2f !important
}

.c-blue {
  color: #0075b7 !important
}

.c-navy {
  color: #095597 !important
}

.c-gray {
  color: #d0d0d0 !important
}

.c-pink {
  color: #f29b8f !important
}

.c-white {
  color: #fff !important
}

/*Text*/
.lh-sm {
  line-height: 1.5 !important;
}

.lh-md {
  line-height: 1.8 !important
}

.lh-lg {
  line-height: 2.2 !important
}

.lh-xlg {
  line-height: 3.2 !important
}

.ls-xs {
  letter-spacing: .06em
}

.ls-sm {
  letter-spacing: .12em
}

.ls-md {
  letter-spacing: .24em
}

.ls-lg {
  letter-spacing: .44em
}

.fw-300 {
  font-weight: 300
}

.fw-500 {
  font-weight: 500
}

.fz-06 {
  font-size: .6em !important
}

.fz-08 {
  font-size: .8em !important
}

.fz-09 {
  font-size: .9em !important
}

.fz-10 {
  font-size: 1em !important
}

.fz-12 {
  font-size: 1.2em !important
}

.fz-14 {
  font-size: 1.4em !important
}

.fz-16 {
  font-size: 1.6em !important
}

.fz-18 {
  font-size: 1.8em !important
}

.fz-20 {
  font-size: 2em !important
}

.fz-22 {
  font-size: 2.2em !important
}

.fz-24 {
  font-size: 2.4em !important
}

.fz-26 {
  font-size: 2.6em !important
}

.fz-28 {
  font-size: 2.8em !important
}

.material-symbols-outlined,
.material-icons-outlined,
.material-icons {
  font-size: 1em;
  line-height: inherit;
  display: inline-block;
  vertical-align: -.1em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga'
}

.text-underline {
  text-decoration: underline
}

.ff-serif {
  font-family: var(--ff-serif);
}

.ff-shsj {
  font-family: var(--ff-serif);
  font-style: normal;
}

.ff-korolev {
  font-family: var(--ff-en);
  font-style: normal;
}

/*幅*/
.w-5 {
  width: 5em;
}

/*Table*/
td,
th {
  word-break: break-all
}

.table-fixed {
  table-layout: fixed
}

.table-nowrap th {
  white-space: nowrap
}

/*List*/
ol,
ol>li,
ul,
ul>li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block
}

ol,
ul {
  padding-left: 1.5em
}

.list-inline>li {
  padding-right: 0;
  padding-left: 0
}

.list-inline>li+li {
  margin-left: 1.6em
}

/**/
.list-caption {
  padding-left: 1.5em;
  list-style: none;
  margin-block: 0.5rem;
}

.list-caption li {
  text-indent: -1.5em;
  line-height: 1.2
}

.list-caption li::before {
  content: '※ '
}

/**/
.list-circle,
.list-square {
  padding-left: 1.5em;
  margin-top: 1em
}

.list-circle>li,
.list-square>li {
  display: list-item;
  line-height: 1.2
}

.list-circle>li {
  list-style: disc
}

/**/
.list-square>li {
  list-style: square
}

.list-circle>li+li,
.list-square>li+li {
  margin-top: .5em
}

/**/
.list-num {
  padding-left: 1.5em;
  margin-top: 1em
}

.list-num>li {
  display: list-item;
  line-height: 1.2
}

.list-num>li {
  list-style: decimal
}

.list-num>li+li {
  margin-top: .5em
}

/**/
.list-kana {
  padding-left: 1.5em;
  margin-top: 1em
}

.list-kana>li {
  display: list-item;
  list-style: katakana
}

.list-kana>li+li {
  margin-top: .5em
}

/**/
.list-lower-alpha {
  padding-left: 1.5em;
  margin-top: 1em
}

.list-lower-alpha>li {
  display: list-item;
  list-style: lower-alpha
}

.list-lower-alpha>li+li {
  margin-top: .5em
}

/**/
.list-brackets {
  padding-left: 1.5em;
  margin-top: 1em
}

.list-brackets>li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative
}

.list-brackets>li:before {
  content: "(" counter(cnt) ")";
  display: inline-block;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1.5em;
  width: 1em;
  white-space: nowrap
}

.list-brackets>li+li {
  margin-top: .5em
}

.list-mb-xs li {
  margin-bottom: .5em
}

/*①*/
.list-circle-num {
  margin: 0;
  padding: 0;
}

.list-circle-num>li {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.2
}

.list-circle-num>li+li {
  margin-top: .5em
}

/*Form*/
.form-control {
  font-size: 1em;
  height: auto
}

.form-control:focus {
  border-color: hsla(0, 0%, 70%, 1)
}

.form-control.inline {
  display: inline-block !important;
  width: auto !important
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  font-size: 1em
}

.form-horizontal .control-label {
  text-align: left
}

.control-label {
  font-weight: 700
}

form label.error {
  display: block;
  color: #db3d3f;
  margin-top: .4em
}

form input.error {
  background-color: #fff7f7
}

.form-group.row .row [class*=col-]+[class*=col-] {
  margin-top: 1em
}

/*Responsive*/
.img-full {
  width: 100%
}

.svg-full {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(var(--my-height) / var(--my-width) * 100%);
  overflow: hidden;
}

.svg-full>svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/**/
.label-green {
  background-color: #71af3d
}

.label-green[href]:focus,
.label-green[href]:hover {
  background-color: #71af3d
}

.label-black {
  background: #000;
  color: #fff
}

.label-green {
  background: #006837;
  color: #fff
}

.label-border {
  background: #fff;
  color: #006837;
  border: 1px solid #006837
}

.brd-gray-1 {
  border: 1px solid #d0d0d0
}

.brd-black-1 {
  border: 1px solid #000
}

.efc-op:hover {
  opacity: .7
}

.efc-scale img {
  transition: all .3s ease-out
}

.efc-scale:hover img {
  transform: scale(1.2)
}

.ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;'
}

/*Position*/
.pos-rel {
  position: relative
}

.pos-abs {
  position: absolute
}

/*.pagetop---------------------------------------------------*/
.pagetop {
  width: 3em;
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 1000;
  color: #4B9035;
  opacity: .75;
  display: block;
  cursor: pointer;

}

.pagetop img {
  max-width: unset;
  width: 100%;
  width: 40px;
  height: auto;
  aspect-ratio: 1;
  /* opacity: 0.5; */
}

.pagetop i {
  font-size: 3em
}

/*.scrolldown----------------------------------------------------*/
.scrolldown {
  position: fixed;
  width: 2em;
  height: 2em;
  z-index: 1;
  left: 50%;
  bottom: 4em;
  margin-left: -1em;
  display: none;
}

.scrolldown-chevron {
  position: absolute;
  width: 2rem;
  height: 1px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.scrolldown-chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.scrolldown-chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.scrolldown-chevron:before,
.scrolldown-chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #4B9035;
}

.scrolldown-chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.scrolldown-chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(1em);
  }

  67% {
    opacity: 1;
    transform: translateY(2em);
  }

  100% {
    opacity: 0;
    transform: translateY(3em) scale3d(0.5, 0.5, 0.5);
  }
}

/*Pagination*/
.pagination,
.pagination * {
  line-height: 1
}

.pagination {
  display: flex;
  border-radius: 0;
  margin: 2em 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.pagination>li {
  display: flex;
  border: 1px solid var(--c-text);
  background: #fff;
  margin: 0 .1em;
  flex-grow: 1;
}

.pagination>li.active {
  border: 1px solid #4c8e36;
}

.pagination>li>a,
.pagination>li>span {
  line-height: 1;
  display: flex;
  text-align: center;
  padding: .6em .6em;
  width: 100%;
  border: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 0 !important
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0 !important
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #4c8e37;
  color: #fff !important;
  height: 100%;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: var(--c-text) !important
}

.pagination>li>a,
.pagination>li>span {
  color: var(--c-text);
  margin: 0
}

/*Image Backgroung*/
.figure-square {
  background-color: hsla(0, 0%, 80%, 1);
  background-image: url(../images/placeholder-square.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%
}

.figure-rectangle {
  background-color: hsla(0, 0%, 80%, 1);
  background-image: url(../images/placeholder-square.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  width: 100%;
  height: 0;
  padding-bottom: 61.8%
}

.figure-portrait {
  background-color: hsla(0, 0%, 80%, 1);
  background-image: url(../images/placeholder-square.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  width: 100%;
  height: 0;
  padding-bottom: 120%
}

.figure-square-contain {
  background-color: hsla(0, 0%, 80%, 1);
  background-image: url(../images/placeholder-square.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right 50% top 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%
}

.figure-circle {
  background-color: hsla(0, 0%, 80%, 1);
  background-image: url(../images/placeholder-square.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%
}

/*SVG IE11 fix <figure class="svg-full" style="--my-width:1106;--my-height:692;">*/
.svg-full {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: calc(var(--my-height) / var(--my-width) * 100%);
  overflow: hidden;
}

.svg-full>svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*Form---------------------------------------------------*/
.form-control,
.input-lg {
  padding: .6em .2em
}

.form-control {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 80%, 1.00);
  border-radius: 0em !important;
  box-shadow: inset 0 0 0 hsl(330deg 8% 77%), inset 0 0 0 #fff;
  font-size: 16px
}

.form-control:focus {
  background-color: hsla(0, 0%, 100%, 1);
  border: 1px solid hsla(0, 0%, 80%, 1.00);
  box-shadow: inset 0.1em 0.1em 0.2em hsla(0, 0%, 80%, 1.00), inset 0em 0em 0.0em hsla(0, 0%, 80%, 1.00)
}

/**/
.input-group {
  display: flex
}

.input-group-addon {
  padding: 0 1em !important;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: .9em 1.2em;
  height: auto
}

.form-group+.form-group {
  margin-top: calc(2 * 1em)
}

.input-group-addon {
  background: hsla(0, 0%, 100%, 0);
  border: none !important
}

/**/
select.form-control {
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKAAAACgCAYAAACLz2ctAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABhBJREFUeNrsnYFx2koQhgWTAlxCXge4A9MB7kB0YDp4HdgdmA6cDqAD00FeCenAkXiH50aD4CTd6Xb3vm/GQxI7huM+7er0I2nx9fVVAeRiyVsACAgICICAgIAACAgICICAgIAACAgICICAgIAACAgICICAgIAACAgICICAgIAACAgICICAgIAACAgICICAgIAACAgICICAgICAgAAICAgIgICAgAAICGXwo+8bi8UiyhM8PT09NA+vzdfueDz+4S2XT4o567sfzXKGgRyar7p9dH8H+fLNNmfLGQaycv+0cgP6yTSLle9nz5w9qBOw4cMbSOUN6LMZ0IrpFiffeW565uxDlYDNYN7bh55vP7itCgllyXdwc9PzI+c5lS+ge6H1nR+7SLhh+rPLt7kj34U6hYTLyIP5N0A+X8KP5v/UaJBNvtq119B9vNrNcTQWfcvjoYdh3GDGbiHbZrm/R4nZ5ZttvpIehpk4mJb32FsW3Jyv1wjzFaVzTa6Abh8i1ipp32xZWxRJKl/IPnooz818/ZpSAScJGLB6QkK78rW0Kcm6ma/T7AImku/C0W1dRHdxxHtwXeopwa8PkjCqgO6I+Wci+S6c3MCQcLp8frpRJZLwsZmr/5IvQrytKXWumzwGQr5oXA6pDZ6rpdAB+RL+JjUZJd/5vZt5rgYXjKEVcE75/K2L6G64fKn2z+9KmERAt4LKJQESypfvW8Ihkd1ygHx15ve2fUM/ie5uzlM9w+IwhODceKlEPp93JOyV713QSwqScBkwKImT3Ur4gnbf8/QiTD5fwpv+9B4HXK/XMSO2VBSfmgjsUNd4PhwOv4ZWwGP1/8FgydSpPiiJfNE4OZeGVcA2CUkc4USthFVBZ915Z61Jl68V7xypToriFG1p5qO7DGFAlN2jSVGc+0V74QM2H91plW/0KviKhG9KJFwZlG+lRL63IQvDwZ+GEXi86RrBn1NTJp/06t77Uf1on4ZxTyD90IeZ6M6CfFFa8BUJn12lkS7hRrF8GwXy/XEr3VFrBIkfyRezdWaWz9SuTpKz4twTr4VXwhZV+XFJ+9mTT8v0JDwpkPBVgXyvCuQ7xVrkxTwx3dwxqgzymT3gn/z6gO4FaaiEIvPjUtOmaBWwUwlV5ZSZxSsib09yYjpbdBT5ithtmf0SveTHyDfLKjhAwp0CCWc99TPDKZNj2aVesCVrwZ03vK7Ij335ijt4n+Uq+V4lbAdSfH5McpRJQE/Cx0p+fpzk1E9Bp0ze6wKPc8aWs94pqdTojl0QIQIqlPAlgnwvyJd5EVLqYQiOhQpZhPRUQtPRHfIJr4CdSmgmiiKKHFYBswtoqWKQbihqwVdasuroDvmUrIIDJFR36qfVUyaL2AfsaWW1lkMX7s+kG9r3ARVLWCGfQQGdhBsnIVfKH7+BbEPvZoSA1yXUEuCL3EWQcnUI8avgGwsTLdEd8mlfBQdIeMKtu5wqRdfFEd+CO+1Yy7G23PKJ6xZqW3CnEmrJj5HPUgvukXCPc9/sK6VXh1XVgq+0ZA35cXL5NNwpwEQLvlINNeTHxctnqgX3SLgrUL6dhXukqG7BnXbctuJS7hmi7nqHJltwpxK2E7JFPipg7kpoNbpTfeF18xXQq4QWoztTV/03LaBBCc3KZ1ZAT8J/Kt2pyXkMVuUzLaCTUHN0V8S970wL2JHwqOlllyCfyVXwnRWyhujO5E24i1kF36mG0qO74u4AX5SAnoQST/18K02+4lpwpx23rVhKdGcq3aAFh1XCdsK3yEcLzi1hrrt+TrrLJC3YVjueOz82nW7QgodXwjmju+LkowWHS9heRD2lGOfnQD5a8K12nOrUzyKiNVrw9EqYIj8uWj5a8HgJY6xQ98hHC57Skqfkx/sS0w1acNxqODY/Rj5acFQJh8i0RT4EjC3hPlDCbenpBgLmkxD5WITMsjDpRnekGyMXIQg4XcIK+RAwp4QV8iUQEIBFCCAgAAICAgIgICAgAAICAgIgICAgAAICAgIgICAgAAICAgIgICAgAAICAgIgICAgAAICAgIgICAgICAAAgICAiAglMVfAQYAuG24MfrJnkwAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: .6em auto;
  background-position: right .5em top 50%;
  padding: .9em 1.9em .9em .9em
}

select.form-control.form-control-sm {
  padding: .2em 1.8em .2em .8em !important;
  font-size: .9em
}

/**/
.radio-outer {
  padding: 0;
  margin-top: 0;
  display: flex
}

.radio-outer input[type=radio] {
  opacity: 0;
  position: fixed;
  left: -10000px
}

.radio-outer input[type=radio]+label {
  display: flex;
  cursor: pointer
}

.radio-outer input[type=radio]+label::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: hsla(0, 0%, 100%, 1);
  margin-right: .4em;
  border: 1px solid hsla(0, 0%, 20%, 1);
  flex-shrink: 0
}

.radio-outer input[type=radio]:checked+label {
  font-weight: 700
}

.radio-outer input[type=radio]:checked+label::before {
  background-color: #dedf00
}

.radio-inline {
  padding-left: 0
}

/**/
.radio-cake-outer {
  margin: -.5em -1em
}

.radio-cake {
  padding: 0 0
}

.radio-cake input[type=radio] {
  opacity: 0;
  position: fixed;
  left: -10000px
}

.radio-cake input[type=radio]+label {
  display: flex;
  font-size: .9em;
  cursor: pointer;
  margin: .5em 1em
}

.radio-cake input[type=radio]+label::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  background-color: #efefef;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  box-shadow: inset .2em .2em .4em #e1e1e1, inset -.2em -.2em .4em #efefef;
  flex-shrink: 0;
  flex-grow: 0
}

.radio-cake input[type=radio]:checked+label::before {
  background-image: url(../images/bg-radio.png);
  background-repeat: no-repeat;
  background-size: 62% auto;
  background-position: right 50% top 50%;
  box-shadow: none
}

.radio-cake-inline input[type=radio]+label {
  display: inline-flex
}

/**/
.checkbox-outer {
  padding: 0;
  margin-top: -1px
}

.checkbox-outer input[type=checkbox] {
  opacity: 0;
  position: fixed;
  left: -10000px
}

.checkbox-outer input[type=checkbox]+label {
  display: flex;
  cursor: pointer
}

.checkbox-outer input[type=checkbox]+label::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  background-color: #e5e1e3;
  border: 1px solid #d7d1d4;
  border-radius: .3em;
  box-shadow: inset .2em .2em .4em #c7bfc3, inset -.2em -.2em .4em #fff;
  flex-shrink: 0
}

.checkbox-outer input[type=checkbox]:checked+label {
  color: #000;
  position: relative
}

.checkbox-outer input[type=checkbox]:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: .1em;
  left: .5em;
  width: .6em;
  height: 1.1em;
  border-radius: 0;
  border-right: .3em solid #000;
  border-bottom: .3em solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.checkbox-outer.checkbox-outer-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: flex
}

.checkbox-inline {
  padding-left: 0
}

/**/
.checkbox-cake-outer {
  margin: -.5em -1em
}

.checkbox-cake {
  padding: 0 0;
  margin: .5em 1em
}

.checkbox-cake {
  margin-bottom: .5em
}

.checkbox-cake input[type=checkbox] {
  opacity: 0;
  position: fixed;
  left: -10000px
}

.checkbox-cake input[type=checkbox]+label {
  display: flex;
  font-size: .9em;
  cursor: pointer
}

.checkbox-cake input[type=checkbox]+label:last-child {
  margin-bottom: 0
}

.checkbox-cake input[type=checkbox]+label::before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  margin-right: .5em;
  background-color: #efefef;
  border: 1px solid #d2d2d2;
  border-radius: .3em;
  box-shadow: inset .2em .2em .4em #e1e1e1, inset -.2em -.2em .4em #efefef;
  flex-shrink: 0;
  flex-grow: 0
}

.checkbox-cake input[type=checkbox]:checked+label::before {
  background-image: url(../images/bg-checkbox.png);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: right 50% top 50%;
  box-shadow: none
}

.checkbox-cake-inline {
  display: inline-block
}

.checkbox-cake-inline input[type=checkbox]+label {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

/**/
.file-outer {
  padding: 0
}

.file-outer input[type=file] {
  opacity: 0;
  position: fixed;
  left: -10000px
}

.file-outer input[type=file]+label {
  line-height: 1.2;
  background-color: #002d86;
  width: 100%;
  display: block;
  padding: 1em 2em;
  cursor: pointer;
  white-space: nowrap;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center
}

/**/
.bg-error {
  border: 1px solid hsla(359, 100%, 40%, 1);
  background-color: hsla(359, 100%, 95%, 1)
}

.hissu {
  display: inline-flex;
  margin: 0 .5em 0 0;
  font-size: .6em;
  line-height: 1;
  background: hsla(359, 100%, 40%, 1);
  color: hsla(0, 0%, 100%, 1);
  padding: .2em .4em;
  vertical-align: .2em;
  flex-grow: 0;
  flex-shrink: 0
}

.error-message {
  color: hsla(359, 100%, 40%, 1);
  font-size: .9em;
  margin-top: 0em;
}

/*Swiper*/
.swiper-pagination {
  display: flex;
  position: static
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px
}

.swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-outer {
  width: 100%;
  height: 2em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
  width: 10em !important
}

.swiper-pagination-outer .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: none;
  position: static;
  transition: all .3s ease-out
}

.swiper-pagination-bullet-active-main,
.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-prev-prev {
  display: block !important
}

.swiper-pagination-outer {
  display: flex
}

/**/
.swiper-voice-pagination {
  display: flex;
  position: static
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: #000
}

.swiper-voice-pagination-outer {
  width: 100%;
  height: 2em;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-voice-pagination-outer .swiper-pagination-bullets-dynamic {
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
  width: 10em !important;
}

.swiper-voice-pagination-outer .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: none;
  position: static;
  transition: all 0.3s ease-out;
  height: 2px;
  border-radius: 0;
  width: 12px;
}

.swiper-pagination-bullet-active-prev,
.swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullet-active-next,
.swiper-pagination-bullet-active-next-next,
.swiper-pagination-bullet-active-main {
  display: block !important
}

.swiper-voice-pagination-outer {
  display: flex
}

.swiper-voice-pagination-outer .swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {

  transform: translateX(0);
}





/*iziModal*/
.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
  font-family: -apple-system, BlinkMacSystemFont, YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
  ;
}

/*Magnific Popup*/
.mfp-bg {
  z-index: 9999;
}

.mfp-wrap {
  z-index: 99999;
}

.mfp-wrap .movie-wrap {
  transition: all .5s;
  transform: scale(0);
}

.mfp-wrap.mfp-ready .movie-wrap {
  transform: scale(1)
}

/*Button*/
.btn {
  padding-left: .5em;
  padding-right: .5em;
  font-weight: 700;
  font-size: 1em;
  white-space: normal;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}

.btn.btn-block {
  white-space: normal;
  padding-left: 1px;
  padding-right: 1px
}

/*Background*/
.bg-white {
  background: hsla(0, 0%, 100%, 1) !important
}

.bg-section-dark {
  background-color: #fbf6eb;
  box-shadow: inset 0px 0.8em 0.4em -0.4em hsla(0, 0%, 0%, 0.15)
}

.bg-l-gray {
  background-color: #fbf6eb;
}

.bg-l-green {
  background-color: hsla(105.5, 44.2%, 48.6%, 0.1);
}

/*Shadow*/
.shadow-inset-top {
  box-shadow: inset 0px 1.6em 0.8em -0.8em hsla(0, 0%, 0%, 0.15)
}

/*Button*/
.btn-gray {
  background-color: hsla(0, 0%, 91, 1);
  color: hsla(0, 0%, 0%, 1);
  border: 1px solid var(--c-text);
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 0.8em;
}

.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover {
  color: hsla(0, 0%, 0%, 1)
}

/**/
.btn-black {
  background-color: hsla(0, 0%, 50%, 1);
  color: hsla(0, 0%, 100%, 1);
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.btn-black:active,
.btn-black:focus,
.btn-black:hover {
  color: hsla(0, 0%, 100%, 1)
}

.btn-request,
.btn-request:active,
.btn-request:focus,
.btn-request:hover {
  background-color: hsla(344, 71%, 39%, 1);
  --lightness: 39%;
  color: hsla(0, 0%, 100%, 1);
  border: none;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0;
  font-size: 1.2em;
  letter-spacing: .4em;
  font-weight: 400;
  padding: .6em 1.6em;
  position: relative;
  z-index: 10;
  transition: all .3s ease-out
}

.btn-request::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: hsla(345, 68%, 19%, 1);
  --lightness: 19%;
  z-index: -1;
  width: 0%;
  transition: all .3s ease-out
}

.btn-request:hover::after {
  width: 100%
}

.btn-request:hover {
  transform: scale(1.05);
  color: hsla(45, 61%, 63%, 1)
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

/**/
.btn-border {
  background-color: unset;
  color: var(--c-secondary);
  border: 1px solid var(--c-secondary);
  box-shadow: none !important;
  border-radius: 0;
  padding: 0.8em 1em;
  background-image: url('../images/ic-arrow-line-black-right.svg');
  background-repeat: no-repeat;
  background-size: 0.8em auto;
  background-position: right 0.5em top 50%;
}

.btn-border:active,
.btn-border:focus,
.btn-border:hover {
  color: #fff;
  background-color: var(--c-secondary);
  background-image: url('../images/ic-arrow-line-white-right.svg');
}

/**/
.btn-open-accordion {
  background-image: url('../images/ic-arrow-line-black-down.svg')
}

/**/
.btn-border-icon {
  border: 1px solid var(--c-secondary);
  border-radius: 0;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7em;
}

.btn-border-icon,
.btn-border-icon * {
  line-height: 1;
}

.btn-border-icon-prepend {
  width: 2em;
  text-align: center;
  margin-right: 1em;
}

.btn-border-icon-body {
  letter-spacing: 0.05em;
  width: calc(100% - 6em);
  white-space: nowrap;
}

.btn-border-icon-append {
  width: 2em;
  text-align: center;
  margin-left: 1em;
}

.btn-border-icon:active,
.btn-border-icon:focus,
.btn-border-icon:hover {
  background-color: var(--c-text);
  color: #FFF;
}

/**/
.btn-green {
  background: -moz-linear-gradient(50% 100% 90deg, rgba(86, 112, 27, 1) 0%, rgba(119, 153, 39, 1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(86, 112, 27, 1) 0%, rgba(119, 153, 39, 1) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(86, 112, 27, 1)), color-stop(1, rgba(119, 153, 39, 1)));
  background: -ms-linear-gradient(90deg, rgba(86, 112, 27, 1) 0%, rgba(119, 153, 39, 1) 100%);
  background: linear-gradient(0deg, rgba(86, 112, 27, 1) 0%, rgba(119, 153, 39, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#56701B', endColorstr='#779927' ,GradientType=0)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#779927', endColorstr='#56701B', GradientType=0);
  color: #FFF;
  border-radius: 0;
  padding: 0.8em 0;
}

/**/
.btn-gray {
  background-color: #DDD;
  border: none;
  border-radius: 0;
  padding: 0.8em 0;
  font-size: 1em;
}

/**/
.btn-cta-red {
  color: #FFF;
  background-color: #c30e31;
  display: flex;
  padding: 0.8em;
}

.btn-cta-red-prepend {
  width: 1.5em;
  text-align: center;
}

.btn-cta-red-body {
  width: calc(100% - 3em);
  text-align: center;
}

.btn-cta-red-append {
  width: 1.5em;
  text-align: center;
}

.btn-cta-red:active,
.btn-cta-red:focus,
.btn-cta-red:hover {
  color: #FFF;
  background-color: hsl(348.4, 86.6%, 31%);
}

/**/
.btn-tel {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-tel-prepend {
  width: 1.6em;
  margin-right: 0.5em;
  flex-shrink: 0;
}

.btn-tel-body {
  font-size: 2.6em;
  white-space: nowrap;
}

/*Header*/
.h-border-top {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.h-border-top-body {
  font-size: 1.2rem;
  display: block;
  padding: 1.02em 0 0.8em;
  display: grid;
  gap: 0.5rem;
  color: var(--c-primary)
}

.h-border-top-body-en {
  font-size: 2em;
  /* letter-spacing: 0.1em; */
}

.h-border-top-body-ja {
  font-family: var(--ff-serif);
  font-size: 1.2rem;
  font-weight: normal;
}

.h-border-top-append {
  margin-left: auto;
}

.h-border-top-append .btn-gray {
  padding-inline: 1rem;
}

/*.footer-page*/
.footer-page {
  background-color: #202020;
  color: #FFF;
}

.footer-page a {
  color: #FFF;
}

/**/
.row-footer {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}

.row-footer__1 {
  display: grid;
  gap: 0.8rem
}

.row-footer__1-title {
  font-size: 1em;
  font-size: 0.9em;
  letter-spacing: 0.1em;
}

.row-footer__1-logo {
  margin-top: 0.5rem;
  width: 16rem;
}

.row-footer__1-logo-nnr {
  width: 20rem;
}

.row-footer__1-body {
  font-size: 0.7em;
  margin-top: 0.5rem;
  font-family: var(--ff-sans) !important;
}

@media (min-width:768px) {
  .row-footer {
    grid-template-columns: auto auto auto;
    gap: 2rem;
    align-items: start;
  }

  .row-footer__1-logo {
    display: flex;
    align-items: center;
    min-height: 3rem;
  }

  .row-footer__2 {
    margin-left: auto;
  }

  .row-footer__1-logo-nf {
    padding-top: 0.6rem;
  }

}

/**/
.list-foooter-links-2nd,
.list-foooter-links-2nd * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-foooter-links-2nd {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  margin-left: -1rem;
  margin-right: -1rem;
  border-bottom: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-2nd-item {
  width: 100%;
  display: block;
  border-top: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-2nd-item:nth-child(-n+2) {
  width: 50%;
}

.list-foooter-links-2nd-item:nth-of-type(1) {
  border-right: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-2nd-item-link {
  font-size: 0.8em;
  padding: 1em;
  display: block;
  background-image: url('../images/ic-arrow-right-white.png');
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: right 1em top 50%;
}

/**/
.footer-page-logo {
  width: 14em;
}

.footer-page-copyright {
  font-size: 0.8em;
  margin-top: 4em;
  text-align: center;
}

/**/
.footer-acc {
  font-size: 0.8em;
  border: 1px solid hsla(0, 0%, 30%, 1.00);
  margin-top: -1px;
}

.footer-acc-dt {
  font-weight: normal;
}

.footer-acc-dt-link {
  padding: 1em;
  display: block;
  background-image: url('../images/ic-expand-more-white.svg');
  background-repeat: no-repeat;
  background-size: 1.4em auto;
  background-position: right 0.5em top 50%;
}

.footer-acc-dt-link.active {
  background-image: url('../images/ic-expand-less-white.svg');
}

.footer-acc-dd {
  display: none;
}

.list-acc-content,
.list-acc-content * {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-acc-content {}

.list-acc-content-item {}

.list-acc-content-item+.list-acc-content-item {
  border-top: 1px dashed hsla(0, 0%, 70%, 1.00);
}

.list-acc-content-item-link {
  background-color: #dedede;
  padding: 1em;
  color: var(--c-text) !important;
  background-image: url(../images/ic-arrow-right.png);
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: right 1em top 50%;
}

/**/
.list-foooter-links-1st,
.list-foooter-links-1st * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-foooter-links-1st {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  border-bottom: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-1st-item {
  width: 100%;
  display: block;
  border-top: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-1st-item:nth-child(-n+4) {
  width: 50%;
}

.list-foooter-links-1st-item:nth-child(odd) {
  border-right: 1px solid hsla(0, 0%, 30%, 1.00);
}

.list-foooter-links-1st-item-link {
  font-size: 0.8em;
  padding: 1em;
  display: block;
  background-image: url('../images/ic-arrow-right-white.png');
  background-repeat: no-repeat;
  background-size: 0.6em auto;
  background-position: right 1em top 50%;
}

/*Fix iziModal scroll*/
.iziModal-isOverflow body {
  height: auto;
}

#modal-default2 {
  z-index: 3000 !important;
}

/* //////////////////////////////////////////////////////////////////// */
.border-slant {
  width: 100%;
  height: 1px;
  background-image: url('../images/bg-slant-black.png');
  position: relative;
}

.border-slant::after {
  position: absolute;
  width: 8em;
  height: 1px;
  background-color: var(--c-text);
  top: 0;
  left: 0;
  content: '';
}

/* header-page//////////////////////////////////////////////////////////////////// */
.header-page {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 8888;
  border-bottom: 1px solid var(--c-gray);
  background-color: hsla(0, 0%, 100%, 0.8);
  backdrop-filter: blur(5px);
}

.header-page-brand {
  display: flex;
  align-items: center;
  gap: 1rem
}

.header-page-brand-logo {
  width: 7em;
  padding: 0.5rem 0rem 0.5rem 1rem;
}

.btn-header-page {
  background-color: var(--c-primary);
  color: #FFF;
  cursor: pointer;
  margin-left: auto;
}

.btn-header-page-icon {
  font-size: 1.6em;
  line-height: 1;
  display: block;
  text-align: center;
  width: 1.6em;
  ;
}

.btn-header-page-label {
  line-height: 1;
  font-size: 0.6em;
  display: block;
  text-align: center;
  padding: 0 0 0.4em;
}

.header-page-brand .icon_ig {
  width: 22px;
  display: inline-block;
  margin-left: 8px;
  padding: 0.5rem 0;
}

/**/
.header-page-nav {
  padding: 2em 1em;
  display: none;
  height: 100vh;
  overflow-y: auto;
  padding-bottom: 10rem;
  overscroll-behavior-y: contain;
  font-family: var(--ff-serif);
  ;
}

.list-header-page {
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-header-page-item-link {
  display: block;
  padding: 1em 0;
  background-image: url('../images/ic-chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.5em top 50%;
  padding-left: 1em;
  position: relative;
}

.list-header-page-item-link.open {
  background-image: url('../images/ic-chevron-down.svg');
}

.list-header-page-item-link-nhas {
  background-image: url('../images/ic-window.png');
}

.list-header-page-item-link.active::after {
  content: "";
  background-color: var(--c-primary);
  width: 0.3em;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.list-header-page-item-link:hover,
.list-header-page-item-link:active,
.list-header-page-item-link:focus {
  text-decoration: none;
}

a.disable-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  user-select: none;
  -webkit-user-drag: none;
  opacity: 0.2;
}

a.disable {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: inherit;
  user-select: none;
  -webkit-user-drag: none;
}

/**/
.list-header-page-2nd {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--c-gray);
  display: none;
}

.list-header-page-item-2nd {
  border-top: 1px solid var(--c-gray);
  margin-top: -1px;
  height: auto !important;
  margin-bottom: -1px;
  background-color: hsl(0, 0%, 95%);
}

.list-header-page-item-link-2nd {
  display: block;
  padding: 0.7rem 0;
  background-image: url('../images/ic-chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.5em top 50%;
  padding-left: 2em;
}

.list-header-page-2nd-w .list-header-page-item-link-2nd {
  background-color: hsl(0, 0%, 100%);
}

/**/
.list-header-page-3rd {
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--c-gray);
  margin-top: -1px;
  background-color: #fff;
}

.list-header-page-item-3rd {
  border-bottom: 1px solid var(--c-gray);
}

.list-header-page-item-link-3rd {
  display: block;
  padding: 0.7rem 0;
  background-image: url('../images/ic-chevron-right.svg');
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: right 0.5em top 50%;
  padding-left: 2em;
}

.list-header-page-item-link-3rd::before {
  content: '└ ';
}

/* ページ共通メインビジュアル//////////////////////////////////////////////////////////////////// */
.section-mv-page {
  width: 100%;
  position: relative;
}

.section-mv-page-inner {
  max-width: 2000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  height: 15em;
  position: relative;
}

.section-mv-page-shade {
  background: -moz-linear-gradient(50% 100% 90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(1, rgba(0, 0, 0, 0)));
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000' ,GradientType=0)";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.section-mv-page-inner-title {
  color: #FFF;
  font-size: 1.4em;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 0.1em;
}

/*幅複数ｆswiper用*/
.swiper-slide-square {
  height: 16em;
  width: 16em;
}

.swiper-slide-portrait {
  height: 16em;
  width: 12em;
}

.swiper-slide-lectangle {
  height: 16em;
  width: 22em;
}

.swiper-variable-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}


/*仕様のサブナビ*/
.snav-specification {
  position: relative;
  margin-top: -2em;
}

.snav-specification-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.snav-specification-list-item {
  width: 33.333%;
}

.snav-specification-list-item+.snav-specification-list-item {
  border-left: 1px solid #fcf6eb;
}

.snav-specification-list-item-btn {
  background: var(--c-primary);
  ;
  color: #FFF;
  display: block;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
  padding: 0.4em 0;
  position: relative;
}

.snav-specification-list-item-btn:active,
.snav-specification-list-item-btn:hover,
.snav-specification-list-item-btn:focus {
  color: #FFF
}

.snav-specification-list-item-btn.active {
  background-color: #fcf6eb;
  color: var(--c-primary);
  ;
}

.snav-specification-list-item-btn.active::after {
  content: "";
  background-color: var(--c-primary);
  ;
  width: 1px;
  height: 2em;
  position: absolute;
  left: 50%;
  bottom: -2.5em;
}

/*仕様のサブナビ下*/
.snav-specification-bottom {
  position: relative;
  margin-top: 4em;
}

.snav-specification-bottom-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0.5rem;
}

.snav-specification-bottom-list-item {
  /* width: 33.333%; */
  flex: 1 1 0;
}

.snav-specification-bottom-list-item+.snav-specification-bottom-list-item {
  border-left: 1px solid #fcf6eb;
}

.snav-specification-bottom-list-item-btn {
  background: unset;
  color: var(--c-primary);
  display: block;
  font-size: 1.2em;
  text-align: center;
  white-space: nowrap;
  padding: 0.4em 0;
  position: relative;
  border: 1px solid var(--c-primary);
}

.snav-specification-bottom-list-item-btn:active,
.snav-specification-bottom-list-item-btn:hover,
.snav-specification-bottom-list-item-btn:focus {
  color: var(--c-primary);
}

.snav-specification-bottom-list-item-btn.active {
  background-color: var(--c-primary);
  color: #FFF;
  border-bottom: 1px solid var(--c-primary);
}


/*見出し*/
.h-bracket {
  text-align: center;
  font-weight: 500;
  font-style: normal;
}

.h-bracket-left {
  display: inline-block;
  border-left: 1px solid var(--c-text);
  position: relative;
}

.h-bracket-left::before,
.h-bracket-left::after {
  display: block;
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: var(--c-text);
  position: absolute;
  left: 0;
}

.h-bracket-left::before {
  top: 0;
}

.h-bracket-left::after {
  bottom: 0;
}

.h-bracket-right {
  display: inline-block;
  padding: 1em;
  border-right: 1px solid var(--c-text);
  position: relative;
  font-size: 1em;
}

.h-bracket-right::before,
.h-bracket-right::after {
  display: block;
  content: "";
  width: 0.8em;
  height: 1px;
  background-color: var(--c-text);
  position: absolute;
  right: 0;
}

.h-bracket-right::before {
  top: 0;
}

.h-bracket-right::after {
  bottom: 0;
}

/**/

.h-section {
  /* padding-block: min(max(1rem, calc(0.5rem + 1.5vw)), 5rem); */
  text-align: center;
  font-weight: normal;
  container-type: inline-size;
  margin-left: 0;
  margin-right: 0;
}


.h-section__title {
  display: block;
}

.h-section__title-en {
  color: var(--c-primary);
  font-size: clamp(1.8rem, 2vw + 1rem, 2.2rem);
  /* letter-spacing: 0.086em; */
}

.h-section__title-ja {
  font-family: var(--ff-serif);
  font-size: clamp(1rem, 1vw + 0.8rem, 1.2em);
  color: var(--c-primary);
  letter-spacing: 0.101em;
  margin-top: clamp(0.1rem, 1vw, 1rem);
  font-weight: 400;
}

/**/
.h-simple {
  font-size: 1.2em;
  padding: 1em 0;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-style: normal;
}

/**/
.h-plain {
  font-weight: 700;
  padding: 1em 0;
  font-size: 1.2em;
  border-bottom: 1px solid var(--c-text);
  line-height: 1.4;
  letter-spacing: 0.16em;
  font-weight: 500;
  font-style: normal;
}

/**/
.h-vertical {

  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;


  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  font-style: normal;
}

.h-vertical-nakaguro {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
}

/**/
.h-bdx {
  border-top: 1px solid var(--c-text);
  border-bottom: 1px solid var(--c-text);
  line-height: 1.4;
  padding: 0.6em 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-style: normal;
}


/* お近くの店舗を探す/////////////////////////////////////////////////////////////////// */

.card-sumai-gallery {
  background-color: #fff;
  border: 1px solid var(--c-text);
  height: 100%;
}

.card-sumai-gallery-wide {
  display: flex;
}

.card-sumai-gallery-header {
  width: 100%;
}

.card-sumai-gallery-figure {
  width: 100%;
  height: auto;
  /* padding-bottom: 70%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 50% top 50%;
  position: relative;
  aspect-ratio: 16/9;
}

.card-sumai-gallery-figure-area {
  width: 100%;
  background-color: hsla(0, 0%, 0%, 0.8);
  color: #FFF;
  font-size: 0.7em;
  line-height: 1;
  padding: 0.4em;
  letter-spacing: 0.05em;
}

.card-sumai-gallery-body {
  padding: 0.5rem;
  font-family: var(--ff-serif);
}

.card-sumai-gallery-subtitle {
  font-size: 0.6em;
}

.card-sumai-gallery-title {
  font-size: 1em;
  margin-top: 0.2em;
}

.card-sumai-gallery-copy {
  font-size: 0.6em;
  margin-top: 1em;
  line-height: 1.4;
}

/**/
.dl-gallery-phone-body {
  font-size: 0.8em;
  margin-top: 1em;
}

/**/
.card-sumai-gallery-wide .card-sumai-gallery-header {
  width: 50%;
  flex-shrink: 0;
}

.card-sumai-gallery-wide .card-sumai-gallery-body {
  padding: 1rem 0 0 1rem;
}

.card-sumai-gallery-wide .card-sumai-gallery-copy {
  font-size: 0.8em;
}

/*予告広告*/
.dl-yokoku-dt {
  border-bottom: 1px solid #111111;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

.dl-yokoku-dd {
  margin-top: 0.5em;
  font-size: 0.8em;
}

/*位置固定バナー*/
.bnr-fixed-campaign {
  display: none;
}

/*物件ページ用バナー*/
.page-bnr-wrapper {
  width: 99%;
  margin: 2em auto;
}

.page-bnr-wrapper .pc-none {
  display: block;
}

.page-bnr-wrapper .sp-none {
  display: none;
}

/* MARK:デスクトップ */
@media (min-width: 768px) {

  body,
  html {
    font-size: calc(708.792px / 69.125)
  }

  body {
    padding-top: 90px;
  }

  ::-webkit-scrollbar {
    width: 0.6em;
  }

  ::-webkit-scrollbar-track {
    background-color: hsla(0, 0%, 90%, 1);
    box-shadow: inset 0 0 0.2em hsla(0, 0%, 50%, 1);
  }

  ::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 33%, 1);
  }

  .container-fluid {
    max-width: 2000px;
  }

  a.anchor {
    display: block;
    padding-top: 3.239375rem;
    margin-top: -3.239375rem
  }

  a.anchor-2 {
    display: block;
    padding-top: 6.238rem;
    margin-top: -6.238rem
  }

  a.anchor-snav {
    display: block;
    padding-top: 3.2rem;
    margin-top: -3.2rem
  }




  /*Width*/
  .max-width-60 {
    max-width: 60% !important
  }

  .max-width-80 {
    max-width: 80% !important
  }

  /*Padding*/
  .p-dt-0 {
    padding: 0 !important
  }

  .p-dt-xs {
    padding: .5rem !important
  }

  .p-dt-sm {
    padding: 2rem !important
  }

  .p-dt-md {
    padding: 3rem !important
  }

  .p-dt-lg {
    padding: 5rem !important
  }

  .p-dt-xlg {
    padding: 10rem !important
  }

  .p-dt-xxlg {
    padding: 15rem !important
  }

  .pt-dt-0 {
    padding-top: 0 !important
  }

  .pt-dt-xs {
    padding-top: .5rem !important
  }

  .pt-dt-sm {
    padding-top: 2rem !important
  }

  .pt-dt-md {
    padding-top: 3rem !important
  }

  .pt-dt-lg {
    padding-top: 5rem !important
  }

  .pt-dt-xlg {
    padding-top: 10rem !important
  }

  .pt-dt-xxlg {
    padding-top: 15rem !important
  }

  .pr-dt-0 {
    padding-right: 0 !important
  }

  .pr-dt-xs {
    padding-right: .5rem !important
  }

  .pr-dt-sm {
    padding-right: 2rem !important
  }

  .pr-dt-md {
    padding-right: 3rem !important
  }

  .pr-dt-lg {
    padding-right: 5rem !important
  }

  .pr-dt-xlg {
    padding-right: 10rem !important
  }

  .pr-dt-xxlg {
    padding-right: 15rem !important
  }

  .pb-dt-0 {
    padding-bottom: 0 !important
  }

  .pb-dt-xs {
    padding-bottom: .5rem !important
  }

  .pb-dt-sm {
    padding-bottom: 2rem !important
  }

  .pb-dt-md {
    padding-bottom: 3rem !important
  }

  .pb-dt-lg {
    padding-bottom: 5rem !important
  }

  .pb-dt-xlg {
    padding-bottom: 10rem !important
  }

  .pb-dt-xxlg {
    padding-bottom: 15rem !important
  }

  .pl-dt-0 {
    padding-left: 0 !important
  }

  .pl-dt-xs {
    padding-left: .5rem !important
  }

  .pl-dt-sm {
    padding-left: 2rem !important
  }

  .pl-dt-md {
    padding-left: 3rem !important
  }

  .pl-dt-lg {
    padding-left: 5rem !important
  }

  .pl-dt-xlg {
    padding-left: 10rem !important
  }

  .pl-dt-xxlg {
    padding-left: 15rem !important
  }

  .px-dt-lg {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important
  }

  /*Margin*/
  .m-dt-0 {
    margin: 0 !important
  }

  .mt-dt-0 {
    margin-top: 0 !important
  }

  .mt-dt-xs {
    margin-top: .5rem !important
  }

  .mt-dt-sm {
    margin-top: 2rem !important
  }

  .mt-dt-md {
    margin-top: 3rem !important
  }

  .mt-dt-lg {
    margin-top: 5rem !important
  }

  .mt-dt-xlg {
    margin-top: 10rem !important
  }

  .mt-dt-xxlg {
    margin-top: 15rem !important
  }

  .mr-dt-0 {
    margin-right: 0 !important
  }

  .mr-dt-xs {
    margin-right: .5rem !important
  }

  .mr-dt-sm {
    margin-right: 2rem !important
  }

  .mr-dt-md {
    margin-right: 3rem !important
  }

  .mr-dt-lg {
    margin-right: 5rem !important
  }

  .mr-dt-xlg {
    margin-right: 10rem !important
  }

  .mr-dt-xxlg {
    margin-right: 15rem !important
  }

  .mb-dt-0 {
    margin-bottom: 0 !important
  }

  .mb-dt-xs {
    margin-bottom: .5rem !important
  }

  .mb-dt-sm {
    margin-bottom: 2rem !important
  }

  .mb-dt-md {
    margin-bottom: 3rem !important
  }

  .mb-dt-lg {
    margin-bottom: 5rem !important
  }

  .mb-dt-xlg {
    margin-bottom: 10rem !important
  }

  .mb-dt-xxlg {
    margin-bottom: 15rem !important
  }

  .ml-dt-0 {
    margin-left: 0 !important
  }

  .ml-dt-xs {
    margin-left: .5rem !important
  }

  .ml-dt-sm {
    margin-left: 2rem !important
  }

  .ml-dt-md {
    margin-left: 3rem !important
  }

  .ml-dt-lg {
    margin-left: 5rem !important
  }

  .ml-dt-xlg {
    margin-left: 10rem !important
  }

  .ml-dt-xxlg {
    margin-left: 15rem !important
  }

  /*Text*/
  .fz-dt-06 {
    font-size: .6em !important
  }

  .fz-dt-08 {
    font-size: .8em !important
  }

  .fz-dt-09 {
    font-size: .9em !important
  }

  .fz-dt-10 {
    font-size: 1em !important
  }

  .fz-dt-12 {
    font-size: 1.2em !important
  }

  .fz-dt-14 {
    font-size: 1.4em !important
  }

  .fz-dt-16 {
    font-size: 1.6em !important
  }

  .fz-dt-18 {
    font-size: 1.8em !important
  }

  .fz-dt-20 {
    font-size: 2em !important
  }

  .fz-dt-22 {
    font-size: 2.2em !important
  }

  .fz-dt-24 {
    font-size: 2.4em !important
  }

  .fz-dt-26 {
    font-size: 2.6em !important
  }

  .fz-dt-28 {
    font-size: 2.8em !important
  }

  .fz-dt-30 {
    font-size: 3em !important
  }

  .fz-dt-32 {
    font-size: 3.2em !important
  }

  .fz-dt-34 {
    font-size: 3.4em !important
  }

  .fz-dt-36 {
    font-size: 3.6em !important
  }

  .fz-dt-38 {
    font-size: 3.8em !important
  }

  .fz-dt-40 {
    font-size: 4em !important
  }

  /**/
  .row.gtr-dt-0 {
    margin-left: 0;
    margin-right: 0
  }

  .row.gtr-dt-1 {
    margin-left: -1px;
    margin-right: -1px
  }

  .row.gtr-dt-sm {
    margin-left: -.5em;
    margin-right: -.5em
  }

  .row.gtr-dt-md {
    margin-left: -1em;
    margin-right: -1em
  }

  .row.gtr-dt-lg {
    margin-left: -2em;
    margin-right: -2em
  }

  .gtr-dt-0>[class*=col-] {
    padding-left: 0;
    padding-right: 0
  }

  .gtr-dt-1>[class*=col-] {
    padding-left: 1px;
    padding-right: 1px
  }

  .gtr-dt-sm>[class*=col-] {
    padding-left: .5em;
    padding-right: .5em
  }

  .gtr-dt-md>[class*=col-] {
    padding-left: 1em;
    padding-right: 1em
  }

  .gtr-dt-lg>[class*=col-] {
    padding-left: 2em;
    padding-right: 2em
  }

  /**/
  .text-dt-left {
    text-align: left !important
  }

  .text-dt-center {
    text-align: center !important
  }

  .text-dt-right {
    text-align: right !important
  }

  /*Form*/
  .form-control {
    font-size: 1em
  }

  .form-control,
  .input-lg {
    padding: 0.9em 0.6em
  }

  /*Responsive*/
  .center-dt-block {
    margin-left: auto;
    margin-right: auto
  }

  /*Button*/
  .btn-tel-body {
    font-size: 1.8em;
  }

  /*Shadow*/
  .shadow-inset-top {
    box-shadow: inset 0px 0.8em 0.8em -0.4em hsla(0, 0%, 0%, 0.06);
  }

  /*Header*/

  /*.footer-page*/
  .footer-page-copyright {
    border-top: 1px solid hsla(0, 0%, 30%, 1.00);
    padding-top: 4em;
  }

  /**/
  .list-foooter-links-2nd {
    margin-top: 0;
  }

  .list-foooter-links-2nd,
  .list-foooter-links-2nd-item {
    border: none !important;
  }

  .list-foooter-links-2nd {
    padding-left: 1.5em;
    display: block;
  }

  .list-foooter-links-2nd-item {
    display: list-item;
    line-height: 1.2;
    list-style: disc;
    width: 100%;
  }

  .list-foooter-links-2nd-item:nth-child(-n+2) {
    width: 100%;
  }

  .list-foooter-links-2nd-item+.list-foooter-links-2nd-item {
    margin-top: 1em
  }

  .list-foooter-links-2nd-item-link {
    background: none;
    padding: 0;
  }

  /**/
  .footer-acc {
    border: none;
    height: 100%;
    border-left: 1px solid hsla(0, 0%, 30%, 1.00);
    padding: 1em 0em 1em 2em;
  }

  .footer-acc-dd {
    display: block !important;
  }

  .row-footer-page>*:last-child .footer-acc {
    border-right: 1px solid hsla(0, 0%, 30%, 1.00);
  }

  .list-acc-content {
    display: block;
  }

  .list-acc-content {
    padding-left: 2.5em;
    display: block;
  }

  .list-acc-content-item {
    display: list-item;
    line-height: 1.2;
    list-style: disc;
    width: 100%;
    margin-block: 1rem;
  }

  .list-acc-content-item+.list-acc-content-item {
    border: none;
  }

  .list-acc-content-item-link {
    background-color: unset;
    color: #FFF !important;
    padding: 0;
    background-image: none;
  }

  .footer-acc-dt-link {
    background-image: url('../images/ic-arrow-right-white.png');
    background-size: 0.6em auto;
    background-position: left 0 top 46%;
  }

  /**/
  .row-footer-page {
    display: flex;
  }

  .row-footer-page::after,
  .row-footer-page::before {
    display: none;
    content: none
  }

  /**/
  .list-foooter-links-1st,
  .list-foooter-links-1st-item {
    border: none !important;
  }

  .list-foooter-links-1st-item:nth-child(-n+4),
  .list-foooter-links-1st-item {
    width: auto;
  }

  .list-foooter-links-1st-item:nth-of-type(1) {
    width: 100%;
  }

  .list-foooter-links-1st-item-link {
    background-position: left 1em top 46%
  }

  .list-foooter-links-1st-item-link {
    padding: 1em 4em 1em 2em;
  }

  /* header-page//////////////////////////////////////////////////////////////////// */
  .header-page {
    padding: 1rem 0 0;
    transition: top 0.6s ease-out;
  }

  .header-page.condenced {
    top: -4.5em
  }

  .header-page-brand {
    padding: 0 1em 1em;
  }

  .header-page-brand-logo {
    padding: 0;
    width: 11em;
  }

  .btn-nhas-outer {
    width: 12em;
    margin-left: auto;
  }

  .btn-header-page {
    margin-left: 1.5em;
    padding: 0.3em;
    display: none;
  }

  .header-page-brand .icon_ig {
    display: inline-block;
    margin-left: 13px;
    padding: 0;
    width: 30px;
  }

  /**/
  .header-page-nav {
    display: block;
    padding: 0;
    height: auto;
  }

  .list-header-page {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    border-top: none;
    border-left: none;
  }

  .list-header-page-item {
    width: 25%;
    border-bottom: none;
    position: relative;
    border-right: none
  }

  .list-header-page-item-link {
    background: none;
    text-align: center;
    font-size: 0.8em;
    position: relative;
  }

  .list-header-page-item-link-nhas {
    background-image: url('../images/ic-window.png');
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-position: right 0.5em top 50%;
  }

  .list-header-page-item-link::before {
    content: "";
    background-color: var(--c-primary);
    position: absolute;
    width: 0%;
    height: 0.2em;
    top: auto;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease-out;
  }

  .list-header-page-item-link:hover:before {
    width: 100%
  }

  .list-header-page-item-link.active::after {
    width: 100%;
    height: 0.2em;
    top: auto;
    bottom: 0;
  }

  /**/
  .header-page-nav {
    overflow-y: visible;
  }

  .list-header-page-item-link-2nd {
    padding-left: 1.0rem;
    font-size: 0.8rem;
  }

  .list-header-page-item-link-3rd {
    padding-left: 1.0rem;
    font-size: 0.8rem;
  }

  .list-header-page-2nd {
    position: absolute;
    left: 0;
    top: auto;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1em 1em 0px hsla(0, 0%, 0%, 0.1);
  }

  /* ページ共通メインビジュアル//////////////////////////////////////////////////////////////////// */
  .section-mv-page-inner {
    height: 50em;
  }

  .section-mv-page-inner-title {
    font-size: 1.8em;
  }

  /*仕様のサブナビ*/
  .snav-specification {
    margin-top: -3em;
  }

  .snav-specification-list-item-btn {
    padding: 1em 0;
  }

  /**/


  /*見出し*/
  .h-bracket-right {
    font-size: 1.2em;
  }

  /**/

  .h-section::before {
    width: 25%;
    left: 50%;
    margin-left: -12.5%;
    height: 2px;
  }

  .h-section::after {
    left: 50%;
    margin-left: -1em;
    height: 2px;
  }

  /**/
  .h-plain {
    text-align: center;
    font-size: 1.4em;
    padding: 3em 0;
  }

  /**/
  .h-vertical {
    font-size: 1.8em;
  }



  /*Pagination*/
  .pagination {
    width: auto;
  }

  .pagination>li {
    min-width: 2.5em;
    flex-grow: unset;
  }


  /* お近くの店舗を探す/////////////////////////////////////////////////////////////////// */
  .card-sumai-gallery-figure-area {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    backdrop-filter: blur(0.5em);
  }

  .card-sumai-gallery-subtitle {
    font-size: 0.7em;
  }

  .card-sumai-gallery-body {
    font-size: 1em;
    padding: 1rem;
  }

  .card-sumai-gallery-title {
    font-size: 1.2em;
  }

  .card-sumai-gallery-copy {
    font-size: 0.8em;
  }

  .card-sumai-gallery-figure {
    /* padding-bottom: 50%; */
    aspect-ratio: 16 / 9;
  }

  /**/
  .dl-gallery-phone {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dl-gallery-phone-wrap {
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .dl-gallery-phone-body {
    font-size: 0.8em;
    margin-left: 1em;
    margin-top: 0;
  }

  /* バナーエリア/////////////////////////////////////////////////////////////////// */

  .wrapper-banner {
    max-width: 916px;
    margin-left: auto;
    margin-right: auto;
  }

  /*予告広告*/
  .dl-yokoku {
    display: flex;
    width: 100%;
  }

  .dl-yokoku-dt {
    border-bottom: none;
    border-right: 1px solid #111111;
    font-size: 1em;
    padding-right: 1em;
    flex-shrink: 0;
  }

  .dl-yokoku-dd {
    margin-top: 0;
    padding-left: 1em;
  }

  /*位置固定バナー*/
  .bnr-fixed-campaign {
    position: fixed;
    z-index: 2000;
    top: 10em;
    right: 1em;
    width: 12em;
    display: block;
  }

  .bnr-fixed-campaign-header {
    text-align: right;
  }

  .bnr-fixed-campaign-header .material-icons-outlined {
    cursor: pointer;
  }

  .bnr-fixed-campaign-body img {
    filter: drop-shadow(0em 0.1em 0em hsla(28, 100%, 100%, 0.5)) drop-shadow(0em 0.5em 0.5em hsla(28, 100%, 100%, 0.5)) drop-shadow(0em 0.5em 0.5em hsla(28, 100%, 100%, 0.5))
  }


  /*物件ページ用バナー*/
  .page-bnr-wrapper {
    width: 90%;
    margin: 2rem auto;
  }

  .page-bnr-wrapper .pc-none {
    display: none;
  }

  .page-bnr-wrapper .sp-none {
    display: block;
  }

}

/* 販売代理 */
.footer-contact-dairi__nf {
  margin-inline: auto;
  display: block;
  width: 16rem;
}

.footer-contact-dairi__sumisyou {
  margin-inline: auto;
  display: block;
  width: 22rem;
}

/* カーナビアドレス */
.info-carnav {
  margin-top: 1rem;
  color: #FFF;
  text-align: center;
  padding: 0.8rem;
  line-height: 1;
  position: relative;
}

.info-carnav::after {
  content: "";
  border: 1px solid #FFFFFF7F;
  position: absolute;
  inset: 0.3rem;
}

.info-carnav__title {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}

.info-carnav__icon {
  width: 2.4rem;
}

.info-carnav__body {
  border-top: 1px solid #FFFFFF7F;
  padding-top: 0.6rem;
  margin-top: 0.6rem;
  font-size: 1.2em;
}

.header-propaty-sm-row-1-list-btns-2-item-body {
  font-size: 1.3em;
  letter-spacing: 0.1em;
}



/* //////////////////////////////////////////////////////////////////// */

@media (min-width:993px) {

  body,
  html {
    font-size: calc(915.862px / 69.125)
  }
}

/* //////////////////////////////////////////////////////////////////// */

@media (min-width:1200px) {

  /*HTML*/
  body,
  html {
    font-size: calc(1106px / 69.125)
  }

}

/* //////////////////////////////////////////////////////////////////// */


@media (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .card-news-title-link {
    background: 0 0;
    color: var(--c-text)
  }
}

/* //////////////////////////////////////////////////////////////////// */

@media print {
  a[href]:after {
    content: "" !important
  }

  abbr[title]:after {
    content: "" !important
  }
}


@view-transition {
  navigation: auto;
}

.btn-border.btn-reset-map {
  background-image: unset;
  font-size: 0.8em;
}

/* 販売提携 　一旦非表示　*/
/* .row-footer__1:nth-of-type(2) {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
} */

.row-footer__1:nth-of-type(2).not-nf {
  visibility: hidden;
  height: 0px;
  overflow: hidden;
}



/* ヘッダー */

html {
  scroll-padding-top: 50px;
}

@media(min-width:768px) {
  html {
    scroll-padding-top: 90px;
  }
}


.header-k7m {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  height: 50px;
  display: flex;
  backdrop-filter: blur(5px);
  align-items: center;
  z-index: 10;
}

.header-k7m__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 10px;
}

.header-k7m__title {
  width: 130px;
}

.header-k7m__logo-link {}

.header-k7m__logo-image {}

.header-k7m__group-logo {
  width: 110px;
}

.header-k7m__group-link {}

.header-k7m__group-image {}

.header-k7m__nav {

  display: none;

  position: fixed;

  width: 100%;

  height: calc(100dvh - 50px);

  background-color: #fff;

  overflow-y: auto;

  left: 0;

  top: 50px;

  padding: 2rem;
}

.header-k7m__nav-list {
  padding: 0;
}

.header-k7m__nav-item {}

.header-k7m__nav-link {
  display: flex;
  background-color: #f2f2f2;
  padding: 0.8em;
  border-bottom: 1px solid var(--c-primary);
  align-items: center;
}

.header-k7m__subnav-list {
  padding: 0;
}

.header-k7m__subnav-item {}

.header-k7m__subnav-link {
  display: block;
  padding: 1em 3em 1em 1em;
  border-bottom: 1px solid var(--c-secondary);
  /* border-bottom: 1px solid var(--c-secondary); */
  background-image: url(../images/renew/arrow_right.png);
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: top 50% right 2em;
  line-height: 1.2;
  text-wrap: balance;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
  line-break: strict;
}

.header-k7m__subsubnav-list {
  padding: 0;
}

.header-k7m__subsubnav-item {
  display: block;
  padding: 1em 1em 1em 3em;
  border-bottom: 1px solid var(--c-secondary);
  background-image: url("../images/renew/arrow_right.png");
  background-repeat: no-repeat;
  background-size: 0.4em;
  background-position: top 50% right 2em;
}

.header-k7m__subsubnav-item a::before {
  content: "└ ";
}

.header-k7m__subsubnav-link {}

.header-k7m__nav-icon {
  width: 1em;
  margin-left: auto;
}

.header-k7m__nav-icon-image {}

.header-k7m__social {
  width: 40px;
  margin-top: 2rem;
  margin-inline: auto;
}

.header-k7m__social-link {}

.header-k7m__social-image {}

.header-k7m__menu-button {
  position: absolute;
  right: 10px;
  top: 50%;
  0;
  z-index: 2000;
  left: auto;
  margin-top: -20px;
}

.header-k7m__menu-btn {
  border: 1px solid var(--c-text);
  background-color: #FFF;
  line-height: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url("../images/renew/menu_40dp_363636_FILL0_wght300_GRAD0_opsz40.png");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 25px;
  cursor: pointer;
}

.header-k7m__menu-btn.active {
  background-image: url("../images/renew/close_40dp_363636_FILL0_wght300_GRAD0_opsz40.png");
}


.header-k7m__menu-btn.active {}

:has(.header-k7m__menu-btn.active) .header-k7m__nav {
  display: block;
  animation: headerK7mNavFadeIn 0.4s cubic-bezier(.4, 0, .2, 1) forwards;
}

.header-k7m__nav {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.4s cubic-bezier(.4, 0, .2, 1), transform 0.4s cubic-bezier(.4, 0, .2, 1);
}

@keyframes headerK7mNavFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (min-width: 768px) {

  .header-k7m {
    height: 90px;
    padding-in;
    padding-inline: 40px;
  }

  .header-k7m__inner {
    gap: 2rem;
  }

  .header-k7m__title {
    width: 200px;
  }

  .header-k7m__logo-link {}

  .header-k7m__logo-image {}

  .header-k7m__group-logo {
    width: 200px;
  }

  .header-k7m__group-link {}

  .header-k7m__group-image {}

  .header-k7m__nav {
    opacity: 1;
    display: flex;
    height: auto;
    margin-left: auto;
    padding: 0;
    margin-right: 0;
    width: auto;
    position: static;
    transform: translateY(0);
    background-color: unset;
    align-items: center;
    overflow: visible;
    gap: 2rem;
  }

  .header-k7m__nav-list {
    display: flex;
    font-size: 0.96em;
  }

  .header-k7m__nav-item {}

  .header-k7m__nav-link {
    background-color: unset;
    border-bottom: none;
    gap: 0.3em;
  }




  .header-k7m__subnav-list {
    display: none;
    position: relative;
  }


  .header-k7m__nav-item:hover .header-k7m__subnav-list {
    display: block;
    position: absolute;
    top: auto;
    left: auto;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1em 1em 0px hsla(0, 0%, 0%, 0.1);
    width: 22rem;
    max-height: calc(100dvh - 90px);
    overflow-x: auto;
    border-top: 4px solid var(--c-primary);
    margin-top: -4px;
    overscroll-behavior: contain;
  }






  .header-k7m__subnav-item {}

  .header-k7m__subnav-link {
    background-color: #f2f2f2;
  }

  .header-k7m__subsubnav-list {}

  .header-k7m__subsubnav-item {
    padding: 1em 1em 1em 2em;
  }

  .header-k7m__subsubnav-link {}

  .header-k7m__nav-icon {}

  .header-k7m__nav-icon-image {}

  .header-k7m__social {
    margin: 0;
  }

  .header-k7m__social-link {}

  .header-k7m__social-image {}

  .header-k7m__menu-button {
    display: none;
  }

  .header-k7m__menu-btn {}







}



/* 地図の切り替えボタン */

.search-type-switch {
  line-height: 1;
  margin-bottom: 1rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem;
}

.search-type-switch__button {
  background-color: unset;
  border: 1px solid var(--c-secondary);
  color: var(--c-secondary);
  padding: 0.5em 1em;
  white-space: nowrap;
}

.search-type-switch__button.active {
  background-color: var(--c-secondary);
  color: #fff;
  background-image: url("../images/ic-arrow-white-right.svg");
  background-repeat: no-repeat;
  background-position: left 0.35em center;
  background-size: 0.6em;
}

@media (min-width:768px) {
  .search-type-switch {
    grid-template-columns: auto;
    margin-bottom: 0;
    gap: 0.5rem;
  }

  .search-type-switch__button {
    text-align: left;
  }

}