.elementor-kit-6{--e-global-color-primary:#43423C;--e-global-color-secondary:#43423C;--e-global-color-text:#101010;--e-global-color-accent:#00337F;--e-global-color-bbbbc52:#FAF9F8;--e-global-color-4f721e2:#EFEEEA;--e-global-color-e5f6a62:#460000;--e-global-color-aef9a6e:#B48E62;--e-global-color-4dcc0b9:#ACA796;--e-global-color-c175913:#7C7C7C;--e-global-color-b1e8837:#AC7044;--e-global-color-ca0dbba:#FAFAFA;--e-global-typography-primary-font-family:"Noto Serif JP";--e-global-typography-secondary-font-family:"Noto Serif JP";--e-global-typography-text-font-family:"Noto Serif JP";--e-global-typography-accent-font-family:"Noto Serif JP";--e-global-typography-77ffdf8-font-family:"Noto Sans JP";--e-global-typography-8ad8729-font-family:"Cardo";--e-global-typography-07bc5aa-font-family:"Noto Serif JP";--e-global-typography-07bc5aa-font-size:48px;--e-global-typography-16453cf-font-family:"Noto Serif JP";--e-global-typography-16453cf-font-size:12px;--e-global-typography-16453cf-text-transform:uppercase;background-color:var( --e-global-color-bbbbc52 );line-height:1.9em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:22px;line-height:1.5em;}.elementor-kit-6 h2{font-size:22px;line-height:1.5em;}.elementor-kit-6 h3{font-size:18px;line-height:1.5em;}.elementor-kit-6 h4{font-size:16px;line-height:1.5em;}.elementor-kit-6 h5{line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-07bc5aa-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-07bc5aa-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*総合*/
*:focus {
outline: none;
}
a {
    background-color: transparent;
    color: #00337F;
    text-decoration: none
}
.vertical-height {
    max-height: 500px;
}
.elementor-button-icon svg {
    height: auto;
    width: 2em;
}

a.main-btn {
    border: solid 1px #ACA796;
    display: block;
    padding: min(30px, 6vw);
    transition: background-color 0.4s ease, color 0.4s ease;
}
.main-btn a {
    color: #000;
}
.main-btn:hover {
    background: #FFF;
}
h2 span {
    font-size: min(15px, 70%);
    font-family: var(--e-global-typography-text-font-family), Noto San;
    border-left: solid 1px;
    padding: 7px 15px;
    margin-left: 15px;
    font-style: normal;
}
.elementor-34 .elementor-element.elementor-element-36c2c61 .elementor-nav-menu--main .elementor-item:hover, .elementor-34 .elementor-element.elementor-element-36c2c61 .elementor-nav-menu--main .elementor-item.elementor-item-active, .elementor-34 .elementor-element.elementor-element-36c2c61 .elementor-nav-menu--main .elementor-item.highlighted, .elementor-34 .elementor-element.elementor-element-36c2c61 .elementor-nav-menu--main .elementor-item:focus {
    fill: #0c0d0e;
}

@media screen and (min-width:768px) {
.spbr{
    display:none;
}
.pcbr{
    display:initial;
}
}/* パソコン表示 */
@media screen and (max-width:767px) {
.pcbr{
    display:none;
}
.spbr{
    display:initial;
}
.max-content {
    width: max-content;
}

.of-scroll {
    overflow-x: scroll;
    overflow-y: hidden;
}
h3.e-n-accordion-item-title-text {
    min-height: 45px;
}
}/* SP・タブレット表示 */



/*btn*/
.ani-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.ani-btn .line {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  width: 170px;
  max-width: 170px;
  height: 1px;
  background: #101010;
  flex-shrink: 0;
}
.ani-btn .text {
    margin-top: -2px;
    font-size: initial;
    font-family: 'Noto Sans JP';
    font-size: min(16px, 3.7vw);
}
.ani-btn .icon {
    width:22px;
  transition: transform 0.3s;
}
.ani-btn:hover .icon {
  transform: translateX(10px);
}
.main-btn .icon {
    width:22px;
  transition: transform 0.3s;
}
.main-btn:hover .icon {
  transform: translateX(10px);
}

.vertical-text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

/*WH-BTH*/
.wh-btn {
    border: solid 1px #ffffff;
}
.main-btn.wh-btn {
  color: #fff; /* aタグ自体の文字色 */
}
.main-btn.wh-btn .ani-btn .line {
  background-color: #fff;
  border-color: #fff;
}
.wh-btn:hover {
    background: #00000078;
}

H2 > p {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
}
/*info-btn*/
img.info-btn-ico {
    max-width: 50px;
}
span.tel-btn-text {
    color: #00337f;
    font-size: 40px;
    font-family: 'Cardo';
}
span.mail-btn-text {
    color: #00337f;
    font-size: 24px;
    font-family: 'Noto Serif JP';
}
.info-btn:hover {
    opacity: 0.9;
}
a.info-btn {
    display: flex
;
    height: 150px;
    color: #00337f;
}

/*head*/
span.sub-arrow svg {
    font-size: 5px;
}

/*施工事例*/
figure.gallery-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}
.past-cate a {
    background-color: #00337f;
    padding: 5px 10px;
    margin-right: 10px;
}
.past-tag a {
    background-color: #7C7C7C;
    padding: 4px 7px;
    margin-right: 5px;
}

/*画像検索*/
.photo-search figure {
    overflow: hidden;
    border-radius: 0px;
}
.photo-search figure img:hover{
 transform:scale(1.15,1.15);
  transition:0.5s all;
}
.photo-search figure img{
  transition:0.5s all;
}
.wp-block-gallery.wp-block-gallery-1 {
    --wp--style--unstable-gallery-gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 1.5em ) ) )!important;
    gap: var(--wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 1.5em ) ) )!important;
}


/*アーカイブ等*/
.loop-tag a {
    background-color: #7C7C7C;
    padding: 4px 7px;
    margin-right: 5px;
}

/*コンテンツ*/
.single-main-contents h2 {
    border-bottom: solid 2px #00337f;
    padding: 5px;
    margin: 30px 0 20px;
}
.single-main-contents h3 {
    background: #eaf2ff;
    padding: 10px;
    margin: 20px 0;
}


@media screen and (max-width:1024px) {
.ani-btn .line {
  width: min(40vw,130px);
}
.line28{
      width: 28px !important;
}
.line100{
      width: 100px !important;
}
img.info-btn-ico {
    max-width: 40px;
}
span.tel-btn-text {
    font-size: 30px;
}
span.mail-btn-text {
    font-size: 16px;
}
a.info-btn {
    height: 100px;
}
}/* タブレット表示 *//* End custom CSS */