/* [180 Coliving] 自動抽出: customcss/overwrite.css 内で、プラグイン・CMSコンテンツ等が実行時に生成するDOMを対象とするCSS。
   Gravity Forms / ACF Extended / GTranslate / Yoastパンくず / Tippy.js / PerfectScrollbar / ページネーション(page-numbers) /
   brandlogo・p-hd-tags(GTagヘルパー出力) / 部屋比較表(the_table()) / WYSIWYG本文(the_content()) / MicroModalアニメーション。
   いずれもテンプレート側にTailwindクラスを付与する対象が存在しないため、customcss/overwrite.css無効化後も常時ロードする。 */

/* ===== from customcss(live) (/private/tmp/claude-501/-Users-user-develop-sharehouse180-net/46483165-f2c4-4332-947e-3ca88b39ca59/scratchpad/coliving-src/mu-plugins/commonscripts/assets/css/style.css.LIVE) ===== */
@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .c-house-item.is-pickup .c-house-item__img > .brandlogo,
  .c-house-item.is-pickup .c-house-item__thumbnail > .brandlogo {
    max-width: 40px;
    right: 8px;
    bottom: initial;
    top: 152px;
  }
}


.c-house-item.is-map .c-house-item__thumbnail > .brandlogo {
  bottom: 0;
}


.c-house-item__thumbnail > .brandlogo {
  position: absolute;
  max-width: 50px;
  bottom: 60px;
  right: 10px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .c-house-item__thumbnail > .brandlogo {
    max-width: 40px;
    right: 8px;
    bottom: initial;
    top: 92px;
  }
}



.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid #566A4D;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}



.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #566A4D;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}



.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #566A4D;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}



.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #566A4D;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}



.tippy-tooltip.light-theme {
  color: #fff;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #566A4D;
  text-align: left;
}



.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}



.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}



.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}



/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}



.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}



.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}



.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}



.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus {
  background-color: #eee;
  opacity: 0.9;
}



/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}



.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}



.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}



.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}


.c-post .c-house-item__detail,
.c-post .brandlogo,
.c-post .c-house-item__thumbnail__title__icon,
.c-post .c-house-item__status,
.c-post .c-house-item__thumbnail__hover {
  display: none;
}



.c-post-navs ul {
  display: flex;
  justify-content: space-around;
}


.c-post-navs a {
  text-decoration: none !important;
}


.c-post-navs__prev, .c-post-navs__next {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #E5E4E5;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .c-post-navs__prev, .c-post-navs__next {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }


  .c-post-navs__prev a, .c-post-navs__next a {
    white-space: nowrap;
  }
}


.c-post-navs__list {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  background: #fff;
  font-weight: bold;
  border: 4px solid #000;
}



body.mypage .acf-field-accordion .acf-label.acf-accordion-title {
  margin-top: 0;
}


body.mypage .acf-field-accordion .acf-label.acf-accordion-title label {
  font-size: 18px;
}


body.mypage .dropzone .acf-dropzone-info p.drag-drop-info {
  font-size: 14px;
}


body.mypage .dropzone.dropzone-file [data-uploader] .hide-if-value {
  padding: 10px 20px;
  border: 1px dashed #c3c4c7;
}


body.mypage .dropzone .acf-file-uploader:not(.has-value) > .hide-if-value, body.mypage .dropzone .acf-image-uploader:not(.has-value) > .hide-if-value {
  justify-content: center;
}


body.mypage .dropzone .acf-gallery-attachments {
  bottom: 67px !important;
  outline: 1px dashed #c3c4c7;
  outline-offset: -4px;
}


body.mypage .dropzone .acf-gallery-attachments .acf-dropzone-info {
  height: 100%;
}


body.mypage .acf-accordion .acf-accordion-title .dashicons {
  color: #FFF;
}


body.mypage .acf-field.acf-accordion .acf-label.acf-accordion-title {
  padding: 10px 10px 10px 16px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}


body.mypage .acf-fields > .acf-field {
  padding: 15px 24px;
  width: 100% !important;
}

@media (max-width: 768px) {

  body.mypage .acf-fields > .acf-field {
    width: 100% !important;
    padding: 8px 12px;
  }
}


body.mypage .acf-form-submit {
  margin-top: 32px;
  text-align: center;
  margin-bottom: 32px;
}


body.mypage .acf-button {
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}

