/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/ress/dist/ress.min.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
html {
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}
/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/slick-carousel/slick/slick.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* stylelint-disable value-keyword-case */
/* --------------------------------------------
　管理パーツ
-------------------------------------------- */
#adminBox,
.acms-admin-box {
  position: relative;
  padding-top: 100px;
  margin-bottom: 0;
}

#js-seo_info {
  margin: 15px 0;
  background-color: #efefef;
}

.acms-admin-edit-info {
  margin: 0;
  border: 0;
}

.acms-pager li.cur span {
  background-color: #c8c8c8;
  border: none;
  border-radius: 50%;
}

.acms-pager li span > a {
  border: none;
  border-radius: 50%;
}

.acms-pager li > a {
  border: 0;
  border-radius: 50%;
}

main:has(.acms-box-medium, .acms-box-large, .acms-box-small) {
  width: auto !important;
  max-width: none !important;
}

/* --------------------------------------------
　設定
-------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 4.2vw;
}

body {
  overflow: hidden;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
  background-image: url(assets/body_bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
body.is-locked, body.is-loading {
  width: 100%;
}

/* ROBOTO */
.c-roboto {
  font-family: Roboto, sans-serif;
}

/* 見出し */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.7;
}

main {
  max-width: 600px;
  padding-top: 60px;
  margin: 0 auto;
  background: #fff;
}

.main-top {
  padding-top: 0;
}

footer {
  max-width: 600px;
  margin: 0 auto;
}

/* --------------------------------------------
　セクション
-------------------------------------------- */
.l-section {
  padding: 2rem 0;
}

/* --------------------------------------------
　コンテナー
-------------------------------------------- */
.l-container, .l-container--small {
  max-width: calc(1206px + 4rem);
  padding: 0 2rem;
  margin: 0 auto;
}

.l-container--small {
  max-width: calc(820px + 4rem);
}
.l-container .l-container--small, .l-container--small .l-container--small {
  padding-right: 0;
  padding-left: 0;
}

.l-container_hidden {
  overflow: hidden;
}

/* --------------------------------------------
　グリッド
-------------------------------------------- */
.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.l-grid.is-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-grid.is-jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-grid.is-jc-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-grid.is-ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-grid.is-ai-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

[class*=l-col] {
  width: 100%;
  padding: 0 1rem;
}

.l-col--1 {
  width: 8.33%;
}

.l-col--2 {
  width: 16.66%;
}

.l-col--3 {
  width: 25%;
}

.l-col--4 {
  width: 33.33%;
}

.l-col--5 {
  width: 41.66%;
}

.l-col--6 {
  width: 50%;
}

.l-col--7 {
  width: 58.33%;
}

.l-col--8 {
  width: 66.66%;
}

.l-col--9 {
  width: 75%;
}

.l-col--10 {
  width: 83.33%;
}

.l-col--11 {
  width: 91.66%;
}

.l-col--12 {
  width: 100%;
}
/* --------------------------------------------
　ヘッダー
-------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  backdrop-filter: blur(10px);
  height: 60px;
  background: rgba(255, 255, 255, 0.4235294118);
}

/* --------------------------------------------
　フッター
-------------------------------------------- */
.l-footer {
  background: #fff;
}

/* --------------------------------------------
　ボタン
-------------------------------------------- */
[class*=c-button] {
  display: inline-block;
}

.c-button__link, .c-button__link_black {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 2em;
  padding: 4px 20px;
}
.c-button__link::after, .c-button__link_black::after {
  content: "→";
  margin-left: 4px;
}
.c-button__link:link, .c-button__link_black:link, .c-button__link:visited, .c-button__link_black:visited, .c-button__link:active, .c-button__link_black:active {
  color: #fff;
  text-decoration: none;
}
.c-button__link:hover, .c-button__link_black:hover {
  color: #000;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-button__link_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=) no-repeat center/1em 1em;
}

