@charset "utf-8";

body{
    margin: 0;
    padding: 0;
    font-family: "游ゴシック","ヒラギノ角ゴ ProN","sans-serif";
    color: #333333;
    background-color: #f1f1f1;
}

@media screen and (min-width: 700px){
.head{
    width: 999px;
    height: 60px;
    background-color: #b70000;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}
.mark{
    width: 45px;
    height: 48px;
    padding: 0px 0px 0px 20px;
}
.logo{
    width: 200px;
    height: 50px;
    padding: 5px 0px 0px 0px;
}
button{
    display: none;    
}
.menu{
    list-style: none;
    display: flex;
    height: 35px;
    line-height: 35px;
    font-size: 19px;
    margin: 1px;
    padding: 0px 0px 0px 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.menu li{
    padding: 0px 0px 0px 0px;
    width: 210px;
    text-align: center;
    background-color: #b70000;
    color: #ffffff;
    margin: 0px 0.5px;
    cursor: pointer;
    list-style: none;
    z-index: 100;
}
.menu li a{
    text-decoration: none;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    display: block;
}
.navi{
    padding: 0px 0px 0px 0px;
    font-size: 13px;
    display: none;
}
.navi li{
    padding: 0px 0px 0px 0px;
    margin: 0;
    width: 141.8px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #c77777;
    color: #ffffff;
    z-index: 100;
}
.navi li:hover{
    background-color: #b70000;
    color: #ffffff;
}
.navi li a{
    text-decoration: none;
    
    padding: 0px 0px 0px 0px;
    display: block;
}
h1{
    font-weight: normal;
    font-size: 30px;
    margin: 5px 0px 0px 0px;
    border-top: 5px solid #b70000;
    border-bottom: 5px solid #b70000;
    background-color: #ffffff;
    padding: 0px 0px 0px 20px;
    width: 980px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.sns{
    margin: 5px 0px 0px 0px;
    width: 1000px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background-color: #b70000;
    text-align: center;
    color: #ffffff;
}
.snslogo{
    display: flex;
}
.snslogo a{
    flex: 1;
}
.x img{
    width: 25px;
    margin-top: 11px;
}
.instagram img{
    width: 27px;
    margin-top: 11px;
}
.youtube img{
    width: 32px;
    margin-top: 14px;  
}
.snslogo02{
    display: flex;
}
.snslogo02 a{
    text-decoration: none;
    color: #ffffff;
    flex: 1;
}
.snslogo02{
    font-size: 13px;
    line-height: 14px;
}
.foot{
    margin: 1px 0px 0px 0px;
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: #b70000;
    text-align: center;
    color: #ffffff;
}
.banner{
    display: flex;
    justify-content: center;
}
.banner a{
    flex: 1;
}
.banner img{
    width: 260px;
    margin-top: 20px;
}
.banner2 img{
    width: 200px;
    margin-top: 20px;
}

.mark2{
    width: 42px;
    height: 45px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.logo2{
    width: 180px;
    height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    
}
}









@media screen and (max-width: 699px){ 
.head{
    width: 100%;
    height: 60px;
    background-color: #b70000;
    color: #ffffff;
    display: flex;
}
.mark{
    width: 37px;
    height: 39px;
    padding: 9px 0px 0px 10px;
}
.logo{
    width: 145px;
    height: 43px;
    padding: 9px 0px 0px 0px;
    margin-left: 5px;
}
.e-mail{
    float: right;
    padding: 20px 50px 0px 50px;
    font-size: 7px;
}
.e-mail a{
    color: #ffffff;
}
button{
    position: absolute;
    top: 13px;
    right: 13px;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.menu{
    width: 100%;
    height: auto;
    padding: 0px;
    display: none;
    list-style: none;
    font-size: 20px;
    margin: 0;
}
.menu li{
    width: 90%;
    height: auto;
    padding: 6px 5%;
    background-color: #b70000; 
    color: #ffffff;
    margin: 2px 0px;
    list-style: none;
}
.menu li a{
    color: #ffffff;
    text-decoration: none;
    display: block;
}
h1{
    font-size: 25px;
    padding-left: 10px;
    margin: 3px 0px 3px 0px;
    border-top: 3px solid #b70000;
    border-bottom: 3px solid #b70000;
    background-color: #ffffff;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 33px;
}
.sns{
    width: 100%;
    height: 90px;
    background-color: #b70000;
    text-align: center;
    color: #ffffff;
}
.snslogo{
    display: flex;
}
.snslogo img{
    margin-top: 7px;
}
.snslogo a{
    flex: 1;
}
.x img{
    width: 21.5px;
    padding-top: 4px;
}
.instagram img{
    width: 25.5px;
   padding-top: 3px;
}
.youtube img{
    width: 30px;
    padding-top: 6px;
}
.snslogo02{
    display: flex;
}
.snslogo02 a{
    text-decoration: none;
    color: #ffffff;
    flex: 1;
}
.snslogo02{
    font-size: 11px;
    line-height: 14px;
}
.foot{
    margin: 1px 0px 0px 0px;
    width: 100%;
    height: auto;
    background-color: #b70000;
    text-align: center;
    color: #ffffff;
}
.sns02{
    display: flex;
}
.sns02 a{
    text-decoration: none;
    color: #ffffff;
    flex: 1;
}
.sns02{
    font-size: 13px;
    line-height: 14px;
    margin-bottom: 30px;
}
.banner img{
    width: 40%;
    margin-top: 20px;
    margin-left: 10px;
}
.banner2 img{
    width: 30%;
    margin-top: 20px;
}
.mark2{
    width: 40px;
    height: 42px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.logo2{
    width: 140px;
    height: 42px;
    margin-top: 20px;
    margin-bottom: 20px;
}
}