@media (max-width: 768px) {

  .c-dashboard__container .acf-field[data-width] + .acf-field[data-width] {
    width: 100% !important;
  }
}


.c-dashboard__content .acfe-form {
  border-radius: 8px;
  overflow: hidden;
  background: #FFF;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
}



.c-breadcrumb {
  background: #f0f5f5;
  padding-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}


.c-breadcrumb * {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}


.c-breadcrumb #breadcrumb {
  margin-bottom: 0;
  font-size: 14px;
}



#main-contents .c-breadcrumb {
  margin-bottom: 24px;
}


.cl-journal-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 12px;
  background: #ffffff;
  color: #33302B;
  text-decoration: none;
  border: 1px solid #E4DCCE;
  border-radius: 8px;
}


.cl-journal-pagination .page-numbers.current, .cl-journal-pagination .page-numbers:hover {
  background: #566A4D;
  color: #fff;
  border-color: #566A4D;
}



/* 言語セレクタ(gtranslate) 体裁 */
.l-header__companynav .translate select, .l-header__companynav .translate .gtranslate_wrapper {
  font-size: 12px;
}

 /* 上段の重複gtranslateを除去 */
.l-header__globalnav > ul > li > a {
  color: #23201B;
  font-weight: 500;
}



.l-header__companynav .gt_selector, .l-header__companynav select {
  color: #33302B;
  border: 1px solid #E4DCCE;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fff;
  font-size: 12px;
}

/* ===== from overwritecss (/private/tmp/claude-501/-Users-user-develop-sharehouse180-net/46483165-f2c4-4332-947e-3ca88b39ca59/scratchpad/coliving-src/mu-plugins/commonscripts/assets/css/overwrite.css) ===== */
@media (max-width: 650px) {

  .ps__rail-x {
    display: block !important;
    opacity: 1 !important;
  }



  .c-shlib180-items__tabs .ps__rail-x {
    top: 0px !important;
    bottom: initial !important;
  }
}



.editor-styles-wrapper .wp-block p,
.l-blocks p {
  margin-bottom: 1em;
}



.editor-styles-wrapper .wp-block .wp-block-separator,
.l-blocks .wp-block-separator {
  margin-top: 3em;
  margin-bottom: 3em;
}



.l-blocks h1 {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
  position: relative;
  margin-bottom: 60px;
}



.l-blocks h1 a {
  text-decoration: none;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .l-blocks h1 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .l-blocks h1 small {
    display: block;
  }
}


.l-blocks h1:after {
  content: "";
  width: 80px;
  height: 4px;
  display: block;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  background: url("//www.sharehouse180.net/wp-content/mu-plugins/commonscripts/assets/css/../images/heading-xxxlg.png") no-repeat center top;
  background-size: contain;
  bottom: -20px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .l-blocks h1:after {
    bottom: -10px;
  }
}


.l-blocks h2 {
  margin-top: 40px;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
  background: #2F6F78 !important;
  color: #fff;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 4px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .l-blocks h2 {
    font-size: 20px;
  }
}


.l-blocks h3 {
  background: #ebf6f9;
  border-radius: 3px;
  padding-left: 16px;
  font-size: 22px;
  line-height: 1.6;
  padding-right: 16px;
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 0em) and (max-width: 37.4375em) {

  .l-blocks h3 {
    padding: 8px;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0;
  }
}


.l-blocks h4 {
  font-size: 22px;
  padding-left: 0;
  padding-right: 16px;
  border-bottom: 1px solid #c8c8c8;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
  color: #2F6F78;
}



.l-blocks h5 {
  font-size: 18px;
  margin-bottom: 24px;
  margin-top: 24px;
}



.l-blocks pre {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 12px;
  overflow: auto;
}



.editor-styles-wrapper .wp-block ul,
.l-blocks ul {
  list-style: disc;
  padding-left: 24px;
}



.editor-styles-wrapper .wp-block ul li,
.l-blocks ul li {
  list-style: inherit !important;
}



.editor-styles-wrapper .wp-block ol,
.l-blocks ol {
  list-style: decimal;
  padding-left: 24px;
}



.editor-styles-wrapper .wp-block ol li,
.l-blocks ol li {
  list-style: inherit !important;
}



.editor-styles-wrapper .wp-block table,
.l-blocks table {
  width: 100%;
  font-size: 14px;
}