.c-button__link_black {
  color: #000;
  border: 1px solid #000;
}
.c-button__link_black:link, .c-button__link_black:visited, .c-button__link_black:active {
  color: #000;
  text-decoration: none;
}
.c-button__link_black:hover {
  color: #fff;
  background: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.c-button_topLeft, .c-button_topRight {
  background: #584f48;
  padding: 0.8rem 1.4rem;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  border-radius: 2rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px;
  font-weight: bold;
}
.c-button_topLeft:hover, .c-button_topRight:hover {
  background: rgb(126.5, 113.5625, 103.5);
}
.c-button_topLeft img, .c-button_topRight img {
  width: 28px;
  height: auto;
  margin-right: 8px;
  vertical-align: top;
}

.c-button_topRight {
  background: #fff;
  color: #584f48;
}
.c-button_topRight:hover {
  background: #eee;
}

/* --------------------------------------------
　ヘッダー
-------------------------------------------- */
/* レイアウト */
.c-header {
  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;
  width: 100%;
  height: 100%;
}

.c-header_logo {
  padding-right: 1rem;
  padding-left: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.c-header_content_nav {
  display: none;
  padding-right: 1rem;
}

.c-header_content_btn {
  display: block;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
}

/* サイト名 */
.c-siteName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 220px;
}

.c-siteName_logo a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-siteName_logo a:active, .c-siteName_logo a:hover {
  opacity: 0.7;
}
.c-siteName_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.c-siteName_txt {
  padding-left: 1rem;
  font-size: 0.62rem;
  line-height: 1.5;
  color: #584f48;
  white-space: nowrap;
}
/* ハンバーガーボタン */
.c-hum {
  position: relative;
  display: block;
  z-index: 9999;
  width: 60px;
  height: 60px;
}

.c-hum_top,
.c-hum_middle,
.c-hum_bottom {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  max-width: 50%;
  height: 2px;
  margin-top: 1px;
  background-color: #584f48;
}

.c-hum_top {
  opacity: 1;
  -webkit-transform: translate(-50%, -10px) rotate(0);
          transform: translate(-50%, -10px) rotate(0);
}
.c-hum.is_active .c-hum_top {
  -webkit-animation: ham_top_active 0.3s forwards;
          animation: ham_top_active 0.3s forwards;
}
.c-hum.is_passive .c-hum_top {
  -webkit-animation: ham_top_passive 0.3s forwards;
          animation: ham_top_passive 0.3s forwards;
}

.c-hum_middle {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.c-hum.is_active .c-hum_middle {
  -webkit-animation: ham_middle_active 0.3s forwards;
          animation: ham_middle_active 0.3s forwards;
}
.c-hum.is_passive .c-hum_middle {
  -webkit-animation: ham_middle_passive 0.3s forwards;
          animation: ham_middle_passive 0.3s forwards;
}

.c-hum_bottom {
  opacity: 1;
  -webkit-transform: translate(-50%, 10px) rotate(0);
          transform: translate(-50%, 10px) rotate(0);
}
.c-hum.is_active .c-hum_bottom {
  -webkit-animation: ham_bottom_active 0.3s forwards;
          animation: ham_bottom_active 0.3s forwards;
}
.c-hum.is_passive .c-hum_bottom {
  -webkit-animation: ham_bottom_passive 0.3s forwards;
          animation: ham_bottom_passive 0.3s forwards;
}

@-webkit-keyframes ham_top_active {
  0% {
    -webkit-transform: translate(-50%, -10px) rotate(0);
            transform: translate(-50%, -10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}

@keyframes ham_top_active {
  0% {
    -webkit-transform: translate(-50%, -10px) rotate(0);
            transform: translate(-50%, -10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
}
@-webkit-keyframes ham_top_passive {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -10px) rotate(0);
            transform: translate(-50%, -10px) rotate(0);
  }
}
@keyframes ham_top_passive {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(45deg);
            transform: translate(-50%, 0) rotate(45deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -10px) rotate(0);
            transform: translate(-50%, -10px) rotate(0);
  }
}
@-webkit-keyframes ham_middle_active {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham_middle_active {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ham_middle_passive {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ham_middle_passive {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ham_bottom_active {
  0% {
    -webkit-transform: translate(-50%, 10px) rotate(0);
            transform: translate(-50%, 10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
@keyframes ham_bottom_active {
  0% {
    -webkit-transform: translate(-50%, 10px) rotate(0);
            transform: translate(-50%, 10px) rotate(0);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
}
@-webkit-keyframes ham_bottom_passive {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 10px) rotate(0);
            transform: translate(-50%, 10px) rotate(0);
  }
}
@keyframes ham_bottom_passive {
  0% {
    -webkit-transform: translate(-50%, 0) rotate(-45deg);
            transform: translate(-50%, 0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  60% {
    -webkit-transform: translate(-50%, 0) rotate(0);
            transform: translate(-50%, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, 10px) rotate(0);
            transform: translate(-50%, 10px) rotate(0);
  }
}
/* ヘッダーのボタンリスト */
.c-headrBtns {
  padding: 0.5em 0;
}

.c-headrBtns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.c-headrBtns__item {
  margin-right: 10px;
  font-size: 0.87rem;
}
.c-headrBtns__item:last-child {
  margin-right: 0;
}

.c-headrBtns__btn {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 180px;
  padding: 0.5em 2.5em;
  line-height: 1.2;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #584f48;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.c-headrBtns__btn:visited {
  color: #584f48;
  text-decoration: none;
}
.c-headrBtns__btn:active, .c-headrBtns__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #584f48;
}
.c-headrBtns__btn::before, .c-headrBtns__btn::after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-headrBtns__btn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=);
  opacity: 1;
}
.c-headrBtns__btn:hover::before, .c-headrBtns__btn:active::before {
  opacity: 0;
}
.c-headrBtns__btn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
  opacity: 0;
}
.c-headrBtns__btn:hover::after, .c-headrBtns__btn:active::after {
  opacity: 1;
}

/* ナビゲーション */
.c-navigation_list {
  display: table;
  list-style: none;
}

.c-navigation_item {
  position: relative;
  display: table-cell;
  padding: 0.5em;
  font-size: 0.81rem;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 1.5;
  white-space: nowrap;
}
.c-navigation_item a {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-navigation_item a,
.c-navigation_item a:visited {
  color: #000;
  text-decoration: none;
}
.c-navigation_item a:hover {
  opacity: 0.7;
}
.c-navigation_item[date-has-child=true] {
  padding: 0.5em 1.8em 0.5em 0.6em;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOCAxMS41IDIuMiA2LjMgMy44IDQuNSA4IDguMyAxMi4xIDQuNSAxMy44IDYuMyA4IDExLjUiLz4KPC9zdmc+) no-repeat right 0.6em center/1em 1em;
}
.c-navigation_item .c-navigation_list {
  position: absolute;
  top: 100%;
  left: 0.5rem;
  display: block;
  min-width: 100%;
  overflow: hidden;
  list-style: none;
  visibility: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-transform: translate(15px, 15px);
          transform: translate(15px, 15px);
}
.c-navigation_item:last-child .c-navigation_list {
  right: 0;
  left: auto;
}
.c-navigation_item:hover > .c-navigation_list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.c-navigation_item .c-navigation_item {
  position: relative;
  display: block;
  padding: 0;
  font-size: 0.75rem;
}
.c-navigation_item .c-navigation_item a {
  display: block;
  padding: 0.8em 1.5em;
  color: #fff;
  text-decoration: none;
  background-color: rgb(144.75, 130.96875, 120.25);
  border-bottom: solid 1px rgb(192, 184.125, 178);
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-navigation_item .c-navigation_item:last-child a {
  border-bottom: 0;
}
.c-navigation_item .c-navigation_item a:visited {
  color: #fff;
  text-decoration: none;
}
.c-navigation_item .c-navigation_item a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #584f48;
  opacity: 1;
}
/* --------------------------------------------
　ページタイトル
-------------------------------------------- */
.c-pagetitle__wrapper {
  overflow: hidden;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 60px;
}

.c-pagetitle__container {
  position: relative;
  z-index: 2;
  padding: 2rem 2rem 2rem;
}
.c-pagetitle {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c-pagetitle span {
  font-weight: bold;
  -webkit-columns: #584f48;
     -moz-columns: #584f48;
          columns: #584f48;
  margin-right: 4px;
  text-transform: uppercase;
}

.c-pagetitle-sub {
  font-size: 0.87rem;
  color: #584f48;
  letter-spacing: 0.2em;
}

/* イメージ部分 */
.c-pagetitle-img__wrapper {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.c-pagetitle--en {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  overflow: hidden;
  opacity: 0.05;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.c-pagetitle--en img {
  display: block;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

.c-pagetitle-img__bg {
  position: relative;
  z-index: 1;
  padding-top: 56.25%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

/* --------------------------------------------
　トピックパス
-------------------------------------------- */
.c-topicpath {
  padding-top: 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  list-style: none;
}
.c-topicpath li {
  display: inline-block;
  margin-top: 0.5rem;
  line-height: 1.3;
  color: #666;
}
.c-topicpath li::after {
  content: "　/　";
}
.c-topicpath li:last-child::after {
  content: none;
}
.c-topicpath li a {
  color: #a1a1a1;
}
.c-topicpath li a:visited {
  color: #a1a1a1;
}
.c-topicpath li a:hover, .c-topicpath li a:active {
  color: #a1a1a1;
  text-decoration: none;
}

/* --------------------------------------------
　問い合わせのフッター
-------------------------------------------- */
.copyright {
  margin-top: 4rem;
  font-size: 0.75rem;
  color: #aaa;
  text-align: center;
  letter-spacing: 0.1em;
}

.c-footer_nav_ttl {
  margin-top: 20px;
  font-size: 16px;
}

.c-footer_nav a {
  display: block;
  margin-top: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-footer_nav a:hover {
  opacity: 0.8;
}

.c-footer_logoBnr {
  margin-top: 30px;
  text-align: center;
}
.c-footer_logoBnr a {
  display: block;
}
.c-footer_logoBnr img {
  width: 280px;
  margin-bottom: 10px;
}

.c-footer_tel {
  margin-top: 20px;
  text-align: center;
}
.c-footer_tel h2 {
  display: inline-block;
  padding: 3px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  background: #584f48;
}
.c-footer_tel img {
  max-width: 400px;
  margin: 0 auto;
}
.c-footer_tel p {
  margin-top: 10px;
  font-size: 14px;
}

.c-footer-add {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
}

.c-footer-add_sm {
  font-size: 12px;
}

.c-footer-txtLink {
  margin-top: 10px;
  text-align: center;
}
.c-footer-txtLink a {
  color: #584f48;
}
.c-footer-txtLink a:focus, .c-footer-txtLink a:visited {
  color: #584f48;
}
.c-footer-txtLink a:hover {
  opacity: 0.8;
}

.c-footer-sns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.c-footer-sns .c-footer-sns_box {
  display: block;
}
.c-footer-sns .c-footer-sns_box:hover {
  opacity: 0.8;
}
.c-footer-sns img {
  width: 100%;
  padding: 10px;
}

/* --------------------------------------------
　メニュー
-------------------------------------------- */
/* メニュー本体 */
.c-menu__wrapper {
  height: 100%;
}

.c-menu__container {
  height: 100%;
  overflow-y: auto;
}

.c-menu__box {
  max-width: 768px;
  padding: 1rem 3rem;
  margin: 0 auto;
}

.c-menu {
  width: 100%;
}

.c-menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
  list-style: none;
}

.c-menu_item {
  width: 100%;
  padding: 1.25rem 1.5rem 0;
  font-size: 0.87rem;
}
.c-menu_item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-menu_item a:link, .c-menu_item a:visited, .c-menu_item a:hover, .c-menu_item a:active {
  color: #000;
  text-decoration: none;
}
.c-menu_item .c-menu_list {
  display: block;
  padding: 0 0 0 1.5em;
  margin: 0;
  list-style: none;
}
.c-menu_item .c-menu_item {
  position: relative;
  padding: 0.3em 0 0;
  font-size: 0.8em;
}
.c-menu_item .c-menu_item::before {
  position: absolute;
  top: 1.3em;
  left: -1em;
  display: block;
  width: 0.7em;
  height: 1px;
  content: "";
  background: #584f48;
}
/* --------------------------------------------
　追加
-------------------------------------------- */
.c-menuBig_wrap img {
  width: 100%;
}

.c-menuBig_img {
  display: none;
}

.c-menuBig_img img {
  width: 100%;
  vertical-align: bottom;
}

.c-menuBig_box {
  padding: 10px 20px;
}
.c-menuBig_box a {
  display: block;
}
.c-menuBig_box img {
  vertical-align: bottom;
}

.c-menuBig_logo {
  margin: 20px auto;
  max-width: 300px;
}

.c-menuBig_lineup {
  margin-top: 10px;
}
.c-menuBig_lineup span {
  background: #584f48;
  color: #fff;
  padding: 4px;
}
.c-menuBig_list {
  margin-left: 20px;
  margin-top: 20px;
}
.c-menuBig_list li a {
  color: #584f48;
  text-decoration: none;
}
.c-menuBig_list li a:hover {
  opacity: 0.6;
}

/* --------------------------------------------
　PC左ナビゲーション
-------------------------------------------- */
.c-menuPc_list {
  display: none;
}

/* --------------------------------------------
　見出し
-------------------------------------------- */
.c-heading__lv2 {
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.c-heading__lv2 .is-en,
.c-heading__lv2 .is-ja {
  display: block;
  margin-right: -0.2em;
  letter-spacing: 0.2em;
}
.c-heading__lv2 .is-en {
  font-size: 0.5em;
  color: #584f48;
}
.c-heading__lv2 .is-en.c-color-white {
  color: #fff;
}

.c-heading__lv3 {
  margin-bottom: 1em;
  font-size: 1.25rem;
}

/* 縦書きのやつ */
.c-tategaki {
  display: inline-block;
  text-align: left;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.c-tategaki__sub {
  font-size: 0.81rem;
  line-height: 2;
  color: #584f48;
  letter-spacing: 0.2em;
}

.c-tategaki__main {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.2em;
}

/* --------------------------------------------
　注釈
-------------------------------------------- */
.c-note {
  font-size: 0.75rem;
}

ul.c-note {
  list-style: none;
}
ul.c-note li {
  padding-left: 1em;
  margin-bottom: 0.5em;
  line-height: 1.7;
  text-indent: -1em;
}
ul.c-note li:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------
　サマリー
-------------------------------------------- */
.c-summary-item {
  margin-bottom: 4rem;
}

.c-summary-item__blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-summary-item__inner {
  display: block;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.c-summary-item__inner .c-button__link {
  color: #584f48;
}
.c-summary-item__inner:hover .c-button__link::before {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.c-summary-item__photo {
  overflow: hidden;
}
.c-summary-item__photo img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-summary-item__inner:hover .c-summary-item__photo img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-summary-item__disc {
  padding: 0.5rem 1rem 1rem;
}
.c-summary-item__disc p {
  font-size: 0.75rem;
}

.c-summary-item__date {
  color: #584f48;
}

.c-summary-item__title {
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  color: #000;
}

.c-summary-item__summary {
  margin-bottom: 0.6em;
}

.c-summary_tag {
  padding: 0.3em 1rem;
  background: #fff;
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}
.c-summary_tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5em;
  font-size: 0.68rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-summary_tag a:hover {
  color: #000;
  text-decoration: none;
}

.c-summary-item__field {
  margin-bottom: 2em;
  color: #584f48;
}
.c-summary-item__field > span::after {
  content: " / ";
}
.c-summary-item__field > span:last-child::after {
  content: none;
}
.c-summary-item__field .design::after {
  content: "、";
}
.c-summary-item__field .design:last-child::after {
  content: none;
}

.c-summary-item__link {
  margin-top: 0.6em;
  text-align: right;
}

.c-summary-item__tag {
  padding: 0.3em 1rem;
  line-height: 1.5;
  border-top: solid 1px #eee;
}
.c-summary-item__tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5em;
  font-size: 0.68rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-summary-item__tag a:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.c-summary-item__tag a:active, .c-summary-item__tag a:hover {
  color: #000;
  text-decoration: none;
}

/* --------------------------------------------
　フォームです
-------------------------------------------- */
.c-form__heading {
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1.25rem;
  border-bottom: solid 1px #ddd;
}
.c-form__heading span {
  display: block;
  padding-left: 0.5em;
  line-height: 1.3;
  border-left: solid 0.3em rgba(36, 120, 209, 0.231372549);
}

table.c-form, table.c-confirm {
  width: 100%;
}
table.c-form th, table.c-confirm th {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #584f48;
  text-align: left;
}
table.c-form td, table.c-confirm td {
  display: block;
  padding: 0 0 0.5em;
  font-size: 16px;
  line-height: 1.5;
}
table.c-form .is-rowspan:not(.is-last) td, table.c-confirm .is-rowspan:not(.is-last) td {
  padding-bottom: 0;
}

.c-form input[type=text], .c-confirm input[type=text],
.c-form input[type=tel],
.c-confirm input[type=tel],
.c-form input[type=email],
.c-confirm input[type=email],
.c-form textarea,
.c-confirm textarea {
  padding: 0.45em 0.7em;
  font-family: sans-serif;
  font-size: 16px;
}
.c-form input[type=text]::-webkit-input-placeholder, .c-confirm input[type=text]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder, .c-confirm input[type=tel]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder, .c-confirm input[type=email]::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder, .c-confirm textarea::-webkit-input-placeholder {
  font-size: 0.8em;
}
.c-form input[type=text]::-moz-placeholder, .c-confirm input[type=text]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-confirm input[type=tel]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder, .c-confirm input[type=email]::-moz-placeholder, .c-form textarea::-moz-placeholder, .c-confirm textarea::-moz-placeholder {
  font-size: 0.8em;
}
.c-form input[type=text]:-ms-input-placeholder, .c-confirm input[type=text]:-ms-input-placeholder, .c-form input[type=tel]:-ms-input-placeholder, .c-confirm input[type=tel]:-ms-input-placeholder, .c-form input[type=email]:-ms-input-placeholder, .c-confirm input[type=email]:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder, .c-confirm textarea:-ms-input-placeholder {
  font-size: 0.8em;
}
.c-form input[type=text]::-ms-input-placeholder, .c-confirm input[type=text]::-ms-input-placeholder, .c-form input[type=tel]::-ms-input-placeholder, .c-confirm input[type=tel]::-ms-input-placeholder, .c-form input[type=email]::-ms-input-placeholder, .c-confirm input[type=email]::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder, .c-confirm textarea::-ms-input-placeholder {
  font-size: 0.8em;
}
.c-form input[type=text]::placeholder, .c-confirm input[type=text]::placeholder,
.c-form input[type=tel]::placeholder,
.c-confirm input[type=tel]::placeholder,
.c-form input[type=email]::placeholder,
.c-confirm input[type=email]::placeholder,
.c-form textarea::placeholder,
.c-confirm textarea::placeholder {
  font-size: 0.8em;
}
.c-form select, .c-confirm select {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 0.8em;
  font-family: sans-serif;
  font-size: 15px;
}
.c-form .form-select, .c-confirm .form-select {
  min-width: 112px;
}
.c-form .error-text, .c-confirm .error-text {
  font-size: 12px;
}
.c-form .error-text span, .c-confirm .error-text span {
  padding-right: 0.3em;
  margin-top: 0.5em;
  vertical-align: -0.05em;
}

.c-form_checkbox-group,
.c-form_radio-group {
  padding: 0.225em 0;
}
.c-form_checkbox-group .acms-form-checkbox,
.c-form_checkbox-group .acms-form-radio,
.c-form_radio-group .acms-form-checkbox,
.c-form_radio-group .acms-form-radio {
  padding-top: 0.225em;
  padding-bottom: 0.225em;
}

.c-form-buttons {
  margin-top: 1rem;
  text-align: center;
}

.c-form-submit {
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #584f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-form-submit:hover {
  color: #fff;
  background-color: #584f48;
}

/* 必須 */
.c-form-hissu {
  font-size: 11px;
  font-weight: normal;
  color: #f00;
}

/* 日付選択のやつ */
.c-form-select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-form-select-title {
  width: 100%;
  padding: 0.5em 0.5em 0.2em 0;
}

.c-form-select-item {
  width: 100%;
  padding: 0 0.5em 0.5em 0;
}
.c-form-select-item select {
  margin: 0 0 0.5em;
}
/* 人数のやつ */
.c-form-ninzu {
  display: inline-block;
  margin: 0 0 0.5em;
}

/* 確認画面 */
/* --------------------------------------------
　キーワードサーチ
-------------------------------------------- */
.c-keywordSearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-keywordSearch:focus-within {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.c-keywordSearch_input {
  display: block;
  width: calc(100% - 40px);
  padding: 0.5em;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-keywordSearch_input:focus {
  background-color: #fff;
}
.c-keywordSearch_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input:-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::placeholder {
  font-size: 14px;
  color: #bbb;
}

.c-keywordSearch_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS44Ny4xNEM2LjU3LjE0LDMuODksMi44MiwzLjg5LDYuMTNzMi42OCw1Ljk4LDUuOTgsNS45OCw1Ljk4LTIuNjgsNS45OC01Ljk4UzEzLjE4LjE0LDkuODcuMTRaTTkuODcsOS4zOGMtMS43OSwwLTMuMjUtMS40Ni0zLjI1LTMuMjVzMS40Ni0zLjI1LDMuMjUtMy4yNSwzLjI1LDEuNDYsMy4yNSwzLjI1LTEuNDYsMy4yNS0zLjI1LDMuMjVaIi8+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS41MSwxNS44NmMtLjM1LDAtLjctLjEzLS45Ny0uNEMuMDEsMTQuOTIuMDEsMTQuMDYuNTQsMTMuNTJsNC44OC00Ljg4Yy41My0uNTMsMS40LS41MywxLjkzLDBzLjUzLDEuNCwwLDEuOTNsLTQuODgsNC44OGMtLjI3LjI3LS42Mi40LS45Ny40WiIvPgo8L3N2Zz4=) no-repeat center/1em 1em rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
/* --------------------------------------------
　絞り込み検索
-------------------------------------------- */
.c-searchform_list {
  list-style: none;
}

.c-searchform_item {
  margin-bottom: 20px;
  overflow: hidden;
}

.c-searchform_head {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.c-searchform_head::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 0.4em;
  height: 1.2em;
  content: "";
  background-color: #584f48;
  border-radius: 0.2em;
}

/* チェックボックス
-------------------------------------------------- */
.c-searchformCheckboxGroup {
  margin-right: -1.5em;
  font-size: 14px;
}

.c-searchformCheckbox {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  line-height: 1.5;
}
.c-searchformCheckboxGroup .c-searchformCheckbox {
  margin-right: 1.5em;
}

.c-searchformCheckbox_input {
  position: absolute;
  right: 100%;
  bottom: 100%;
}

.c-searchformCheckbox_label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5em;
}
.c-searchformCheckbox_label::before {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background-color: #fbfbfb;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-searchformCheckbox_input:checked + .c-searchformCheckbox_label::before {
  background-color: #584f48;
}
.c-searchformCheckbox_input:focus + .c-searchformCheckbox_label::before {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.c-searchformCheckbox_label::after {
  position: absolute;
  top: 0.15em;
  left: 0;
  display: block;
  width: 1.2em;
  height: 1.2em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTEuNTIsNC4zN2MtMi4yMywxLjI0LTQuNDksNC43Ni00LjQ5LDQuNzZsLTIuMDQtMi4zMS0xLjIxLDEuMTYsMi45NCwzLjY2LDEuMDctLjA0YzEuMzgtNC4xMyw0LjQyLTYuODksNC40Mi02Ljg5bC0uNy0uMzNaIi8+Cjwvc3ZnPg==) no-repeat center/100% 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-searchformCheckbox_input:checked + .c-searchformCheckbox_label::after {
  opacity: 1;
}

.c-keywordSearch {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-keywordSearch:focus-within {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.c-keywordSearch_input {
  display: block;
  width: calc(100% - 40px);
  padding: 0.5em;
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1;
  background: #fbfbfb;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 0;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-keywordSearch_input::-webkit-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::-moz-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input:-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::-ms-input-placeholder {
  font-size: 14px;
  color: #bbb;
}
.c-keywordSearch_input::placeholder {
  font-size: 14px;
  color: #bbb;
}

.c-keywordSearch_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogI2ZmZjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNOS44Ny4xNEM2LjU3LjE0LDMuODksMi44MiwzLjg5LDYuMTNzMi42OCw1Ljk4LDUuOTgsNS45OCw1Ljk4LTIuNjgsNS45OC01Ljk4UzEzLjE4LjE0LDkuODcuMTRaTTkuODcsOS4zOGMtMS43OSwwLTMuMjUtMS40Ni0zLjI1LTMuMjVzMS40Ni0zLjI1LDMuMjUtMy4yNSwzLjI1LDEuNDYsMy4yNSwzLjI1LTEuNDYsMy4yNS0zLjI1LDMuMjVaIi8+CiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMS41MSwxNS44NmMtLjM1LDAtLjctLjEzLS45Ny0uNEMuMDEsMTQuOTIuMDEsMTQuMDYuNTQsMTMuNTJsNC44OC00Ljg4Yy41My0uNTMsMS40LS41MywxLjkzLDBzLjUzLDEuNCwwLDEuOTNsLTQuODgsNC44OGMtLjI3LjI3LS42Mi40LS45Ny40WiIvPgo8L3N2Zz4=) no-repeat center/1em 1em rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 0;
  border-radius: 0 3px 3px 0;
}
/* 送信ボタン
* -------------------------------------------------- */
.c-searchformBtn {
  width: 100%;
  padding: 0.4em 1em;
  font-size: 14px;
  color: #584f48;
  text-align: center;
  background-color: rgba(88, 79, 72, 0.05);
  border: solid 1px rgba(88, 79, 72, 0.2);
  border-radius: 3px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
.c-searchformBtn:active, .c-searchformBtn:hover {
  color: #fff;
  background-color: #584f48;
}
.c-searchformBtn:focus {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

/* --------------------------------------------
　タグ一覧
-------------------------------------------- */
.c-tagCloud_list {
  margin-right: -1em;
  font-size: 14px;
  list-style: none;
}

.c-tagCloud_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1em;
  line-height: 1.2;
}

.c-tagCloud_tag {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.c-tagCloud_tag:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.c-tagCloud_tag:active, .c-tagCloud_tag:hover {
  color: #000;
  text-decoration: none;
}

/* --------------------------------------------
　タグフィルター
-------------------------------------------- */
.c-tagFilter {
  position: relative;
  width: 100%;
  font-size: 14px;
  margin-bottom: 1em; /* 下の検索結果とスペース */
}
.c-tagFilter::after {
  position: absolute;
  right: 15px;
  width: 10px;
  top: 7px;
  height: 7px;
  content: "+";
  pointer-events: none;
}

.c-tagFilter_selected {
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 0.5em 1em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.c-tagFilter_list {
  display: none;
  width: 100%;
  border: 1px solid #d0d0d0;
  border-top: none;
  background: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-tagFilter_list.open {
  display: block;
}

.c-tagFilter_list li {
  padding: 0.5em 1em;
  cursor: pointer;
}

.c-tagFilter_list li:hover {
  background: #eee;
}

.c-tagFilter_head {
  color: #584f48;
}

.c-tagFilter_label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.3;
  color: #333;
  text-decoration: none;
  vertical-align: middle;
  background-color: #eaeaea;
  border-radius: 3px;
}
.c-tagFilter_label:hover, .c-tagFilter_label:active {
  text-decoration: underline;
  background-color: #ddd;
}
.c-tagFilterAdd .c-tagFilter_label {
  margin-right: 10px;
}

.c-tagFilter_selectedItem {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.c-tagFilter_selectedItem .c-tagFilter_label:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.c-tagFilter_selectedItem .c-tagFilter_label:last-child {
  padding: 2px 5px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.c-tagFilter_list.open {
  height: 230px;
  overflow-y: scroll;
}

/* --------------------------------------------
　ローディング用
-------------------------------------------- */
.js-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #584f48;
  -webkit-transition: opacity 1s 1s;
  transition: opacity 1s 1s;
}
body:not(.is-loading) .js-loading {
  opacity: 0;
}

.is-loading {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.is-loading.is-loaded {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* --------------------------------------------
　スクロールして出てくるアニメーションだお！
-------------------------------------------- */
.js-delay-1 {
  -webkit-transition-delay: 0.1s !important;
          transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.js-delay-2 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.js-delay-3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.js-delay-4 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.js-delay-5 {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.js-delay-6 {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.js-delay-7 {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.js-delay-8 {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.js-delay-9 {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.js-delay-10 {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.js-delay-11 {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.js-delay-12 {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.js-delay-13 {
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.js-delay-14 {
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.js-delay-15 {
  -webkit-transition-delay: 1.5s !important;
          transition-delay: 1.5s !important;
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.js-delay-16 {
  -webkit-transition-delay: 1.6s !important;
          transition-delay: 1.6s !important;
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.js-delay-17 {
  -webkit-transition-delay: 1.7s !important;
          transition-delay: 1.7s !important;
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.js-delay-18 {
  -webkit-transition-delay: 1.8s !important;
          transition-delay: 1.8s !important;
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.js-delay-19 {
  -webkit-transition-delay: 1.9s !important;
          transition-delay: 1.9s !important;
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.js-delay-20 {
  -webkit-transition-delay: 2s !important;
          transition-delay: 2s !important;
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.js-delay-21 {
  -webkit-transition-delay: 2.1s !important;
          transition-delay: 2.1s !important;
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.js-delay-22 {
  -webkit-transition-delay: 2.2s !important;
          transition-delay: 2.2s !important;
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.js-delay-23 {
  -webkit-transition-delay: 2.3s !important;
          transition-delay: 2.3s !important;
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.js-delay-24 {
  -webkit-transition-delay: 2.4s !important;
          transition-delay: 2.4s !important;
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.js-delay-25 {
  -webkit-transition-delay: 2.5s !important;
          transition-delay: 2.5s !important;
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.js-delay-26 {
  -webkit-transition-delay: 2.6s !important;
          transition-delay: 2.6s !important;
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.js-delay-27 {
  -webkit-transition-delay: 2.7s !important;
          transition-delay: 2.7s !important;
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.js-delay-28 {
  -webkit-transition-delay: 2.8s !important;
          transition-delay: 2.8s !important;
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.js-delay-29 {
  -webkit-transition-delay: 2.9s !important;
          transition-delay: 2.9s !important;
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.js-delay-30 {
  -webkit-transition-delay: 3s !important;
          transition-delay: 3s !important;
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

/* ただのフェイドイン */
.js-fade-in {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.is-start .js-fade-in, .js-fade-in.is-start {
  opacity: 1;
}

/* 上から */
.js-fade-in--up {
  opacity: 0;
}
.is-start .js-fade-in--up, .js-fade-in--up.is-start {
  -webkit-animation: fade-in--up 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fade-in--up 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

@-webkit-keyframes fade-in--up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fade-in--up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 左から */
.js-fade-in--left {
  opacity: 0;
}
.is-start .js-fade-in--left, .js-fade-in--left.is-start {
  -webkit-animation: fade-in--left 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fade-in--left 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fade-in--left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in--left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* 右から */
.js-fade-in--right {
  opacity: 0;
}
.is-start .js-fade-in--right, .js-fade-in--right.is-start {
  -webkit-animation: fade-in--right 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fade-in--right 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes fade-in--right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fade-in--right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.js-img-slide-in {
  position: relative;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.is-start .js-img-slide-in, .js-img-slide-in.is-start {
  clip-path: inset(0 0 0 0);
}

/* ------------------------------------------------------------
* トグルメニュー
* ------------------------------------------------------------ */
:root {
  --menu-width: 100%;
  --menu-max-width: 100%;
}

/* ボディのスクロールを止める */
body.is_locked {
  position: fixed;
  width: 100%;
}

/* メニューより上に来る固定の要素 */
.js_togglemenu_head {
  z-index: 9997;
}

/* メニュー本体 */
.js_togglemenu {
  position: fixed;
  top: 0;
  right: calc(var(--menu-width) * -1);
  z-index: 9997;
  width: var(--menu-width);
  max-width: var(--menu-max-width);
  height: 100%;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
}
.js_togglemenu.is_active {
  -webkit-animation: togglemenu_active__fade 0.3s forwards;
          animation: togglemenu_active__fade 0.3s forwards;
}
.js_togglemenu.is_passive {
  -webkit-animation: togglemenu_passive__fade 0.3s forwards;
          animation: togglemenu_passive__fade 0.3s forwards;
}

@-webkit-keyframes togglemenu_active {
  0% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
  1% {
    right: calc(var(--menu-width) * -1);
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}

@keyframes togglemenu_active {
  0% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
  1% {
    right: calc(var(--menu-width) * -1);
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes togglemenu_passive {
  0% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  99% {
    right: calc(var(--menu-width) * -1);
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes togglemenu_passive {
  0% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  99% {
    right: calc(var(--menu-width) * -1);
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes togglemenu_active__fade {
  0% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
  1% {
    right: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes togglemenu_active__fade {
  0% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
  1% {
    right: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes togglemenu_passive__fade {
  0% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  99% {
    right: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes togglemenu_passive__fade {
  0% {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  99% {
    right: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    right: calc(var(--menu-width) * -1);
    visibility: hidden;
    opacity: 0;
  }
}
/* カバー */
.js_togglemenu_cover {
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 99997;
  width: 100%;
  height: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
}
.js_togglemenu_cover.is_active {
  -webkit-animation: togglemenu_cover_active 0.3s forwards;
          animation: togglemenu_cover_active 0.3s forwards;
}
.js_togglemenu_cover.is_passive {
  -webkit-animation: togglemenu_cover_passive 0.3s forwards;
          animation: togglemenu_cover_passive 0.3s forwards;
}

@-webkit-keyframes togglemenu_cover_active {
  0% {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    visibility: visible;
    opacity: 0.8;
  }
}

@keyframes togglemenu_cover_active {
  0% {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
  1% {
    left: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 0;
    visibility: visible;
    opacity: 0.8;
  }
}
@-webkit-keyframes togglemenu_cover_passive {
  0% {
    left: 0;
    visibility: visible;
    opacity: 0.8;
  }
  99% {
    left: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes togglemenu_cover_passive {
  0% {
    left: 0;
    visibility: visible;
    opacity: 0.8;
  }
  99% {
    left: 0;
    visibility: visible;
    opacity: 0;
  }
  100% {
    left: 100%;
    visibility: hidden;
    opacity: 0;
  }
}
/* ------------------------------------------------------------
* カルーセル
* ------------------------------------------------------------ */
.js_carousel_controlWrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.37rem;
}
.js_carousel_controlWrapper:has(> .js_carousel_control > .slick-dots) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js_carousel_prev_arrow,
.js_carousel_next_arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 2.37rem;
  height: 2.37rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border: solid 1px #584f48;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s, background-image 0.3s, background-color 0.3s;
  transition: opacity 0.3s, background-image 0.3s, background-color 0.3s;
}
.js_carousel_prev_arrow:active, .js_carousel_prev_arrow:hover,
.js_carousel_next_arrow:active,
.js_carousel_next_arrow:hover {
  background-color: #584f48;
  opacity: 1;
}

.js_carousel_prev_arrow {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNy45IDMuNSA4LjQgNC4zIDMuNiA3LjUgMTUgNy41IDE1IDguNSAzLjYgOC41IDguNCAxMS43IDcuOSAxMi41IDEgOCA3LjkgMy41Ii8+Cjwvc3ZnPg==);
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
}
.js_carousel_prev_arrow:active, .js_carousel_prev_arrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjcuODYgMy41IDguNDEgNC4zNCAzLjU5IDcuNSAxNSA3LjUgMTUgOC41IDMuNTkgOC41IDguNDEgMTEuNjYgNy44NiAxMi41IDEgOCA3Ljg2IDMuNSIvPjwvc3ZnPg==);
}

.js_carousel_next_arrow {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=);
  -webkit-transform: translate(60%, -50%);
          transform: translate(60%, -50%);
}
.js_carousel_next_arrow:active, .js_carousel_next_arrow:hover {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.js_carousel_control {
  position: relative;
  padding: 0 1rem;
}
.js_carousel_control .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
}
.js_carousel_control .slick-dots li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.37rem;
}
.js_carousel_control .slick-dots button {
  width: 0.87rem;
  height: 0.87rem;
  font-size: 0;
  background-color: #ddd;
  border-radius: 50%;
}
.js_carousel_control .slick-dots li.slick-active button {
  background-color: #584f48;
}

/* --------------------------------------------
　エントリー
-------------------------------------------- */
.entry {
  margin-bottom: 4rem;
}

[id] {
  padding-top: 70px; /* 固定ヘッダー分ずらす */
  margin-top: -70px;
}

.acms-box-medium [id] {
  padding-top: 0;
  margin-top: 0;
}

#btnConfirm {
  padding-top: 20px;
  margin-top: 0;
}

/* タイトル */
.entry-header {
  margin-bottom: 1.5em;
  font-size: 1.75rem;
}

.entry-date {
  font-size: 0.5em;
  color: #584f48;
}

.label-new {
  display: inline-block;
  margin-left: 0.5em;
  color: red;
}

.entry-title {
  font-size: 1em;
  color: #000;
}

/* フッター（タグの一覧） */
.entry-footer {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 0.87rem;
}

.entry-footer_block {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -1px;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}

.entry-footer_head {
  margin-bottom: 5px;
  color: #584f48;
}

.entry-footer_tag {
  display: inline-block;
  margin-right: 1em;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.entry-footer_tag:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.entry-footer_tag:active, .entry-footer_tag:hover {
  color: #000;
  text-decoration: none;
}

/* ユニットのスタイル - 本文 */
.entry-units p {
  margin-bottom: 2em;
}

/* 強調と重要 */
.entry-units em,
.entryFormColumnBody em {
  font-style: normal;
  font-weight: normal;
  color: #584f48;
}
.entry-units strong,
.entryFormColumnBody strong {
  font-size: 1.2em;
  font-weight: normal;
  color: #584f48;
}
.entry-units small,
.entryFormColumnBody small {
  font-size: 0.75em;
}
.entry-units .hp_txt_bigger,
.entryFormColumnBody .hp_txt_bigger {
  font-size: 1.2em;
}
.entry-units .hp_txt_bold,
.entryFormColumnBody .hp_txt_bold {
  font-weight: bold;
}

/* ボタン */
.entry-btn-default {
  display: inline-block;
  padding: 0.5em 2em;
  margin: 0 auto;
  line-height: 1.5;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 2px #584f48;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.entry-btn-default:hover {
  color: #fff;
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

/* ボタン：大 */
.entry-btn-lg {
  display: block;
  width: 100%;
  padding: 1em 2em;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.5;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 2px #584f48;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.entry-btn-lg:hover {
  color: #fff;
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

/* ユニットのスタイル - メディア */
.entry-units [class*=column-media] {
  margin-bottom: 2em;
}

.caption {
  font-size: 0.75em;
}

/* ユニットのスタイル - 見出し */
.entry-units p {
  margin-bottom: 3em;
}
.entry-units h2 {
  margin-bottom: 1em;
  font-size: 1.5em;
}
.entry-units h2.is-blue {
  color: #584f48;
}
.entry-units h2.is-underline {
  color: #584f48;
  border-bottom: solid 1px currentcolor;
}
.entry-units h3 {
  margin-bottom: 1em;
  font-size: 1.25em;
}
.entry-units h3.is-blue {
  color: #584f48;
}
.entry-units h3.is-underline {
  color: #584f48;
  border-bottom: solid 1px currentcolor;
}
.entry-units h4 {
  margin-bottom: 1em;
  font-size: 1.125em;
}
.entry-units h4.is-blue {
  color: #584f48;
}
.entry-units h4.is-underline {
  color: #584f48;
  border-bottom: solid 1px currentcolor;
}

/* ユニットのスタイル - リスト */
.entry-units ul,
.entry-units ol {
  padding-left: 1.5em;
  margin-right: 10px;
  margin-bottom: 4em;
  margin-left: 10px;
}
.entry-units li {
  margin-bottom: 0.5em;
}
.entry-units li:last-child {
  margin-bottom: 0;
}
.entry-units dl {
  margin-right: 10px;
  margin-bottom: 4em;
  margin-left: 10px;
}
.entry-units dt {
  color: #584f48;
}
.entry-units dd {
  margin-bottom: 0.5em;
}

/* ユニットのスタイル - テーブル */
[class^=column-table] .entry-container {
  margin-bottom: 4em;
  overflow-x: auto;
}

[class^=column-table] table {
  margin-bottom: 0;
}

.entry-units table {
  width: 100%;
  border-collapse: collapse;
}
.entry-units th,
.entry-units td {
  display: block;
  padding: 0.3125em 0.625em;
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dfdfdf;
}
.entry-units .acms-table-responsive {
  border-top: 0;
  border-bottom: 0;
}
.entry-units .acms-table-responsive th,
.entry-units .acms-table-responsive td {
  display: table-cell;
  white-space: nowrap;
}
.entry-units .acms-table-responsive table {
  margin: 0;
}
.entry-units th {
  font-weight: normal;
  color: #426081;
  background: #f5f5f5;
}
.entry-units td {
  padding-bottom: 1.5625em;
}
.entry-units .entry-custom-table {
  margin-bottom: 2em;
}
/* 区切り線 */
.entry-units hr {
  border: 0;
}

/* ユニットグループ */
.ug-bg-color {
  padding: 1.25em 0.625em;
  margin: 0 10px 4em;
  overflow: hidden;
  background: #f5f5f5;
}
.ug-bg-color *:last-child {
  margin-bottom: 0;
}
/* ユニットグループ - Q&A用 */
.ug-bg-color--nice {
  position: relative;
  padding-top: 6rem;
}
.ug-bg-color--nice::before {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 300px;
  content: "";
  background: #f0f0f0;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

/* カスタムユニット - QandA */
dl.custom__q-and-a {
  margin-bottom: 6rem;
  border-bottom: solid 1px #584f48;
}

dt.custom__q-and-a__q {
  position: relative;
  padding: 1.5em 4em 1.5em 3.5em;
  text-indent: -2em;
  cursor: pointer;
  background-color: #fff;
  border: solid 1px #584f48;
  border-bottom: 0;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
dt.custom__q-and-a__q:hover {
  background-color: #c2d1f4;
}
dt.custom__q-and-a__q::before {
  display: inline-block;
  width: 2em;
  text-indent: 0;
  content: "Q.";
}

.custom__q-and-a__mark {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  width: 2em;
  height: 2em;
  margin-top: -1em;
  border: solid 1px #584f48;
  border-radius: 50%;
}
.custom__q-and-a__mark::after, .custom__q-and-a__mark::before {
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0.5em;
  display: block;
  width: 1em;
  height: 1px;
  content: "";
  background: #584f48;
}
.custom__q-and-a__mark::before {
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.is-open .custom__q-and-a__mark::before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

dd.custom__q-and-a__a {
  display: none;
  padding: 1.5em 1.5em 1.5em 3.5em;
  margin-bottom: -1px;
  text-indent: -2em;
  background-color: #ebf1ff;
  border: solid 1px #584f48;
  border-top: 0;
}
dd.custom__q-and-a__a::before {
  display: inline-block;
  width: 2em;
  text-indent: 0;
  content: "A.";
}

/* カスタムユニット - 縦見出しと画像 */
.custom-head-and-img {
  position: relative;
  font-size: 1.5em;
  letter-spacing: 0.1em;
}

.custom-head-and-img__txts p {
  margin: 0;
  font-size: 0.54em;
}
.custom-head-and-img__txts h2 {
  margin: 0;
  font-size: inherit;
}

.custom-head-and-img__img {
  padding-top: 50%;
  margin: 2em -2rem 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* ----------------
シリアルナビ
------------------ */
.serial-nav {
  position: static;
  min-height: 34px;
  margin-bottom: 80px;
  font-size: 14px;
}
.serial-nav a {
  display: block;
  width: 100%;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.serial-nav a:link, .serial-nav a:visited {
  color: #000;
  text-decoration: none;
}
.serial-nav a:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-color: #666;
}

.serial-nav-list {
  padding: 0;
  margin: 0;
}

.serial-nav-prev,
.serial-nav-next {
  display: block;
  list-style-type: none;
}

.serial-nav-prev {
  width: 100%;
  margin-bottom: 10px;
}
.serial-nav-prev a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 75px;
  padding: 16px 20px 16px 38px;
  text-align: left;
  white-space: normal;
}

.serial-nav-prev-icon {
  position: absolute;
  top: 30px;
  left: 15px;
}

.serial-nav-index {
  display: none;
}

.serial-nav-next {
  float: right;
  width: 100%;
  text-align: right;
}
.serial-nav-next a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 75px;
  padding: 16px 38px 16px 20px;
  text-align: left;
  white-space: normal;
}

.serial-nav-next-icon {
  position: absolute;
  top: 30px;
  right: 15px;
}
/* ----------------
LP画像
------------------ */
.custom-web-box {
  margin-right: calc(-2rem + 10px);
  margin-left: calc(-2rem + 10px);
}
.custom-web-box img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}

/* ----------------
目次
------------------ */
.outline-wrap {
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
  background: #efefef;
}
.outline-wrap .outline-title {
  font-size: 21px;
}
.outline-wrap a {
  color: #584f48;
}

/* リストの基本設定 */
.js-outline-yield ul {
  margin-left: -10px;
  list-style: none;
  counter-reset: level1;
}

.outline-wrap ul.level-1.acms-ol {
  margin-bottom: 1em;
}

.outline-wrap ul.level-2.acms-ol {
  margin-bottom: 1em;
}

.outline-wrap ul.level-3.acms-ol {
  margin-bottom: 1em;
}

.outline-wrap ul.level-4.acms-ol {
  margin-bottom: 1em;
}

/* --------------------------------------------
　ローディング
-------------------------------------------- */
.p-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 180px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-loading_txt {
  width: 100%;
  padding-top: 0;
  background: url(assets/loading_txt.png) no-repeat center top/contain;
  opacity: 0;
  -webkit-transition: padding-top 0.8s, opacity 1s 1.5s;
  transition: padding-top 0.8s, opacity 1s 1.5s;
}
.is-loaded .p-loading_txt {
  padding-top: 150%;
  opacity: 1;
}

.p-loading_logo {
  width: 100%;
  padding-top: 20%;
  background: url(assets/logo_wh.png) no-repeat center/100% auto;
}

/* --------------------------------------------
　トップページ
-------------------------------------------- */
/* 固定のボタン - PC */
.fixbutton {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 5000;
  display: none;
  padding: 0 16px 16px 0;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.fixbutton.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fixbutton_button {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 10px 0 0;
  background-color: #584f48;
  border: solid 2px #fff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fixbutton_button:active, .fixbutton_button:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.fixbutton_button_off,
.fixbutton_button_on {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  padding: 5px;
}
.fixbutton_button_off img,
.fixbutton_button_on img {
  display: block;
  width: 100%;
  height: auto;
}

.fixbutton_button_off {
  opacity: 1;
}
.fixbutton_button:active .fixbutton_button_off, .fixbutton_button:hover .fixbutton_button_off {
  opacity: 0;
}

.fixbutton_button_on {
  opacity: 0;
}
.fixbutton_button:active .fixbutton_button_on, .fixbutton_button:hover .fixbutton_button_on {
  opacity: 1;
}
/* 固定のボタン - SM */
.smFixbutton {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  border-top: solid 1px #584f48;
}

.smFixbutton_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-top: solid 2px #584f48;
  border-bottom: solid 2px #584f48;
  border-left: solid 2px #584f48;
}

.smFixbutton_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.33%;
  border-right: solid 2px #584f48;
}

.smFixbutton_button {
  position: relative;
  display: block;
  height: 60px;
  background-color: #fff;
}

.smFixbutton_button_off,
.smFixbutton_button_on {
  position: absolute;
  top: 0;
  left: 50%;
  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;
  width: 100%;
  max-width: 180px;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.smFixbutton_button_off img,
.smFixbutton_button_on img {
  display: block;
  width: 100%;
  height: auto;
}
.smFixbutton_button:active .smFixbutton_button_off, .smFixbutton_button:hover .smFixbutton_button_off,
.smFixbutton_button:active .smFixbutton_button_on,
.smFixbutton_button:hover .smFixbutton_button_on {
  opacity: 0.7;
}

/* メインビジュアル部分 */
.p-main-image__wrapper {
  position: relative;
  width: 100%;
}

.p-main-image {
  position: relative;
  width: 100%;
  height: calc(90svh - 60px - 60px);
  overflow: hidden;
  vertical-align: bottom;
}

.p-main-image__photo {
  width: 100%;
  height: 100%;
  background-image: url(assets/mv_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.zooming .p-main-image__photo {
  -webkit-transition: -webkit-transform 5s linear;
  transition: -webkit-transform 5s linear;
  transition: transform 5s linear;
  transition: transform 5s linear, -webkit-transform 5s linear;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-main-image__photo::before {
  position: absolute;
  inset: 0;
  content: "";
  background: #000;
  opacity: 0.2;
}

.p-main-copy {
  position: absolute;
  bottom: 12%;
  left: 5%;
  z-index: 9996;
  width: 100%;
  max-width: 240px;
  opacity: 1;
}
body:not(.is-loading) .p-main-copy {
  opacity: 1;
}
.p-main-copy img {
  display: block;
  width: 100%;
  height: auto;
}

.p-main-image-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  padding-top: 60px;
}

.p-main-image_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 10px;
  margin-left: 10px;
}

.p-main-image_btn02 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-right: 10px;
  margin-bottom: 80px;
}
.p-main-image_btn02 img {
  width: 80px;
}
.p-main-image_btn02:hover img {
  opacity: 0.8;
}

/* 俯瞰図 */
.p-top-overhead__section {
  padding-top: 6rem;
}

.p-top-overhead__txt {
  text-align: right;
}

.p-top-overhead__ptohtos {
  position: relative;
  padding-top: 85%;
}

.p-top-overhead__ptohtos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/overhead_img_01.jpg);
  background-position: center top;
  background-size: 100% auto;
}

.kandoushita {
  position: relative;
}
/* コンセプト */
.p-top-concept-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.p-top-concept-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75vw;
  max-height: 768px;
  padding: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-top-concept-block.p-top-concept-block__liv {
  background-image: url(assets/concept_bg_liv.jpg);
}
.p-top-concept-block.p-top-concept-block__sky {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-image: url(assets/concept_bg_sky.jpg);
}

.p-top-concept-txt {
  font-size: 0.87rem;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
.p-top-concept-block__sky .p-top-concept-txt {
  text-align: right;
}

.p-top-concept-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  max-width: 160px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-top-concept-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.p-top-concept-box img:first-child {
  position: static;
}

.p-top-concept-box_lg {
  display: none;
}
/* ライフスタイル */
.p-top-lifestyle-section {
  position: relative;
  padding-bottom: 2rem;
}

.p-top-lifestyle-section__bg {
  position: absolute;
  top: 67vw;
  width: 100%;
  max-width: 1366px;
  opacity: 0.05;
}
.p-top-lifestyle-section__bg::before {
  display: block;
  width: 100%;
  padding-top: 62.79%;
  content: "";
  background: url(assets/top_lifestyle_section_bg_s.png) no-repeat left top/100% auto;
}

.p-toplifestyle-lead {
  margin-bottom: 4rem;
}
.p-toplifestyle-lead .c-button__link {
  color: #fff;
}
.p-toplifestyle-lead .c-button__link:link, .p-toplifestyle-lead .c-button__link:visited, .p-toplifestyle-lead .c-button__link:active {
  color: #fff;
}
.p-toplifestyle-lead .c-button__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.p-toplifestyle-lead .c-button__link::before {
  border: solid 0.0625em #fff;
}

.p-top-lifestyle-link {
  margin-top: 2rem;
}

/* ライフスタイルの一覧 */
.p-topLifestyle-wrapper {
  padding: 4rem 0;
  background-color: #584f48;
}

.p-toplifestyleList {
  margin-bottom: -2rem;
}

.p-toplifestyleList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
}

.p-toplifestyleNum {
  padding-bottom: 1rem;
  text-align: center;
}
.p-toplifestyleNum img {
  width: 100%;
  max-width: 320px;
  height: auto;
  vertical-align: bottom;
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.p-toplifestyle {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #000;
  text-decoration: none;
  background-color: #fff;
}
.p-toplifestyle:visited, .p-toplifestyle:hover, .p-toplifestyle:active {
  color: #000;
  text-decoration: none;
}

.p-toplifestyle_img {
  overflow: hidden;
}

.p-toplifestyle_imgMedia {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-toplifestyle:active .p-toplifestyle_imgMedia, .p-toplifestyle:hover .p-toplifestyle_imgMedia {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-toplifestyle__video video {
  display: block;
  width: 100%;
  height: auto;
}

.p-toplifestyle__youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-toplifestyle__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-toplifestyle__youtube::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-toplifestyle_photo {
  z-index: 1;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-toplifestyle_photo img {
  width: 100%;
  vertical-align: middle;
}

.p-toplifestyle_body {
  padding: 2rem;
}

.p-toplifestyle_logo {
  text-align: center;
}
.p-toplifestyle_logo img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-toplifestyle_disc {
  font-size: 0.87rem;
  text-align: center;
}

.p-toplifestyle:hover .c-button__link::before {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.p-topBlog-index_right {
  margin: 0 20px;
  text-align: right;
}

/* オーナーの声 */
.p-top-voice-section {
  padding-top: 0;
}

.p-top-voice__wrapper {
  margin-top: 0;
  background: url(assets/voice_bg_s.jpg) no-repeat center/cover;
}

.p-top-voice__txts {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.p-top-voice__txts * {
  color: #fff;
}
.p-top-voice__txts .c-heading__lv2 .is-en {
  color: #fff;
}
.p-top-voice__txts .c-button__link:link, .p-top-voice__txts .c-button__link:visited, .p-top-voice__txts .c-button__link:active {
  color: #fff;
  text-decoration: none;
}
.p-top-voice__txts .c-button__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.p-top-voice__txts .c-button__link::before {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
  border-color: #fff;
}
.p-top-voice__txts .c-button__link:hover::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.p-top-voice__percent {
  padding: 0 0 1px;
  overflow: hidden;
}
.p-top-voice__percent img {
  display: block;
  width: 100%;
  height: auto;
}

/* インタビュー */
.p-top-interview-wrapper {
  padding: 0 0.5rem;
  margin: 4rem -2rem 0;
}

.top-interview-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  border: solid 1px #584f48;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-interview-arrow--prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTAuNiAxMy4xIDQuOCA4IDEwLjYgMi45IDExLjIgMy42IDYuMyA4IDExLjIgMTIuNCAxMC42IDEzLjEiLz4KPC9zdmc+);
}
.top-interview-arrow--prev:hover {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjEwLjU1IDEzLjEzIDQuNzkgOCAxMC41NSAyLjg3IDExLjIxIDMuNjEgNi4yOSA4IDExLjIxIDEyLjM5IDEwLjU1IDEzLjEzIi8+PC9zdmc+);
}

.top-interview-arrow--next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNS40IDEzLjEgMTEuMiA4IDUuNCAyLjkgNC44IDMuNiA5LjcgOCA0LjggMTIuNCA1LjQgMTMuMSIvPgo8L3N2Zz4=);
}
.top-interview-arrow--next:hover {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjUuNDUgMTMuMTMgMTEuMjEgOCA1LjQ1IDIuODcgNC43OSAzLjYxIDkuNzEgOCA0Ljc5IDEyLjM5IDUuNDUgMTMuMTMiLz48L3N2Zz4=);
}

.p-top-interview-list {
  padding: 0 1.5rem;
}
.p-top-interview-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top-interview-list .slick-slide {
  height: auto !important;
}
.p-top-interview-list .slick-slide > div {
  height: 100%;
}

.p-top-interview-item {
  height: 100%;
  padding: 0 1rem;
  margin-bottom: 0;
}

.p-top-interview-item__inner {
  height: 100%;
  background-color: #e8f3ff;
}

.p-top-interview-item__title {
  min-height: 4.25rem;
}
.top-interview-slider-dots .slick-dots {
  margin-top: 2rem;
  text-align: center;
  list-style: none;
}
.top-interview-slider-dots .slick-dots li {
  display: inline-block;
  padding: 0.5rem;
}
.top-interview-slider-dots .slick-dots button {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  font-size: 0;
  background-color: #cacaca;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.top-interview-slider-dots .slick-dots button:hover {
  background-color: #87b7ea;
}
.top-interview-slider-dots .slick-dots .slick-active button {
  background-color: #584f48;
}

/* モデルハウス */

.top-modelhouse__bottom {
  margin: 2rem 0 0;
}

.top-modelhouse-txts {
  height: 15rem;
}

.top-modelhouse-photo {
  padding-top: 1rem;
}
.top-modelhouse-photo img {
  display: block;
  width: 100%;
  max-width: 375px;
  height: auto;
  margin: 0 auto;
}
.p-mhSlider {
  position: relative;
  width: 100%;
  max-width: 768px;
  padding-top: 56.25%;
  margin: 0 auto;
}

.p-mhSlide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition: clip-path 1.5s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.p-mhSlide.is-none {
  clip-path: inset(0 0 0 100%);
}
.p-mhSlide.is-current {
  clip-path: inset(0 0 0 0);
}

.top-modelhouse-link {
  margin-top: 2rem;
  text-align: center;
}

/* ナカオホームの家づくり */
.p-topHousingSection {
  background: #fff;
}

.p-topHousingHead {
  position: relative;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #584f48;
}

.p-topHousingHead_item {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  margin-top: -20px;
}
.p-topHousingHead_item img {
  width: 100%;
}

.p-topHousingTxt {
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 2.5;
  color: #584f48;
}

/* ブログ（イベント）の一覧のスライダー */
.p-topBlogSection {
  background: #584f48;
}

.p-topBlogSection-sub {
  padding-top: 60px;
  background-color: #f3f3f3;
}

.p-topBlogHead {
  position: relative;
}
.p-topBlogHead .is-ja {
  letter-spacing: 0;
}

.p-topBlogControl {
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-topBlogControl .slick-arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background-color: rgba(255, 255, 255, 0.7);
  background-position: center;
  background-size: 1rem auto;
  border: solid 1px #584f48;
  border-radius: 50%;
}
.p-topBlogControl .slick-prev {
  margin-right: 1rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNy45IDMuNSA4LjQgNC4zIDMuNiA3LjUgMTUgNy41IDE1IDguNSAzLjYgOC41IDguNCAxMS43IDcuOSAxMi41IDEgOCA3LjkgMy41Ii8+Cjwvc3ZnPg==);
}
.p-topBlogControl .slick-prev.slick-disabled {
  opacity: 0;
}
.p-topBlogControl .slick-next {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=);
}
.p-topBlogControl .slick-next.slick-disabled {
  opacity: 0;
}

.js-blogSlider,
.js-worksSlider {
  margin-top: 60px;
}
.js-blogSlider .slick-slide,
.js-worksSlider .slick-slide {
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.js-blogSlider .slick-slide.slick-center,
.js-worksSlider .slick-slide.slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.js-top-interview-slider .slick-slide {
  border-radius: 20px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.js-top-interview-slider .slick-slide.slick-center {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-topBlogCont {
  margin-right: -2rem;
  margin-left: -2rem;
}

.p-topBlog-list .slick-list {
  overflow: visible;
}

.arrow_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 20px 0 0;
}

.prev-arrow,
.next-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: rgb(74, 74, 74);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.prev-arrow {
  top: 50%;
  right: 0;
  z-index: 2;
  margin-top: -40px;
  margin-right: 70px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.next-arrow {
  top: 50%;
  right: 0;
  margin-top: -40px;
  margin-right: 10px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  inset: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-topBlog {
  display: block;
  margin: 0 1rem;
  color: #000;
  text-decoration: none;
}
.p-topBlog:visited {
  color: #000;
  text-decoration: none;
}
.p-topBlog:active, .p-topBlog:hover {
  color: #000;
  text-decoration: none;
}

.p-topBlog_img {
  position: relative;
  padding-top: 125%;
  margin: 0 0 1rem;
  overflow: hidden;
  border-radius: 20px;
}

.p-topBlog_event_no {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5294117647);
}

.p-topBlog_event_no_txt {
  padding-top: 50%;
  color: #fff;
  text-align: center;
}

.p-topBlog_event_img.p-topBlog_event_img02 .p-topBlog_event_no_txt {
  padding-top: 30%;
  font-size: 10px;
}

.p-topBlog_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-topBlog:active .p-topBlog_img_bg, .p-topBlog:hover .p-topBlog_img_bg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-topBlog_body {
  font-size: 0.75rem;
}

.p-topBlog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.p-topBlog_event_img {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30%;
  margin-right: 20px;
}

.p-topBlog_event_body {
  width: 70%;
}

.t-topBlog-event_radio {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.t-topBlog-event_reserve-radio, .t-topBlog-event_reserve-radio-no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 6px;
  margin-right: 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-align: center;
  background: #fff200;
}

.t-topBlog-event_reserve-radio-no {
  background: #acacac;
}

.t-topBlog-event_lineup img {
  display: block;
  width: 100%;
  padding: 4px;
  vertical-align: bottom;
  background: #fff;
}

.t-topBlog-event_date_y {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.t-topBlog-event_date_day {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}

.p-topBlog_category {
  margin: 0 0 0.5em;
}
.p-topBlog_category span {
  display: inline-block;
  height: 2em;
  padding: 0 0.5em;
  line-height: 2em;
  color: #fff;
  text-align: center;
  background-color: #584f48;
}

.p-topBlog_title {
  margin: 0 0 0.5em;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
  color: #fff;
}

.p-topBlog-index {
  margin-top: 2rem;
  text-align: center;
}

.p-topBlog_field {
  margin-bottom: 2em;
  color: #584f48;
}
.p-topBlog_field > span::after {
  content: " / ";
}
.p-topBlog_field > span:last-child::after {
  content: none;
}
.p-topBlog_field .design::after {
  content: "、";
}
.p-topBlog_field .design:last-child::after {
  content: none;
}

.p-topBlog_summary {
  margin-bottom: 2em;
}

.p-topBlog_tag {
  padding: 0.3em 0;
  margin: 0 1rem;
  line-height: 1.5;
  border-top: solid 1px #eee;
}
.p-topBlog_tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 0.5em;
  font-size: 0.68rem;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.p-topBlog_tag a:visited {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
.p-topBlog_tag a:active, .p-topBlog_tag a:hover {
  color: #000;
  text-decoration: none;
}

.p-topBlog_eventDate,
.p-topBlog_eventPlace {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.2em;
  background-repeat: no-repeat;
  background-position: left top 0.3em;
  background-size: auto 1em;
}

.p-topBlog_eventDate {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDkuMiwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjIuOCwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMiw0MS4zaC0xNy45djMzLjNjMCwzMC0yNC40LDU0LjQtNTQuNCw1NC40cy01NC40LTI0LjQtNTQuNC01NC40di0zMy4zaC0xMDQuOHYzMy4zYzAsMzAtMjQuNCw1NC40LTU0LjQsNTQuNHMtNTQuNC0yNC40LTU0LjQtNTQuNHYtMzMuM2gtMTcuOWMtMzguNSwwLTY5LjgsMzEuMi02OS44LDY5Ljh2MzMxLjJjMCwzOC41LDMxLjIsNjkuOCw2OS44LDY5LjhoMzU4LjNjMzguNSwwLDY5LjgtMzEuMiw2OS44LTY5LjhWMTExLjFjMC0zOC41LTMxLjItNjkuOC02OS44LTY5LjhaTTQ3MSw0NDIuMmMwLDE5LjgtMTYuMSwzNS44LTM1LjgsMzUuOEg3Ni44Yy0xOS44LDAtMzUuOC0xNi4xLTM1LjgtMzUuOFYxNTUuMWg0MzB2Mjg3LjFoMFoiLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMzc3LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMjg5LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSI5NS44IiB5PSIzNzcuNiIgd2lkdGg9IjU2LjciIGhlaWdodD0iNTYuNyIvPgogIDxyZWN0IGNsYXNzPSJzdDAiIHg9Ijk1LjgiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMTgzLjciIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iOTUuOCIgeT0iMjAxLjciIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KPC9zdmc+);
}

.p-topBlog_eventPlace {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LDBDNC40LDAsMS40LDMsMS40LDYuNnM1LjIsOS40LDYuNiw5LjQsNi42LTUuOCw2LjYtOS40UzExLjYsMCw4LDBaTTgsOS42Yy0xLjcsMC0zLTEuNC0zLTNzMS4zLTMsMy0zLDMsMS4zLDMsMy0xLjQsMy0zLDNaIi8+Cjwvc3ZnPg==);
}

.p-topWorks_img {
  position: relative;
  padding-top: 100%;
  margin: 0 0 1rem;
  overflow: hidden;
}

.p-topWorks_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-topBlog:active .p-topWorks_img_bg, .p-topBlog:hover .p-topWorks_img_bg {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-topWorks_title {
  margin: 0 0 0.5em;
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.3;
  color: #000;
}

.p-topLineup-item {
  margin-bottom: 40px;
}
.p-topLineup-item :last-child {
  margin-bottom: 0;
}

.p-topInterview_img {
  position: relative;
  width: 100%;
  padding-top: 66.666666%;
  margin: 0 0 1rem;
  overflow: hidden;
}

.p-commCont_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 18.75rem;
  margin: 0 auto;
}
.p-commCont_logo img {
  display: block;
  width: 100%;
  height: auto;
}

/* --------------------------------------------
　スカイリビングとは
-------------------------------------------- */
/* 最初のセクション */
.p-concept-lead__txt {
  text-align: right;
}

.p-concept-lead__ptohtos {
  position: relative;
  padding-top: 85%;
}

.p-concept-lead__ptohtos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center top;
  background-size: 100% auto;
}

.kandoushita {
  position: relative;
}
/* --------------------------------------------
　メリット
-------------------------------------------- */
.p-merit-mian-copy {
  color: #584f48;
  text-align: right;
}

/* 各メリット */
.p-merit-group {
  position: relative;
  padding-top: 56.75%;
  margin-bottom: 4rem;
  overflow: hidden;
}
.p-merit-group:last-child {
  margin-bottom: 0;
}

.p-merit-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 56.75%;
  background-position: center;
  background-size: cover;
}
.is-reverse .p-merit-img {
  right: 0;
  left: auto;
}

.p-merit-disc {
  padding: 2rem 0 0;
}

.p-merit-title {
  float: right;
}
.is-reverse .p-merit-title {
  float: left;
}

.p-merit-no {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #584f48;
  text-align: center;
  border-bottom: solid 1px #584f48;
}
.p-merit-no span {
  display: block;
}
.p-merit-no span:first-child {
  margin-right: -0.12em;
  letter-spacing: 0.12em;
}
.p-merit-no span:last-child {
  font-size: 2.6em;
}

.p-merit-heading {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-merit-body {
  padding-right: 5rem;
}
.is-reverse .p-merit-body {
  padding-right: 0;
  padding-left: 5rem;
}

.p-merit-body__link {
  margin-top: 2rem;
}

.p-merit-points {
  padding: 3rem 5rem 0 0;
}
.is-reverse .p-merit-points {
  padding: 3rem 0 0 5rem;
}

.p-merit-points__item {
  margin-bottom: 2rem;
}
.p-merit-points__item:last-child {
  margin-bottom: 0;
}

.p-merit-point {
  margin-top: 1em;
  font-size: 0.81rem;
}
/* --------------------------------------------
　ライフスタイル
-------------------------------------------- */
/* 最初のセクション */
.p-lifestyle-lead__section {
  overflow: hidden;
}

.p-lifestyle-lead__container {
  position: relative;
}

.p-lifestyle-lead__txt {
  margin-bottom: 2rem;
  text-align: right;
}

.p-lifestyle-lead__ptohto {
  position: relative;
}

.p-lifestyle-lead__ptohto-bg {
  width: calc(100% + 4rem);
  padding-top: 75%;
  margin: 0 -2rem;
  background-position: center;
  background-size: cover;
}

.p-lifestyle-lead__ptohto--s {
  margin: 4rem -2rem 0;
}
/* 各スタイル */
.p-lslist-section {
  overflow: hidden;
}

.p-lslist-item {
  margin-bottom: 4rem;
}

.p-lslist-item__img {
  margin: 0 -2rem;
}

.p-lslist-item__video video {
  display: block;
  width: 100%;
  height: auto;
}

.p-lslist-item__youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-lslist-item__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-lslist-item__youtube::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-lslist-item__photo {
  width: 100%;
  background-position: center;
  background-size: cover;
}
.p-lslist-item__photo img {
  width: 100%;
}

.p-lslist-item__body {
  padding: 3rem 0 1rem;
}

.p-lslist-item__logo,
.p-lslist-item__no {
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.p-lslist-item__logo img,
.p-lslist-item__no img {
  display: block;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
/* --------------------------------------------
　ライフスタイル - 個別ページだよ
-------------------------------------------- */
.p-style-title__wrapper {
  overflow: hidden;
}

.p-style-title__no,
.p-style-title__logo {
  padding: 0 2rem;
  margin-bottom: 2rem;
}
.p-style-title__no img,
.p-style-title__logo img {
  display: block;
  width: 100%;
  max-width: 285px;
  margin: 0 auto;
}

.p-style-title__txt {
  margin-bottom: 4rem;
  text-align: center;
}

.p-style-title__img {
  margin: 0 -2rem;
}

.p-style-title__video video {
  display: block;
  width: 100%;
  height: auto;
}

.p-style-title__youtube {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-style-title__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-style-title__youtube::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.p-style-title__photo {
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
}
/* ポイント */
.p-lifestyle-point__head {
  color: #584f48;
}

.p-lifestyle-point__wrapper {
  padding: 2rem 0;
  background-color: rgba(88, 79, 72, 0.15);
}

.p-lifestyle-point__item {
  padding: 2rem 1rem;
}

.p-lifestyle-point__no {
  font-size: 0.81rem;
  color: #584f48;
}

.p-lifestyle-point__title {
  margin-bottom: 1em;
  font-size: 1.5rem;
}

/* 前後リンク */
.other-contents-nav {
  list-style: none;
}

.other-contents-nav-link {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  font-size: 0.62rem;
  color: #000;
  text-align: center;
  text-decoration: none;
}
.other-contents-nav-link:hover .c-button__link {
  color: rgba(0, 0, 0, 0.7);
}
.other-contents-nav-link:hover .c-button__link::before {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.other-contents-nav-logo {
  padding: 0 1em;
}

.other-contents-nav-copy,
.other-contents-nav-button {
  margin-top: 1.5em;
}

/* --------------------------------------------
　オーナー様の声
-------------------------------------------- */
.p-voice-percent_wrapper {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  background-position: center;
  background-size: cover;
}
.p-voice-percent_wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.6;
}

.p-voice-percent_container {
  position: relative;
  z-index: 3;
}

.p-voice-percent__head {
  padding: 0 1rem 4rem;
}
.p-voice-percent__head img {
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
}

.p-voice-percent__body {
  max-width: 520px;
  margin: 0 auto;
  color: #fff;
}

.p-voice-percent__graph {
  text-align: center;
}
.p-voice-percent__graph img {
  width: 100%;
  max-width: 23.75rem;
  vertical-align: bottom;
}
/* スカイリビングとは */
.toha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.toha-img {
  width: 100%;
  margin-bottom: 2rem;
}
.toha-img img {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.toha-disc h2 {
  font-size: 1.5rem;
  color: #584f48;
}

.toha-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem -1rem 0;
}

.toha-photos__photo {
  padding: 0 1rem;
}
.toha-photos__photo p {
  font-size: 0.87rem;
}

.toha-photos__plus {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  max-width: 20px;
  padding: 0 0 24px;
}
/* よかった */
.voice-q {
  padding-left: 1.3em;
  margin-bottom: 4rem;
  font-size: 1.5rem;
  color: #584f48;
  text-indent: -1.3em;
}

.rank-box {
  max-width: 768px;
  margin: 0 auto;
}

.rank-top3 {
  margin-bottom: 4rem;
}

.rank-list {
  position: relative;
  list-style: none;
}

.rank-item {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  line-height: 1.7;
}

.rank-item__no {
  float: left;
  width: 40px;
  height: 30px;
  padding: 14px 0 0;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAAA6CAMAAAAQoC6jAAAAHlBMVEVMaXHyxz7yxz7yxz7yxz7yxz7yxz7yxz7yxz7yxz6h++lAAAAACXRSTlMAgOgmxEiYEGh5ezyaAAAACXBIWXMAABYlAAAWJQFJUiTwAAABqUlEQVR4nK2XWZLDIAxEAUmA7n/hlI0XjMQSoD9TmYe6tUzFmDEBhcFvDgmQ2UWzT8iHYBsPTh7bbUDaDTTuBNI+IB1Ev49nTGTGnTzj9jo29ojQ7eOF1JS4t0BmF/bONW8bRH8Dx0oMnhlhpMB2ieHmYO/tdBmSGg/jyYH7/dhb5KT6tsDN6S5+XmCjRLo5F5mGCmwsYHicph5W25Jm+hXVW8LXexFPV17tSyx4lRLpeNehvRjJtvZP41q6TomAZR+uP5O+r6XLJW5EsPKpZxcK30qBYsLo+Y6a1Ne3UmCxBIBqutl25b7zjzNZ6VYM/cfa4/tJolLi61Z067sOjloF3rVkbk9BK6z3bKiCwq3sPsmggvzskS/cKneDhVy9QGbsThPyquALrDR0XO7LU0L8U1gAqyMyKtu7e/+KSuBqiKZ7Sf8TCuBiiF4AF0MkCVwbbZBA9ZiOykne2mh7Bajch3FFDbgSImjAhdF2Gm8lRFSBC6NtVeDCaJMOnA/R6Jq+D1gBTofoK8DpEKkGnB1tqAEn74Or8WZHu/HLfA7Y+JUa7Yw+Ef4A4LZRcBNEOYwAAAAASUVORK5CYII=) no-repeat center bottom/100% auto;
}

.rank-item__title {
  position: relative;
  z-index: 1;
  padding-top: 0.2em;
  padding-left: 50px;
  line-height: 1.5;
}
.rank-item__title span {
  display: inline-block;
}
.rank-item__title .is-main {
  padding-right: 0.3em;
  font-size: 1.25rem;
}
.rank-item__title .is-sub {
  font-size: 0.87rem;
  vertical-align: 0.2em;
}

.rank-item__kumi {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: calc(100% - 60px);
  font-size: 0.87rem;
  line-height: 1;
  text-align: right;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6bm9uZTt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9Il/jgqTjg6Tjg7xfMS0yIj48Zz48cGF0aCBkPSJNOCw5LjQ3Yy0uODIsMC0xLjQ3LS42Ni0xLjQ3LTEuNDdzLjY2LTEuNDcsMS40Ny0xLjQ3LDEuNDcsLjY2LDEuNDcsMS40Ny0uNjYsMS40Ny0xLjQ3LDEuNDdaIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiLz48L2c+PC9nPjwvc3ZnPg==) repeat-x left 50px center/1em 1em;
}
.rank-item__kumi span {
  display: inline-block;
  width: 3em;
  background-color: #fff;
}
/* スライダー */
.p-slider-voice {
  overflow: hidden;
  background-color: #584f48;
}

/* インタビュー */
.p-voice-interview-txt {
  color: #fff;
}
.p-voice-interview-txt .is-en {
  color: #fff;
}
.p-voice-interview-txt .c-button__link {
  color: #fff;
}
.p-voice-interview-txt .c-button__link::before {
  border-color: #fff;
}

/* インタビュー記事2個 */
.p-voice-i2 .c-summary-item__disc {
  padding: 1.5rem;
}
/* よかった */
.good-item {
  margin-bottom: 4rem;
}

.good-item__inner {
  max-width: 435px;
  margin: 0 auto;
}

.good-title {
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
.good-title h3 {
  display: inline-block;
  padding: 0 1.8em;
  font-size: inherit;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAABYCAMAAAB8m391AAAAIVBMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC+JJ50AAAACnRSTlMAEKA38F7JfeAguCTHUQAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAAUtJREFUeJztltGOAyEIRSuoOPf/P3jj7KtwLTaZbLY+tj25UU6B1+ujR4aVJFoASJJVAEgGlwrAksEGoGaDAaAlgwXASLLXSXAH0E/KpAfBkmTbDL6S8DgIthM/6oGY8pQfchCsp370J4LHU2LWpxpX/ati9iSr/65xte9EfeN8J+pb5ztRPxCsZi3rhwFVk2J27MC6DJ7F26jeWPox3wG95MSULbgu/SjzylRYW19tCy6OmPfnzFhxxNQbbjkxdQMWr3HdNYgdUbdxbcDdfVEuWPMbF3dk+KWkcPMnKnWkBI2LwhY8CROsRBYwRyTqmAS+wm+JIz2cqDGs8USNBetxJUJHGpmoITyIP5EjRv4yEVzYRI0EEzZRA0cu2p4CWOgo9x1RvnH5cOerniuYbqx6tyOr30w/2OIz4RU7r8PmfTHp624u2dX29/wAqJAVgM4ccpYAAAAASUVORK5CYII=) no-repeat left center/1.16em auto, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADsAAABYCAMAAAB8m391AAAAHlBMVEVMaXEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABKvP01AAAACXRSTlMAFcmkN11/8OBdSrIPAAAACXBIWXMAABYlAAAWJQFJUiTwAAABOUlEQVR4nO3Y3YoDIQwFYJMYnbz/Cy/pXm7+NkNbpPW2Hs5gPhQ6xrMXLMRudokINLNbRFYvytLvvUSEetGptbOXRRHB19eSiFy9KGgt913sZu0NF0trX+/iDkc8jiPccEFv5Ai92n3cNcXncaTzOO73XFP7OI7z+2r+w8VhHK+Puqbw6dfUXIubHOc2Pq5WCzpGbLkAPZM/8mocUawxllyQbkLocCQ7WqldYh9JgSM/orPDkcXZk7+aczvzz11ML5pzBB2DOf7UBdgmShzRjaavJtkmKi7Ij2Ycl8Op4IIdToVryuWU1/omUhdxFMIfXU7pqxlwSjnG0RFxjEwkLrIo+xwjTsk1FXKKXYScYo6xidBFHh0ex4RTVJtwGrr0PKwhPE4weSS01/yw2MTvImRzC9Lq/kVXWD/kChN5onxRIQAAAABJRU5ErkJggg==) no-repeat right center/1.16em auto;
}
.good-title span {
  font-size: 1.2em;
}

.good-photo {
  padding: 2rem;
  margin-bottom: 0.3em;
}

.good-photo__frame {
  margin: 0 auto;
  border: solid 5px #fff;
  -webkit-box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 5px 5px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 8px 16px -2px rgba(10, 10, 10, 0.1), 5px 5px 8px 0 rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-4.5deg);
          transform: rotate(-4.5deg);
}

.good-comment__item {
  padding-bottom: 1.3em;
  margin-bottom: 0.3em;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFcAAAAvCAMAAAChZ6byAAAAGFBMVEVMaXEkd9Ekd9Ekd9Ekd9Ekd9Ekd9Ekd9EtZJLMAAAAB3RSTlMAwk0ag+qjnr4yCQAAAAlwSFlzAAAWJQAAFiUBSVIk8AAAAPJJREFUeJy1lgsKQjEMBKdJWu9/YxFEFKVN1pc9wDRMPpQYapxd7KbGtlxGE1cu+MCVC44D15u4hMZdJ65PiTtOXMTWHbmsloFANHFsHJqJs2C0mdhfCH07EiJQFGdEoIAzIrCGlVPBqYKJls4h7N30JnDQBPYm8Epyscuv2jM2W1pHdfOyrQMfPSaobUjeBDXJqbv2jK8WxdRKLiimUnJFMWCjCUxaxuGb/RWPef1QlMjpC/SK52zUweQ6qIDJ6JDAYGv2gDmiZTBYjAvn+CO+KfsvMA92jHnFSvMbvr6szNJ129ItYrzxS/c4E7PHExF+B+TvN5vUsSytAAAAAElFTkSuQmCC) no-repeat right 18px bottom 0.1em/auto 1.27em;
}
.good-comment__item p {
  padding: 0.6em 1.2em;
  line-height: 1.5;
  color: #fff;
  background-color: #584f48;
  border-radius: 10px;
}
/* --------------------------------------------
　モデルハウスで体感
-------------------------------------------- */
/* ページタイトルの変な白いカバーと文字 */
.modelhouse-page-image-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: calc(100% - 4rem);
  background: url(assets/modelhouse_img_cover.png) no-repeat center/100% 105%;
}

.modelhouse-page-image-cover__txt {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 100%;
  padding: 0 1.5rem;
  font-size: 3vw;
  letter-spacing: 0.2em;
}

/* シェフ */
.modelhouse-chef-img {
  margin-bottom: 2rem;
}

.chef-midashi-top {
  margin: 0 0 0.5em;
}
.chef-midashi-top span {
  display: inline-block;
  padding: 0 0.5em 0 0.7em;
  color: #584f48;
  letter-spacing: 0.2em;
  border: solid 1px #584f48;
}

.chef-midashi {
  margin: 0 0 1em;
  font-size: 1.5rem;
  font-weight: normal;
  color: #584f48;
}

.chef-honbun {
  margin: 0 0 2rem;
}
/* 写真のやつ */
.modelhouse-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modelhouse-image-block {
  width: 33.33%;
}

.modelhouse-image-lg {
  width: 100%;
  padding: 150% 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.modelhouse-image-sm {
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* イベント */
.modelhouse-event {
  position: relative;
  max-width: 1100px;
  padding: 2rem;
  margin: 0 auto;
  margin-bottom: 3rem;
  background: #e3eff9;
}
.modelhouse-event:last-child {
  margin-bottom: 0;
}

.modelhouse-event-recommend {
  position: absolute;
  top: -1em;
  left: -0.8em;
  padding: 0 0.8em;
  color: #fff;
  background: #584f48;
}
.modelhouse-event-recommend::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent #053b6d transparent transparent;
  border-style: solid;
  border-width: 0 0.8em 0.8em 0;
}

.modelhouse-event-img {
  margin: 0 0 2rem;
}

.modelhouse-event-name {
  font-size: 1.5rem;
  color: #584f48;
}

.modelhouse-event-kikan {
  color: #584f48;
}

.modelhouse-event-disc {
  margin: 2rem 0 0;
}

.modelhouse-event-link {
  margin: 2rem 0 0;
}
/* ムービー集 */
.anatamo {
  text-align: center;
}
.anatamo span {
  display: inline-block;
  padding: 0 3em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAB6CAMAAAA8o3UaAAAAG1BMVEVMaXEkd9Ekd9Ekd9Ekd9Ekd9Ekd9Ekd9Ekd9HAshiNAAAACHRSTlMAdRVAwPCg4M/bpQsAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACLSURBVHic7dO5DcAwDMVQyUei/SdOy9Ry4YIcQPgQ8CIyuq1q38jao3vj7c+YB2asevoz6pIZs3vjqdU9MS6Zsfszst4DM/KCGXFAW4oeTdGjccmMLXokeiZ6JnomeiZ6Jnomeib6X6JnomeiZ6JnomeiZ6L/JXomeiZ6JnomeiZ6Jnp2Bn37G5HxAZx9CF2Hld97AAAAAElFTkSuQmCC), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAB6CAMAAAA8o3UaAAAAG1BMVEVMaXEkd9Ekd9Ekd9Ekd9Ekd9Ekd9Ekd9Ekd9HAshiNAAAACHRSTlMAdRVAwPCg4M/bpQsAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACQSURBVHic7dm5DcBADAPB+6X+K3YiVkAHCnYLEIiDJ/IYZtM9MGYe88K66c6YGf6IbZ54/ktkgxHbH3Hy+SNWgxHXHRE/fNq3w4gwLyyQVyBXIFcgVyBXIFcgVyCvQK5ArkCuQK5ArkCuQF6BXIFcgVyBXIFcPZBXB+RV9PA1O4zY5gmQK5C3Qn7sET/8a/8AnH0IXXbixhUAAAAASUVORK5CYII=);
  background-position: left center, right center;
  background-size: auto 100%, auto 100%;
}

.modelhouse-movie-item {
  display: block;
  margin-bottom: 2rem;
  color: #000;
  text-decoration: none;
}

.modelhouse-movie-item__img {
  position: relative;
  margin-bottom: 1em;
}
.modelhouse-movie-item__img::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQwIDQwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIj48Zz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yMCwxYzEwLjQ4LDAsMTksOC41MiwxOSwxOXMtOC41MiwxOS0xOSwxOVMxLDMwLjQ4LDEsMjAsOS41MiwxLDIwLDFtMC0xQzguOTUsMCwwLDguOTUsMCwyMHM4Ljk1LDIwLDIwLDIwLDIwLTguOTUsMjAtMjBTMzEuMDUsMCwyMCwwaDBaIi8+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjExLjU5IDEwLjIzIDExLjU5IDI5Ljc3IDMwLjI2IDIwIDExLjU5IDEwLjIzIi8+PC9nPjwvZz48L3N2Zz4=) no-repeat center/40px 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.modelhouse-movie-item:hover .modelhouse-movie-item__img::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.modelhouse-movie-item__title {
  padding-left: 0.5em;
  line-height: 1.5;
  border-left: solid 4px #8ac3f1;
}

/* 体感プラン */
.taikan-head {
  margin: 0 0 1em;
  font-size: 1.5rem;
  color: #584f48;
  letter-spacing: 0.1em;
}
.taikan-head span {
  font-size: 0.8em;
}

.taikan-container {
  position: relative;
}

.taikan-bg {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: none;
  width: 100vw;
  max-width: 1900px;
  opacity: 0.15;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.taikan-list,
.taikan-note {
  position: relative;
}

.taikan-item {
  margin-bottom: 3rem;
}

.taikan-img {
  margin: 0 0 1em;
}

.taikan-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 1em;
}
.taikan-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.taikan-movie::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
}

.taikan-body {
  padding: 0 0.5em;
}

.taikan-name {
  margin: 0 0 1em;
  font-size: 1.25rem;
  color: #584f48;
}

.taikan-disc {
  margin: 0 0 1em;
}

.taikan-detail {
  font-size: 0.81rem;
}
.taikan-detail dt {
  float: left;
  color: #584f48;
}
.taikan-detail dt::after {
  content: "：";
}
.taikan-detail dd {
  padding-left: 1em;
}

.plan-note {
  font-size: 0.75rem;
  line-height: 1.5;
}

/* 予約のリンクボタン */
.reserve-btn {
  display: block;
  width: 100%;
  max-width: 768px;
  padding: 1em;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 2px #584f48;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve-btn::before {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: -0.2em;
  content: "";
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDkuMiwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjIuOCwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMiw0MS4zaC0xNy45djMzLjNjMCwzMC0yNC40LDU0LjQtNTQuNCw1NC40cy01NC40LTI0LjQtNTQuNC01NC40di0zMy4zaC0xMDQuOHYzMy4zYzAsMzAtMjQuNCw1NC40LTU0LjQsNTQuNHMtNTQuNC0yNC40LTU0LjQtNTQuNHYtMzMuM2gtMTcuOWMtMzguNSwwLTY5LjgsMzEuMi02OS44LDY5Ljh2MzMxLjJjMCwzOC41LDMxLjIsNjkuOCw2OS44LDY5LjhoMzU4LjNjMzguNSwwLDY5LjgtMzEuMiw2OS44LTY5LjhWMTExLjFjMC0zOC41LTMxLjItNjkuOC02OS44LTY5LjhaTTQ3MSw0NDIuMmMwLDE5LjgtMTYuMSwzNS44LTM1LjgsMzUuOEg3Ni44Yy0xOS44LDAtMzUuOC0xNi4xLTM1LjgtMzUuOFYxNTUuMWg0MzB2Mjg3LjFoMFoiLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMzc3LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMjg5LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSI5NS44IiB5PSIzNzcuNiIgd2lkdGg9IjU2LjciIGhlaWdodD0iNTYuNyIvPgogIDxyZWN0IGNsYXNzPSJzdDAiIHg9Ijk1LjgiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMTgzLjciIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iOTUuOCIgeT0iMjAxLjciIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KPC9zdmc+) no-repeat center/100% 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.reserve-btn:hover {
  color: #fff;
  background-color: #584f48;
}
.reserve-btn:hover::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJfIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTQ5LjE5LDEwMy41M2MxNS45OSwwLDI4Ljk2LTEyLjk3LDI4Ljk2LTI4Ljk3VjI4Ljk2YzAtMTUuOTktMTIuOTctMjguOTYtMjguOTYtMjguOTZzLTI4Ljk3LDEyLjk3LTI4Ljk3LDI4Ljk2djQ1LjU5YzAsMTYsMTIuOTcsMjguOTcsMjguOTcsMjguOTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzYyLjgyLDEwMy41M2MxNS45OSwwLDI4Ljk2LTEyLjk3LDI4Ljk2LTI4Ljk3VjI4Ljk2YzAtMTUuOTktMTIuOTctMjguOTYtMjguOTYtMjguOTZzLTI4Ljk3LDEyLjk3LTI4Ljk3LDI4Ljk2djQ1LjU5YzAsMTYsMTIuOTcsMjguOTcsMjguOTcsMjguOTdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDM1LjE2LDQxLjI5aC0xNy45MnYzMy4yN2MwLDMwLjAyLTI0LjQyLDU0LjQzLTU0LjQyLDU0LjQzcy01NC40My0yNC40MS01NC40My01NC40M1Y0MS4yOWgtMTA0Ljc3djMzLjI3YzAsMzAuMDItMjQuNDEsNTQuNDMtNTQuNDIsNTQuNDNzLTU0LjQzLTI0LjQxLTU0LjQzLTU0LjQzVjQxLjI5aC0xNy45M0MzOC4zMSw0MS4yOSw3LjA3LDcyLjUyLDcuMDcsMTExLjA1VjQ0Mi4yNGMwLDM4LjUzLDMxLjI0LDY5Ljc2LDY5Ljc2LDY5Ljc2SDQzNS4xNmMzOC41MywwLDY5Ljc2LTMxLjIzLDY5Ljc2LTY5Ljc2VjExMS4wNWMwLTM4LjUzLTMxLjI0LTY5Ljc2LTY5Ljc2LTY5Ljc2Wm0zNS44Miw0MDAuOTVjMCwxOS43NS0xNi4wNywzNS44Mi0zNS44MiwzNS44Mkg3Ni44NGMtMTkuNzUsMC0zNS44Mi0xNi4wNy0zNS44Mi0zNS44MlYxNTUuMTRINDcwLjk4VjQ0Mi4yNFoiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE4My42OCIgeT0iMzc3LjU3IiB3aWR0aD0iNTYuNzMiIGhlaWdodD0iNTYuNzMiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjE4My42OCIgeT0iMjg5LjY1IiB3aWR0aD0iNTYuNzMiIGhlaWdodD0iNTYuNzMiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9Ijk1Ljc2IiB5PSIzNzcuNTciIHdpZHRoPSI1Ni43MiIgaGVpZ2h0PSI1Ni43MyIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iOTUuNzYiIHk9IjI4OS42NSIgd2lkdGg9IjU2LjcyIiBoZWlnaHQ9IjU2LjczIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIzNTkuNTIiIHk9IjIwMS43MyIgd2lkdGg9IjU2LjcyIiBoZWlnaHQ9IjU2LjczIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIyNzEuNiIgeT0iMjAxLjczIiB3aWR0aD0iNTYuNzMiIGhlaWdodD0iNTYuNzMiLz48cmVjdCBjbGFzcz0iY2xzLTEiIHg9IjI3MS42IiB5PSIyODkuNjUiIHdpZHRoPSI1Ni43MyIgaGVpZ2h0PSI1Ni43MyIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMzU5LjUyIiB5PSIzNzcuNTciIHdpZHRoPSI1Ni43MiIgaGVpZ2h0PSI1Ni43MyIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMzU5LjUyIiB5PSIyODkuNjUiIHdpZHRoPSI1Ni43MiIgaGVpZ2h0PSI1Ni43MyIvPjxyZWN0IGNsYXNzPSJjbHMtMSIgeD0iMjcxLjYiIHk9IjM3Ny41NyIgd2lkdGg9IjU2LjczIiBoZWlnaHQ9IjU2LjczIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSIxODMuNjgiIHk9IjIwMS43MyIgd2lkdGg9IjU2LjczIiBoZWlnaHQ9IjU2LjczIi8+PHJlY3QgY2xhc3M9ImNscy0xIiB4PSI5NS43NiIgeT0iMjAxLjczIiB3aWR0aD0iNTYuNzIiIGhlaWdodD0iNTYuNzMiLz48L3N2Zz4=);
}

/* --------------------------------------------
　Q & A
-------------------------------------------- */
.p-q-and-a-entry {
  margin-top: -4rem;
}

/* --------------------------------------------
　イベント情報 - 一覧ページ
-------------------------------------------- */
/* 一覧の枠 */
.p-eventList {
  xxdisplay: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
  list-style: none;
}

.p-eventList-item {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 0 4rem;
}
/* 各アイテム */
.p-eventItem {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}

.p-eventItem_img {
  position: relative;
  padding: 125% 0 0;
  margin: 0 0 1rem;
  overflow: hidden;
}

.p-eventItem_img_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: solid 1px #ddd;
}

.p-eventItem_body {
  font-size: 0.87rem;
  line-height: 1.6;
}

.p-eventItem_category {
  margin: 0 0 0.5em;
}
.p-eventItem_category span {
  display: inline-block;
  padding: 0.2em 0.5em;
  color: #fff;
  text-align: center;
  background-color: #584f48;
}

.p-eventItem_title {
  margin: 0 0 0.5em;
  font-size: 1.25rem;
}

.p-eventItem_date,
.p-eventItem_place {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.3em;
  background-repeat: no-repeat;
  background-position: left top 0.3em;
  background-size: auto 1em;
}

.p-eventItem_date {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iXyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNDkuMiwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNjIuOCwxMDMuNWMxNiwwLDI5LTEzLDI5LTI5VjI5YzAtMTYtMTMtMjktMjktMjlzLTI5LDEzLTI5LDI5djQ1LjZjMCwxNiwxMywyOSwyOSwyOWgwWiIvPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MzUuMiw0MS4zaC0xNy45djMzLjNjMCwzMC0yNC40LDU0LjQtNTQuNCw1NC40cy01NC40LTI0LjQtNTQuNC01NC40di0zMy4zaC0xMDQuOHYzMy4zYzAsMzAtMjQuNCw1NC40LTU0LjQsNTQuNHMtNTQuNC0yNC40LTU0LjQtNTQuNHYtMzMuM2gtMTcuOWMtMzguNSwwLTY5LjgsMzEuMi02OS44LDY5Ljh2MzMxLjJjMCwzOC41LDMxLjIsNjkuOCw2OS44LDY5LjhoMzU4LjNjMzguNSwwLDY5LjgtMzEuMiw2OS44LTY5LjhWMTExLjFjMC0zOC41LTMxLjItNjkuOC02OS44LTY5LjhaTTQ3MSw0NDIuMmMwLDE5LjgtMTYuMSwzNS44LTM1LjgsMzUuOEg3Ni44Yy0xOS44LDAtMzUuOC0xNi4xLTM1LjgtMzUuOFYxNTUuMWg0MzB2Mjg3LjFoMFoiLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMzc3LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSIxODMuNyIgeT0iMjg5LjYiIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KICA8cmVjdCBjbGFzcz0ic3QwIiB4PSI5NS44IiB5PSIzNzcuNiIgd2lkdGg9IjU2LjciIGhlaWdodD0iNTYuNyIvPgogIDxyZWN0IGNsYXNzPSJzdDAiIHg9Ijk1LjgiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMzU5LjUiIHk9IjI4OS42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMjcxLjYiIHk9IjM3Ny42IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iMTgzLjciIHk9IjIwMS43IiB3aWR0aD0iNTYuNyIgaGVpZ2h0PSI1Ni43Ii8+CiAgPHJlY3QgY2xhc3M9InN0MCIgeD0iOTUuOCIgeT0iMjAxLjciIHdpZHRoPSI1Ni43IiBoZWlnaHQ9IjU2LjciLz4KPC9zdmc+);
}

.p-eventItem_place {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik04LDBDNC40LDAsMS40LDMsMS40LDYuNnM1LjIsOS40LDYuNiw5LjQsNi42LTUuOCw2LjYtOS40UzExLjYsMCw4LDBaTTgsOS42Yy0xLjcsMC0zLTEuNC0zLTNzMS4zLTMsMy0zLDMsMS4zLDMsMy0xLjQsMy0zLDNaIi8+Cjwvc3ZnPg==);
}

.p-eventItem_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.5rem -0.5rem 0 0;
}

.p-eventItem_link {
  display: block;
  width: 50%;
}

.p-eventItem_btn, .p-eventItem_btn_02 {
  display: block;
  padding: 0.8em 2em;
  margin: 0 auto;
  line-height: 1.5;
  color: #584f48;
  background-color: #ddd;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-eventItem_btn:hover, .p-eventItem_btn_02:hover {
  color: #fff;
  background-color: #584f48;
}

.p-eventItem_btn_02 {
  background-color: #848484;
  color: #fff;
}
.p-eventItem_btn_02:hover {
  color: #584f48;
  background: #cacaca;
}

.p-event_radio {
  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;
}

.p-event_radio_lineup {
  max-width: 280px;
}
.p-event_radio_lineup img {
  width: 100%;
}

.p-event_reserve-radio, .p-event_reserve-radio-no {
  padding: 6px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  text-align: center;
  margin-left: 10px;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  line-height: 1;
  color: #000;
  background: #fff200;
}

.p-event_reserve-radio-no {
  background: #acacac;
  margin-bottom: 10px;
}

.p-eventItem_date_day {
  font-size: 32px;
  color: #584f48;
  font-weight: bold;
}

.p-eventItem_date_y {
  font-size: 16px;
  margin-right: 8px;
}

/* --------------------------------------------
　イベント情報 - 詳細ページ
-------------------------------------------- */
/* エントリーのヘッダー */
.p-event-header {
  padding: 0 0 4rem;
  margin: 0 0 4rem;
  border-bottom: 1px solid #ddd;
}

.p-event-tumb {
  margin-bottom: 4rem;
}

.p-event-category {
  padding: 0.3em 0.5em;
  margin: 0 0 1rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #584f48;
}

.p-event-title {
  margin: 0 0 1em;
  font-size: 1.75rem;
}

.p-event-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.7;
}

.p-event-detail_head {
  width: 100%;
  margin: 0 0 0.5em;
}
.p-event-detail_head span {
  display: inline-block;
  min-width: 5em;
  padding: 0.2em;
  color: #fff;
  text-align: center;
  background-color: #584f48;
  border-radius: 0.3em;
}

.p-event-detail_body {
  width: 100%;
  margin: 0 0 1.5em;
}
.p-event-detail_body:last-of-type {
  margin: 0;
}

.p-event-detail_body_note {
  margin: 1em 0 0;
}

.p-event-date,
.p-event-time {
  display: block;
}

.p-event-form-link {
  margin: 3em 0 0;
}

.p-event-form-btn {
  display: block;
  width: 100%;
  padding: 1em 2em;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.5;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 2px #584f48;
  border-radius: 100vmax;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-event-form-btn:hover {
  color: #fff;
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.p-event-fromSection {
  padding: 4rem 0 0;
}

.p-event-fromSection_inner {
  padding: 1rem;
  background-color: #f1f1f1;
}
.p-event-fromSection_inner .p-eventJoin {
  background-color: #dfdfdf;
}

.p-event-fromSection_head {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  color: #584f48;
}

.p-event-fromSection_txt {
  margin-bottom: 2rem;
}
/* --------------------------------------------
　イベント情報 - 申し込みページ
-------------------------------------------- */
.p-eventJoin {
  padding: 1.25rem;
  line-height: 1.5;
  background-color: #eee;
}

.p-eventJoin_title {
  padding: 0 0 0.8em;
  margin: 0 0 1em;
  font-size: 1.12rem;
  border-bottom: solid 1px #ddd;
}

.p-eventJoin_details {
  font-size: 0.75rem;
}
.p-eventJoin_details::after {
  display: block;
  clear: both;
  content: "";
}
.p-eventJoin_details dt {
  float: left;
  width: 6em;
}
.p-eventJoin_details dt span {
  display: inline-block;
  width: 5em;
  color: #fff;
  text-align: center;
  background-color: #584f48;
  border-radius: 3px;
}
.p-eventJoin_details dd {
  padding: 0 0 0 6em;
  margin: 0 0 0.5em;
}
.p-eventJoin_details dd:last-of-type {
  margin: 0;
}

/* --------------------------------------------
　資料請求
-------------------------------------------- */
/* お問い合わせで使用中 */
.p-requestEntry {
  margin-bottom: 2rem;
}

/* リード画像 */
.p-request-lead_sm {
  display: block;
  width: 100%;
  height: auto;
}

.p-request-lead_lg {
  display: none;
  width: 100%;
  height: auto;
}
/* ここから上はお問い合わせで使用中 */
/* ページタイトル部分
* -------------------------------------------------- */
.p-requestPageTitle_wrapper {
  position: relative;
  padding: 3rem 0 0;
}

.p-requestPageTitle_bg {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.p-requestPageTitle_bgItem {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.33%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-requestPageTitle_bgItem__01 {
  background-image: url(assets/request_pagetitle_bg_01.jpg);
}

.p-requestPageTitle_bgItem__02 {
  background-image: url(assets/request_pagetitle_bg_02.jpg);
}

.p-requestPageTitle_bgItem__03 {
  background-image: url(assets/request_pagetitle_bg_03.jpg);
}

.p-requestPageTitle_inner {
  position: relative;
}

.p-requestPageTitle {
  margin-bottom: 2rem;
  color: #fff;
  text-align: center;
}

.p-requestPageTitle_sub {
  margin-bottom: 1rem;
  font-size: 0.875rem;
}
.p-requestPageTitle_sub span {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.5;
  color: #fff;
  background-color: #584f48;
  border-radius: 5px;
}

.p-requestPageTitle_main {
  font-size: 1.5rem;
  line-height: 1.5;
}

.p-catalogList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1980px;
  margin: 0 auto;
}

.p-catalogList_item {
  width: 33.33%;
}

.p-catalogList_img {
  display: block;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0 auto;
}
.p-catalogList_img.p-catalogList_img__pc {
  display: none;
}
/* 導入部分
* -------------------------------------------------- */
.p-requestLead_wrapper {
  padding: 3rem 0 0;
  background: url(assets/request_lead_bg.jpg) center center/cover no-repeat;
}

.p-requestLead_container {
  position: relative;
}

.p-requestLead {
  position: relative;
  z-index: 5;
  color: #fff;
  text-align: center;
}

.p-requestLead_sub_top {
  margin-bottom: 1em;
  line-height: 1.5;
}

.p-requestLead_main {
  margin-bottom: 0.25em;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-requestLead_main span {
  display: inline-block;
  padding: 0.1em 0.4em;
  margin-bottom: 0.5em;
  background-color: #584f48;
  border-radius: 5px;
}

.p-requestLead_sub_bottom {
  font-size: 0.81rem;
  line-height: 1.5;
}
.p-requestLead_sub_bottom span {
  display: inline-block;
  padding: 0.1em 0.4em;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.p-requestStaffImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.p-requestStaffImg_item {
  width: 30%;
  max-width: 270px;
}
.p-requestStaffImg_item img {
  display: block;
  width: 100%;
  height: auto;
}
/* お約束部分
* -------------------------------------------------- */
.p-requestPromise_wrapper {
  position: relative;
  padding: 2rem 0 3rem;
  border-bottom: solid 1px #ddd;
}

.p-requestPromiseIll_wrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-requestPromiseIll_container {
  position: relative;
  margin: 0 auto;
}

.p-requestPromiseIll {
  display: block;
  width: 40%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}

.p-requestPromiseIll_triangle {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #fff;
}

.p-requestPromiseList {
  list-style: none;
}

.p-requestPromiseList_item {
  padding: 0 0 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: solid 1px #ddd;
}
.p-requestPromiseList_item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.p-requestPromise_num {
  margin-bottom: 1em;
  font-size: 0.75rem;
  color: #584f48;
  letter-spacing: 0.15em;
}

.p-requestPromise_disc br {
  display: none;
}
/* カタログ選択部分
* -------------------------------------------------- */
/* ----- レイアウト ----- */
.p-catalogBtnUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.p-catalogBtnUnit_item {
  width: 100%;
  padding: 0 1rem;
  margin-bottom: 60px;
}

.p-catalogBtnUnit:has(.p-catalogBtn_input:checked) .p-catalogBtnUnit_item {
  opacity: 0.5;
}
.p-catalogBtnUnit:has(.p-catalogBtn_input:checked) .p-catalogBtnUnit_item:has(.p-catalogBtn_input:checked) {
  opacity: 1;
}
/* ----- 各カタログの選択 ----- */
.p-catalogBtn {
  position: relative;
  height: 100%;
}

.p-catalogBtn_input {
  position: absolute;
  right: 100%;
  bottom: 100%;
  visibility: hidden;
  opacity: 0;
}

.p-catalogBtn_label {
  position: relative;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.p-catalogBtn_img {
  position: relative;
}

.p-catalogBtn_flag {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 40px;
}
.p-catalogBtn_flag img {
  display: block;
  width: 100%;
  height: auto;
}

.p-catalogBtn_spark {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 3;
  width: 80px;
}
.p-catalogBtn_spark img {
  display: block;
  width: 100%;
  height: auto;
}

.p-catalogBtn_check {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  border: solid 4px #584f48;
  border-radius: 5px;
}
.p-catalogBtn_check img {
  position: absolute;
  top: -15px;
  left: 15px;
  display: block;
  width: 30px;
  height: auto;
}
.p-catalogBtn_input:checked + .p-catalogBtn_label .p-catalogBtn_check {
  display: block;
}

.p-catalogBtn_imgBox {
  padding: 1rem 0;
  text-align: center;
  background-color: #fff;
  border: solid 1px #ddd;
  border-radius: 5px;
}
.p-catalogBtn_imgBox img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.p-catalogBtn_body {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-catalogBtn_disc {
  padding: 1.25rem 0;
}

.p-catalogBtn_title {
  margin-bottom: 1.25rem;
}
.p-catalogBtn_title img {
  width: 70%;
}

.p-catalogBtn_title_sub {
  margin-bottom: 1em;
  font-size: 0.81rem;
}
.p-catalogBtn_title_sub span {
  padding: 0.4em 0.8em;
  line-height: 1.5;
  color: #fff;
  background-color: #584f48;
  border-radius: 5px;
}

.p-catalogBtn_title_main {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #584f48;
}

.p-catalogBtn_txt {
  margin-bottom: 1.25rem;
  font-size: 0.87rem;
}

.p-catalogBtn_recommend {
  padding: 1.12rem;
  margin-bottom: 1em;
  font-size: 0.75rem;
  background-color: #f4f4f4;
}

.p-catalogBtn_recommend_title {
  color: #584f48;
}

.p-catalogBtn_recommend_list {
  list-style: none;
}
.p-catalogBtn_recommend_list li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-catalogBtn_recommend_list li::before {
  content: "・";
}

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

.p-catalogBtn_btn {
  display: inline-block;
  width: 12em;
  padding: 0.6em 0;
  font-size: 0.87rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
}
.p-catalogBtn_btn::before {
  content: "カタログ選択";
}
.p-catalogBtn_input:checked + .p-catalogBtn_label .p-catalogBtn_btn {
  background-color: #584f48;
}
.p-catalogBtn_input:checked + .p-catalogBtn_label .p-catalogBtn_btn::before {
  content: "選択中";
}
/* --------------------------------------------
　ブログ
-------------------------------------------- */
/* 2カラムレイアウト
* -------------------------------------------------- */
.p-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
}

.p-blog_main {
  display: block;
  width: 100%;
  padding-bottom: 4rem;
}

.p-blog_side {
  display: block;
  width: 100%;
}
/* 検索条件の表示など
* -------------------------------------------------- */
.p-blog_choice {
  margin-bottom: 40px;
}

.p-blogCondition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  font-size: 14px;
}

.p-blogCondition_item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
  line-height: 1.5;
}

.p-blogCondition_item_head {
  color: #584f48;
  white-space: nowrap;
}

.p-blogCondition_item_body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-blogCondition_item_body span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
}
.p-blogCondition_item_body span::after {
  content: "、";
}
.p-blogCondition_item_body span:last-child::after {
  content: none;
}

/* サイドバー
* -------------------------------------------------- */
.p-blogSidebar_section {
  width: 100%;
  margin: 0 0 30px;
}
.p-blogSidebar_section:last-child {
  margin-bottom: 0;
}

.p-blogSidebar_head {
  margin: 0 0 20px;
  font-size: 14px;
  color: #584f48;
  border-bottom: solid 1px #584f48;
}

/* コンテンツ
* -------------------------------------------------- */
.p-blogContent {
  width: 100%;
  max-width: 820px;
}

/* 詳細ページ
* -------------------------------------------------- */
/* --------------------------------------------
　施工事例
-------------------------------------------- */
/* タイトルしたの物件情報 */
.p-worksInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  background-color: #eee;
  border-radius: 10px;
}

.p-worksInfo_head {
  width: 100%;
  padding: 20px 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.p-worksInfo_body {
  width: 100%;
  padding: 10px 20px 20px;
}
/* --------------------------------------------
　家づくりトップ
-------------------------------------------- */
.p-housingTop_bg {
  background-image: url(assets/housing_top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-housingTop_box {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-housingTop_item {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 2;
  margin-bottom: -10px;
}
.p-housingTop_item img {
  width: 100%;
}

.p-housingTop_head {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.p-housingTop_txt {
  margin-top: 40px;
  color: #fff;
  line-height: 2.3;
  font-weight: bold;
}

/* --------------------------------------------
　　　デザインチーム
-------------------------------------------- */
.p-housingTeam_head {
  margin-bottom: 40px;
  color: #584f48;
  font-size: 22px;
  font-weight: bold;
}
.p-housingTeam_head div {
  margin-bottom: 20px;
}
.p-housingTeam_head span {
  background: #fff;
  padding: 6px;
}

.p-housingTeam_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-housingTeam_box {
  width: 50%;
  padding: 10px;
}

.p-housingTeam_txt {
  color: #fff;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
}

/* 一覧ページ
* -------------------------------------------------- */
.p-housingSummaryList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-housingSummaryList_item {
  width: 100%;
}

.p-housingSummary {
  position: relative;
  display: block;
  height: 100%;
  padding: 0;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.p-housingSummary:visited, .p-housingSummary:active {
  color: #fff;
  text-decoration: none;
}
.p-housingSummary .c-button__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.p-housingSummary .c-button__link::before {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
  border-color: #fff;
}
.p-housingSummary .c-button__link:hover::before {
  background-color: black;
}
.p-housingSummary:hover .c-button__link::before {
  background-color: black;
}

.p-housingSummary_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-housingSummary_inner {
  position: relative;
  display: block;
  height: 100%;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.p-housingSummary:hover .p-housingSummary_inner {
  background-color: rgba(0, 0, 0, 0.8);
}

.p-housingSummary_head .is-en {
  color: #fff;
}

.p-housingSummary_disc {
  font-size: 0.87rem;
}

/* 詳細ページ
* -------------------------------------------------- */
/* タイトルしたの物件情報 */
.p-worksInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
  background-color: #eee;
  border-radius: 10px;
}

.p-worksInfo_head {
  width: 100%;
  padding: 20px 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

.p-worksInfo_body {
  width: 100%;
  padding: 10px 20px 20px;
}
/* --------------------------------------------
　標準仕様
-------------------------------------------- */
/* 全体を囲うボックス
* -------------------------------------------------- */
.p-standardPageWrapper {
  position: relative;
  padding-bottom: 0 !important;
  margin-top: -4rem;
}
.p-standardPageWrapper .p-standardPageWrapper__notEdit {
  overflow-x: hidden;
}

/* 標準仕様一覧
* -------------------------------------------------- */
.p-standardListSection {
  position: relative;
  padding: 3.75rem 0;
}

.p-standardListMainCopy_wrapper {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 20;
  width: 100%;
}

.p-standardListMainCopy {
  padding-right: 4rem;
  margin-left: -1.25rem;
}

.p-standardListMainCopy_txt {
  display: inline-block;
  width: 100%;
  max-width: 460px;
  padding: 1.25rem 1.25rem 0;
  vertical-align: bottom;
  background-color: #fff;
  border-radius: 1.25rem 1.25rem 0 0;
}
.p-standardListMainCopy_txt img {
  display: block;
  width: 100%;
  height: auto;
}
/* ----- レイアウト ----- */
.p-standardList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-bottom: -3.75rem;
  margin-left: -1rem;
  list-style: none;
}

.p-standardList_item {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 3.75rem;
}
/* ----- 各アイテム ----- */
.p-standardItem_img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-standardItem_body {
  padding: 1.25rem 0.62rem 0 0.62rem;
}

.p-standardItem_num {
  font-size: 0.75rem;
  color: #584f48;
}

.p-standardItem_name {
  font-size: 1.5rem;
  line-height: 1.6;
  color: #584f48;
}

.p-standardItem_comment {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-top: 1.25rem;
  font-size: 0.87rem;
  line-height: 1.8;
  background-color: #efefef;
  border-radius: 5px;
}
.p-standardItem_comment::before {
  position: absolute;
  bottom: 100%;
  left: 1.25rem;
  width: 12px;
  height: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  content: "";
  background-color: #efefef;
}

/* ハイグレード標準仕様
* -------------------------------------------------- */
.p-hgSection {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.p-hg {
  margin-bottom: 2.5rem;
}

.p-hgCategory {
  padding: 0.4em 0.8em;
  margin-bottom: 0.8em;
  font-size: 1.25rem;
  line-height: 1.5;
  background-color: #deebf8;
  border-radius: 5px;
}

.p-hgItemUnit dt {
  padding-bottom: 0.2em;
  margin-bottom: 0.3em;
  font-size: 1.12rem;
  color: #584f48;
  border-bottom: solid 1px #b5d1ef;
}
.p-hgItemUnit dd {
  margin-bottom: 1em;
}
.p-hgItemUnit dd + dd {
  margin-top: 2em;
}

.p-hgItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  line-height: 1.5;
  list-style: none;
}
.p-hgItemList li {
  width: 100%;
  padding-right: 1rem;
  padding-left: calc(1rem + 1em);
  margin-top: 0.3em;
  text-indent: -1em;
}
.p-hgItemList li::before {
  display: inline-block;
  width: 1em;
  text-align: center;
  text-indent: 0;
  content: "・";
}
/* ロマンスリー
* -------------------------------------------------- */
.p-romanceThreeSection {
  padding: 3.75rem calc(50vw - 50%);
  margin: 0 calc((50vw - 50%) * -1);
  background-color: #f0f8ff;
}

.p-romanceTitle_sub {
  display: inline-block;
  padding: 0.2em 0.5em;
  font-size: 0.81rem;
  color: #fff;
  letter-spacing: 0;
  background-color: #584f48;
  border-radius: 5px;
}

.p-romanceThree_leadbox {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  background-color: #fff;
  border: solid 1px #b5d1ef;
  border-radius: 30px;
}
.p-romanceThree_leadbox::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 30px;
  display: block;
  width: 30px;
  height: 20px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAMFBMVEVMaXG10e+10e+10e+10e+10e+10e+10e+10e+10e////+51PDc6fjy9/zk7/rM3/TWoaLEAAAACnRSTlMA1zhglBq971CAaFo0bQAAAAlwSFlzAAALEwAACxMBAJqcGAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACLSURBVHicjZFBDsMwCATBptgJGP7/2yiRmgKpqu51NLAIgBBce4xvEQJIoru8Em0ZG2a5e5Z7xqS/ZBipmbRMZ1rtXGSOsxVz7dzbRhkNGGSTWSiFq6zeBF0+tfUxOdDltRXMYbcq5RGn+6YqXNWbLheuWwHo2rtUBj3Mk6q6C1I99UpDZtraF++PHDQUCjyBMsQ/AAAAAElFTkSuQmCC) no-repeat center top/100% 100%;
}

.p-romanceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
  list-style: none;
}

.p-romanceItem {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.p-romanceItem .js_carousel_prev_arrow,
.p-romanceItem .js_carousel_next_arrow {
  width: 1.87rem;
  height: 1.87rem;
}
.p-romanceItem .js_carousel_prev_arrow {
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
}
.p-romanceItem .js_carousel_next_arrow {
  -webkit-transform: translate(40%, -50%);
          transform: translate(40%, -50%);
}
.p-romanceItem .slick-dots li {
  padding: 0.25rem;
}
.p-romanceItem .slick-dots button {
  width: 0.75rem;
  height: 0.75rem;
}

.p-romanceItem_imgWrapper {
  position: relative;
}

.p-romanceItem_rank {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 100;
  width: 3.75rem;
}
.p-romanceItem_rank img {
  display: block;
  width: 100%;
  height: auto;
}

.p-romanceItem_img {
  vertical-align: middle;
  visibility: hidden;
}
.slick-initialized .p-romanceItem_img {
  visibility: visible;
}
.p-romanceItem_img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-romanceItem_name {
  margin-top: 0.5em;
  font-size: 0.87rem;
  text-align: center;
}

.p-romanceChoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.5rem;
}

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

.p-romanceChoice_voice_txt {
  padding-right: 20px;
}

.p-romanceChoice_voice_fukidashi {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 50px;
  background-color: #fff;
  border: solid 1px #b5d1ef;
  border-radius: 30px;
}
.p-romanceChoice_voice_fukidashi::after {
  position: absolute;
  top: calc(100% - 1px);
  right: 30px;
  display: block;
  width: 30px;
  height: 20px;
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAMFBMVEVMaXG10e+10e+10e+10e+10e+10e+10e+10e+10e////+51PDc6fjy9/zk7/rM3/TWoaLEAAAACnRSTlMA1zhglBq971CAaFo0bQAAAAlwSFlzAAALEwAACxMBAJqcGAAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACLSURBVHicjZFBDsMwCATBptgJGP7/2yiRmgKpqu51NLAIgBBce4xvEQJIoru8Em0ZG2a5e5Z7xqS/ZBipmbRMZ1rtXGSOsxVz7dzbRhkNGGSTWSiFq6zeBF0+tfUxOdDltRXMYbcq5RGn+6YqXNWbLheuWwHo2rtUBj3Mk6q6C1I99UpDZtraF++PHDQUCjyBMsQ/AAAAAElFTkSuQmCC) no-repeat center top/100% 100%;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-romanceChoice_voice_ill {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 70px;
}
.p-romanceChoice_voice_ill img {
  display: block;
  width: 100%;
  height: auto;
}

.p-romanceChoice_box {
  width: 100%;
  max-width: 600px;
  padding: 1.25rem 1.87rem;
  color: #fff;
  text-align: center;
  background-color: #fff;
  background-color: #584f48;
  border: solid 1px #b5d1ef;
  border-radius: 30px;
}
/* ママの声
* -------------------------------------------------- */
.p-mmSection {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  margin-top: -4rem;
  background: rgb(240, 248, 255);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(240, 248, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 248, 255) 50%);
  border-radius: 3.75rem 3.75rem 0 0;
}

.p-mmTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse wrap;
          flex-flow: row-reverse wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 640px;
  padding: 0 20px;
  margin: 0 auto 3.75rem;
}

.p-mmTop_img {
  width: 100%;
  margin-bottom: 3.75rem;
  overflow: hidden;
  border-radius: 5px;
  -webkit-box-shadow: 6px 6px 10px 0 rgba(37, 105, 162, 0.2);
          box-shadow: 6px 6px 10px 0 rgba(37, 105, 162, 0.2);
}
.p-mmTop_img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-mmDisc_titleTop {
  padding-bottom: 0.5em;
  color: #584f48;
  border-bottom: solid 1px #b5d1ef;
}

.p-mmDisc_title {
  padding: 2.5rem 0;
  font-size: 2.5rem;
  line-height: 2.2;
  color: #584f48;
  text-align: center;
}
.p-mmDisc_title img {
  width: 100%;
  max-width: 500px;
  height: auto;
  vertical-align: bottom;
}

.p-mmImages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -3px;
}

.p-mmImages_item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  padding: 3px;
}
.p-mmImages_item img {
  display: block;
  width: 100%;
  height: auto;
}
/* --------------------------------------------
　プラン - 一覧ページ
-------------------------------------------- */
/* 一覧の枠 */
.p-planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1.5rem;
  list-style: none;
}

.p-planList-item {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 0 4rem;
}
/* 各アイテム */
.p-planItem {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
  color: #000;
  text-decoration: none;
}
.p-planItem:visited {
  color: #000;
  text-decoration: none;
}
.p-planItem:hover, .p-planItem:active {
  color: #000;
  text-decoration: none;
}
.p-planItem:hover .c-button__link::before, .p-planItem:active .c-button__link::before {
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

.p-planItem_img {
  margin: 0 0 1rem;
  overflow: hidden;
  border: solid 1px #ddd;
}
.p-planItem_img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-planItem:hover .p-planItem_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-planItem_label {
  margin-bottom: 0.5em;
  font-size: 0.87rem;
}
.p-planItem_label span {
  display: inline-block;
  padding: 0 0.5em;
  color: #fff;
  background-color: #584f48;
  border-radius: 3px;
}

.p-planItem_title {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}

/* --------------------------------------------
　プラン - 詳細ページ
-------------------------------------------- */
/* サムネイル画像
* -------------------------------------------------- */
.p-plan_thumb {
  margin-bottom: 2.5rem;
}
.p-plan_thumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* エントリータイトル部分
* -------------------------------------------------- */
.p-planTitle_label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 1.25rem;
}
.p-planTitle_label span {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5;
  color: #fff;
  background-color: #584f48;
  border-radius: 4px;
}

.p-planTitle_name {
  display: block;
  font-size: 1.75rem;
}

/* 間取図
* -------------------------------------------------- */
.p-plan_imgWrapper {
  margin-bottom: 2.5rem;
}

.p-plan_img {
  border: solid 1px #ddd;
}

.p-plan_imgItem img {
  display: block;
  width: 100%;
  height: auto;
}

/* プラン情報
* -------------------------------------------------- */
/* ----- 間取りと面積 ----- */
.p-planInfo_madori {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  text-align: center;
}

.p-planInfo_size {
  margin-bottom: 1.87rem;
  text-align: center;
}

.p-planInfo_sizeTable {
  display: inline-table;
}

.p-planInfo_sizeRow {
  display: table-row;
}

.p-planInfo_sizeHead {
  display: table-cell;
  text-align: right;
}

.p-planInfo_sizeData {
  display: table-cell;
}

.p-planPrice {
  margin-bottom: 1.25rem;
  color: #584f48;
  text-align: center;
}
.p-planPrice span {
  margin: 0 0.1em 0 0.4em;
  font-size: 2em;
}

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

/* おすすめポイント
* -------------------------------------------------- */
.p-planPoint_wrapper {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
}

.p-planPoint_head {
  position: relative;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.p-planPoint_head::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d4e9fa;
}

.p-planPoint_headBox {
  position: relative;
  display: inline-block;
  padding: 0.8em 1.5em;
  color: #584f48;
  background-color: #fff;
  border: solid 1px #584f48;
}
.p-planPoint_headBox::before {
  position: absolute;
  top: 100%;
  left: 1.5em;
  width: 0.62rem;
  height: 1.37rem;
  content: "";
  background-color: #fff;
  border-left: solid 1px #584f48;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.p-planPoint_headBox::after {
  position: absolute;
  top: 0;
  left: calc(100% + 1px);
  width: 1em;
  height: 100%;
  content: "";
  background-color: #fff;
}

.p-planPointList {
  list-style: none;
}

.p-planPointList_item {
  padding: 1.25rem 0;
  border-bottom: solid 1px #d4e9fa;
}
.p-planPointList_item:last-child {
  border-bottom: 0;
}

.p-planPoint_num {
  font-size: 0.75rem;
  color: #584f48;
  letter-spacing: 0.12em;
}

.p-planPoint_title {
  margin-bottom: 0.25em;
  font-size: 1.25rem;
  color: #584f48;
}

.p-planPointComment {
  padding: 1em 1.5em;
  margin-top: 1.87rem;
  background-color: #e8f3fc;
  border-radius: 5px;
}
/* シリアルナビ
* -------------------------------------------------- */
.p-planSerialNav_wrapper {
  margin-bottom: 5rem;
}

.p-planSerialNav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 5px;
  list-style: none;
}
.p-planSerialNav_list.p-planSerialNav_list__prevNotFound {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-planSerialNav_list.p-planSerialNav_list__prevNotFound.p-planSerialNav_list__nextNotFound {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-planSerialNav_item {
  width: 100%;
  font-size: 0.87rem;
  line-height: 1.5;
}
.p-planSerialNav_item.p-planSerialNav_item__index {
  display: none;
  width: 70px;
}

.p-planSerialNav_link {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  padding: 1rem 1.25rem 1rem 2.37rem;
  border: 1px solid #999;
  border-radius: 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.p-planSerialNav_link.p-planSerialNav_link__next {
  padding: 1rem 2.37rem 1rem 1.25rem;
}
.p-planSerialNav_link.p-planSerialNav_link__index {
  padding: 1rem 0;
  text-align: center;
}
.p-planSerialNav_link:link, .p-planSerialNav_link:visited {
  color: #000;
  text-decoration: none;
}
.p-planSerialNav_link:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  border-color: #666;
}

.p-planSerialNav_icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-planSerialNav_link__prev .p-planSerialNav_icon {
  left: 0.93rem;
}
.p-planSerialNav_link__next .p-planSerialNav_icon {
  right: 0.93rem;
}

.p-planSerialNav_title {
  display: block;
}
.p-planSerialNav_link__next .p-planSerialNav_title {
  text-align: right;
}

.p-planSerialNavLabel {
  display: block;
  margin-bottom: 0.3em;
  font-size: 0.68rem;
}
.p-planSerialNavLabel span {
  display: inline-block;
  padding: 0.15em 0.5em;
  color: #fff;
  background-color: #584f48;
  border-radius: 3px;
}
/* --------------------------------------------
　土地情報
-------------------------------------------- */
/* ログイン関係のページ
* -------------------------------------------------- */
/* ----- ページタイトル ----- */
.p-estateLoginPageTitle_wrapper {
  padding: 4rem 0;
}

.p-estateLoginPageTitle {
  font-size: 1.75rem;
  color: #584f48;
  text-align: center;
}
.p-estateLoginPageTitle span {
  display: inline-block;
  margin: 0 0.25em;
}

/* ----- 導入文 ----- */
.p-estateLinkBtn {
  position: relative;
  display: inline-block;
  padding: 0.5em 2.5em;
  line-height: 1.2;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: solid 1px #584f48;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.p-estateLinkBtn:visited {
  color: #584f48;
  text-decoration: none;
}
.p-estateLinkBtn:active, .p-estateLinkBtn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #584f48;
}
.p-estateLinkBtn::before, .p-estateLinkBtn::after {
  position: absolute;
  top: 50%;
  right: 0.75em;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background-position: center;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-estateLinkBtn::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=);
  opacity: 1;
}
.p-estateLinkBtn:hover::before, .p-estateLinkBtn:active::before {
  opacity: 0;
}
.p-estateLinkBtn::after {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
  opacity: 0;
}
.p-estateLinkBtn:hover::after, .p-estateLinkBtn:active::after {
  opacity: 1;
}

/* ----- フォーム部分 ----- */
.p-estateLoginForm {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
}

.p-estateLinkTxt {
  font-weight: bold;
  color: var(--color-gray100);
}
.p-estateLinkTxt:hover {
  text-decoration: none;
}

/* ----- ログイン中に出てくるユーザー名 ----- */
.p-estateNowLogin_wrapper {
  margin-bottom: 2rem;
  text-align: right;
}
.p-estateNowLogin_wrapper.p-estateNowLogin_wrapper__entry {
  margin-top: 2rem;
  margin-bottom: 0;
}

.p-estateNowLogin {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.62rem;
  line-height: 1.5;
  text-align: left;
  background-color: #f1f1f1;
  border-radius: 5px;
}

.p-estateNowLogin_name {
  display: block;
  padding-right: 0.75rem;
  border-right: solid 1px #8b8b8b;
}

.p-estateNowLogin_name_label {
  display: inline-block;
  padding: 0.15em 0.5em;
  margin-right: 0.5em;
  font-size: 0.75rem;
  color: #fff;
  background-color: #584f48;
  border-radius: 3px;
}

.p-estateNowLogin_name_name {
  display: inline-block;
}

.p-estateNowLogin_logout {
  display: block;
  padding-left: 0.75rem;
}

.p-estateNowLogin_logout_btn {
  display: inline-block;
  padding: 0.4em 1em;
  font-size: 0.75rem;
  color: #fff;
  white-space: nowrap;
  background-color: #333;
  border-radius: 100vmax;
}
.p-estateNowLogin_logout_btn:hover {
  background-color: #000;
}
.p-estateNowLogin_logout_btn .acms-icon {
  padding-right: 0.3em;
  vertical-align: 0;
}

/* エントリーの詳細ページ
* -------------------------------------------------- */
/* ----- サムネイル画像 ----- */
.p-estateEntryThumb {
  margin-bottom: 2.5rem;
}
.p-estateEntryThumb img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----- エントリータイトル ----- */
.p-estateEntryTitle {
  padding: 1.25rem;
  margin-bottom: 2.5rem;
  border: solid 0.62rem #e8f3fc;
}

.p-estateEntryTitle_labelList {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
}

.p-estateEntryTitle_secretLabel {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #35853d;
}

.p-estateEntryTitle_kukakuLabel {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #584f48;
}

.p-estateEntryTitle_kenchikuLabel {
  display: inline-block;
  padding: calc(0.5em - 2px) calc(0.8em - 2px);
  line-height: 1.5;
  text-align: center;
  background-color: #584f48;
  border: solid 2px #555;
}
.p-estateEntryTitle_kenchikuLabel.p-estateEntryTitle_kenchikuLabel__yes {
  color: #fff;
  background-color: #555;
}
.p-estateEntryTitle_kenchikuLabel.p-estateEntryTitle_kenchikuLabel__no {
  background-color: #e5e5e5;
}

.p-estateEntryTitle_main {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.p-estateEntryTitle_copy {
  font-size: 1rem;
}

.p-estateEntryTitle_disc {
  font-size: 0.75rem;
}

.p-estateEntryTitle_priceList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1rem;
}

.p-estateEntryTitle_price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.p-estateEntryTitle_price.p-estateEntryTitle_price__tochi {
  margin-bottom: 1.25rem;
}

.p-estateEntryTitle_price_price {
  line-height: 1.5;
  border-bottom: solid 1px #eee;
}
.p-estateEntryTitle_price_price .price_before {
  display: inline-block;
  width: 7em;
}
.p-estateEntryTitle_price_price .price {
  font-size: 2em;
  color: #584f48;
}

.p-estateEntryTitle_price_menseki {
  position: relative;
  padding-left: 8px;
  font-size: 0.87rem;
}
.p-estateEntryTitle_price_menseki::before {
  position: absolute;
  top: 0.87rem;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  background: #584f48;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-estateEntryTitle_charmpoint {
  padding: 0.87rem;
  margin: 1.87rem 0 0;
  font-size: 0.87rem;
  line-height: 1.7;
  background: #f2f3f4;
  border-radius: 5px;
}
.p-estateEntryTitle_charmpoint em {
  font-style: normal;
  font-weight: normal;
  color: #584f48;
}
.p-estateEntryTitle_charmpoint strong {
  font-size: 1.2em;
  font-weight: normal;
  color: #584f48;
}
.p-estateEntryTitle_charmpoint small {
  font-size: 0.75em;
}
.p-estateEntryTitle_charmpoint .hp_txt_bigger {
  font-size: 1.2em;
}
.p-estateEntryTitle_charmpoint .hp_txt_bold {
  font-weight: bold;
}
/* ----- 区画割図と間取り図 ----- */
.p-estateFigure {
  margin-bottom: 2.5rem;
}

.p-estateFigure_head {
  padding: 0.2em 0.5em;
  margin-bottom: -2px;
  font-size: 1.25rem;
  text-align: center;
  background-color: #e8f3fc;
}

.p-estateFigure_body {
  background-color: #fff;
  border: solid 2px #e8f3fc;
}

.p-estateFigure_slider_item {
  vertical-align: bottom;
}
.p-estateFigure_slider_item img {
  display: block;
  width: 100%;
  height: auto;
}

/* ----- 周辺環境 ----- */
.p-estateEnvironmentSection {
  padding: 1rem 0 2rem;
}

.p-estateEnvironmentSection_head {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #584f48;
}

.p-estateEnvironmentUnit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}

.p-estateEnvironmentUnit_item {
  width: 100%;
}

.p-estateEnvironment_head {
  padding: 0.15em 0.5em;
  margin-bottom: 0.62rem;
  color: #584f48;
  text-align: center;
  background-color: #f2f3f4;
}

.p-estateEnvironment_list {
  padding-left: 1.5em;
  list-style: disc;
}
.p-estateEnvironment_list li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
/* ----- 物件概要 ----- */
.p-estateOverviewSection {
  padding: 2rem 0;
}

.p-estateOverviewSection_head {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  color: #584f48;
}

.p-estateOverviewList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.p-estateOverviewList_item {
  width: 100%;
  border-bottom: solid 1px #e6e6e6;
}

.p-estateOverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.p-estateOverview_title {
  width: 100%;
  padding: 0 0.5em;
  background-color: #f2f3f4;
}

.p-estateOverview_data {
  width: 100%;
  padding: 0.3em 0.5em 1em;
}
/* ----- エントリー下のお問い合わせ ----- */
.p-estateContactSection {
  padding: 3rem 0 2rem;
}

.p-estateContact {
  position: relative;
  padding: 2.5rem 1.25rem 3.12rem;
  margin-bottom: 2.5rem;
  text-align: center;
  border: solid 1.25rem #e8f3fc;
}
.p-estateContact::before {
  position: absolute;
  top: -1.25rem;
  left: 50%;
  display: block;
  width: 34px;
  height: 22px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background: #584f48;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-estateContact_txt,
.p-estateContactTel_txt {
  margin-bottom: 1.25rem;
  color: #584f48;
}

.p-estateContactTel_txt {
  margin-bottom: 0.62rem;
}

.p-estateContact_btnLg {
  display: inline-block;
  width: 100%;
  max-width: 660px;
  padding: 1em 2em;
  margin: 0 auto;
  font-size: 1.12rem;
  line-height: 1.5;
  color: #584f48;
  text-align: center;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+OCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICA8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMjkuMi4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogMi4xLjAgQnVpbGQgMTE2KSAgLS0+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5zdDAgewogICAgICAgIGZpbGw6ICM1ODRmNDg7CiAgICAgIH0KICAgIDwvc3R5bGU+CiAgPC9kZWZzPgogIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iOC4xIDMuNSA3LjYgNC4zIDEyLjQgNy41IDEgNy41IDEgOC41IDEyLjQgOC41IDcuNiAxMS43IDguMSAxMi41IDE1IDggOC4xIDMuNSIvPgo8L3N2Zz4=) no-repeat right 0.5em center/1em 1em #fff;
  border: solid 2px #584f48;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.p-estateContact_btnLg:hover {
  color: #fff;
  background-color: #584f48;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjguMTQgMy41IDcuNTkgNC4zNCAxMi40MSA3LjUgMSA3LjUgMSA4LjUgMTIuNDEgOC41IDcuNTkgMTEuNjYgOC4xNCAxMi41IDE1IDggOC4xNCAzLjUiLz48L3N2Zz4=);
}

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

.p-estateContactTel_num {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.p-estateContactTel_num_btn {
  padding-left: 0.8em;
  color: #000 !important;
  text-decoration: none !important;
  pointer-events: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyOSAzOCI+CiAgPGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxwYXRoIGQ9Ik0yLjU5LDEuNjFDMCwzLjMtLjUyLDguNi40NiwxMi45MWMuNzYsMy4zNiwyLjM5LDcuODcsNS4xMywxMi4xMSwyLjU4LDMuOTksNi4xNyw3LjU3LDguOTEsOS42NCwzLjUyLDIuNjYsOC41NCw0LjM1LDExLjE0LDIuNjYsMS4zMS0uODYsMy4yNy0zLjIsMy4zNi0zLjYyLDAsMC0xLjE0LTEuNzctMS40LTIuMTZsLTMuODQtNS45NWMtLjI5LS40NC0yLjA3LS4wNC0yLjk4LjQ4LTEuMjMuNy0yLjM2LDIuNTctMi4zNiwyLjU3LS44NC40OS0xLjU0LDAtMy4wMi0uNjgtMS44MS0uODQtMy44NC0zLjQzLTUuNDYtNS43OS0xLjQ4LTIuNDQtMy4wMS01LjM3LTMuMDMtNy4zNy0uMDItMS42My0uMTctMi40Ny42MS0zLjA0LDAsMCwyLjE2LS4yNywzLjMtMS4xMS44NC0uNjIsMS45NC0yLjEsMS42NS0yLjU0bC0zLjg0LTUuOTVDOC4zOSwxLjc4LDcuMjUsMCw3LjI1LDBjLS40Mi0uMDktMy4zNC43NS00LjY1LDEuNloiLz4KICA8L2c+Cjwvc3ZnPg==) no-repeat left center/auto 0.8em;
  border-bottom: 0 !important;
}
.p-estateContactTel_num_btn.p-estateContactTel_num_btn__SmartPhone {
  pointer-events: auto;
}

.p-estateContactTel_logo {
  padding: 0 40px;
  margin-bottom: 1.25rem;
}
.p-estateContactTel_logo a {
  display: inline-block;
  width: 100%;
  max-width: 312px;
}
.p-estateContactTel_logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-estateContactTel_info {
  font-size: 0.87rem;
  line-height: 1.5;
}
/* エントリーの一覧ページ
* -------------------------------------------------- */
.p-estateSummaryItem_img {
  position: relative;
  margin-bottom: 0.62rem;
  overflow: hidden;
}
.p-estateSummaryItem_img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-estateSummaryItem:hover .p-estateSummaryItem_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-estateSummaryItem_img_cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: url(assets/estate_secret_cover.svg) no-repeat center center/contain rgba(0, 0, 0, 0.75);
}

.p-estateSummaryItem_labelList {
  margin-bottom: 0.5em;
  font-size: 0.75rem;
}

.p-estateSummaryItem_secretLabel {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #35853d;
}

.p-estateSummaryItem_kukakuLabel {
  display: inline-block;
  padding: 0.5em 0.8em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background-color: #584f48;
}

.p-estateSummaryItem_kenchikuLabel {
  display: inline-block;
  padding: calc(0.5em - 2px) calc(0.8em - 2px);
  line-height: 1.5;
  text-align: center;
  background-color: #584f48;
  border: solid 2px #555;
}
.p-estateSummaryItem_kenchikuLabel.p-estateSummaryItem_kenchikuLabel__yes {
  color: #fff;
  background-color: #555;
}
.p-estateSummaryItem_kenchikuLabel.p-estateSummaryItem_kenchikuLabel__no {
  background-color: #e5e5e5;
}

.p-estateSummaryItem_title {
  margin-bottom: 1em;
  font-size: 1.12rem;
  line-height: 1.6;
}

.p-estateSummaryItem_disc {
  margin-bottom: 0.5em;
  font-size: 0.87rem;
  line-height: 1.6;
}

.p-estateSummaryItem_address {
  padding-left: 1.5em;
  font-size: 0.87rem;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyBpZD0iX+ODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMyAxNiI+CiAgPGRlZnM+CiAgICA8c3R5bGU+CiAgICAgIC5jbHMtMSB7CiAgICAgICAgZmlsbDogIzRiNGI0YjsKICAgICAgfQogICAgPC9zdHlsZT4KICA8L2RlZnM+CiAgPGcgaWQ9Il/jg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj4KICAgIDxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuNSwwQzIuOTEsMCwwLDIuOTUsMCw2LjU5czUuMTEsOS40MSw2LjUsOS40MSw2LjUtNS43Nyw2LjUtOS40MVMxMC4wOSwwLDYuNSwwWk02LjUsOS42MWMtMS42NSwwLTIuOTgtMS4zNS0yLjk4LTMuMDJzMS4zNC0zLjAyLDIuOTgtMy4wMiwyLjk4LDEuMzUsMi45OCwzLjAyLTEuMzQsMy4wMi0yLjk4LDMuMDJaIi8+CiAgPC9nPgo8L3N2Zz4=) no-repeat left 0.4em/auto 1.2em;
}

.p-estateSummaryItem_link {
  font-size: 0.75rem;
}

/* --------------------------------------------
　文字関係
-------------------------------------------- */
/* 文字揃え */
.u-text-align--left {
  text-align: left !important;
}

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

.u-text-align--right {
  text-align: right !important;
}

/* 文字の太さ */
.u-font-weight--bold {
  font-weight: 700;
}

/* 文字の色 */
.u-color--main {
  color: #584f48;
}

/* --------------------------------------------
　パディングとマージン
-------------------------------------------- */
.u-padding-top--0 {
  padding-top: 0 !important;
}

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

.u-padding-top--xs {
  padding-top: 0.5rem !important;
}

.u-margin-top--xs {
  margin-top: 0.5rem !important;
}

.u-padding-top--sm {
  padding-top: 1rem !important;
}

.u-margin-top--sm {
  margin-top: 1rem !important;
}

.u-padding-top--md {
  padding-top: 2rem !important;
}

.u-margin-top--md {
  margin-top: 2rem !important;
}

.u-padding-top--lg {
  padding-top: 4rem !important;
}

.u-margin-top--lg {
  margin-top: 4rem !important;
}

.u-padding-top--xl {
  padding-top: 8rem !important;
}

.u-margin-top--xl {
  margin-top: 8rem !important;
}

.u-padding-right--0 {
  padding-right: 0 !important;
}

.u-margin-right--0 {
  margin-right: 0 !important;
}

.u-padding-right--xs {
  padding-right: 0.5rem !important;
}

.u-margin-right--xs {
  margin-right: 0.5rem !important;
}

.u-padding-right--sm {
  padding-right: 1rem !important;
}

.u-margin-right--sm {
  margin-right: 1rem !important;
}

.u-padding-right--md {
  padding-right: 2rem !important;
}

.u-margin-right--md {
  margin-right: 2rem !important;
}

.u-padding-right--lg {
  padding-right: 4rem !important;
}

.u-margin-right--lg {
  margin-right: 4rem !important;
}

.u-padding-right--xl {
  padding-right: 8rem !important;
}

.u-margin-right--xl {
  margin-right: 8rem !important;
}

.u-padding-bottom--0 {
  padding-bottom: 0 !important;
}

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

.u-padding-bottom--xs {
  padding-bottom: 0.5rem !important;
}

.u-margin-bottom--xs {
  margin-bottom: 0.5rem !important;
}

.u-padding-bottom--sm {
  padding-bottom: 1rem !important;
}

.u-margin-bottom--sm {
  margin-bottom: 1rem !important;
}

.u-padding-bottom--md {
  padding-bottom: 2rem !important;
}

.u-margin-bottom--md {
  margin-bottom: 2rem !important;
}

.u-padding-bottom--lg {
  padding-bottom: 4rem !important;
}

.u-margin-bottom--lg {
  margin-bottom: 4rem !important;
}

.u-padding-bottom--xl {
  padding-bottom: 8rem !important;
}

.u-margin-bottom--xl {
  margin-bottom: 8rem !important;
}

.u-padding-left--0 {
  padding-left: 0 !important;
}

.u-margin-left--0 {
  margin-left: 0 !important;
}

.u-padding-left--xs {
  padding-left: 0.5rem !important;
}

.u-margin-left--xs {
  margin-left: 0.5rem !important;
}

.u-padding-left--sm {
  padding-left: 1rem !important;
}

.u-margin-left--sm {
  margin-left: 1rem !important;
}

.u-padding-left--md {
  padding-left: 2rem !important;
}

.u-margin-left--md {
  margin-left: 2rem !important;
}

.u-padding-left--lg {
  padding-left: 4rem !important;
}

.u-margin-left--lg {
  margin-left: 4rem !important;
}

.u-padding-left--xl {
  padding-left: 8rem !important;
}

.u-margin-left--xl {
  margin-left: 8rem !important;
}

/* --------------------------------------------
　表示と非表示
-------------------------------------------- */

/* --------------------------------------------
　ポジション
-------------------------------------------- */
.u-position--relative {
  position: relative !important;
}

/* --------------------------------------------
　オーブーフロー
-------------------------------------------- */
.u-overflow--hidden {
  overflow: hidden !important;
}

/* --------------------------------------------
　画像をボックスに合わせる
-------------------------------------------- */
.u-img-w100 {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 375px){
  html {
    font-size: 3.8vw;
  }
  .l-col-xs--1 {
    width: 8.33%;
  }
  .l-col-xs--2 {
    width: 16.66%;
  }
  .l-col-xs--3 {
    width: 25%;
  }
  .l-col-xs--4 {
    width: 33.33%;
  }
  .l-col-xs--5 {
    width: 41.66%;
  }
  .l-col-xs--6 {
    width: 50%;
  }
  .l-col-xs--7 {
    width: 58.33%;
  }
  .l-col-xs--8 {
    width: 66.66%;
  }
  .l-col-xs--9 {
    width: 75%;
  }
  .l-col-xs--10 {
    width: 83.33%;
  }
  .l-col-xs--11 {
    width: 91.66%;
  }
  .l-col-xs--12 {
    width: 100%;
  }
  :root {
    --menu-width: 100%;
  }
  .p-requestLead_main {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 480px){
  html {
    font-size: 2.7vw;
  }
  .l-col-sm--1 {
    width: 8.33%;
  }
  .l-col-sm--2 {
    width: 16.66%;
  }
  .l-col-sm--3 {
    width: 25%;
  }
  .l-col-sm--4 {
    width: 33.33%;
  }
  .l-col-sm--5 {
    width: 41.66%;
  }
  .l-col-sm--6 {
    width: 50%;
  }
  .l-col-sm--7 {
    width: 58.33%;
  }
  .l-col-sm--8 {
    width: 66.66%;
  }
  .l-col-sm--9 {
    width: 75%;
  }
  .l-col-sm--10 {
    width: 83.33%;
  }
  .l-col-sm--11 {
    width: 91.66%;
  }
  .l-col-sm--12 {
    width: 100%;
  }
  .c-siteName_txt {
    font-size: 10px;
  }
  .c-menu_item.c-menu_item__level1 {
    width: 50%;
  }
  .c-form-select-title {
    width: 5em;
  }
  .c-form-select-item {
    width: calc(100% - 5em);
  }
  :root {
    --menu-width: 100%;
  }
  .ug-bg-color {
    padding: 1.5625em 1em;
  }
  .fixbutton {
    display: block;
  }
  .fixbutton_button {
    width: 80px;
    height: 80px;
  }
  .smFixbutton {
    display: none;
  }
  .p-main-image {
    height: calc(90svh - 60px);
  }
  .p-main-copy {
    max-width: 400px;
  }
  .p-main-image_btn02 img {
    width: 120px;
  }
  .p-top-lifestyle-section__bg::before {
    background-image: url(assets/top_lifestyle_section_bg_l.png);
  }
  .top-modelhouse-link {
    display: none;
  }
  .p-topBlogCont {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .p-topColumn-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .other-contents-nav-link {
    font-size: 0.75rem;
  }
  .rank-item {
    padding-bottom: 0;
  }
  .rank-item__kumi {
    top: 0.9em;
    bottom: auto;
  }
  .rank-item__title {
    float: left;
    max-width: calc(100% - 120px);
    padding-right: 10px;
    padding-left: 10px;
    background-color: #fff;
  }
  .taikan-bg {
    display: block;
  }
  .p-event-detail_head {
    width: 6em;
  }
  .p-event-detail_head:last-of-type {
    margin: 0;
  }
  .p-event-detail_body {
    width: calc(100% - 6em);
    padding-top: 0.2em;
  }
  .p-event-fromSection_inner {
    padding: 2rem;
  }
  .p-request-lead_sm {
    display: none;
  }
  .p-request-lead_lg {
    display: block;
  }
  .p-requestPageTitle_wrapper {
    padding: 6rem 0 0;
  }
  .p-requestPageTitle {
    margin-bottom: 4rem;
  }
  .p-requestPageTitle_sub {
    font-size: 1.12rem;
  }
  .p-requestPageTitle_main {
    font-size: 1.62rem;
  }
  .p-requestLead_sub_top {
    font-size: 1.25rem;
  }
  .p-requestLead_main {
    font-size: 2rem;
  }
  .p-requestLead_main span {
    padding: 0.1em 0.6em;
  }
  .p-requestLead_sub_bottom {
    font-size: 1.12rem;
  }
  .p-housingTeam_txt {
    font-size: 24px;
  }
  .p-standardListSection {
    padding-bottom: 6.25rem;
  }
  .p-standardListMainCopy {
    margin-left: -2rem;
  }
  .p-standardListMainCopy_txt {
    padding: 1.87rem 2rem 0;
  }
  .p-standardList_item {
    width: 50%;
  }
  .p-hgSection {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .p-hgItemList li {
    width: 50%;
  }
  .p-romanceThreeSection {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .p-romanceItem {
    width: 50%;
  }
  .p-mmSection {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
    border-radius: 6.25rem 6.25rem 0 0;
  }
  .p-mmImages_item {
    width: 25%;
  }
  .p-planPoint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-planPoint_num {
    width: 5rem;
    padding-top: 0.62rem;
  }
  .p-planPoint_body {
    width: calc(100% - 5rem);
  }
  .p-estateEntryTitle {
    padding: 1.25rem;
    border-width: 1.25rem;
  }
  .p-estateOverviewList {
    border-top: solid 1px #e6e6e6;
  }
  .p-estateOverview_title {
    width: 9em;
    height: 100%;
    padding: 1em 0.75em;
  }
  .p-estateOverview_data {
    width: calc(100% - 9em);
    height: 100%;
    padding: 1em 0.75em;
  }
  .p-estateContact {
    padding: 2.5rem 1.25rem 3.12rem;
    border-width: 1.25rem;
  }
  .p-estateContact_txt,
  .p-estateContactTel_txt {
    font-size: 1.25rem;
  }
  .p-estateContactTel_num {
    font-size: 3.12rem;
  }
  .p-estateContactTel_info {
    font-size: 1rem;
  }
  .u-hide--sm-min {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 1023px){
  .u-hide--tablet {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px){
  .p-voice-i2 .c-summary-item:last-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .top-modelhouse__top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .top-modelhouse-photo {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px){
  html {
    font-size: 1.8vw;
  }
  .l-section {
    padding: 4rem 0;
  }
  .l-col-md--1 {
    width: 8.33%;
  }
  .l-col-md--2 {
    width: 16.66%;
  }
  .l-col-md--3 {
    width: 25%;
  }
  .l-col-md--4 {
    width: 33.33%;
  }
  .l-col-md--5 {
    width: 41.66%;
  }
  .l-col-md--6 {
    width: 50%;
  }
  .l-col-md--7 {
    width: 58.33%;
  }
  .l-col-md--8 {
    width: 66.66%;
  }
  .l-col-md--9 {
    width: 75%;
  }
  .l-col-md--10 {
    width: 83.33%;
  }
  .l-col-md--11 {
    width: 91.66%;
  }
  .l-col-md--12 {
    width: 100%;
  }
  .l-header {
    background: none;
    backdrop-filter: blur(0);
  }
  .c-hum {
    background: #fff;
    border-radius: 70px;
    margin-right: 10px;
    margin-top: 10px;
  }
  .c-menu__wrapper {
    overflow: hidden;
  }
  .c-menu_item.c-menu_item__level1 {
    width: 33.33%;
  }
  .c-menuBig_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-menuBig_box {
    padding: 40px 60px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: auto;
    height: 100vh;
    width: 50%;
  }
  .c-menuBig_img {
    display: block;
    width: 50%;
  }
  .c-menuBig_img img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  table.c-form th, table.c-confirm th {
    display: table-cell;
    width: 11em;
    padding: 0.65em 0;
    vertical-align: top;
  }
  table.c-form td, table.c-confirm td {
    display: table-cell;
    padding: 0.2em 0.7em 0.2em 0;
    font-size: 16px;
    vertical-align: top;
  }
  table.c-confirm th {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
  }
  .c-keywordSearch_input {
    font-size: 14px;
  }
  .c-keywordSearch_input {
    font-size: 14px;
  }
  :root {
    --menu-width: 100%;
  }
  .entry-units th,
  .entry-units td {
    display: table-cell;
    padding: 1em 1.25em;
    text-align: left;
    border-top: 1px solid #dfdfdf;
  }
  .entry-units th {
    background: inherit;
  }
  .entry-units tr:nth-child(odd) {
    background: #f5f5f5;
  }
  dl.custom__q-and-a {
    margin-bottom: 8rem;
  }
  .serial-nav {
    position: relative;
    min-height: 75px;
  }
  .serial-nav-prev {
    float: left;
    width: calc(50% - 34px);
    margin-bottom: 0;
  }
  .serial-nav-next {
    width: calc(50% - 44px);
  }
  .serial-nav-index {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 70px;
    margin-left: -30px;
    text-align: center;
    list-style-type: none;
  }
  .serial-nav-index a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 75px;
    padding: 27px 5px;
  }
  .serial-nav-prev-title {
    width: 100%;
  }
  .p-main-image-item {
    width: 140px;
  }
  .p-top-overhead__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
  .p-top-overhead__txt {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 300px;
    padding-left: 0;
  }
  .p-top-overhead__ptohtos {
    width: calc(100% - 300px);
    padding-top: 55%;
  }
  .p-top-concept-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-top-concept-block {
    width: 50%;
    height: 37.5vw;
    min-height: 420px;
    max-height: 768px;
  }
  .p-top-concept-block.p-top-concept-block__sky {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p-top-concept-txt {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .p-top-concept-block__sky .p-top-concept-txt {
    text-align: left;
  }
  .p-top-concept-box {
    max-width: 440px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
  }
  .p-top-concept-box_sm {
    display: none;
  }
  .p-top-concept-box_lg {
    display: block;
  }
  .p-top-lifestyle-section {
    padding-bottom: 4rem;
  }
  .p-top-lifestyle-section__bg::before {
    background-image: url(assets/top_lifestyle_section_bg_s.png);
  }
  .p-top-lifestyle-link {
    margin-top: 4rem;
  }
  .p-top-voice__wrapper {
    margin-top: 0;
    background-image: url(assets/voice_bg_l.jpg);
  }
  .p-top-voice__txts {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .top-modelhouse-txts {
    height: 18rem;
  }
  .p-topBlog-index {
    margin-top: 4rem;
  }
  .p-concept-lead__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-concept-lead__txt {
    padding-left: 6rem;
  }
  .p-concept-lead__ptohtos {
    padding-top: 55%;
  }
  .p-merit-group {
    padding-top: 0;
    margin-bottom: 8rem;
  }
  .p-merit-group-container {
    position: relative;
  }
  .p-merit-img {
    width: calc(100% - 5rem - 2rem);
  }
  .p-merit-disc {
    padding-top: calc((100% + 4rem) * 0.5675 + 2rem);
  }
  .p-merit-title {
    margin-top: calc((100% + 4rem) * -0.5675 - 2rem);
  }
  .p-merit-points__item {
    margin-bottom: 0;
  }
  .p-lifestyle-lead__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-lifestyle-lead__txt {
    min-width: 310px;
  }
  .p-lifestyle-lead__ptohto {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 594px 80px 0 0;
  }
  .p-lifestyle-lead__ptohto-bg {
    position: absolute;
    top: 0;
    right: 80px;
    width: calc(100% + (100vw - 100% - 310px) / 2);
    height: 594px;
    padding: 0;
    margin: 0;
  }
  .p-lifestyle-lead__ptohto--s {
    position: absolute;
    right: 2rem;
    bottom: 0;
    width: 310px;
    margin: 0;
  }
  .other-contents-nav-link {
    font-size: 0.87rem;
  }
  .p-voice-percent__head,
  .p-voice-percent__body {
    padding: 4rem 1rem;
  }
  .p-voice-percent__graph {
    text-align: left;
  }
  .toha-img {
    width: 38%;
    margin-bottom: 0;
  }
  .toha-disc {
    width: 62%;
    padding-left: 1rem;
  }
  .toha-photos__photo p {
    font-size: 1rem;
  }
  .toha-photos__plus {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    max-width: 55px;
    padding: 0 1rem 24px;
  }
  .voice-q {
    padding: 0;
    text-align: center;
    text-indent: 0;
  }
  .p-voice-i2 .c-summary-item {
    margin-bottom: 0;
  }
  .good-item {
    padding: 0 2rem;
    margin-bottom: 8rem;
  }
  .good-item:nth-child(even) {
    -webkit-transform: translateY(8rem);
            transform: translateY(8rem);
  }
  .modelhouse-chef-img {
    margin-bottom: 0;
  }
  .modelhouse-event {
    position: relative;
    padding: 3rem;
    background: #e3eff9;
  }
  .modelhouse-event-img {
    margin: 0;
  }
  .p-eventList-item {
    xxwidth: 50%;
  }
  .p-catalogList_img.p-catalogList_img__sp {
    display: none;
  }
  .p-catalogList_img.p-catalogList_img__pc {
    display: block;
  }
  .p-requestStaffImg {
    padding: 0 2rem;
  }
  .p-requestPromiseList_item:last-child {
    border-right: 0;
  }
  .p-requestPromise_num {
    text-align: center;
  }
  .p-requestPromise_disc {
    line-height: 1.7;
    text-align: center;
  }
  .p-requestPromise_disc br {
    display: inline;
  }
  .p-worksInfo_head {
    width: 110px;
    padding: 20px 0;
    text-align: center;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }
  .p-worksInfo_body {
    width: calc(100% - 110px);
    padding: 20px;
  }
  .p-housingTop_item {
    width: 40%;
  }
  .p-housingTeam_head {
    font-size: 28px;
  }
  .p-worksInfo_head {
    width: 110px;
    padding: 20px 0;
    text-align: center;
    border-right: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom: 0;
  }
  .p-worksInfo_body {
    width: calc(100% - 110px);
    padding: 20px;
  }
  .p-standardItem_body {
    padding: 1.25rem 1.25rem 0 1.25rem;
  }
  .p-planList-item {
    width: 50%;
  }
  .p-planSerialNav_item {
    width: calc((100% - 70px - 10px) / 2);
  }
  .p-planSerialNav_item.p-planSerialNav_item__index {
    display: block;
    width: 70px;
  }
  .p-estateEntryTitle {
    padding: 1.25rem;
    border-width: 1.25rem;
  }
  .p-estateEntryTitle_price {
    width: 50%;
  }
  .p-estateEntryTitle_price.p-estateEntryTitle_price__tochi {
    padding-right: 1rem;
    margin-bottom: 0;
  }
  .p-estateEntryTitle_price.p-estateEntryTitle_price__tatemono {
    padding-left: 1rem;
  }
  .p-estateEnvironmentUnit_item {
    width: calc((100% - 2rem) / 2);
  }
  .p-estateOverviewList_item {
    width: 50%;
  }
  .u-hide--md-min {
    display: none !important;
  }
}
@media screen and (min-width: 1024px){
  html {
    font-size: 16px;
  }
  .l-col-lg--1 {
    width: 8.33%;
  }
  .l-col-lg--2 {
    width: 16.66%;
  }
  .l-col-lg--3 {
    width: 25%;
  }
  .l-col-lg--4 {
    width: 33.33%;
  }
  .l-col-lg--5 {
    width: 41.66%;
  }
  .l-col-lg--6 {
    width: 50%;
  }
  .l-col-lg--7 {
    width: 58.33%;
  }
  .l-col-lg--8 {
    width: 66.66%;
  }
  .l-col-lg--9 {
    width: 75%;
  }
  .l-col-lg--10 {
    width: 83.33%;
  }
  .l-col-lg--11 {
    width: 91.66%;
  }
  .l-col-lg--12 {
    width: 100%;
  }
  .c-siteName {
    max-width: 300px;
  }
  .c-pagetitle-img__bg {
    padding-top: 48%;
  }
  .c-footer-sns .c-footer-sns_box {
    padding: 40px;
  }
  .c-menuBig_box {
    padding: 40px 100px;
  }
  .c-menuPc_list {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    list-style: none;
    margin-top: 100px;
    margin-left: 40px;
  }
  .c-menuPc_list li a {
    color: #fff;
    font-weight: bold;
    line-height: 2.5;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .c-menuPc_list li a:focus, .c-menuPc_list li a:visited {
    color: #fff;
  }
  .c-menuPc_list li a:hover {
    opacity: 0.6;
  }
  .custom-head-and-img {
    min-height: 590px;
    margin: 0 -2rem;
  }
  .custom-head-and-img__txts {
    position: absolute;
    height: 100%;
    max-height: 590px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .is-img--left .custom-head-and-img__txts {
    left: 100%;
  }
  .is-img--right .custom-head-and-img__txts {
    right: 100%;
  }
  .custom-head-and-img__img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .is-img--left .custom-head-and-img__img {
    right: 20px;
  }
  .is-img--right .custom-head-and-img__img {
    left: 20px;
  }
  .p-main-image {
    height: calc(100svh - 110px);
  }
  .p-top-overhead__txt {
    padding-top: 4rem;
  }
  .p-top-overhead__ptohtos {
    padding-top: 65%;
  }
  .p-top-lifestyle-section {
    padding: 8rem 0;
  }
  .p-top-lifestyle-section__bg {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
            transform: translate(-50%, -42%);
  }
  .p-top-lifestyle-section__bg::before {
    background-image: url(assets/top_lifestyle_section_bg_l.png);
  }
  .p-topLifestyle-wrapper {
    padding: 8rem 0;
  }
  .top-modelhouse__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .top-modelhouse__bottom {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-right: 4.5rem;
    margin: 0;
  }
  .p-mhSlider {
    height: 100%;
  }
  .p-concept-lead__grid {
    margin-top: -4rem;
  }
  .p-concept-lead__txt {
    padding-top: 4rem;
  }
  .p-concept-lead__ptohtos {
    padding-top: 65%;
  }
  .p-merit-group-container {
    padding-top: 650px;
  }
  .p-merit-img {
    right: 25%;
    left: auto;
    width: calc((100vw - 100%) / 2 + 75%);
    height: 650px;
    padding: 0;
  }
  .is-reverse .p-merit-img {
    right: auto;
    left: 25%;
  }
  .p-merit-disc {
    position: absolute;
    top: 0;
    right: 2rem;
    min-width: 300px;
    height: 650px;
    padding: 0 0 0 3rem;
    background-color: #fff;
  }
  .is-reverse .p-merit-disc {
    right: auto;
    left: 2rem;
    padding: 0 3rem 0 0;
  }
  .p-merit-title {
    padding: 0;
    margin-top: 80px;
  }
  .is-reverse .p-merit-title {
    float: right;
  }
  .p-merit-body {
    float: right;
    padding: 158px 2rem 0 0;
    text-align: right;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .is-reverse .p-merit-body {
    padding: 158px 2rem 0 0;
  }
  .p-merit-body p {
    display: inline-block;
    height: 100%;
    text-align: left;
  }
  p.p-merit-body__link {
    margin: 0 2rem 0 0;
    text-align: right;
  }
  p.p-merit-body__link .c-button__link {
    padding: 2.625em 0 0;
  }
  p.p-merit-body__link .c-button__link::before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -1em;
  }
  .p-merit-points {
    padding: 3rem 0 0;
  }
  .is-reverse .p-merit-points {
    padding: 3rem 0 0;
  }
  .p-lslist-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-lslist-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-lslist-item__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  .p-lslist-item__imgMedia {
    position: relative;
    width: calc(100% + (100vw - 100% - 325px - 4rem) / 2);
    margin-left: calc((100vw - 100% - 325px - 4rem) / -2);
  }
  .p-lslist-item:nth-child(even) .p-lslist-item__imgMedia {
    margin-right: calc((100vw - 100% - 325px - 4rem) / -2);
    margin-left: 0;
  }
  .p-lslist-item__body {
    width: calc(325px + 4rem);
    padding: 0 0 0 4rem;
  }
  .p-lslist-item:nth-child(even) .p-lslist-item__body {
    padding: 0 4rem 0 0;
  }
  .p-style-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-style-title__no,
  .p-style-title__logo {
    padding: 0 3rem;
  }
  .p-style-title__txt {
    width: calc(325px + 4rem);
    padding: 0 4rem 0 0;
    margin-bottom: 0;
  }
  .p-style-title__img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0;
  }
  .p-style-title__imgMedia {
    width: calc(100% + (100vw - 100% - 325px - 4rem) / 2);
    margin-right: calc((100vw - 100% - 325px - 4rem) / -2);
  }
  .p-lifestyle-point__item:nth-child(odd) {
    padding-right: 2rem;
  }
  .p-lifestyle-point__item:nth-child(even) {
    padding-left: 2rem;
  }
  .modelhouse-page-image-cover__txt {
    top: 5rem;
    padding: 0 4rem;
    font-size: 34px;
  }
  .modelhouse-image-lg {
    height: 600px;
    padding: 0;
  }
  .p-eventList {
    margin: 0 -2rem;
  }
  .p-eventList-item {
    padding: 0 2rem;
  }
  .p-requestLead_wrapper {
    padding-top: 6rem;
  }
  .p-requestLead_container {
    padding-bottom: 8rem;
  }
  .p-requestStaffImg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 4rem;
  }
  .p-catalogBtnUnit_item.p-catalogBtnUnit_item__all {
    width: 100%;
  }
  .p-catalogBtn.p-catalogBtn__all {
    padding: 30px;
    background-color: #d2e9f9;
  }
  .p-catalogBtn.p-catalogBtn__all .p-catalogBtn_disc {
    padding: 0 40px;
  }
  .p-catalogBtn.p-catalogBtn__all .p-catalogBtn_recommend {
    margin-bottom: 0;
  }
  .p-catalogBtn.p-catalogBtn__all .p-catalogBtn_recommend_list li {
    display: inline-block;
    margin-right: 1em;
  }
  .p-blog {
    max-width: 1206px;
  }
  .p-blog_main {
    width: 75%;
    padding-right: 4rem;
    padding-bottom: 0;
  }
  .p-blog_side {
    width: 25%;
  }
  .p-standardList_item:nth-child(odd) {
    padding-right: 2rem;
  }
  .p-standardList_item:nth-child(even) {
    padding-left: 2rem;
  }
  .p-hgItemList li {
    width: 33.33%;
  }
  .p-romanceItem {
    width: 33.33%;
  }
  .p-mmTop {
    max-width: none;
  }
  .p-mmTop_img {
    width: 60%;
    max-width: 630px;
    margin-bottom: 0;
  }
  .p-mmTop_body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 40%;
    padding-right: 40px;
  }
  .p-mmDisc {
    max-width: 420px;
    margin: 0 auto;
  }
  .p-mmDisc_title {
    font-size: 2.12rem;
  }
  .p-planList {
    margin: 0 -2rem;
  }
  .p-planList-item {
    padding: 0 2rem;
  }
  .u-hide--lg-min {
    display: none !important;
  }
  .u-hide--pc {
    display: none !important;
  }
}
@media screen and (width >= 1180px){
  .is-img--left .custom-head-and-img__txts {
    left: calc(100% + 70px);
  }
  .is-img--right .custom-head-and-img__txts {
    right: calc(100% + 70px);
  }
  .custom-head-and-img__img {
    width: 100%;
  }
  .is-img--left .custom-head-and-img__img {
    right: 0;
  }
  .is-img--right .custom-head-and-img__img {
    left: 0;
  }
}
@media screen and (width >= 1280px){
  .c-navigation_item {
    padding-right: 1em;
    padding-left: 1em;
    font-size: 0.87rem;
  }
  .c-navigation_item .c-navigation_item {
    font-size: 0.81rem;
  }
}
@media screen and (width >= 1365px){
  .p-top-interview-wrapper {
    padding: 0 1rem;
    margin: 4rem -4.5rem;
  }
  .p-top-interview-list {
    padding: 0 2rem;
  }
  .p-top-interview-item {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1440px){
  .l-col-xl--1 {
    width: 8.33%;
  }
  .l-col-xl--2 {
    width: 16.66%;
  }
  .l-col-xl--3 {
    width: 25%;
  }
  .l-col-xl--4 {
    width: 33.33%;
  }
  .l-col-xl--5 {
    width: 41.66%;
  }
  .l-col-xl--6 {
    width: 50%;
  }
  .l-col-xl--7 {
    width: 58.33%;
  }
  .l-col-xl--8 {
    width: 66.66%;
  }
  .l-col-xl--9 {
    width: 75%;
  }
  .l-col-xl--10 {
    width: 83.33%;
  }
  .l-col-xl--11 {
    width: 91.66%;
  }
  .l-col-xl--12 {
    width: 100%;
  }
  .c-pagetitle-img__bg {
    height: 660px;
    padding-top: 0;
  }
  .p-lifestyle-lead__txt {
    min-width: 410px;
  }
  .p-lifestyle-lead__ptohto-bg {
    width: calc(100% + (100vw - 100% - 410px) / 2);
  }
  .p-lifestyle-lead__ptohto--s {
    width: 410px;
  }
  .p-eventList {
    margin: 0 -3rem;
  }
  .p-eventList-item {
    padding: 0 3rem 1rem;
  }
  .p-planList {
    margin: 0 -3rem;
  }
  .p-planList-item {
    padding: 0 3rem 1rem;
  }
  .u-hide--xl-min {
    display: none !important;
  }
  .u-hide--xl-min {
    display: none !important;
  }
}
@media screen and (max-width: 1439px){
  .u-hide--xl-max {
    display: none !important;
  }
}
@media screen and (max-width: 1023px){
  .u-hide--lg-max {
    display: none !important;
  }
}
@media screen and (max-width: 767px){
  .u-hide--md-max {
    display: none !important;
  }
}
@media screen and (max-width: 479px){
  .p-voice-i2 .c-summary-item:last-child {
    margin-bottom: 0;
  }
  .u-hide--sm-max {
    display: none !important;
  }
  .u-hide--sp {
    display: none !important;
  }
}
@media screen and (max-width: 374px){
  .u-hide--xs-max {
    display: none !important;
  }
}

/*# sourceMappingURL=bundle.css.map*/