@charset "UTF-8";

/*--------------------------------

>>>FV Style

---------------------------------*/
.top_fv {
    width: 100%;
    height: 100vh;
    position: relative;
}
.top_fv .fv_obj {
    width: 730px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.top_fv .topSwiper { 
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
 }
.top_fv .topSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
 }
 .top_fv .topSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
 }
.top_fv .topSwiper .fv_inner {
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
 }
.top_fv .topSwiper .fv_title {
    font-size: 36px;
    margin: 0 0 8px;
 }
.top_fv .topSwiper .fv_sub {
    font-size: 18px;
    margin: 0;
 }
@media (max-width: 768px) {
.top_fv {
    width: 100%;
    height: 500px;
    position: relative;
}
.top_fv .fv_obj {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
 .top_fv .topSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 60% 60%;
 }
}

.sub_fv {
    width: 100%;
    height: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sub_fv h1 {
    font-size: 4rem;
    letter-spacing: .05em;
    font-weight: 700;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
}
.sub_fv h1 span {
    display: block;
    font-size: .5em;
    margin-bottom: 0px;
}
.sub_fv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (max-width: 520px) {
    .sub_fv {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .sub_fv h1 {
        font-size: 2rem;
    }
    .sub_fv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
}


.txt_fv {
    padding: 150px 0 75px;
}
.txt_fv .pagettl {
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: .05em;
    /* text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); */
    text-align: center;
}
.txt_fv .pagettl span {
    display: block;
    font-size: .5em;
    margin-bottom: 15px;
}
@media (max-width: 520px) {
    .txt_fv {
        padding: 150px 0 75px;
    }
    .txt_fv .pagettl {
        font-size: 2rem;
    }
}

/*--------------------------------

>>>Top Style

---------------------------------*/
.page_top .read {
    padding: 100px 0;
    background: url(../img/top/bg-form.jpg) center center/cover no-repeat;
    background-attachment: fixed;
}
.page_top .read h2 {
    font-size: 7.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.page_top .read h3 {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}
.page_top .read h3 span {
    display: inline-block;
    background-color: var(--main-color);
    padding: 15px 35px;
}
.page_top .read a {
    display: block;
    width: 700px;
    margin: 55px auto 0;
}
.page_top .read a:hover {
    opacity: 0.5;
}
@media (max-width: 520px) {
    .page_top .read {
        padding: 100px 5%;
    }
    .page_top .read h2 {
        font-size: 2rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 35px;
    }
    .page_top .read h3 {
        font-size: 1.2rem;
    }
    .page_top .read a {
        width: 100%;
    }
}
/*--------------------------------*/
.page_top .about {
    padding: 100px 0;
    background: url(../img/top/bg_topabout.jpg) center center/cover no-repeat;
}
.page_top .about .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 50px;
    flex-direction: row-reverse;
}
.page_top .about .container .container_item {
    width: 50%;
}
.page_top .about .container .info h2 {
    font-size: 5.5rem;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1;
}
.page_top .about .container .info h2 span {
    display: block;
    font-size: .45em;
    margin-bottom: 15px;
}
.page_top .about .container .info .thumb {
    margin-bottom: 35px;
}
.page_top .about .container .info p {
    font-size: 1.5rem;
    line-height: 2;
    font-weight: 500;
}
.page_top .about .container .char .char_img {
    width: 80%;
    margin-inline: auto;
}
.page_top .about .container .char p {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    margin-top: 30px;
}
.page_top .about .container .char p span {
    position: relative;
}
.page_top .about .container .char p span::before {
    content: "";
    position: absolute;
    width: 55px;
    aspect-ratio: 1/1;
    background: url(../img/common/tinkle_wh.svg) center center/contain no-repeat;
    top: -35px;
    left: -55px;
}
.page_top .about .container .char p span::after {
    content: "";
    position: absolute;
    width: 55px;
    aspect-ratio: 1/1;
    background: url(../img/common/tinkle_wh.svg) center center/contain no-repeat;
    bottom: -35px;
    right: -55px;
}
@media (max-width: 520px) {
    .page_top .about {
        padding: 100px 5%;
    }
    .page_top .about .container {
        flex-wrap: wrap;
        row-gap: 35px;
    }
    .page_top .about .container .container_item {
        width: 100%;
    }
    .page_top .about .container .info h2 {
        font-size: 2rem;
        text-align: center;
    }
    .page_top .about .container .info p {
        font-size: 1rem;
    }
    .page_top .about .container .char .char_img {
        width: 60%;
    }
    .page_top .about .container .char p {
        font-size: 1.2rem;
    }
    .page_top .about .container .char p span::before {
        width: 55px;
    }
    .page_top .about .container .char p span::after {
        width: 55px;
    }
}

/*--------------------------------*/
.page_top .btn_area .container {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    padding: 35px 0;
}
.page_top .btn_area .container a {
    display: block;
    width: 300px;
    background-color: #000;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 20px;
}
.page_top .btn_area .container a:hover {
    background-color: var(--main-color);
    color: #000;
}
@media (max-width: 520px) {
    .page_top .btn_area .container {
        flex-wrap: wrap;
        row-gap: 20px;
        padding: 35px 5%;
    }
    .page_top .btn_area .container a {
        width: 100%;
        background-color: #000;
        color: #fff;
        font-size: 1rem;
        padding: 15px 30px;
    }
}

/*--------------------------------*/
.page_top .features {
    position: relative;
    padding-top: 130px;
}
.page_top .features .container {
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
    padding: 0;
}
.page_top .features .container .features_item {
    width: 25%;
}
.page_top .features .container .features_item h3 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}
.page_top .features .container .features_item p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
}
@media (max-width: 520px) {
    .page_top .features {
        padding: 50px 10%;
    }
    .page_top .features .container {
        flex-wrap: wrap;
        row-gap: 35px;
        margin-top: 50px;
        margin-bottom: 0;
    }
    .page_top .features .container .features_item {
        width: 100%;
    }
    .page_top .features .container .features_item h3 {
        font-size: 1.5rem;
    }
    .page_top .features .container .features_item p {
        font-size: 1rem;
    }
    .page_top .features .container .features_item img {
        width: 70%;
        margin-inline: auto;
    }
}

