@charset "UTF-8";
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,
b,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.6rem;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

.f50 {
  font-size: 50% !important;
}

.f60 {
  font-size: 60% !important;
}

.f70 {
  font-size: 70% !important;
}

.f80 {
  font-size: 80% !important;
}

.f90 {
  font-size: 90% !important;
}

.f100 {
  font-size: 100% !important;
}

.f110 {
  font-size: 110% !important;
}

.f120 {
  font-size: 120% !important;
}

.f130 {
  font-size: 130% !important;
}

.f140 {
  font-size: 140% !important;
}

.f150 {
  font-size: 150% !important;
}

.f160 {
  font-size: 160% !important;
}

.f170 {
  font-size: 170% !important;
}

.f180 {
  font-size: 180% !important;
}

.f190 {
  font-size: 190% !important;
}

.f200 {
  font-size: 200% !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #141414;
}

.Container {
  width: 1168px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.Container__thumbnail {
  width: 720px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 320px;
  overflow: hidden;
}
.breadcrumbs a:hover {
  color: #ffa70b;
}
.breadcrumbs a {
  text-decoration: none;
  color: #141414;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.breadcrumbs {
  margin-bottom: 64px;
  line-height: 1.5;
}
.Thumbnail__img {
  width: 100%;
  height: auto;
}
.Thumbnail {
  background-color: #f0f0f0;
  height: 320px;
  overflow: hidden;
}
.Header {
  position: fixed;
  top: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 4vw;
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 10;
}
.Header--white {
  background-color: rgba(255, 255, 255, 0.8);
}

.Logo--header_img {
  width: 268px;
  height: 38px;
}

.Logo__stay {
  width: 400px;
  height: 173px;
}

.Nav__header_ul {
  margin-left: auto;
}

.Nav__header_li {
  display: inline-block;
}

.Nav__header_li + .Nav__header_li {
  margin-left: 24px;
}

.Nav__header_a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.Header--white .Nav__header_a {
  color: #000;
}
.Nav__header_a:hover {
  color: #ffa70b;
}

.Kv {
  /* background-image: url(../img/Kv.png); */
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  /* height: 100vh; */
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.Kv__bg--top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.Box__kv {
  width: 100%;
  padding-top: 66vw;
}
.Kv__ttl {
  font-size: 78px;
  font-weight: bold;
  line-height: 1.2564102564102564;
  color: #141414;
  position: absolute;
  top: 80px;
  bottom: 0;
  margin: auto;
  height: 20vh;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#Kv__top {
  display: none;
}
#Sketch__top {
  display: none;
}
.Kv__ttl--sub {
  font-size: 20px;
  position: relative;
  top: -40px;
}

.Container__kv {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.Description {
  padding: 80px 0;
  text-align: center;
}
.page-top .Description {
  padding: 0 0 80px;
}

.Description__ttl {
  line-height: 1.4;
  font-size: 50px;
  font-weight: bold;
}

.Description__text {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 40px;
}
.Description__logo {
  width: 190px;
  height: 120px;
  margin-top: 40px;
}

/* 2021.03.30追加　バナー */
.banner-contact {
  margin-top: 14px;
}

.banner-contact a {
  display: block;
  max-width: 639px;
  margin: 0 auto;
  transition: 0.3s;
}

.banner-contact a:hover {
  opacity: 0.6;
}

.banner-contact img {
  width: 100%;
  height: auto;
}

.Description__flex {
  margin-top: 40px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Description__flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #141414;
  width: 228px;
  height: 228px;
  border-radius: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #141414;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Description__flex_item:hover {
  background-color: #ffa70b;
}

.Description__flex_item_text {
  margin-top: 16px;
}

.Description__icon {
  height: 55px;
  width: auto;
}

.Arrow {
  display: inline-block;
  content: "";
  width: 64px;
  border-bottom: 1px solid #141414;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  bottom: 40px;
}

.Arrow::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 12px;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 64px;
  background: #141414;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.Building {
  padding: 80px 0;
  padding-bottom: 64px;
  background-color: #e9e9e9;
}

.Building__ttl {
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
}

.Building__ttl--sub {
  font-size: 30px;
}

.Building__ttl_description {
  font-size: 20px;
  line-height: 1.7;
  margin-top: 40px;
}

.Building__Grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2% 31% 10% 57%;
  grid-template-columns: 2% 31% 10% 57%;
  -ms-grid-rows: 13vw 33vw 5vw;
  grid-template-rows: 13vw 33vw 5vw;
  margin-top: 40px;
}

.Building__Grid + .Building__Grid {
  margin-top: 80px;
}

.Building__Grid_imgbox {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  grid-area: 1/3/4/5;
  overflow: hidden;
}

.Building__Grid_img {
  width: 100%;
  height: auto;
}

.Building__Grid_img--h {
  height: 100%;
  width: auto;
}

.Building__Grid_textbox {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
  border: 5px solid;
  padding: 2vw;
  position: relative;
}

.Building__Grid_textbox--white {
  background-color: #ffffff;
}

.Building__Grid_textbox--black {
  background-color: #141414;
  color: #ffffff;
  border-color: #141414;
}

.Building__Grid_textbox--black .Ttl__underline::after {
  background-color: #ffffff;
}

.Building__Grid_textbox--black .Btn__arrow {
  color: #ffffff;
}

.Building__Grid_textbox--black .Btn__arrow::after,
.Building__Grid_textbox--black .Btn__arrow::before {
  background-color: #ffffff;
}

.Building__Grid_textbox--yellow {
  background-color: #ffa70b;
}

.Building__Grid--r {
  -ms-grid-columns: 57% 10% 31% 2%;
  grid-template-columns: 57% 10% 31% 2%;
}

.Building__Grid--r .Building__Grid_imgbox {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/4/3;
}

.Building__Grid--r .Building__Grid_textbox {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2/2/3/4;
}

.Building__Grid_text {
  font-size: 1.2vw;
  margin-top: 2vw;
  line-height: 1.7;
}

.Building__Grid_ttl {
  font-size: 2.4vw;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 2vw;
}

.Grid__about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 45% 55%;
  grid-template-columns: 45% 55%;
  -ms-grid-rows: 45vw;
  grid-template-rows: 45vw;
}

.Grid__about_textbox {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Grid__about_textbox--black {
  background-color: #141414;
  color: #ffffff;
}

.Grid__about_textbox--black .Btn__border {
  color: #ffffff;
  border-color: #ffffff;
}

.Grid__about_textbox--black .Btn__border:hover {
  color: #141414;
  background-color: #ffffff;
}

.Grid__about_textbox--yellow {
  background-color: #ffa70b;
}

.Grid__about_textbox .Btn__border {
  margin: 40px auto 0;
  width: 80%;
  font-size: 1.6vw;
}

.Grid__about_ttl {
  width: 80%;
  font-size: 2.8vw;
  line-height: 1.4;
  font-weight: bold;
}

.Grid__about_ttl_sub {
  font-size: 2vw;
}

.Grid__about_imgbox {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  overflow: hidden;
  text-align: center;
}

.Grid__about_img {
  height: 100%;
}

.Contact {
  padding: 80px 0;
}

.Contact__ttl {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.4;
}

.Contact__ttl--sub {
  font-size: 30px;
}

.Contact__flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 80px;
}

.Contact__flex_inner {
  width: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Contact__flex_inner + .Contact__flex_inner {
  border-left: 1px solid;
}

.Contact__flex_inner_imgbox {
  width: 30%;
  padding: 56px 32px 56px 56px;
}

.Contact__flex_inner_textbox {
  width: 70%;
  font-weight: bold;
}

.Contact__flex_inner_time {
  font-size: 20px;
  margin-bottom: 16px;
}

.Contact__flex_inner_tel {
  font-size: 52px;
  text-decoration: none;
  color: #141414;
}
.Contact__flex_inner_tel--stay_attention {
  font-size: 90%;
  margin-top: 24px;
}
.Contact__flex_inner_tel--stay {
  margin-top: 8px;
  display: block;
  font-size: 52px;
  text-decoration: none;
  color: #141414;
}
.Contact__flex_inner_toform {
  text-align: center;
  display: block;
  background: #141414;
  color: #ffffff;
  -webkit-transform: 20px;
  transform: 20px;
  padding: 24px;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 5px solid #141414;
}

.Contact__flex_inner_toform:hover {
  background-color: #ffffff;
  color: #141414;
}

.Footer {
  padding: 80px 0;
  background-color: #141414;
  color: #ffffff;
}

.Footer__nav_a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 16px 0;
}

.Footer__nav_a:hover {
  color: #ffa70b;
}

.Footer__flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Footer__flex_item_nav {
  width: 50%;
}

.Footer__flex_item_logo {
  width: 50%;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Footer__flex_item_logobox {
  width: 40%;
}

.Footer__flex_item_textbox {
  padding-left: 40px;
  width: 60%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
}

.Footer__copy {
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
}

.Btn__arrow {
  text-decoration: none;
  color: #141414;
  font-weight: bold;
  font-size: 1.4vw;
  position: absolute;
  padding-right: 6vw;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  bottom: 4vw;
}

.Btn__arrow:hover {
  padding-right: 8vw;
}

.Btn__arrow:hover::before {
  width: 7vw;
}

.Btn__arrow::before,
.Btn__arrow::after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  right: 0;
  bottom: 4px;
  background-color: #141414;
}