.editor-styles-wrapper .wp-block table tbody,
.l-blocks table tbody {
  width: 100%;
}



.editor-styles-wrapper .wp-block table tbody th,
.l-blocks table tbody th {
  background: #dbeff3;
  padding: 8px 12px;
  border: 1px solid #cfdde2;
}



.editor-styles-wrapper .wp-block table tbody td,
.l-blocks table tbody td {
  padding: 8px;
  border: 1px solid #deeaec;
}



.editor-styles-wrapper .wp-block blockquote,
.l-blocks blockquote {
  background: #f1f1f1;
  padding: 12px 24px;
}



.editor-styles-wrapper .wp-block blockquote p,
.l-blocks blockquote p {
  line-height: 1.5;
}



.l-blocks ul li:before {
  display: none;
}

@media (max-width: 768px) {


  .l-blocks .wp-block-gallery {
    padding-left: 0;
  }



  /* .l-container .l-blocks {
      margin-left: -16px;
      margin-right: -16px;
  }
}



.c-contactstyle .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}



.c-contactstyle .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}



.c-contactstyle .select2-container .select2-selection--single {
  height: 44px;
}



.wpcf7-select2-post-image__title span.place {
  display: block;
  font-size: 12px;
}



.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px !important;
  height: 44px;
}

@media (max-width: 768px) {


  .tax-faq_category .c-tabs__navs .ps__rail-x,
.post-type-archive-faqs .c-tabs__navs .ps__rail-y {
    display: none !important;
  }
}

@media (max-width: 768px) {


  .editor-styles-wrapper .wp-block table tbody td,
.l-blocks table tbody td {
    white-space: normal;
    word-break: break-all;
  }
}



.c-post__content a {
  white-space: wrap;
  word-break: break-all;
}

@media (max-width: 768px) {


  .c-breadcrumb {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 10px;
  }
}



@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}


@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}


.p-hd-tags {
  background: #FFF;
}



.p-hd-tags {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 768px) {

  .p-hd-tags {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}


.p-hd-tags .p-hd-container {
  display: flex;
}


.p-hd-tags__item {
  margin-right: 8px;
  color: #222222;
  display: block;
  text-decoration: none;
  color: #222222;
  background: #DDF0F0;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
  border: none;
  line-height: 1.5;
}

@media (min-width: 768px) {

  .p-hd-tags__item {
    font-size: 20px;
    padding: 8px 23px;
  }
}


.p-hd-tags__item .material-icons {
  font-size: 16px;
  margin-top: -2px;
  vertical-align: middle;
}

@media (min-width: 768px) {

  .p-hd-tags__item .material-icons {
    font-size: 24px;
  }
}


.p-hd-tags__item.is-fav.active, .p-hd-tags__item.is-fav:hover {
  cursor: pointer;
  background: #151515;
  color: #FFF;
}


.p-hd-tags__item.is-favtext {
  padding-left: 0;
  background: #FFF;
  font-size: 14px;
  line-height: 1.8;
  text-decoration: underline;
}


.p-hd-room__content__table {
  flex-basis: 55.58209%;
}


.p-hd-room__content__table table {
  width: 100%;
}


.p-hd-room__content__table table th {
  background: #E3E3E3;
  font-weight: bold;
  font-size: 11px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1px solid #FFF;
  width: 60px;
}


.p-hd-room__content__table table td {
  padding-left: 6px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 11px;
  border: 1px solid #E3E3E3;
}

@media (min-width: 768px) {

  .p-hd-room__content__table:first-child {
    flex-basis: 100%;
  }
}

@media (min-width: 768px) {

  .p-hd-room__content__table table th {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {

  .p-hd-room__content__table table th,
.p-hd-room__content__table table td {
    padding: 4px 8px;
    font-size: 13px;
  }
}


.c-house-item__favorite .p-hd-tags__item.is-fav.active {
  opacity: 1;
}


.c-house-item__favorite .p-hd-tags__item.is-fav.active .material-icons {
  color: #2F6F78;
}


.c-house-item__favorite .p-hd-tags__item {
  position: absolute;
  top: 83%;
  right: 0px;
  background: transparent !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {

  .c-house-item__favorite .p-hd-tags__item {
    right: 10px;
  }
}


.c-house-item__favorite .p-hd-tags__item .material-icons {
  font-size: 28px;
  color: #FFF;
  opacity: 1;
}



.p-hd-room__content__table:first-child {
  flex-basis: 100%;
}


.c-forms-simple__content .select2-container--default .select2-selection--single {
  border: 2px solid #000;
  min-height: 56px;
}


.c-forms-simple__content .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 52px;
}


.c-forms-simple__content .select2-container {
  max-width: 340px;
}


.p-hd-offer__info__fav .p-hd-tags__item.is-fav {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  margin-right: 0;
}

@media (min-width: 768px) {

  .p-hd-offer__info__fav .p-hd-tags__item.is-fav {
    width: 68px;
    height: 68px;
  }
}

@media (min-width: 768px) {


  .p-hd-tags {
    padding-top: 8px;
  }



  .p-hd-tags__item {
    font-size: 16px;
  }



  .p-hd-tags .p-hd-container {
    padding-top: 30px;
  }
}


.c-house-item__favorite .p-hd-tags__item.is-fav.active {
  text-shadow: 0 0px 4px #fff, 0 0px 4px #fff, 0 0px 4px #fff, 0 0px 4px #fff, 0 0px 4px #fff;
}



body .gform_wrapper h2.gform_title {
  display: none !important;
}



.l-section .acf-form-submit .u-text-center .c-button-link {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}



.l-section .acf-fields > .acf-field {
  border: none;
}



.l-section .acf-fields.-left > .acf-field:before {
  border: none;
  background: none;
}


body.mypage .c-breadcrumb {
  display: none;
}



body.mypage .acf-form-submit .acf-button.button.button-primary {
  background: #2F3A4A;
  border-color: #2F3A4A;
  color: #FFF !important;
  min-width: 35%;
  text-align: center !important;
  justify-content: center !important;
}


body.mypage .c-house-item-editor .acf-field-accordion .acf-label.acf-accordion-title {
  border-radius: 8px 8px 0 0;
  background: #f1f1f1;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}


body.mypage .c-house-item-editor .acf-field-accordion .acf-label.acf-accordion-title .dashicons,
body.mypage .c-house-item-editor .acf-field-accordion .acf-label.acf-accordion-title label {
  color: #000;
}


body.mypage .c-house-item-editor .acf-field-accordion .acf-label.acf-accordion-title:hover {
  cursor: pointer;
}


body.mypage .c-house-item-editor .acf-field-accordion .acf-accordion-content {
  padding: 16px;
  border: 1px solid #ccc;
}


body.mypage .c-house-item-editor .acf-field-accordion .acf-field-textarea {
  border-top: 1px solid #e8e8e8;
}


body.mypage .c-house-item-editor .acf-form-submit {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  justify-content: center !important;
}


body.mypage .c-house-item-editor .acf-form-submit .acf-button {
  justify-content: center !important;
  font-size: 16px;
  font-family: Lato, sans-serif;
}


body.mypage .c-house-item-editor .acf-field.acf-field-repeater {
  padding: 0px;
}


body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65c8c50842928,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7ea744b702,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7e9fe4b701,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd7609e7,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd760940,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd760638,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd7604e9,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd760442,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd76039b,
body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-field-65a7dfd7602f4 {
  display: none;
}


body.mypage .c-house-item-editor .acf-field.acf-field-repeater .acf-button.button.button-primary {
  background: #fff;
}


body.mypage .c-house-item-editor .acf-field.acf-field-repeater textarea {
  font-family: Lato, sans-serif;
}


.gform-theme--foundation .gfield input::placeholder,
.gform-theme--foundation .gfield textarea::placeholder {
  color: #CCC;
  opacity: 1;
  /* Firefoxでの不透明度の問題を修正 */
}



/* Microsoft Edge */
.gform-theme--foundation .gfield input::-ms-input-placeholder,
.gform-theme--foundation .gfield textarea::-ms-input-placeholder {
  color: #CCC;
}



/* Internet Explorer 10-11 */
.gform-theme--foundation .gfield input:-ms-input-placeholder,
.gform-theme--foundation .gfield textarea:-ms-input-placeholder {
  color: #CCC;
}

@media(max-width: 768px) {

  
  .p-hd-room__content__table {
    grid-column: 2; /* 右カラムに配置 */
    grid-row: 1; /* 最初の行に配置 */
  }
}



body.mypage .dropzone .acf-gallery-attachments .acf-dropzone-info {
  display: none !important;
}

