@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.u-center {
  text-align: center;
}

#breadcrumb {
  display: none;
}

.gmap {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.gmap:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.gmap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.swell-block-columns.u-justify-content-center .swell-block-columns__inner {
  justify-content: center;
}

.home #before_footer_widget {
  margin-top: 0;
}
.home #content {
  margin-bottom: 0;
}

#post_slider {
  margin-top: -6vw;
}

@media screen and (min-width: 960px) {
  .p-mainVisual__inner {
    max-height: 56.25vw;
  }
}
@media not all and (min-width: 960px) {
  #post_slider {
    margin-top: 0;
  }
}
.wpcf7-spinner {
  display: none;
}

.p-contact-form-acceptance {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

.p-contact-btn, .wpcf7cp-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
}

.p-contact-form table tr th {
  min-width: 9em;
}
.p-contact-form table tr td input, .p-contact-form table tr td textarea {
  width: 100%;
}

#wpcf7cpcnf table tr th {
  min-width: 9em;
}

#autozip {
  display: none !important;
}

@media (max-width: 767px) {
  .p-contact-form table tr th, .p-contact-form table tr td, #wpcf7cpcnf table tr th, #wpcf7cpcnf table tr td {
    display: block;
  }
}
.category-works .c-pageTitle .c-pageTitle__subTitle, .category-info .c-pageTitle .c-pageTitle__subTitle {
  display: none;
}

.p-postList__item--sticky .p-postList__thumb {
  position: relative;
}

.p-postList__item--sticky .p-postList__thumb:after {
  content: "注目記事";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f00;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  font-size: 10px;
  line-height: 2;
  padding: 0 0.75em;
}

@media (min-width: 600px) {
  .p-postList__item--sticky .p-postList__thumb:after {
    font-size: 11px;
  }
}
@media not all and (min-width: 600px) {
  .p-postList__item--sticky .p-postList__thumb:after {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}/*# sourceMappingURL=style.css.map */