.Btn__arrow::before {
  width: 5vw;
  height: 1px;
}

.Btn__arrow::after {
  width: 12px;
  height: 1px;
  right: -12px;
  -webkit-transform-origin: 0px 0.5px;
  transform-origin: 0px 0.5px;
  -webkit-transform: rotate(-150deg);
  transform: rotate(-150deg);
}

.Btn__border {
  text-align: center;
  border: 6px solid #141414;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #141414;
  padding: 24px;
  display: block;
  width: 50%;
  margin: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Btn__border:hover {
  background-color: #141414;
  color: #ffffff;
}

.Ttl__underline {
  display: inline-block;
  font-size: 2vw;
  font-weight: bold;
  padding-bottom: 1.2vw;
  position: relative;
}

.Ttl__underline::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.2vw;
  width: 100%;
  background-color: #141414;
}

.Ttl__en {
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 2px;
}
.Ttl__h1--sub {
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
  letter-spacing: 2px;
}
.Single .Ttl__h1 {
  font-size: 32px;
}
.Ttl__h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
}
.Ttl__h1--sub--garally {
  font-size: 20px;
  line-height: 1.4;
}
.Ttl__h1--garally {
  font-size: 46px;
  margin-bottom: 40px;
}
.Text__Work {
  font-size: 18px;
  line-height: 1.7;
}
.Section__stay {
  background-color: #ffa70b;
  padding: 80px 0;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -120px;
}

.Section__stay_ttl {
  line-height: 1.5;
  font-size: 40px;
  margin-top: 40px;
  font-weight: bold;
}

.Section__stay_text {
  line-height: 1.7;
  margin-top: 40px;
}

.Section__stay_flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
}

.Section__stay_flex_item {
  width: 32%;
}

.Section__stay_flex_item_img {
  width: 100%;
}

.Special {
  margin-top: 136px;
}

