@charset "utf-8";
/* CSS Document */
h2{
	border-top: none!important;
		border-bottom: none!important;
}

.btn {
  display: inline-block;
  font-family: $btn-font-family;
  font-weight: $btn-font-weight;
  line-height: $btn-line-height;
  color: $body-color;
  text-align: center;
  text-decoration: if($link-decoration == none, null, none);
  white-space: $btn-white-space;
  vertical-align: middle;
  cursor: if($enable-button-pointers, pointer, null);
  user-select: none;
  background-color: transparent;
  border: $btn-border-width solid transparent;
  @include button-size($btn-padding-y, $btn-padding-x, $btn-font-size, $btn-border-radius);
  @include transition($btn-transition);

  &:hover {
    color: $body-color;
    text-decoration: if($link-hover-decoration == underline, none, null);
  }

  .btn-check:focus + &,
  &:focus {
    outline: 0;
    box-shadow: $btn-focus-box-shadow;
  }

  .btn-check:checked + &,
  .btn-check:active + &,
  &:active,
  &.active {
    @include box-shadow($btn-active-box-shadow);

    &:focus {
      @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);
    }
  }

  &:disabled,
  &.disabled,
  fieldset:disabled & {
    pointer-events: none;
    opacity: $btn-disabled-opacity;
    @include box-shadow(none);
  }
}


//
// Alternate buttons
//

// scss-docs-start btn-variant-loops
@each $color, $value in $theme-colors {
  .btn-#{$color} {
    @include button-variant($value, $value);
  }
}

@each $color, $value in $theme-colors {
  .btn-outline-#{$color} {
    @include button-outline-variant($value);
  }
}
// scss-docs-end btn-variant-loops


//
// Link buttons
//

// Make a button look and behave like a link
.btn-link {
  font-weight: $font-weight-normal;
  color: $btn-link-color;
  text-decoration: $link-decoration;

  &:hover {
    color: $btn-link-hover-color;
    text-decoration: $link-hover-decoration;
  }

  &:focus {
    text-decoration: $link-hover-decoration;
  }

  &:disabled,
  &.disabled {
    color: $btn-link-disabled-color;
  }

  // No need for an active state here
}


//
// Button Sizes
//

.btn-lg {
  @include button-size($btn-padding-y-lg, $btn-padding-x-lg, $btn-font-size-lg, $btn-border-radius-lg);
}

.btn-sm {
  @include button-size($btn-padding-y-sm, $btn-padding-x-sm, $btn-font-size-sm, $btn-border-radius-sm);
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0); 
     margin-left: calc(var(--bs-gutter-x) * -0); 
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.custom-html-widget p{
position: relative;
top: 5px;
}

.conteWrapp p,.designWrapp ul li p
{
    line-height: 1.7em;
}

.conteWrapp h3
{
margin:10px 0;
}

.pagetop.show {
    visibility: visible;
    opacity: .8;
    z-index: 1000;
}



.arealist,
.custom-html-widget p{
    line-height: 1.4em;

}


ol, ul {
    padding-left: 0!important;
}

body.color02 a {
    color: #fff;
}


.boxKouji figcaption{
padding: 10px;
}

#lp-header  {
    overflow: hidden;
    min-height: 125px;
}


#lp-header ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    font-weight: normal;
}
#lp-header ul li{
	padding: 0;
	margin: 0;
}
#lp-header ul li a {
    font-size: 11px;
    display: block;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 80%;
}

#lp-header ul li .color-elc {
background: #3c70a9!important;
}
#lp-header ul li .color-part {
    background: #ee0202!important;
    }

#lp-header ul li a i {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

#lp-header .lp-logo .lg-h{
height: 120px;
}

#lp-header .lp-logo span {
    font-weight: bold;
    color: #de0515;
    font-size: 1.5rem;
    position: relative;
    top: 10px;
}


#lp-header .telnum {
    font-weight: bold;
    font-size: 2.0rem;
    text-align: center;
    line-height: 1.0;
    color: #262626!important;
    background: none!important;
}

#lp-header .reception {
    font-weight: normal;
    font-size: 0.8rem;
    display: block;
    color: #de0515;
}

.caseWrap .inner{
    max-width: 1140px;
}


.lp-box1col {
    background-color: #eee;
    margin: 10px auto;
    padding: 10px;
}

