@charset "UTF-8";



#head_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#head_img + div {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 57px;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 512px;
}
#head_img + div{
    padding: 0 50px
}
#head_img + div > h1 {
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

#head_img + div > h2 {
    font-size: 1.5rem;
}

#head_img::after {
    content: '';
    display: inherit;
    background: rgba(11, 11, 11, 0.6);
    position: absolute;
    height: 512px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#mainlogo {
    width: 200px;
    filter: brightness(100);
    transition: all 0.3s 0s ease;
    /*transitionの記述を追加*/
}

#mainlogo:hover {

    filter: initial;

}

/*header.masthead .overlay{
    opacity: .3;
}*/
.subheading a::after {
    font-family: "Font Awesome 5 Free";
    padding-left: .3rem;
    content: "\f0e0";
}

.dropdown-item {
    font-size: .75rem
}

.dropdown-item::before {
    content: "▶\0020"
}

.active {
    color: #3cc58d !important;
}

/*.nav-link:hover::before{
    content: "";
    position: absolute;
    bottom: .1rem;
    border-bottom: 2px solid #fff;
    width: 55%;
}*/

/*.active::before{
    content: "";
    position: absolute;
    bottom: .1rem;
    border-bottom: 2px solid #fff;
    width: 55%;
}*/

.subheading {
    padding: 8px 30px;
    display: inline-block !important;
    border-radius: 30px;
    font-size: clamp(16px, 2.2vw, 25px) !important;
}

.buiness_type {
    font-size: 1.1rem;
}

#home .card-title,
#home .card-subtitle {
    color: #0abe79
}

/*.buiness_type dt:first-child{
    font-size: 2.3rem;
}
.buiness_type dt{
    text-align: center;
    margin-bottom: 1rem;
    color: #0abe79;
}
.buiness_type dd{
    font-size: .9rem
}*/


#e-commerce .banner:hover {
    opacity: .8;

}

#footer-cont {
    font-size: .8rem;
}

#disclaimer {
    font-size: 1rem;
}

#disclaimer article {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    padding: 100px 13%;
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    width: 100vw;
}

#disclaimer article > div {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
}

.disclaimer_close:hover {
    cursor: pointer;
}

#disclaimer ul,
#disclaimer ol {
    padding: 1rem
}

a.p_check {
    color: #999 !important;
    text-decoration: underline;
}

a.p_check:hover {
    color: dodgerblue !important;
}

#disclaimer ol > li {
    list-style: decimal;
    margin-bottom: 1.8rem
}

#disclaimer ol li > ul > li {
    list-style: lower-alpha
}

#disclaimer ol li > ul > li ul li {
    list-style: disc;
    margin-bottom: .5rem;
}

.company_data {
    font-size: 1rem;
    padding: 0;
}

/* Google Mapを囲う要素 */
.map {
    position: relative;
    /*width: 100%;*/
    height: 0;
    padding-top: 450px;
}

/* Google Mapのiframe */
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#footer-cont li {
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

#footer-cont ul {
    margin-left: -50px
}

#contact_floatmenu {
    display: inline-block;
    background: #0abe79;
    padding: 15px 5px 5px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #fff;
    position: fixed;
    right: -30px;
    top: 10%;
    z-index: 10000;
    animation: key1 .6s ease infinite alternate;
    writing-mode: vertical-rl;
    line-height: .5rem;
    width: 75px
}

@keyframes key1 {
    0% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

#contact_floatmenu:hover {
    background: #999;
    cursor: pointer;
}

#contact_floatmenu a{
    color: #fff;
    display: block;
}

.br_sp{
        display: none;
    }

@media only screen and (min-width: 991px) {

    body:not(#home) header.masthead .page-heading,
    body:not(#home) header.masthead .post-heading,
    body:not(#home) header.masthead .site-heading {
        padding: 80px 0
    }
    
}
@media screen and (max-width: 1024px){
    #contact_floatmenu{
        top: 15%;
    }
}

@media screen and (max-width: 768px) {

    #mainNav {
        position: fixed !important;
        box-shadow: 0px 8px 5px -5px rgba(0, 0, 0, 0.5);
    }
    #contact_floatmenu{
        top: 20%;
    }
}

@media screen and (max-width: 576px) {
    #footer-cont ul {
        margin-left: 0px
    }

    #disclaimer article {
        padding: 100px 15px 20px;
    }
    #contact_floatmenu{
        top: 33%;
    }
}

@media screen and (max-width: 430px) {

    #head_img + div > h1 {
        font-size: 1.8rem;
        text-align: center;
        text-indent: 1rem
    }

    #head_img + div > h2 {
        font-size: 80%;
    }
    
    #contact_floatmenu{
        top: 120px;
        z-index: 1000
    }
    
    .br_sp{
        display: block;
    }



}