.Special__flex {
  margin-top: 16px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Special__flex_item {
  width: 49%;
}

.Special__flex_item:nth-of-type(n + 3) {
  margin-top: 24px;
}

.Special__flex_item_a {
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Special__flex_item_a:hover {
  opacity: 0.8;
}

.Special__flex_item_img {
  width: 100%;
  height: auto;
}

.Contents {
  padding: 80px 0;
}

.Contents__ttl {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.7;
}

.Contents__ttl--sub {
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 1.4;
  position: relative;
}

.Contents__flex {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}

.Contents__flex_item {
  width: 49%;
}

.Contents__flex_item:nth-of-type(n + 3) {
  margin-top: 40px;
}

.Contents__flex_inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
  color: #141414;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Contents__flex_inner:hover {
  color: #ffa70b;
}

.Contents__flex_inner:hover .Contents__flex_inner_img {
  opacity: 0.8;
}

.Contents__flex_inner_imgbox {
  width: 50%;
}

/* .Wrap__thumbnail {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
 */
.Contents__flex_inner_img {
  width: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.Contents__flex_inner_textbox {
  width: 50%;
  padding-left: 16px;
}

.Contents__flex_inner_textbox_date {
  font-size: 14px;
  margin-bottom: 16px;
}

.Contents__flex_inner_textbox_category {
  font-size: 10px;
  padding: 4px;
  border: 1px solid;
}

.Contents__flex_inner_textbox_ttl {
  margin-top: 24px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.Block__ttl {
  margin-bottom: 64px;
}
.Block__ttl--garally {
}
.Block__category_ttl {
  font-size: 14px;
}
.Block__category_flex_ul {
  margin-top: 16px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
}
.Block__category_flex_li + .Block__category_flex_li {
  /* margin-left: 16px; */
}
.Block__category_flex_li {
  display: inline-block;
  /* flex-grow: 1; */
  margin-bottom: 8px;
  text-align: center;
}
.Block__category_flex_a:hover {
  background-color: #ffa70b;
  color: #141414;
}
.Single .Block__category_flex_a {
  border-radius: 200px;
}
.Block__category_flex_a {
  display: block;
  padding: 8px 16px;
  margin: 0 8px 0 0;
  border: 1px solid #141414;
  background-color: #fff;
  text-decoration: none;
  color: #141414;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/* サーチ用追加 20100205*/
.Block__search {
  margin-top: 10px;
  font-size: 14px;
}
.Block__search_mado {
  margin-top: 10px;
}
.searchform input.searchfield {
  padding: 10px;
}
input.searchsubmit {
  padding: 8px;
}

.Zoombox {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.Flex__archive_item_img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.Flex__archive_item_img {
  width: 100%;
  transition-duration: 0.3s;
  display: block;
}
.Flex__archive_item:nth-of-type(n + 4) {
  margin-top: 40px;
}
.Flex__archive_ttl {
  font-weight: bold;
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.4;
}
.Flex__archive_item:hover,
.Flex__archive_item:hover .Flex__archive_inner_item_category {
  color: #ffa70b;
  border-color: #ffa70b;
}
.Flex__archive_item {
  width: 32%;
  text-decoration: none;
  color: #141414;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Flex__archive_inner_item_category {
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #141414;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.Flex__archive_inner_item_date {
  letter-spacing: 2px;
}
.Flex__archive_inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 24px;
}
.Flex__archive {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
}
.Pagenation {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.page-numbers:hover {
  background-color: #141414;
  color: #fff;
}
.page-numbers + .page-numbers {
  margin-left: 8px;
}
.page-numbers {
  padding: 8px 12px;
  border: 1px solid #141414;
  text-decoration: none;
  color: #141414;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
/* bgc 仮置き */
.Content__Fv {
  padding: 64px 0 56px;
  background-color: rgba(0, 0, 0, 0.2);
}
.Content__Fv--archive {
  background: none;
}
/***************************************************jstork ショートコード*****/
.related_article {
  margin: 1.8em 0;
  text-align: left;
}

.related_article .inbox {
  padding-left: 25%;
}
.related_article.noimg .inbox {
  padding-left: 0;
}

.related_article p.ttl {
  margin: 0 0 0.1em;
  font-size: 1em;
  font-weight: bold;
}

.related_article .ttl:before {
  content: "関連記事";
  font-size: 0.7em;
  font-weight: bold;
  color: #fff;
  background: #111;
  width: 5em;
  display: inline-block;
  padding: 0.2em;
  position: relative;
  top: -2px;
  text-align: center;
  margin-right: 0.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.related_article.labelnone .ttl:before {
  content: none;
}

.related_article .date {
  font-size: 0.8em;
}

.related_article .thum {
  width: 22%;
  float: left;
}

.related_article .thum img {
  width: 100%;
  margin-bottom: 0;
}

.related_article a {
  color: #333;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 1px 1px 0 #efefef;
  text-decoration: none;
  display: block;
  overflow: hidden;
  padding: 0.9em;
}

.related_article a:hover {
  color: #666;
  background: lightyellow;
}

/* ショートコードで補足説明を追加 */

.supplement {
  background: lightyellow;
  background: rgba(255, 255, 0, 0.2);
  font-size: 0.94em;
  padding: 3% 4%;
  margin: 1.5em 0 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
  border-color: rgba(165, 165, 165, 0.2);
}

.supplement p,
.c_box p {
  margin-bottom: 0.8em;
}

.supplement p:last-child,
.c_box p:last-child {
  margin-bottom: 0;
}

.supplement.warning {
  background: pink;
  background: rgba(255, 0, 45, 0.18);
  color: #333;
}

.supplement:before {
  font-family: "fontawesome";
  content: "\f0e6";
  display: inline-block;
  margin-right: 0.3em;
  font-size: 1.2em;
}

.supplement.warning:before {
  content: "\f071";
}

.supplement.boader::before,
.supplement.border::before {
  content: none;
}

.supplement.noicon:before {
  content: none;
}

.supplement.boader,
.supplement.border {
  background: none;
}

/* ボックスデザイン */

.c_box {
  padding: 1em 4%;
  margin: 2em 0 2em;
  border: 2px solid #dddddd;
  border-radius: 0.2em;
}

.c_box.intitle {
  padding-top: 0;
  padding-bottom: 1.4em;
}

.c_box.intitle .box_title span {
  position: relative;
  top: -0.85em;
  padding: 0.1em 0.5em;
  background: #6d6d6d;
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.2em;
  display: inline-block;
  vertical-align: bottom;
}

.c_box.blue_box {
  background: #d4f3ff;
  border-color: #82c8e2;
  color: #465d65;
}

.c_box.blue_box .box_title span {
  background: #82c8e2;
}

.c_box.red_box {
  background: #ffafaf;
  border-color: #e77373;
  color: #654646;
}

.c_box.red_box .box_title span {
  background: #e77373;
}

.c_box.yellow_box {
  background: #fff8d4;
  border-color: #ded647;
  color: #636546;
}

.c_box.yellow_box .box_title span {
  background: #ded647;
}

.c_box.green_box {
  background: #d8f7c3;
  border-color: #79e37c;
  color: #42613a;
}

.c_box.green_box .box_title span {
  background: #79e37c;
}

.c_box.pink_box {
  background: #ffeeee;
  border-color: #f7b2b2;
  color: #775454;
}

.c_box.pink_box .box_title span {
  background: #f7b2b2;
}

.c_box.glay_box {
  background: #ececec;
  border-color: #9c9c9c;
  color: #555555;
}

.c_box.glay_box .box_title span {
  background: #9c9c9c;
}

.c_box.black_box {
  background: #313131;
  border-color: #757575;
  color: #ffffff;
}

.c_box.black_box .box_title span {
  background: #757575;
}

/* type simple */
.c_box.simple_box {
  background: none;
}

.c_box.simple_box .box_title span {
  background: #fff;
  color: #999;
}

.c_box.simple_box.blue_box .box_title span {
  color: #82c8e2;
}

.c_box.simple_box.red_box .box_title span {
  color: #e77373;
}

.c_box.simple_box.yellow_box .box_title span {
  color: #ded647;
}

.c_box.simple_box.green_box .box_title span {
  color: #79e37c;
}

.c_box.simple_box.pink_box .box_title span {
  color: #f7b2b2;
}

.c_box.simple_box.gray_box .box_title span {
  color: #9c9c9c;
}

.c_box.simple_box.black_box,
.c_box.simple_box.black_box .box_title span {
  color: initial;
}

/* CTA */

.cta-inner {
  background: #0e0e0e;
  color: #ddd;
  border-top: 5px solid rgba(146, 146, 146, 0.3);
  padding: 1.5em;
}

.cta-inner .cta_copy {
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

.cta-inner .btn-wrap a {
  box-shadow: none;
  margin-top: 1em;
}

/* でかいボタン */

.btn-wrap.big a {
  font-size: 1.1em;
  padding: 1.1em 2em;
  width: 420px;
  max-width: 90%;
}

/* 目立つボタン */

.btn-wrap.lightning a {
  background: #c81c1c;
  border-color: #c81c1c;
  color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
}

.btn-wrap.lightning a:hover {
  background: #ec7373;
  color: #fff;
}

/* 背景付きボタン */

.btn-wrap.bg {
  background: #efefef;
  background: rgba(0, 0, 0, 0.1);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}

.btn-wrap.bg-yellow {
  background: lightyellow;
  background: rgba(255, 255, 0, 0.2);
  padding: 1.5em 1em;
  margin: 2.5em 0;
}

/* ボタンを角丸に */

.btn-wrap.maru,
.btn-wrap.maru a {
  border-radius: 0.4em;
}

/* 立体的なボタン */

.btn-wrap.rich_yellow a {
  font-weight: bold;
  position: relative;
  background-color: #f7cf2e;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #ecb254;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_yellow a:hover {
  background: #ecb254;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #ecb254;
}

.btn-wrap.rich_pink a {
  font-weight: bold;
  position: relative;
  background-color: #ee5656;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #d34e4e;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_pink a:hover {
  background: #d34e4e;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #d34e4e;
}

.btn-wrap.rich_orange a {
  font-weight: bold;
  position: relative;
  background-color: #ef9b2f;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #cc8c23;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_orange a:hover {
  background: #cc8c23;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #cc8c23;
}

.btn-wrap.rich_green a {
  font-weight: bold;
  position: relative;
  background-color: #39cd75;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #1eae59;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_green a:hover {
  background: #1eae59;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #1eae59;
}

.btn-wrap.rich_blue a {
  font-weight: bold;
  position: relative;
  background-color: #19b4ce;
  color: #ffffff !important;
  border-radius: 0.2em;
  box-shadow: 0 4px 0 #07889d;
  border: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.btn-wrap.rich_blue a:hover {
  background: #07889d;
  color: #ffffff !important;
  box-shadow: 0 1px 0 #07889d;
}

/* ボタンアニメーション */

.anim a {
  animation: jiggle 3s ease-in infinite;
}

@keyframes jiggle {
  48%,
  62% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  56% {
    transform: scale(0.9, 1.1) translate(0, -5px);
  }
  59% {
    transform: scale(1, 1) translate(0, -3px);
  }
}

/* ショートコードで吹き出しデザイン */

.voice {
  margin: 1em 0 1.3em;
  font-size: 0.95em;
}

.voice .voicecomment {
  border: 3px solid #eee;
  background-color: #fff;
  color: #444;
  padding: 2.5%;
  position: relative;
  width: 85%;
  border-radius: 5px;
}

.voice.l .voicecomment {
  float: right;
}

.voice.r .voicecomment {
  float: left;
}

.voice.l .voicecomment:before {
  content: "";
  position: absolute;
  border-right: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -11px;
}

.voice.l .voicecomment:after {
  content: "";
  position: absolute;
  border-right: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  left: -7px;
}

.voice.r .voicecomment:before {
  content: "";
  position: absolute;
  border-left: 8px solid #eee;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -11px;
}

.voice.r .voicecomment:after {
  content: "";
  position: absolute;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  top: 10px;
  right: -7px;
}

.voice .voicecomment h2,
.voice .voicecomment h3,
.voice .voicecomment h4,
.voice .voicecomment h5 {
  margin: 10px 0 !important;
  padding: 0;
}

.voice .voicecomment p {
  margin-bottom: 1em;
}

.voice .voicecomment p:last-child {
  margin-bottom: 0;
}

.voice .icon {
  width: 12%;
  text-align: center;
}

.voice.l .icon {
  float: left;
}

.voice.r .icon {
  float: right;
}

.voice .icon img {
  border-radius: 50%;
  margin: 0;
  border: 4px solid #f5f5f5;
}

.voice.icon_red .icon img {
  border-color: #ff4e4e;
}

.voice.icon_blue .icon img {
  border-color: #50b4de;
}

.voice.icon_yellow .icon img {
  border-color: #faee00;
}

.voice.icon_black .icon img {
  border-color: #222;
}

.voice .icon .name {
  font-size: 0.65em;
  padding: 0.4em 0;
}

.voice.big .icon {
  width: 18%;
}

.voice.big .voicecomment {
  width: 79%;
}

/* 吹き出しデザイン変更 */

/* FB風 */

.voice.l.fb .voicecomment:before {
  border-right-color: #4c5cb0;
}

.voice.l.fb .voicecomment:after,
.voice.l.line .voicecomment:after {
  content: none;
}

.voice.fb .voicecomment {
  background: #4c5cb0;
  border-color: #4c5cb0;
  color: #fff;
}

.voice.r.fb .voicecomment:before {
  border-left-color: #4c5cb0;
}

.voice.r.fb .voicecomment:after {
  content: none;
}

/* LINE風 */

.voice.line .voicecomment {
  background: #7acc40;
  border-color: #7acc40;
  color: #fff;
}

.voice.l.line .voicecomment:before {
  border-right-color: #7acc40;
}

.voice.r.line .voicecomment:before {
  border-left-color: #7acc40;
}

.voice.r.line .voicecomment:after {
  content: none;
}
/* .Bnr__top {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.Bnr__top_a + .Bnr__top_a {
  margin-left: 40px;
}
.Bnr__top_a {
  text-align: center;
  display: block;
}
 */
.Bnr__slider {
  /* overflow: hidden; */
  margin: 40px;
}

.Bnr__slider_item {
}

.Bnr__top_a {
  margin-left: 8px;
  margin-right: 8px;
  display: block;
}

.Bnr__top_img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: -35px;
}

@media (max-width: 1350px) {
  .Bnr__top_a {
    /* width: 48%; */
    margin-left: 8px;
    margin-right: 8px;
  }
}
.Footer__Btn_tel_img {
  max-width: 800px;
  width: 90%;
}
.Footer__Btn_tel {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: #141414;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 16px;
  z-index: 99;
}
.Caution {
  color: #ff4e4e;
  line-height: 1.5;
  text-align: center;
  font-size: 18px;
  margin: 24px auto;
}
.Gallery {
  margin: 80px auto;
}
@media only screen and (max-width: 480px) {
  .btn-wrap a {
    font-size: 0.9em;
    padding: 0.9em 1.5em;
  }
  .btn-wrap.big a {
    font-size: 0.9em;
    padding: 0.9em 1.5em;
    min-width: 80%;
    max-width: 90%;
  }
  .btn-wrap.bg {
    padding: 0.9em 0.8em;
    margin: 2.5em 0;
  }
  .voice .icon {
    width: 18%;
  }
  .voice .voicecomment {
    width: 80%;
    font-size: 0.95em;
  }
  /* モバイル関連記事 */
  .related_article {
    font-size: 0.8em;
  }
  .related_article .inbox {
    padding-left: 32%;
  }
  .related_article .ttl:before {
    content: "関連";
    width: 3em;
  }
  .related_article .thum {
    width: 30%;
  }
  .related_article a {
    padding: 0.6em;
  }
}

/* カラム表示の幅を調整 */

@media only screen and (min-width: 1100px) {
  .column-wrap {
    width: 102.8888%;
  }
  .column-wrap .d-1of2,
  .column-wrap .d-1of3,
  .column-wrap .t-1of2,
  .column-wrap .tof3 {
    padding-right: 2.8%;
  }
}
.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after,
.widget ul li:before,
.widget ul li:after {
  content: "";
  display: table;
}
.clearfix:after,
.cf:after,
.comment-respond:after,
.widget ul li:after {
  clear: both;
}
/***************************************************jstork ショートコード ここまで*****/
span.bg_yellow {
  background: linear-gradient(transparent 60%, #fff299 60%) !important;
  background: -webkit-linear-gradient(transparent 60%, #fff299 60%) !important;
  background: -moz-linear-gradient(transparent 60%, #fff299 60%) !important;
  background: -o-linear-gradient(transparent 60%, #fff299 60%) !important;
  background: -ms-linear-gradient(transparent 60%, #fff299 60%) !important;
  color: #e4276a !important;
  font-size: 110%;
}
.Article p,
.voicecomment {
  margin-top: 32px;
  line-height: 1.75;
  font-size: 16px;
}

.Article iframe {
  margin-top: 24px !important;
}
.Article li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.Article li {
  font-size: 16px;
  line-height: 2;
  padding-left: 24px;
  position: relative;
  margin-top: 8px;
}
.Article ol li {
  list-style: decimal;
  padding-left: 0;
  list-style-position: inside;
}
.Article ol li:before {
  display: none;
}
.Article ul,
.Article ol,
.Article img,
.Article table,
.Article blockquote {
  margin-top: 24px;
}
.Article h4,
.Article h3,
.Article h2 {
  margin-top: 48px;
  font-weight: bold;
  line-height: 1.4;
}
.Article h4 {
  font-size: 20px;
  line-height: 1.5;
}
.Article h3 {
  font-size: 24px;
  border-left: 16px solid #141414;
  padding-left: 16px;
  line-height: 1.5;
}
.Article h2 {
  font-size: 32px;
  line-height: 1.3125;
  margin-top: 72px;
}
/* .Article h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #141414;
  width: 0;
  height: 0;
} */
.Article ul,
.Article img {
  max-width: 100%;
  height: auto;
}
.Article blockquote {
  border-radius: 12px;
  background-color: #f0f0f0;
  padding: 40px;
  position: relative;
}
.Article blockquote:before,
.Article blockquote:after {
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  display: block;
  content: "";
}
.Article blockquote:before {
  background-image: url(../img/dq__before.svg);
  top: 16px;
  left: 16px;
}
.Article blockquote:after {
  background-image: url(../img/dq__after.svg);
  right: 16px;
  bottom: 16px;
}
.Article blockquote :first-child {
  margin-top: 0;
}
.Article blockquote a {
  color: #373737;
  font-size: 12px;
  margin-top: 36px;
}

/* 2021.04.08追加 */
.Article strong {
  font-weight: bold;
}
/* 2021.04.08追加ここまで */

.Article blockquote cite {
}
.Article {
  width: 720px;
  margin: 40px auto 80px;
}

.Content__Fv:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.Content__Fv {
  position: relative;
  overflow: hidden;
  margin-top: 58px;
}
.Bg__Fv--garally {
  width: auto;
  height: 100%;
}
.Bg__Fv {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.Article h2.About__article_ttl::after {
  display: none;
}
.Article h2.About__article_ttl {
  background: none;
  font-size: 28px;
  font-weight: normal;
  color: #141414;
  margin-top: 0;
  text-align: center;
}
.About__article_flex_textbox {
  width: 76%;
  font-size: 18px;
  line-height: 1.7;
}
.-single.About__article_flex_textbox {
  width: 80%;
}
.About__article_flex_imgbox img {
  margin-top: 0;
  width: 100%;
}
.About__article_flex_wrap_img {
  border-radius: 50%;
  border: 4px solid #eee;
  width: 130px;
  height: 130px;
  overflow: hidden;
}
.-single.About__article_flex_wrap_img {
  width: 96px;
  height: 96px;
  border: none;
}
.About__article_flex_imgbox {
  width: 20%;
}
h3.About__article_flex_ttl {
  font-size: 24px;
  padding-left: 0;
  border-left: none;
  margin-top: 0;
  font-weight: normal;
}
.About__article_flex {
  margin-top: 24px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  -ms-align-items: center;
  align-items: center;
}
.-single.About__article_flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.About__article p.user_description {
  margin-top: 20px;
}
.About__article {
  padding: 62px 32px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  margin-top: 80px;
}
.Bg__black07 {
  background-color: rgba(20, 20, 20, 0.7);
}
.underShadow {
  box-shadow: 0 2px 2px rgba(20, 20, 20, 0.7);
}
.pc-block {
  display: block;
}

.pc-ib {
  display: inline-block;
}

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

.pc-none {
  display: none;
}
.Form {
  margin-top: 40px;
}
.Form input,
.Form select,
.Form textarea {
  font-size: 18px;
  padding: 4px 8px;
}
/***************************************施工事例 前のサイトからのコピペなのでコンフリクトに注意*************/
.Cat__name {
  background-color: #fcee21;
  padding: 4px 8px 4px 8px;
  position: absolute;
  top: -8px;
  left: -8px;
  transform: rotate(-4deg);
}
.Cat__name::before {
  font-family: "fontawesome";
  content: "\f08d";
  font-size: 1.15em;
  display: inline-block;
  margin-right: 0.5em;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.Btn__detail:hover {
  background-color: #141414;
  color: #fff;
}
.Btn__detail {
  width: 100%;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  font-size: 120%;
  border: 1px solid;
  display: block;
  line-height: 1;
  color: #141414;
  margin-top: 24px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

h1.Ttl {
  margin-top: 0;
}
.Ttl {
  color: #fff;
  font-weight: bold;
}
.Ttl__main {
  font-size: 32px;
  line-height: 1.5;
}
.Ttl__sub {
  line-height: 1.75;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 80%;
}
.Ttl__sub_main {
  text-shadow: 0 0 4px #000;
  font-size: 16px;
}
.Ttl__imgbox {
  position: absolute;
  bottom: 16px;
  left: 16px;
  text-shadow: 0 0 4px #000;
}
.Img__work {
  position: absolute;
  text-shadow: 0 0 4px #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
}
.Flex__wrap2 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: 0.4s;
  margin-bottom: 80px;
}
.Flex__wrap2.active {
  text-shadow: 0 0 4px #555;
}
.Flex__wrap2_item {
  width: calc(100% / 2 - 4px);
  margin-bottom: 8px;
}
.Flex__wrap2_item_imgbox {
  width: 100%;
  height: 310px;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
.Flex__wrap2_item_imgbox:hover {
  opacity: 0.8;
  cursor: pointer;
}
.Flex__wrap2_item_imgbox::after {
  position: absolute;
  bottom: 8px;
  right: 16px;
  content: "more >";
  color: #fff;
  text-shadow: 0 0 4px #555;
  font-weight: bold;
}
.Flex__wrap2_item_textbox {
  display: none;
  background: #fff;
  padding: 16px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 10vw;
  height: 7vw;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger.white span {
  background-color: #333;
}
.menu-trigger.white.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 3vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3.5vw) rotate(-45deg);
  transform: translateY(3.5vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-3vw) rotate(45deg);
  transform: translateY(-3vw) rotate(45deg);
}

.Instagram__ttl {
  font-size: 40px;
  font-weight: bold;
  padding: 40px 0;
  text-align: center;
}
.Instagram {
  background-color: #141414;
  color: #fff;
  padding-bottom: 80px;
}
.Staff__ttl {
  text-align: center;
  margin: 40px auto 24px;
  font-weight: bold;
  letter-spacing: 4px;
}
.Staff__flex {
  width: 720px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .Container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .Br__pc {
    display: none;
  }
  .Kv {
    padding: 24vw 4vw;
  }
  .Content {
    width: 100%;
    padding: 8vw 2vw;
  }
  .Ttl__main {
    font-size: 5vw;
    text-shadow: 0 0 4px #555;
  }
  .Flex__wrap2 {
    flex-direction: column;
  }
  .Flex__wrap2_item {
    width: 100%;
  }
  .Flex__wrap2_item_imgbox {
    height: 54vw;
  }
  .Cat__name {
    left: 2vw;
  }
  #Menu__sp {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.9);
    z-index: 9998;
    top: 0;
    left: 0;
  }
  #Button__menu_sp {
    position: relative;
    z-index: 9999;
  }
  .Menu__sp {
    padding-top: 14vw;
  }
  .Menu__sp_a {
    display: block;
    color: #fff;
    padding: 2vw 4vw;
    border-bottom: 1px solid #fff;
    text-decoration: none;
  }
}
#Menu__sp {
  display: none;
}
/***************************************施工事例 ここまで*************/

@media (max-width: 768px) {
  .voice .icon {
    width: 18%;
  }
  .voice .voicecomment {
    width: 80%;
  }

  .sp-block {
    display: block;
  }
  .sp-ib {
    display: inline-block;
  }
  .sp-flex {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sp-none {
    display: none;
  }
  .Container {
    width: 100%;
  }
  .Header {
    padding: 4vw;
  }
  .Nav__header_ul {
    display: none;
  }
  .Logo--header_img {
    width: 40vw;
    height: auto;
  }
  .Logo__stay {
    width: 60vw;
    height: auto;
  }
  .Kv {
    background-position: left -90px center;
    padding: 0 2vw;
  }
  .Kv__ttl {
    font-size: 10vw;
    position: relative;
    top: 20vw;
    color: transparent;
  }
  .Kv__ttl--sub {
    font-size: 59%;
    top: 0;
  }
  .Description {
    padding-bottom: 0;
  }
  .Description__icon {
    height: 10vw;
  }
  .Description__ttl {
    font-size: 6vw;
  }
  .Description__text {
    font-size: 3.5vw;
  }
  .Description__logo {
    width: 40vw;
    height: auto;
  }
  .Description__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Description__flex_item {
    width: 50%;
    height: 30vw;
    border-radius: 0px;
    border: 1px solid;
    border-left: none;
  }
  .Description__flex_item:nth-of-type(1),
  .Description__flex_item:nth-of-type(2) {
    border-bottom: none;
  }
  .Description__flex_item:nth-of-type(2),
  .Description__flex_item:nth-of-type(4) {
    border-right: none;
  }
  .Description__flex_item_text {
    margin-top: 2vw;
    font-size: 3.5vw;
  }
  .Description .Arrow {
    display: none;
  }
  .Building__ttl {
    font-size: 6vw;
  }
  .Building__ttl_description {
    font-size: 4vw;
  }
  .Building__ttl--sub {
    font-size: 80%;
  }
  .Building__Grid {
    -ms-grid-columns: 2% 11% 72% 15%;
    grid-template-columns: 2% 11% 72% 15%;
    -ms-grid-rows: 54vw 7vw 52vw;
    grid-template-rows: 54vw 7vw 52vw;
  }
  .Building__Grid + .Building__Grid {
    margin-top: 40px;
  }
  .Building__Grid--r {
    -ms-grid-columns: 2% 11% 72% 15%;
    grid-template-columns: 2% 11% 72% 15%;
  }
  .Building__Grid--r .Building__Grid_textbox {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/4/4;
  }
  .Building__Grid--r .Building__Grid_imgbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/3/5;
  }
  .Building__Grid_imgbox {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/3/5;
  }
  .Building__Grid_textbox {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: 2/1/4/4;
  }
  .Building__Grid_ttl {
    font-size: 5vw;
  }
  .Building__Grid_text {
    font-size: 3vw;
  }
  .Section__stay_ttl {
    font-size: 5vw;
  }
  .Section__stay_text {
    font-size: 3.5vw;
  }
  .Section__stay_flex {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .Contents__ttl {
    font-size: 5vw;
  }
  .Contents__ttl--sub {
    font-size: 110%;
  }
  .Contents__flex_item {
    width: 100%;
  }
  .Contents__flex_item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .Contents__flex_inner_imgbox {
    width: 40%;
  }
  .Contents__flex_inner_textbox {
    width: 60%;
  }
  .Contents__flex_inner_textbox_date {
    font-size: 2vw;
  }
  .Contents__flex_inner_textbox_category {
    font-size: 1.6vw;
  }
  .Contents__flex_inner_textbox_ttl {
    font-size: 3vw;
  }
  .Grid__about {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50vw;
    grid-template-rows: 50vw;
  }
  .Grid__about_ttl {
    font-size: 4vw;
  }
  .Grid__about_textbox .Btn__border {
    margin-top: 4vw;
    font-size: 3vw;
    padding: 2vw;
    border-width: 2px;
  }
  .Contact__ttl {
    font-size: 4vw;
  }
  .Contact__ttl--sub {
    font-size: 80%;
  }
  .Contact__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
  }
  .Contact__flex_inner {
    width: 100%;
  }
  .Contact__flex_inner + .Contact__flex_inner {
    border-left: none;
    margin-top: 4vw;
  }
  .Contact__flex_inner_imgbox {
    padding: 4vw 6vw 4vw 0;
    width: 20%;
  }
  .Contact__flex_inner_textbox {
    width: 80%;
  }
  .Contact__flex_inner_time,
  .Contact__flex_inner_tel--stay_attention {
    font-size: 3.5vw;
    line-height: 1.5;
  }
  .Contact__flex_inner_toform {
    font-size: 3.5vw;
  }
  .Contact__flex_inner_tel,
  .Contact__flex_inner_tel--stay {
    font-size: 10vw;
    display: block;
    text-align: center;
    border-radius: 4px;
    padding: 6vw 2vw 2vw 2vw;
    border: 1px solid #141414;
    position: relative;
  }
  .Contact__flex_inner_tel::before,
  .Contact__flex_inner_tel--stay::before {
    content: "タップして電話できます";
    font-size: 3vw;
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .Footer__flex_item_nav {
    display: none;
  }
  .Footer__flex_item_logo {
    width: 100%;
    padding-left: 6vw;
  }
  .Footer__flex_item_logobox {
    width: 20%;
  }
  .Footer__flex_item_textbox {
    width: 80%;
  }
  .Footer__flex_item_text {
    font-size: 4vw;
  }
  .Footer__copy {
    font-size: 3vw;
  }
  .Ttl__underline {
    font-size: 4vw;
  }
  .Ttl__en {
    font-size: 6vw;
  }
  .Btn__arrow {
    font-size: 3.5vw;
  }
  .Btn__border {
    width: 60%;
    font-size: 4vw;
  }
  .sp-pd {
    padding: 0 2vw;
  }
  .breadcrumbs {
    font-size: 3.5vw;
    line-height: 1.7;
    margin-bottom: 8vw;
  }
  .Block__category_ttl {
    font-size: 3vw;
  }
  .Block__category_flex_ul {
    margin-top: 3vw;
  }
  .Block__category_flex_a {
    font-size: 3vw;
  }
  .Block__ttl {
    margin-bottom: 8vw;
  }
  .Content__Fv {
    padding: 4vw 2vw;
    margin-top: 4vw;
  }
  .Ttl__h1 {
    font-size: 6vw;
  }
  .Article h2 {
    font-size: 5vw;
  }
  .Article h3 {
    font-size: 4.6vw;
  }
  .Article h4 {
    font-size: 4.2vw;
  }
  .Article {
    width: 100%;
    padding: 0 2vw;
    overflow: hidden;
  }
  .Article p,
  .voicecomment,
  .About__article_flex_textbox {
    font-size: 3.6vw;
  }
  .About__article_flex_wrap_img {
    width: 18vw;
    height: 18vw;
  }
  .About__article_flex_imgbox img {
    height: auto;
  }
  .Article__page h2:first-of-type {
    margin-top: 0;
  }
  .Article__page {
    margin-top: 0;
  }
  .Block__category_flex_li {
    margin: 0 4px 4px 0;
  }
  .Block__category_flex_ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .Block__category_flex_li + .Block__category_flex_li {
    margin-left: 0;
  }
  .Ttl__h1--sub {
    font-size: 4vw;
  }
  .Flex__archive_item {
    width: 80%;
    margin-bottom: 12vw;
  }
  .Flex__archive {
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Zoombox {
    height: 52vw;
  }
  .Flex__archive_ttl {
    font-size: 4vw;
  }
  .Flex__archive_inner_item_date {
    font-size: 3.6vw;
  }
  .Flex__archive_inner_item_category {
    font-size: 3.4vw;
  }
  .Special__flex_item {
    width: 80%;
  }
  .Special__flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .Special__flex_item:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .Instagram {
    padding-bottom: 0;
  }
  .Instagram__ttl {
    font-size: 5vw;
  }
  .Staff__flex_item_img {
    max-width: 100%;
  }
  .Staff__flex_item {
    margin-bottom: 4vw;
    width: 50%;
    text-align: center;
  }
  .Staff__flex {
    width: 100%;
    flex-wrap: wrap;
  }
  .Bnr__slider {
    margin: 6vw 3vw;
  }
  .Bnr__top_a {
    margin: 0 8px;
    /* margin: 20px auto 0; */
  }
  .Footer__Btn_tel_img {
    width: 100%;
  }
  .Footer__Btn_tel_a {
    width: 80%;
    display: block;
  }
  .Footer__Btn_tel {
    padding: 2vw;
  }
}

/***********************SkeletonSales**/
.Container.-SkeletonSales {
  width: 1000px;
  margin: auto;
}
.SkeletonSales {
  color: #141414;
}
.SkeletonSales__fv {
  background-image: url(../img/SkeletonSales__fv_bg.png);
  background-position: right center;
  background-repeat: no-repeat;
  -webkit-background-size: 60vw auto;
  background-size: contain;
}
@media (min-width: 1400px) {
  .SkeletonSales__fv {
    -webkit-background-size: 65vw;
    background-size: 65vw;
  }
}
.SkeletonSales__container {
  width: 1168px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 46px 0;
}
.SkeletonSales__fv_text {
  line-height: 1.625;
  margin-top: 40px;
}
.SkeletonSales__fv_textbox {
  background-color: #f4a21b;
  box-shadow: 5px 5px 0 #fff;
  width: 542px;
  box-sizing: border-box;
  padding: 60px 36px;
}
.SkeletonSales__fv_textbox--ttl--white {
  color: #fff;
  text-decoration: underline;
}
.SkeletonSales__fv_textbox--ttl {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
}
.SkeletonSales__fv_btn_img {
  width: 100%;
}
.SkeletonSales__fv_btn_a {
  display: block;
  width: 163px;
  height: 163px;
}
.SkeletonSales__ttl_underline {
  font-size: 36px;
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.625;
  text-align: center;
  margin-top: 90px;
}
.SkeletonSales__intro_flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.SkeletonSales__intro_flex_imgbox {
  width: 50%;
  overflow: visible;
}
.SkeletonSales__intro_flex_textbox {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: 456px;
}
.SkeletonSales__intro_flex_4box:nth-of-type(n + 3) {
  margin-bottom: 0;
}
.SkeletonSales__intro_flex_4box {
  border-radius: 5px;
  background: #3f3f3f;
  text-align: center;
  width: 220px;
  height: 147px;
  color: #fff;
  line-height: 1.36;
  font-size: 25px;
  font-weight: bold;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 18px;
}
.SkeletonSales__ttl_withEN--en {
  font-size: 40px;
  color: #b3b3b3;
  text-align: center;
  font-weight: bold;
  font-family: "Helvetica";
  margin-top: 90px;
}
.SkeletonSales__ttl_withEN--ja {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 24px;
}
.SkeletonSales__description_text--center {
  text-align: center;
}
.SkeletonSales__description_text {
  margin-top: 44px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.625;
}
.SkeletonSales__boxOrange_li {
  margin-top: 8px;
}
.SkeletonSales__boxOrange_ttl {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.SkeletonSales__boxOrange {
  margin-top: 24px;
  padding: 40px;
  line-height: 1.625;
  background-color: #f4a21b;
  color: #fff;
}
.SkeletonSales__quolity_flex_box {
  width: 48%;
  border-bottom: 1px solid #141414;
  margin-bottom: 64px;
}
.SkeletonSales__quolity_flex {
  margin-top: 52px;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.SkeletonSales__quolity_flex_text {
  margin: 20px 0;
}
.SkeletonSales__quolity_flex_ttl {
  font-size: 20px;
  font-weight: bold;
}
.SkeletonSales__assurance {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.SkeletonSales__assurance_ttlbox {
  width: calc(100% - 718px);
  padding-right: 40px;
}
.SkeletonSales__assurance_ttlbox_text {
  line-height: 1.5;
  margin-top: 20px;
}
.SkeletonSales__assurance_ttlbox_ttl {
  font-size: 20px;
  margin-top: 100px;
  text-decoration: underline;
}
.SkeletonSales__assurance_graybox_text,
.SkeletonSales__assurance_graybox_li {
  font-size: 14px;
  line-height: 1.625;
}
.SkeletonSales__assurance_graybox_ttl:first-of-type {
  margin-top: 0;
}
.SkeletonSales__assurance_graybox_ttl {
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 10px;
}
.SkeletonSales__assurance_graybox {
  width: 718px;
  background-color: #e8e8e8;
  padding: 40px 28px;
}
.SkeletonSales__size_ttl {
  font-size: 30px;
  text-decoration: underline;
}
.SkeletonSales__size_text.-attention {
  margin-top: 60px;
}
.SkeletonSales__size_text {
  line-height: 1.625;
  margin-top: 16px;
}
.SkeletonSales__size_ttl--orange {
  font-weight: bold;
  color: #f4a21b;
  margin-top: 24px;
}
.SkeletonSales__size_price {
  font-size: 30px;
  margin-top: 16px;
}
.SkeletonSales__size_ul {
  margin-top: 8px;
}
.SkeletonSales__size_li {
  line-height: 1.625;
}
.SkeletonSales__size_flex_textbox {
  width: calc(100% - 445px);
}
.SkeletonSales__size_flex_imgbox {
  overflow: hidden;
  position: relative;
  width: 445px;
  height: 307px;
  border: 1px solid #e6e6e6;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}
.SkeletonSales__size_flex_imgbox.CanBeDevided:before {
  position: absolute;
  left: 12px;
  top: 10px;
  width: 84px;
  height: 84px;
  display: block;
  z-index: 1;
  background-image: url(../img/CanBeDevided.svg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  content: "";
}
.SkeletonSales__size_flex {
  margin-top: 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}
.SkeletonSales__size_flex_img {
  position: relative;
}
.SkeletonSales__img_20 {
  width: 76%;
  top: 20px;
  left: 17px;
}
.SkeletonSales__img_40 {
  width: 90%;
  top: 20px;
  left: 11px;
}
.SkeletonSales__img_10 {
  width: 60%;
  top: 9px;
  left: 13px;
}
.SkeletonSales__img_12 {
  width: 67%;
  top: 11px;
  left: 16px;
}
.SkeletonSales__img_door {
  width: 50%;
}
.SkeletonSales__size_btn {
  display: block;
  padding: 32px 38px;
  border: 1px solid;
  color: #141414;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 78%;
  margin: auto;
  margin-top: 80px;
}
.SkeletonSales__size_btn_text {
  text-align: center;
  line-height: 1.625;
  padding: 0px 62px 0px 32px;
  background-image: url(../img/SkeletonSales__Arrow--right.svg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 32px;
  background-size: auto 32px;
  background-position: right center;
}
.SkeletonSales__flow_wrap {
  position: relative;
  margin-top: 48px;
}
.SkeletonSales__flow_ul {
  counter-reset: count;
}
.SkeletonSales__flow_li::before {
  counter-increment: count;
  content: "0" counter(count);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid #141414;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.SkeletonSales__flow_li::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #141414;
  position: absolute;
  top: 0;
  left: 34px;
  z-index: 0;
}
.SkeletonSales__flow_li:last-of-type::before {
  background-color: #141414;
  color: #fff;
}
.SkeletonSales__flow_li:last-of-type::after {
  display: none;
}
.SkeletonSales__flow_li {
  font-size: 20px;
  font-weight: bold;
  padding-left: 90px;
  padding-top: 24px;
  padding-bottom: 48px;
  position: relative;
}
.SkeletonSales__flow_li--normal {
  font-weight: bold;
  font-size: 20px;
  display: block;
}
.SkeletonSales__flow_li--small {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  display: block;
}
.SkeletonSales__flow_box_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.SkeletonSales__flow_btn {
  height: 64px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: #141414;
}
.SkeletonSales__flow_btn.-orange {
  background-color: #f4a21b;
  width: 298px;
}
.SkeletonSales__flow_btn.-gray {
  background-color: #f2f2f2;
  width: 478px;
  margin-left: 20px;
}
.SkeletonSales__flow_btn_time {
  line-height: 1.625;
}
.SkeletonSales__flow_btn_tel {
  font-size: 34px;
  margin-left: 10px;
}
.SkeletonSales__flow_illust {
  position: absolute;
  right: -60px;
  bottom: 50px;
  width: 560px;
}
.SkeletonSales__flow_illust_img {
  width: 100%;
  height: auto;
  display: block;
}
.breadcrumbs.-SkeletonSales {
  margin: 84px auto 28px;
  width: 1168px;
}
@media (max-width: 768px) {
  .breadcrumbs.-SkeletonSales {
    width: 100%;
    padding: 0 2vw;
    font-size: 3.5vw;
    margin: 15vw 0 2vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  .SkeletonSales__container {
    width: 100%;
    position: relative;
  }
  .SkeletonSales__fv_textbox--ttl {
    font-size: 5vw;
  }
  .SkeletonSales__fv_text {
    font-size: 3vw;
    margin-top: 6vw;
  }
  .SkeletonSales__fv_textbox {
    width: 80vw;
    padding: 6vw;
    position: relative;
    left: 2vw;
  }
  .SkeletonSales__fv_btn_a {
    position: absolute;
    width: 20vw;
    height: 20vw;
    right: 2vw;
    bottom: -10vw;
  }
  .SkeletonSales__fv {
    -webkit-background-size: cover;
    background-size: cover;
  }
  .Container.-SkeletonSales {
    width: 100%;
    overflow: hidden;
  }
  .SkeletonSales__ttl_underline {
    font-size: 4vw;
    margin-top: 14vw;
  }
  .SkeletonSales__intro_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
  }
  .SkeletonSales__intro_flex_img,
  .SkeletonSales__intro_flex_imgbox {
    width: 100%;
  }
  .SkeletonSales__intro_flex_textbox {
    width: 100%;
    padding: 0 12vw;
  }
  .SkeletonSales__intro_flex_4box {
    width: 48%;
    font-size: 4vw;
    height: auto;
    padding: 4vw 0;
  }
  .SkeletonSales__ttl_withEN--ja {
    font-size: 5vw;
    margin-top: 2vw;
  }
  .SkeletonSales__ttl_withEN--en.-sp {
    margin-top: 0;
  }
  .SkeletonSales__ttl_withEN--en {
    font-size: 4vw;
    margin-top: 12vw;
  }
  .SkeletonSales__description_text {
    font-size: 3.5vw;
    padding: 0 4vw;
    margin-top: 8vw;
  }
  .SkeletonSales__boxOrange {
    width: 100%;
    padding: 8vw;
  }
  .SkeletonSales__boxOrange_li {
    font-size: 3vw;
  }
  .SkeletonSales__boxOrange_ttl {
    font-size: 4vw;
  }
  .SkeletonSales__quolity_flex {
    width: 92%;
    margin: auto;
    margin-top: 8vw;
  }
  .SkeletonSales__quolity_flex_box {
    margin-bottom: 8vw;
  }
  .SkeletonSales__quolity_flex_text {
    font-size: 3vw;
    line-height: 1.5;
    margin: 4vw 0;
  }
  .SkeletonSales__quolity_flex_ttl {
    font-size: 3.5vw;
  }
  .SkeletonSales__assurance {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 8vw;
  }
  .SkeletonSales__assurance_ttlbox,
  .SkeletonSales__assurance_graybox {
    width: 100%;
  }
  .SkeletonSales__assurance_graybox {
    padding: 8vw;
    margin-top: 8vw;
  }
  .SkeletonSales__assurance_ttlbox {
    padding-right: 0;
    text-align: center;
  }
  .SkeletonSales__assurance_ttlbox_text {
    font-size: 3.5vw;
  }
  .SkeletonSales__assurance_ttlbox_ttl {
    margin-top: 0;
    font-size: 4vw;
  }
  .SkeletonSales__assurance_graybox_ttl {
    font-size: 4vw;
    line-height: 1.5;
  }
  .SkeletonSales__assurance_graybox_li,
  .SkeletonSales__assurance_graybox_text {
    font-size: 3.5vw;
  }
  .SkeletonSales__size_flex {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 12vw;
  }
  .SkeletonSales__size_price {
    font-size: 6vw;
    margin-top: 2vw;
  }
  .SkeletonSales__size_li,
  .SkeletonSales__size_text {
    font-size: 3.5vw;
  }
  .SkeletonSales__size_text {
    margin-top: 2vw;
  }
  .SkeletonSales__size_ttl--orange {
    font-size: 4vw;
    margin-top: 4vw;
  }
  .SkeletonSales__size_ttl {
    font-size: 6vw;
    font-weight: bold;
  }
  .SkeletonSales__size_flex_textbox,
  .SkeletonSales__size_flex_imgbox {
    width: 100%;
  }
  .SkeletonSales__size_flex_imgbox {
    border: none;
    overflow: visible;
    height: auto;
  }
  .SkeletonSales__size_flex_textbox {
    padding: 0 4vw;
    margin-top: 11vw;
  }
  .SkeletonSales__size_flex_imgbox.CanBeDevided::before {
    width: 20vw;
    height: 20vw;
  }
  .SkeletonSales__size_text.-attention {
    padding: 0 4vw;
    margin-top: 8vw;
  }
  .SkeletonSales__size_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 98%;
    padding: 4vw;
    margin-top: 8vw;
  }
  .SkeletonSales__size_btn_img {
    width: 100%;
  }
  .SkeletonSales__size_btn_text {
    font-size: 3.5vw;
    padding: 0 8vw 0 0;
    margin-top: 4vw;
  }
  .SkeletonSales__flow_li::before {
    width: 10vw;
    height: 10vw;
    left: 2vw;
    font-size: 4vw;
  }
  .SkeletonSales__flow_li::after {
    left: 7.1vw;
  }
  .SkeletonSales__flow_li--normal {
    font-size: 4vw;
  }
  .SkeletonSales__flow_li--small {
    font-size: 3vw;
    line-height: 1.625;
  }
  .SkeletonSales__flow_li {
    font-size: 4vw;
    padding: 3vw 2vw 6vw 15vw;
  }
  .SkeletonSales__flow_box_btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .SkeletonSales__flow_btn.-orange {
    font-size: 3.5vw;
    width: 100%;
  }
  .SkeletonSales__flow_btn.-gray {
    width: 100%;
    margin-left: 0;
    font-size: 3.5vw;
    margin-top: 2vw;
  }
  .SkeletonSales__flow_btn {
    height: auto;
    padding: 4vw;
    box-sizing: border-box;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }
  .SkeletonSales__flow_btn_time {
    text-align: center;
  }
  .SkeletonSales__flow_btn_tel {
    margin-left: 0;
    font-size: 7vw;
    margin-top: 2vw;
  }
  .SkeletonSales__flow_illust_img {
    width: 100%;
  }
  .SkeletonSales__flow_illust {
    position: static;
    width: 100%;
  }
  .SkeletonSales__flow_wrap {
    margin-top: 8vw;
  }
}
/* add 20210119*/
#toc_container {
  background-color: #fff;
  border: 1px solid #c8c8c8;
  padding: 50px;
}
#toc_container .Article ul {
  margin-top: 20px;
}
#toc_container li::before {
  display: none;
}
#toc_container li {
  padding-left: 0;
}
#toc_container .toc_toggle {
  font-size: 80%;
}
#toc_container .toc_title {
  font-size: 20px;
  margin-top: 0;
}
div#toc_container a:hover {
  text-decoration: underline;
}
div#toc_container a {
  color: #141414 !important;
  text-decoration: none;
}

/* 2021.02.02追加 */
.Article table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
  margin-top: 36px;
}

.Article th,
.Article td {
  font-size: 16px;
  padding-top: 22px;
  padding-bottom: 22px;
  width: 25%;
}

.Article th {
  border-bottom: 2px solid #000;
}

.Article td {
  border-bottom: 2px solid #c8c8c8;
}

.Article .btn {
  border: 1px solid #000;
  margin-top: 36px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #000;
  background: #fff;
  width: calc(100% - 5px);
  position: relative;
  box-shadow: 5px 5px;
}

.Article .btn:hover {
  box-shadow: none;
  margin-top: 41px;
  margin-left: 5px;
  opacity: 0.5;
}

.Article .btn__content {
  display: block;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.Article .btn__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 70px;
  text-align: left;
  display: flex;
  align-items: center;
}

.Article .btn__arrow_content {
  content: "";
  width: 22px;
  height: 2px;
  display: inline-block;
  background: #000;
  position: relative;
  transition: 0.3s;
  margin-top: 0;
}

.Article .btn:hover .btn__arrow_content {
  width: 42px;
}

.Article .btn__arrow_content::before,
.Article .btn__arrow_content::after {
  content: "";
  display: inline-block;
  background-color: #000;
  width: 14px;
  height: 2px;
  position: absolute;
  right: 0;
  transform-origin: right;
}

.Article .btn__arrow_content::before {
  transform: rotate(45deg);
}
.Article .btn__arrow_content::after {
  transform: rotate(-45deg);
}

.Article .wp_rp_wrap .related_post_title {
  background: none !important;
  border: none !important;
  text-align: center;
  font-size: 28px;
  /* font-family: "Noto Sans JP", sans-serif;
  font-weight: 700; */
}

/* 関連記事　ここから */
.wp_rp_content ul.related_post li {
  border-bottom: none !important;
}

.wp_rp_content ul.related_post .wp_rp_thumbnail {
  width: 160px;
  height: 106px;
  margin-right: 27px !important;
}
@media (max-width: 768px) {
  .wp_rp_content ul.related_post .wp_rp_thumbnail {
    width: 30vw;
    height: 20vw;
    margin-right: 3vw !important;
  }
}

ul.related_post > li a.wp_rp_thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul.related_post > li .wp_rp_title {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  top: -13px;
}

@media (max-width: 768px) {
  ul.related_post > li .wp_rp_title {
    font-size: 3.6vw;
    top: -2vw;
  }
}
/* 関連記事　ここまで */

/* 前の記事　次の記事　ここから */
.paging.-post {
  display: flex;
  justify-content: space-between;
  border: none;
  border-top: 1px solid #000;
  padding-top: 63px;
}

.paging.-post .paging__item {
  width: 45%;
  text-decoration: none;
  color: #000;
}

.paging.-post .paging__item:hover {
  opacity: 0.6;
}

.paging.-post .paging__item_text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging.-post .paging__item_text {
  text-align: center;
  padding-bottom: 0;
  margin-top: 0;
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media (max-width: 768px) {
  .paging.-post .paging__item_text {
    font-size: 4vw;
  }
}

.paging.-post .paging__item_text.prev {
  padding-left: 48px;
  position: relative;
}

@media (max-width: 768px) {
  .paging.-post .paging__item_text.prev {
    padding-left: 10vw;
  }
}

.paging.-post .paging__item_text.prev::before {
  content: url(../img/arrow-left.png);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .paging.-post .paging__item_text.prev::before,
  .paging.-post .paging__item_text.next::before {
    width: 7vw;
    height: 7vw;
  }
}

.paging.-post .paging__item_text.next {
  padding-right: 48px;
  position: relative;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .paging.-post .paging__item_text.next {
    padding-right: 10vw;
  }
}

.paging.-post .paging__item_text.next::before {
  content: url(../img/arrow-right.png);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.paging.-post .paging__item_img {
  margin-top: 24px;
  padding-top: 66.5%;
  position: relative;
}

.paging.-post .paging__item_img img {
  margin-top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.paging.-post .paging__item_ttl {
  margin-top: 24px;
  font-size: 20px;
  color: #000;
  display: inline-block;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .-single.About__article_flex {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .About__article_flex_imgbox,
  .-single.About__article_flex_textbox {
    width: 100%;
  }
  .About__article_flex_imgbox {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .paging.-post .paging__item_ttl {
    font-size: 4vw;
  }
}
/* 前の記事　次の記事　ここまで */

/* 写真につくキャプション */
.Article .wp-caption-text .gallery-caption {
  margin-top: 10px;
  line-height: 1.45;
  font-size: 16px;
}
@media (max-width: 768px) {
  .Bnr__top {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .Bnr__top_a + .Bnr__top_a {
    margin-left: 0;
  }
}

/*****************************************************************subsidy*/
.Container.-subsidy {
  width: 1000px;
}
.SubsidyIntro {
  margin: 96px auto;
}
.SubsidyIntro__description {
  line-height: 2;
  margin-top: 60px;
}
.SubsidyIntro__ttl {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1.28;
}
.SubsidyIntro__img {
  width: 49%;
  height: auto;
}
.SubsidyIntro__pdfs {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-top: 56px;
}
.SubsidyIntro__tolink {
  font-size: 20px;
  color: #141414;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 48px;
}
.SubsidyExample {
  margin: 128px auto;
}
.SubsidyExample__text {
  line-height: 2;
  margin-top: 36px;
}
.SubsidyExample__ttl {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.28;
  text-align: center;
}
.SubsidyExample__exttl {
  font-size: 20px;
  font-weight: bold;
  margin-top: 40px;
}
.SubsidyExample__img {
  width: 100%;
  height: auto;
  margin-top: 48px;
}
.SubsidySupport {
  background-color: #ebebeb;
  padding: 128px 0;
}
.SubsidySupport__ttl--en {
  font-size: 20px;
  display: block;
  margin-top: 20px;
}
.SubsidySupport__ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
}
.SubsidySupport__description {
  line-height: 2;
  margin-top: 20px;
}
.SubsidySupport__target {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.SubsidySupport__target_ttl {
  font-size: 20px;
  font-weight: bold;
}
.SubsidySupport__target_text {
  line-height: 2;
  margin-top: 10px;
}
.SubsidySupport__ul {
  margin: 72px auto;
  padding-left: 134px;
  counter-reset: cnt;
}
.SubsidySupport__li_ttl::before {
  counter-increment: cnt;
  content: "0" counters(cnt, ".") ".";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 70px;
  color: #acacac;
  left: -138px;
  line-height: 1;
  font-family: gothic;
  font-weight: bold;
  letter-spacing: -3px;
}
.SubsidySupport__li_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.28;
  position: relative;
  margin-top: 54px;
}
.SubsidySupport__li_text {
  line-height: 2;
  margin-top: 30px;
}
.SubsidyAbout {
  padding: 70px 54px;
  border: 1px solid;
}
.SubsidyAbout__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.SubsidyAbout__text {
  margin-top: 30px;
  line-height: 2;
}
.SubsidyAbout__img {
  width: 100%;
  height: auto;
  margin-top: 58px;
}
.SubsidyEnd__text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 90px auto;
}
.SubsidyEnd__btn {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.SubsidyForm {
  margin-top: 112px;
}
.SubsidyForm__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.28;
}
.SubsidyForm__require {
  font-size: 80%;
  color: red;
}
.SubsidyForm__dl {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 780px;
  margin: 40px auto;
}
.SubsidyForm__dt,
.SubsidyForm__dd {
  margin-top: 24px;
}
.SubsidyForm__dt {
  width: 25%;
}
.SubsidyForm__dd {
  width: 75%;
}
.SubsidyForm__dd input {
}
.SubsidyForm__dd input,
.SubsidyForm__dd textarea {
  width: 100%;
  border: none;
  font-size: 18px;
  padding: 4px;
}
.SubsidyForm__dd input.SubsidyForm__submit:hover {
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.SubsidyForm__dd input.SubsidyForm__submit {
  padding: 24px;
  background-color: #000;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border: 4px solid #000;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1020px) {
  .Container.-subsidy {
    width: 100%;
    padding: 0 4vw;
  }
}
@media (max-width: 768px) {
  /********************fonts*/
  .SubsidyIntro__ttl,
  .SubsidyForm__ttl {
    font-size: 5vw;
  }
  .SubsidyIntro__description,
  .SubsidyExample__text,
  .SubsidySupport__description,
  .SubsidySupport__target_text,
  .SubsidySupport__li_text,
  .SubsidyAbout__text,
  .SubsidyForm__dt,
  .SubsidyForm__dd input,
  .SubsidyForm__dd textarea {
    font-size: 3.5vw;
  }
  .SubsidyIntro__tolink,
  .SubsidyExample__exttl,
  .SubsidySupport__ttl--en,
  .SubsidySupport__target_ttl {
    font-size: 4vw;
  }
  .SubsidyExample__ttl,
  .SubsidySupport__ttl,
  .SubsidySupport__li_ttl,
  .SubsidyAbout__ttl,
  .SubsidyForm__dd input.SubsidyForm__submit {
    font-size: 4.5vw;
  }

  .SubsidyForm__dl {
    width: 100%;
  }
  /********************margin*/
  .SubsidyIntro,
  .SubsidySupport__ul,
  .SubsidyExample,
  .SubsidyForm {
    margin: 16vw auto;
  }
  .SubsidySupport {
    margin-top: 16vw;
  }
  .SubsidyIntro__description,
  .SubsidyIntro__pdfs,
  .SubsidyExample {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }
  .SubsidyIntro__tolink,
  .SubsidySupport__description,
  .SubsidySupport__target,
  .SubsidyAbout__text,
  .SubsidyAbout__img {
    margin-top: 8vw;
  }
  .SubsidySupport__ttl--en,
  .SubsidySupport__li_text {
    margin-top: 4vw;
  }
  .SubsidySupport {
    padding: 16vw 0;
  }
  .SubsidyAbout {
    padding: 8vw;
  }

  .SubsidySupport__ul {
    padding-left: 20vw;
  }
  .SubsidySupport__li_ttl::before {
    left: -20vw;
    font-size: 12vw;
  }
  .SubsidyForm__dt,
  .SubsidyForm__dd {
    width: 100%;
  }
}
/***************************************************************** /subsidy*/

/* recaptcha */
.grecaptcha-badge {
  bottom: 100px !important;
  z-index: 10;
}

.Sns {
  position: fixed;
  right: 0;
  bottom: 45%;
  z-index: 20;
}
.Sns__flex {
  background: #ffa70b;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 16px 8px;
}
.Sns__a {
  display: block;
}
.Sns__a + .Sns__a {
  margin-top: 16px;
}
.Sns__img {
  width: 36px;
  height: auto;
}
.Sns__img.-fb,
.Sns__img.-insta,
.Sns__img.-pinterest {
  width: 26px;
}
.Img__bnr--beauty {
  width: 60rem !important;
  height: auto;
  display: block;
  margin: 4rem auto 0;
}
@media (max-width: 768px) {
  .Img__bnr--beauty {
    width: 100% !important;
  }
}
.aboutPageKV-text p {
  text-shadow: 0 0 3px black;
}

.page-5251 .Bnr__top_a-wrap {
}

.page-5251 .Bnr__top_a {
  width: 70%;
  margin: auto;
}

@media (max-width: 768px) {
  .page-5251 .Bnr__top_a {
    width: 100%;
  }
}

.sauna-btn-wrap {
  width: 90%;
  margin: auto;
  margin-top: 6rem;
  display: flex;
  justify-content: center;
}
.sauna-btn {
  color: #fff;
  background-color: #eb6100;
  border-radius: 100vh;
  display: inline-block;
  text-decoration: none;
  padding: 2rem;
}
.sauna-btn:hover {
  color: #fff;
  background: #f56500;
}
@media (max-width: 768px) {
  .sauna-btn-wrap {
    width: 100%;
    margin-top: 8vw;
  }
  .sauna-btn {
    font-size: 3.6vw;
  }
}

.page-5251 .has-medium-font-size {
  font-size: 20px;
}
.page-5251 .has-large-font-size {
  font-size: 30px;
}

@media (max-width: 768px) {
  .page-5251 .has-medium-font-size {
    font-size: 4.5vw;
  }
  .page-5251 .has-large-font-size {
    font-size: 8vw;
  }
  .page-5251 .triangle {
    transform: rotate(90deg);
  }
}

@media (max-width: 768px) {
  .page-5251 h2 {
    margin-top: 8vw;
  }
  .page-5251 h3 {
    margin-top: 6vw;
  }
  .page-5251 p {
    margin-top: 4vw;
  }
  .page-5251 td,
  .page-5251 th {
    font-size: 3.6vw;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }
  .page-5251 ul {
    margin-top: 4vw;
  }
  .page-5251 li {
    font-size: 3.6vw;
    margin-top: 3vw;
    line-height: 1.2;
  }
  .page-5251 li:first-of-type {
    margin-top: 0;
  }
}