.lp-box1col .mainimg img {
    border: 6px solid #ffffff;
    box-shadow: 0px 3px 6px -3px rgb(0 0 0 / 25%);
}

.qaWrap .inner dl dd a{
color: #042b55!important;

}

.pagetop span{
    line-height: 0;

}

.pagetop span i {
    color: #fff;
    position: relative;
    top: 6px;
}



/*******************************
footer
********************************/

.footer_head_info .info_time {
    font-size: 14px;
    /* line-height: 2.2em; */
    margin: 10px 0;
}


#footerfix-area {
    background: #3c3c3c;
    margin: 0 auto;
    bottom: 0;
    width: 100%;
    z-index: 110;
    color: #ffffff;
}

#footerfix-area .ft-shopname{
font-size: 120%;
font-weight: 600;

}

#footerfix-area .ft-shopname a{
    text-decoration: none;
    word-break: keep-all;
			color: #fff;
    }

.time-text{
    font-size: 58%;
    padding-top: 8px;
}

#footerfix-area .telnum{
  font-size: 140%;
  font-weight: 600;
  padding-top: 15px;
		color: #fff;
}


.he-80{
    min-height:80px;
}

.phone .phoneNum {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 0.2;
}

.formWrap .form .btn {
    display: block;
    padding:5px; 
    text-align: center;
    background-color: #F00;
    color: #fff;
    border-radius: 5px;
}

#formarea {
    background: #3c3c3c;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 110;
    color: #ffffff;
}

/*.tenpo_info  {
    background-color: #858585;

}*/

/*#wrap-service-footer,.wrap_service_aria,.wrap_service_aria_front {
    background-color: #7f7d7d;
}
*/
.wrap_service_aria_front:before {
    background-image: url(/contents/wp-content/themes/happy/images/tenpo/ico_area2.png);
}

.pagetop {
    bottom: 85px;
    right: 10px;
}

.p-14{padding-top: 14px;
}

.f-bu05{
position: relative;
right: 5px;
}


.flowWrap .flowbox ul {
    font-weight: normal;
    text-align: left;
    padding: 10px 20px;
    font-size: 14px;
    position: relative;
    left: 4%;
}

.toparrow{

position: relative;
bottom: 2px;
}


/*******************************
@media
********************************/


@media screen and (min-width: 992px){

    .pagetop {
        bottom: 90px;
        right: 10px;
    }
    
    }


@media screen and (min-width: 768px){
    .shopWrapp .inner {
        margin: 40px auto;
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        max-width: 1100px;
        padding: 0;
        background-color: #ffffff;
    }
    .pagetop span{
        width: 50px;
        height: 50px;
        line-height: 0;
        display: block;
        border-radius: 25px;
        background: #2b2b2b;
        text-align: center;
 
    }


}



@media screen and (max-width: 992px){
    .caseWrap .inner{
        max-width:96%;
    }

    .lp-box1col {
        background-color: #fff;
        margin: 20px auto;
        padding: 40px;
        width: 95%;
    }

    #lp-header ul {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        font-weight: normal;
        position: relative;
        right: 10px;
    }

    #lp-header ul li a {
        padding: 5px 25px;

    }
    
    .he-80{
        min-height: auto;
    }

    #footerfix-area .ft-shopname {
        font-size: 90%;
        padding: 15px 0 0 0;
}



}

@media screen and (max-width:768px){

.pagetop span i {
    color: #fff;
    position: relative;
    top: 2px;
}
}

@media screen and (max-width: 550px){

    #footerfix-area .ft-shopname {
        font-size: 90%;
        padding: 15px 0 0 0;
}
    }

    #footerfix-area .telnum {
        font-size: 130%;
        font-weight: 600;
        padding-top: 8px;
    }
    html

    #lp-header ul li a {
        padding: 5px 14px;
  
    } 
    .lp-box1col {
        background-color: #fff;
        margin: 20px auto;
        padding: 20px;
        width: 95%;
    }

    .caseWrap .listpic li {
        flex-basis: 29%;
        margin: 0 10px 0 0;
    }

    #lp-header .lp-logo span {
        font-weight: bold;
        color: #de0515;
        font-size: 1.2rem;
        position: relative;
        top: 10px;
    }

}


/*//　フォーム*/




.caseWrap .casePic {
    flex-basis: auto;
       margin: 10px;
}