/*--------------------------------*/
.page_top .contents {
    position: relative;
    padding-top: 130px;
}
.page_top .contents .news {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}
.page_top .contents .news .container {
    width: 700px;
}
.page_top .contents .news article {
    display: flex;
    column-gap: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 1px solid #000;
    padding: 15px 10px;
    letter-spacing: .03em;
    position: relative;
    transition: all 0.3s ease;
}
.page_top .contents .news article:hover {
    opacity: 0.5;
}
.page_top .contents .news article h4 {
    font-weight: 400;
}
.page_top .contents .news article a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.page_top .contents .contents_blocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    margin-top: 100px;
    padding: 0;
}
.page_top .contents .contents_blocks .contents_blocks_item {
    width: 45%;
    aspect-ratio: 16/7;
    position: relative;
    transition: all 0.3s ease;
}
.page_top .contents .contents_blocks .contents_blocks_item:hover {
    filter: brightness(1.1);
}
.page_top .contents .contents_blocks .contents_blocks_item a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.page_top .contents .contents_blocks .contents_blocks_item h3 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 4px 9px rgba(0, 0, 0, 0.25);
    line-height: 1.3;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.page_top .contents .contents_blocks .contents_blocks_item h3 span {
    display: block;
    font-size: .55em;
}
.page_top .contents .contents_blocks .contents_blocks_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page_top .contents .instagram {
    margin-top: 100px;
}
.page_top .contents .instagram h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}
.page_top .contents .instagram p {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 35px;
    letter-spacing: .05em;
    line-height: 1.6;
}
@media (max-width: 520px) {
    .page_top .contents {
        padding: 50px 5%;
    }
    .page_top .contents .news {
        display: block;
    }
    .page_top .contents .news .container {
        width: 100%;
    }
    .page_top .contents .news article {
        display: block;
        font-size: 1rem;
    }
    .page_top .contents .news article h4 {
        font-weight: 400;
    }
    .page_top .contents .contents_blocks {
        row-gap: 30px;
    }
    .page_top .contents .contents_blocks .contents_blocks_item {
        width: 100%;
        aspect-ratio: 16/7;
        position: relative;
    }
    .page_top .contents .contents_blocks .contents_blocks_item h3 {
        font-size: 1.8rem;
    }


    .page_top .contents .instagram {
        margin-top: 100px;
    }
    .page_top .contents .instagram h3 {
        font-size: 2rem;
    }
    .page_top .contents .instagram p {
        font-size: 1rem;
    }

}

