/*
font-family: 'Barlow Condensed', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'Teko', sans-serif;
font-family: 'Cinzel Decorative', cursive;
font-family: 'Jura', sans-serif;
*/



button.navbar-toggler {
    border-color: rgb(255,102,203);
}
 .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(43,79,130, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;}

body {
    background-color: #111;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    color: #fff;
}
p {
    -webkit-font-smoothing: antialiased;
}
a:hover {
    cursor: pointer;
}
div.content_wrapper p {
    color: #fff;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/*@汎用スタイル*/
.navbar {
    background-color: #111;
    border-bottom:1px solid #2b4f82;
font-family: 'Jura', sans-serif;
    font-size: 1.5vw;
}

/*@メインコンテンツエリア*/
div.content_wrapper {
    width: 1100px;
    margin: 0 auto;
}
div.container {
    margin: 80px auto 50px;
}
div.section {
    width: 90%;
    margin: 0 auto;
}
div.section p {
    text-align: center;
    font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}

div.news-info {
    border: 1px solid #2b4f82;
    padding: 20px;
    margin: 50px auto;
    width: 95%;
    box-sizing: border-box;
}
div.news-info ul {
      padding: 0 0;
    margin: 0 0;  
}
div.news-info ul li:first-child {
    padding: 0 0 15px 0;
    border-top: 0;
}
div.news-info ul li:last-child {
    padding: 15px 0 0 0;
}
div.news-info ul li {
    list-style:none;
    margin: 0 0;
    padding: 15px 0;
    border-top: 1px solid #2b4f82;
}

div.news-info ul li span {
font-family: 'Rajdhani', sans-serif;
}
div.news-info ul li span:nth-child(2) {
    font-size: 13px;
}

/*
font-family: 'Oswald', sans-serif;
font-family: 'Rajdhani', sans-serif;
font-family: 'Slabo 27px', serif;
font-family: 'Teko', sans-serif;
font-family: 'Cinzel Decorative', cursive;
font-family: 'Jura', sans-serif;
*?

/*@フッター*/
footer {
    width: 100%;
}
ul.snslist {
    list-style: none;
    width: 20px;
    margin-left: auto;
        margin-right: auto;
}
ul.snslist li {
    display: inline-block;
    margin-top: 10px;
}


div.snsicon,
footer div.copyright {
    width: 100%;
    border-top: 1px solid #2b4f82;
}
footer div.copyright {
    padding: 10px 0;
}
footer div.copyright address {
    font-size: 12px;
    color: #ddd;
    letter-spacing: .1em;
    text-align: center;
}

/*お問い合わせフォーム*/
.form-control2 {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #2b4f82;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sendbtn {
    background-color: #2b4f82;
    background-clip: padding-box;
    border: 1px solid #2b4f82;
    border-radius: 0.25rem;
    color: #fff;
    line-height: 2;
}
.form-group {
    margin: 20px 0;
    font-size: 16px;
}

/*@スマホ表示*/

@media screen and (min-width:320px)and ( max-width:1024px) { 
    /*　画面サイズが480pxからはここを読み込む　*/
   .navbar {
    background-color: #111;
    border-bottom:1px solid #2b4f82;
    font-family: 'Jura', sans-serif;
    font-size: 4.5vw;
}
    div.content_wrapper {
    width: 95%;
    margin: 0 auto;
}
 div.container {
    margin: 50px auto;
}
    div.container div.col-sm {
        margin: 20px auto;
    }
    a.navbar-brand {
        width: 200px !important;
    }

}