
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
body{
    height:100vh;
    line-height: 1.7;
    color:var(--body);
    background-color: #F7F7F7;
}

@media (min-width: 835px){
    .smp{
        display: none !important;
    }
    h1{
        font-size: 28px!important;
        font-weight: 700!important;
    }
    
    h2{
        font-size: 24px!important;
        padding-bottom: 1rem;
    }
    
    h3{
        font-size: 20px!important;
    }
    h4{
        font-size: 16px!important;
    }
    h5{
        font-size: 16px!important;
    }
    p{
        font-size: 16px!important;
    }

    .navbar-brand{
        margin-left: 35px;
    }

    .navbar .nav-link{
        font-size: 14px;
        font-weight: 700;
        padding-top:16px;
    }
    
    .navbar li{
        padding: 0 2px;
    }
    .hero{
        height: 50vh;
        background-image: url("images/hero_pc.jpeg");
        background-position: center top;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
        
    }

    .sitenavi{
        background-color: #134288;
        top: 50%;
        right: 20px;
        width: 250px;
        z-index: 10;
        padding: 10px;
        border-radius: 10px;
    }
    .sitenavi a{
        color: #444;
    }
    

}

@media (max-width: 834px){
    .pc{
        display: none;
    }
    h1{
        font-size: 24px!important;
        font-weight: 700!important;
    }
    
    h2{
        font-size: 20px!important;
        text-align: center;
        padding-bottom: 1rem;
    }
    
    h3{
        font-size: 16px!important;
    }
    h4{
        font-size: 16px!important;
    }
    h5{
        font-size: 16px!important;
    }

    p{
        font-size: 14px!important;
        line-height: 1.8!important;
    }

    .navbar .nav-link{
        font-size: 14px;
        font-weight: 700;
        padding-top:10px;
    }
    
    .navbar li{
        padding: 0 2px;
    }

    .hero{
        height:340px;
        background-image: url("images/hero_smp.jpeg");
        background-position: center top;
        background-size: cover;
        position: relative;
        background-repeat: no-repeat;
    }

    .sitenavi{
        justify-content: space-between;
        text-align: center;
        height: 3rem;
        z-index: 1;
        top: 0;
        width: 100%;
    }

    .service ul{
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }

}


.maincolor{
    background-color: #134288;
    color: white;
}
.maincolor a{
    color: white;
    text-decoration: none;
}
.maincolor a:hover{
    color: white;
    text-decoration: none;
}




.stripe{
    background-color: rgba(207, 199, 103, 0.3);
}

.navbar{
    z-index: 500;
}

.pankuzu{
    z-index: 500;
}

.navbar-light .navbar-toggler{
    position: relative;
    height: 51px;
    width: 51px;
    display: inline-block;
    box-sizing: border-box;
    background-color: #fff;
    border: 2px solid #444;
  }

.sitenavi{
    position: fixed;
}

.hero{
    z-index: 500;
}


.herotitle{
    background-color:rgba(255,252,252,0.5);
    padding: 0.5rem;
    vertical-align: middle;
    position: relative;
    top:30%
}

.menu{
    line-height: 3rem;
}

.attention ul{
    list-style: none;
}


.attention ul li:before{
  content: "※";
  position: relative;
}

.pdficon ul{
    border: double 4px #A1690D;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    
}

.pdficon ul li{
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}

.pdficon ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    position: absolute;
    left : 1em; 
    color: #A1690D;
}


.sitenavi ul{
margin: 0 ;
padding: 0 ;
}
.sitenavi li{
list-style: none;
display: inline-block;
}
.sitenavi li:not(:last-child){
border-right:1px solid #ddd;
}
.sitenavi a{
text-decoration: none;
}

.price b{
    font-size: 24px;
}


.btn-stitch {
    display: block;
	text-align: center;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #134288;
	color: #134288;
	transition: 0.5s;
  }
  
.btn-stitch:hover {
    color: #fff;
	background: #134288;
}
  .sitemenu ul{
    margin: 0 ;
    padding: 0 ;
    }
  .sitemenu li{
    list-style: none;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    }
    .sitemenu li:not(:last-child){
    border-right:1px solid #ddd;
    }
    .sitemenu a{
    text-decoration: none;
    }

.service ul{
    border: double 4px #fabe00;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
    
}

.service ul li{
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none!important;
}

.service ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f0a4";
    position: absolute;
    left : 1em; 
    color: #fabe00;
}