/*--------------------------------

>>>Service Style

---------------------------------*/
.page_service {

}
.page_service .read {
    margin-top: 100px;
}
.page_service .read h2 {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.page_service .read h2 span {
    display: block;
    font-size: .45em;
    margin-bottom: 15px;
}
.page_service .read p {
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
    margin-top: 35px;
}
.page_service .read .char_img {
    width: 250px;
    margin: 75px auto 0;
}
@media (max-width: 520px) {
    .page_service .read {
        margin-top: 100px;
        padding: 0 5%;
    }
    .page_service .read h2 {
        font-size: 2rem;
    }
    .page_service .read p {
        font-size: 1rem;
    }
    .page_service .read .char_img {
        width: 40%;
        margin: 75px auto 0;
    }
}

/*--------------------------------*/
.page_service .main_service {
    position: relative;
    padding: 130px;
 
}
.page_service .main_service .main_service-block h3 {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 75px;
    margin-bottom: 20px;
}
.page_service .main_service .main_service-block .thumb {
    width: 100%;
    aspect-ratio: 16/9;
    background-color: #000;
    margin-bottom: 35px;
}
.page_service .main_service .main_service-block .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;

}
.page_service .main_service .main_service-block .price {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}
.page_service .main_service .main_service-block .read_txt {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 35px;
    line-height: 1.5;
}

.page_service .main_service .main_service-block .estimate h4 {
    text-align: center;
    font-size: 1.6rem;
    color: #767676;
    margin-bottom: 25px;
}
.page_service .main_service .main_service-block .estimate h5{
    text-align: center;
    font-size: 1.5rem;
    color: #767676;
    margin-bottom: 15px;
}
.page_service .main_service .main_service-block .estimate h5 span{
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}
.page_service .main_service .main_service-block .estimate p {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
.page_service .main_service .main_service-block .estimate .estimate_block + .estimate_block {
    margin-top: 50px;
}
@media (max-width: 520px) {
    .page_service .main_service {
        position: relative;
        padding: 50px 0 0;
    }
    .page_service .main_service .main_service-block h3 {
        font-size: 1.6rem;
    }
    .page_service .main_service .main_service-block .thumb {
        width: 100%;
        height: 200px;
        background-color: #000;
        margin-bottom: 35px;

    }
    .page_service .main_service .main_service-block .price {
        font-size: 1.4rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 35px;
    }
    .page_service .main_service .main_service-block .read_txt {
        font-size: 1rem;
        padding: 0 5%
    }

    .page_service .main_service .main_service-block .estimate h4 {
        text-align: center;
        font-size: 1.3rem;
    }
    .page_service .main_service .main_service-block .estimate h5{
        font-size: 1.1rem;
    }
    .page_service .main_service .main_service-block .estimate h5 span{
        display: inline-block;
        background-color: #000;
        color: #fff;
        padding: 10px 20px;
        font-weight: 600;
    }
    .page_service .main_service .main_service-block .estimate p {
        text-align: center;
        font-size: 1rem;
        line-height: 1.6;
    }
    .page_service .main_service .main_service-block .estimate .estimate_block + .estimate_block {
        margin-top: 50px;
    }
}


.page_service .option_service {
    position: relative;
    padding-top: 130px;
}
.page_service .option_service .option_service-block {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}
.page_service .option_service .option_service-block + .option_service-block {    margin-top: 75px;
    margin-top: 75px;
}
.page_service .option_service .option_service-block .thumb {
    width: 300px;
}
.page_service .option_service .option_service-block .info {
    width: calc(100% - 300px - 50px);
}
.page_service .option_service .option_service-block .info dl.dl01 {
    display: flex;
    justify-content: space-between;
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-weight: 700;
    margin-bottom: 25px;
}
.page_service .option_service .option_service-block .info p,
.page_service .option_service .option_service-block .info dl.dl02 {
    font-size: 1.5rem;
    line-height: 1.8;
}
.page_service .option_service .option_service-block .info dl.dl02 dd + dt {
    margin-top: 10px;
}
@media (max-width: 520px) {
    .page_service .option_service {
        position: relative;
        padding: 50px 5% 0;
    }
    .page_service .option_service .option_service-block {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        row-gap: 25px;

        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }
    .page_service .option_service .option_service-block + .option_service-block {    margin-top: 75px;
        margin-top: 75px;
    }
    .page_service .option_service .option_service-block .thumb {
        width: 100%;
    }
    .page_service .option_service .option_service-block .info {
        width: 100%;
    }
    .page_service .option_service .option_service-block .info dl.dl01 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        font-size: 1.3rem;
        letter-spacing: .05em;
        font-weight: 700;
        margin-bottom: 25px;
    }
    .page_service .option_service .option_service-block .info p,
    .page_service .option_service .option_service-block .info dl.dl02 {
        font-size: 1rem;
        line-height: 1.8;
    }
    .page_service .option_service .option_service-block .info dl.dl02 dd + dt {
        margin-top: 10px;
    }

}

