
@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);
}

@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;
    }

    .herotitle{
        padding: 0.5rem;
        vertical-align: middle;
        top:30%
    }
    

}

@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;
        z-index: 500;
    }

    .herotitle{
        padding: 0.5rem;
        vertical-align: middle;
        top:15%
    }

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

}

p{
    color: #030303;
}


.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;
}




.herotitle{
    background-color:rgba(255,252,252,0.5);
    position: relative;
}

.menu{
    line-height: 3rem;
}

.attention ul{
    list-style: none;
}


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


.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;
    }