@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

ol, ul {
    list-style: none;
}



body{
  background-image:url("../img/background.png");
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: right bottom;
  font-family: 'Noto Sans Japanese';
}

header img{
  width:100%;
  margin-bottom:1px;
}

.jumbotron {
    padding: 0.8rem 0.8rem;
    margin: 5rem;
    background-color: #313132;
    border-radius: 3.5rem;
}

.display-3{
    font-family: 'Noto Sans Japanese';
    text-align: center;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    color:#fff;
}


.btn-primary {
    font-family: 'Noto Sans Japanese';
    color: #fff;
    background-color: #e40b5c;
    border-color: #e40b5c;
    font-size: 1.5rem;
    font-weight:600;
}

.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
.btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary, 
.open > .dropdown-toggle.btn-primary:hover,
.open > .dropdown-toggle.btn-primary:focus, 
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background: #dee2e6; //ボタンの上にポインタを持ってきたり、クリックしたりした時の背景色
    border-color: #dee2e6;
    color: #fff; //ボタンの上にポインタを持ってきたり、クリックしたりした時のテキストの色
}

.btn-primary.outline {
    border: 3px solid #dee2e6; //アウトラインのみのボタンの線の色
    color: #dee2e6; //アウトラインのみのボタンのテキストの色
}


.price{
  color:#e50000;
  font-weight:600;
  font-size: 1.3rem;

}

.card-header{
  font-weight:700;
  color:#4d4c4c;
  text-align:center;
  font-size:20px;
}

.wrap{
  max-width:1160px;
  margin: 0 auto;

}

.group_title{
  width:100%;
}

.group_title {
    width: 100%;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #ffffff;
    background-color: #e40b5c;
    padding: 20px;
    border: double 5px #ffffff;
    border-left: none;
    border-right: none;
}

footer{
  text-align: center;
  padding:30px;
}

#navi_anc {
    position: fixed;
    top: 70%;
    right: -15px;
    margin-top: -300px;
    z-index: 100;
    width: 200px;
}

#navi_anc ul li a {
    display: block;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    border: 1px solid #333;
    background-color: #000;
    font-size: 10px;
    color:#e40b5c;
    line-height: 1.2;
}

#navi_anc a:hover{
text-decoration: none;
color: #fff;
font-family: 'Noto Sans Japanese';
}



footer a {
color:#ffffff;
text-decoration: none;
font-family: 'Noto Sans Japanese';
}

a:hover {
text-decoration: none;
color: orange;
font-family: 'Noto Sans Japanese';
}





@media screen and (max-width: 760px) {

.display-3 {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    color:#fff;
}

#navi_anc{
  display:none;
}


.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


.jumbotron {
    padding: 0.8rem 0.8rem;
    margin: 1rem;
    background-color: #313132;
    border-radius: 1.8rem;
}

.price {
    font-weight: 600;
    font-size: 1.0rem;
}

.group_title {
    font-weight: 600;
    font-size: 20px;
    margin:0 auto;
    margin-bottom: 20px;

    width:95%;
    display:block;
}

.card-header{
  font-size: 17px;
  font-weight:600;
  color:#4d4c4c;
  text-align:center;
}

.btn-primary {
    font-size: 17px;
    font-weight:600;
}

.navbar-toggler-icon{
    width: 1.0em;
    height: 1.0em;
}

.bg-light {
    background-color: #f8f9fae8!important;
}

.navbar {
    padding: .5rem .5rem;
}

header img{
  width:100%;
  margin-bottom:1px;
  margin-top: 20%;
}

.pb-4, .py-4 {
    padding-bottom: .5rem!important;
}

.pt-4, .py-4 {
    padding-top: .5rem!important;
}

}

@media screen and (min-width: 760px) {
#NavFixed{
  display:none;
}