/*--------------------------------*/
.page_service .other_service {
    margin-top: 150px;
}
.page_service .section_image {
    margin-bottom: 55px;
}
.page_service .section_image .sec_ttl {
    width: 70%;
    margin-inline: auto;
    position: relative;
    margin-bottom: 15px;
}
.page_service .section_image h3 {
    font-size: 3rem;
    letter-spacing: .05em;
    text-align: center;
    margin-bottom: 20px;
}
.page_service .section_image p {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .05em;
    font-weight: 600;
}

.page_service .section_image .sec_ttl h2 {
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6);
    font-size: 2.5rem;
    letter-spacing: .05em;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.page_service .other_service .container {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}
.page_service .other_service .container .thumb {
    margin-bottom: 5px;
}
.page_service .other_service .container h4 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: .05em;
}
@media (max-width: 520px) {
    .page_service .other_service {
        margin-top: 100px;
        padding: 0 5%;
    }
    .page_service .section_image {
        margin-bottom: 55px;
    }
    .page_service .section_image .sec_ttl {
        width: 100%;
    }
    .page_service .section_image h3 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .page_service .section_image p {
        font-size: 1.2rem;
    }

    .page_service .section_image .sec_ttl h2 {
        width: 100%;
        font-size: 2rem;
    }
    .page_service .other_service .container {
        flex-wrap: wrap;
        column-gap: 4%;
        row-gap: 15px;
    }
    .page_service .other_service .container .other_service-item {
        width: 48%;
    }
    .page_service .other_service .container .thumb {
        margin-bottom: 5px;
    }
    .page_service .other_service .container h4 {
        text-align: center;
        font-size: 1rem;
        letter-spacing: .05em;
    }
}

/*--------------------------------

>>>Company Style

---------------------------------*/
.page_company {

}
.page_company .read {
    padding: 120px 0;
}
.page_company .read h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 35px;
}
.page_company .read p {
    width: 830px;
    margin-inline: auto;
    font-size: 1.5rem;
    line-height: 1.8;
}
@media (max-width: 520px) {
    .page_company .read {
        padding: 100px 5%;
    }
    .page_company .read h2 {
        font-size: 1.8rem;
        margin-bottom: 35px;
    }
    .page_company .read p {
        width: 100%;
        font-size: 1rem;
    }

}

.page_company .outline {
    background-color: #F6F6F6;
    padding: 50px 0;
}
.page_company .outline .container {
    display: flex;
    justify-content: space-between;
    
}
.page_company .outline .container .info,
.page_company .outline .container .gmap {
    width: 48%;
}
.page_company .outline .container .info h2 {
    font-size: 2rem;
    letter-spacing: .05em;
    margin-bottom: 35px;
}
.page_company .outline .container .info table {
    width: 100%;
    margin-bottom: 25px; 
}
.page_company .outline .container .info table tr {
    border-bottom: 1px solid #ccc;
}
.page_company .outline .container .info table th,
.page_company .outline .container .info table td {
    font-size: 1.5rem;
    line-height: 1.5;
    text-align: left;
    padding: 12.5px 0;
    font-weight: 400;
    letter-spacing: .05em;
}
.page_company .outline .container .info table td a {
    color: var(--main-color);
}
.page_company .outline .container .info table th {
    width: 200px;
}
.page_company .outline .container .info table td {
    width: calc(100% - 200px);
}
.page_company .outline .container p {
    font-size: 1.5rem;
    line-height: 1.8;
}
@media (max-width: 520px) {
    .page_company .outline {
        padding: 50px 5%;
    }
    .page_company .outline .container {
        flex-wrap:wrap;
        row-gap: 35px;

        display: flex;
        justify-content: space-between;
        
    }
    .page_company .outline .container .info,
    .page_company .outline .container .gmap {
        width: 100%;
    }
    .page_company .outline .container .gmap {
        aspect-ratio: 4/3;
    }

    .page_company .outline .container .info h2 {
        font-size: 1.5rem;
    }
    .page_company .outline .container .info table tr {
        border-bottom: 1px solid #ccc;
    }
    .page_company .outline .container .info table th,
    .page_company .outline .container .info table td {
        font-size: 1rem;
    }
    .page_company .outline .container .info table td a {
        color: var(--main-color);
    }
    .page_company .outline .container .info table th {
        width: 90px;
    }
    .page_company .outline .container .info table td {
        width: calc(100% - 90px);
    }
    .page_company .outline .container p {
        font-size: 1rem;
    }

}



.page_contact .read {
    padding: 50px 0;
}
.page_contact .read p {
    margin-inline: auto;
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .05em;
}
@media (max-width: 520px) {
    .page_contact .read {
        padding: 50px 5%;
    }
    .page_contact .read p {
        font-size: 1rem;
    }

}




/* float_menu: 初期は非表示、スクロールで表示、フッター重なり時は上に移動 */
/* .float_menu{
	position: fixed;
    left: 0;
	width: 100%;
	z-index: 999;
	opacity: 1;
	transform: translateY(10px);
	transition: opacity .28s ease, transform .28s ease, bottom 0s ease;
	pointer-events: none;
    background-color: var(--main-color);
}
.float_menu.visible{
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
} */
.float_menu {
    position: fixed;
    bottom: 0;
    left: 0;
    /* その他のスタイル */
    z-index: 1000;
    width: 100%;
    transform: translateY(100%); /* 初期状態は完全に非表示 */
    transition: transform 0.3s ease-in-out; /* スムーズな表示・非表示 */
    background-color: var(--main-color);
}

/* 表示状態のクラス */
.float_menu.is-visible {
    transform: translateY(0); /* 表示 */
}

.float_menu .inner {
	display: flex;
    align-items: center;
}
.float_menu .inner.sp_show {
    display: none;
}
.float_menu .inner p {
    font-size: 1.5rem;
}
/* 各ボタンの簡易スタイル（必要に応じてテーマの既存クラスに合わせて調整） */
.float_menu .float_tel,
.float_menu .float_mail,
.float_menu .float_simulation{
    width: 33.3333%;
	color: #000;
	padding: 12px;
	font-size: 2rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: .05em;
    position: relative;
}
.float_menu .float_mail::before,
.float_menu .float_simulation::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.float_menu .float_tel img,
.float_menu .float_mail img,
.float_menu .float_simulation img{
    display: inline-block;
    width: auto;
    height: 1em;
    margin-right: 8px;
    vertical-align: middle;
}

.float_menu a{ color: inherit; text-decoration: none; display: block; }
.float_menu a:hover { opacity: 0.5; }
.float_menu .btn{
	display: inline-block;
	margin-top: 6px;
	background: #fff;
	color: #111;
	padding: 6px 15px;
	border-radius: 4px;
	font-weight: 600;
    font-size: 1.6rem;
}

/* 小さい画面では幅調整 */
@media (max-width: 640px){
	.float_menu{
        width: 100%;
        bottom: 0;
    }
    .float_menu .inner.sp_show {
        display: flex;
    }
    .float_menu .inner.pc_show {
        display: none;
    }


}


