

/*========================================================
間隔
=========================================================*/

.row + .row {
    margin-top: 0.846rem !important;
}

.row .col-sm-12 + * {
    margin-top: 30px;
}
.row .col-xs-12 + * {
    margin-top: 30px;
}



.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    min-height: 1px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}





/*========================================================
マージン
=========================================================*/


.margin_b10 {
        margin-bottom: 10px;
}
.margin_b20 {
        margin-bottom: 20px;
}
.margin_b30 {
        margin-bottom: 30px;
}
.margin_b40 {
        margin-bottom: 40px;
}
.margin_b50 {
        margin-bottom: 50px;
}

.mb10 { margin-bottom: 10px;}
.mb20 { margin-bottom: 20px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}

.margin_b1 { margin-bottom: 1%;}
.margin_b2 { margin-bottom: 2%;}

.margin_b3 { margin-bottom: 20px;}
.margin_b4 { margin-bottom: 25px;}
.margin_b5 { margin-bottom: 30px;}
.margin_b7 { margin-bottom: 40px;}
.margin_b9 { margin-bottom: 50px;}
.margin_t3 { margin-top: 20px;}
.margin_t4 { margin-top: 25px;}
.margin_t7 { margin-top: 40px;}
.padding_tb4 { padding: 3rem 0;}

.btn_w{
  width: 83.2%;
  margin:0px auto;
}

@media screen and (min-width:500px) {
	.padding_tb4 { padding: 4rem 0;}
}

/* */
header {
    padding-top: 0 !important;
}

h2, .h2 {
    text-transform: none;
}

h4{
   font-weight:normal;
   font-size: 1.25rem;
}

h5,.h5 {
  font-size: 1.15rem;
  line-height: 1.7;
}

/*========================================================
ヘッダー　ナビ
=========================================================*/
.navbar_nav_style {
}

.navbar_nav_color li :hover {
        background-color: #000000;
        color: #ffffff !important;
}

.navbar_nav_color li a:hover { background:#393; }

.nav-justified {
        position: relative;
        width: 50%;
        margin-top: 10px !important;

}



.nav-justified > li {
        float: none;
        font-size:12px;
        line-height:20px;
}

.navbar-default .navbar-nav > li > a {
        display:block;
        padding-top: 5px;
        background:#db0022;
        line-height:20px !important;
        border-bottom: none !important;
        color: #ffffff !important;
        height: 2.38462rem;
        vertical-align: middle;

}
.navbar-default .navbar-nav > li > a:hover {
        border-bottom: none !important;
        color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a:focus {
    background-color: #db0022;
}

/*========================================================
スライダー
=========================================================*/
.carousel-control.left,
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-indicators li {
    background-color: #a39785;
    border: 1px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

.carousel-indicators .active {
    background-color: #ffffff;
    border: 1px solid #a39785;
    height: 12px;
    margin: 0;
    width: 12px;
}

.carousel-control {
  position: absolute;
  top: 30% !important;
  left: 0;
  bottom: 0;
  width: 15%;
  height:40% !important;
  /*border:1px solid #ff0000;*/
}


.carousel-indicators {
  bottom: -12%;
}

@media screen and (min-width: 500px) {
  .carousel-indicators {
    bottom: -8% !important;
  }
}

@media screen and (min-width: 768px) {
  .carousel-indicators {
    bottom: -25px !important;
  }
}
/*========================================================
main
=========================================================*/
.main_bg_color {
        background-color: #FFFFFF;
}


/*========================================================
Now on air
=========================================================*/
.youtube_bg_color {
        background-color: #595757;
}

.youtube_bg_color02 {
        background-color: #0075c2;
}

.youtube_bg_color03 {
    background-color: #b50015;
}

.youtube_bg_color04 {
    background-color: #86aedc;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.tablet-display-none {
        display: none;
        margin-bottom:  30px;
}
/*========================================================
トップスクロール
=========================================================*/
.toTop {
        background: #db0022 none repeat scroll 0 0
}

/*========================================================
フッター
=========================================================*/
footer {
	background-color:  #edeae1;
}

footer .rights {
    text-transform: none !important;
}

.hr-e6e6e6 > hr{
        height: 10px;
        background-color: #e6e6e6;
        color: #e6e6e6;
        border:  none;
        margin-bottom:  1.802em;
}

.hr-00a147 > hr{
        height: 6px;
        background-color: #00a147;
        color: #00a147;
        border:  none;
        /*margin-bottom:  1.802em;*/
}

.hr-009fe8 > hr{
        height: 6px;
        background-color: #009fe8;
        color: #009fe8;
        border:  none;
        margin:  0;
}


/*========================================================
バックグラウンドカラー
=========================================================*/
.bg_d2ecfa {
        background-color: #d2ecfa;
}

.bg_d4e9d7 {
        background-color: #d4e9d7;
}

.bg_fffcdb {
        background-color: #fffcdb;
}

.bg_bbd4ef {
        background-color: #bbd4ef;
}

.bg_e6e6e6 {
        background-color: #e6e6e6;
}

.bg_3e3a39 {
        background-color: #3e3a39;
}

.bg_cae8fa {
        background-color: #cae8fa;
}

.bg_fff3c3 {
        background-color: #fff3c3;
}

.bg_f8b62d {
        background-color: #f8b62d;
}


.bg_d4ecf3 {
        background-color: #d4ecf3;
}

.bg_fadce2 {
        background-color: #fadce2;
}
.bg_ffff99 {
        background-color: #ffff99;
}

.bg_009fe8 {
        background-color: #009fe8;
}

.bg_feecbe {
        background-color: #feecbe;
}

main .well-404 p.big {
    color: #db0022 !important;
}

.pc,.up_pc {
    display: none !important;
}

.sp {
	display: block !important;
}

.cation{
	width:100%;
	margin:0 auto;
}

.top_banner{
	margin:0 15px;
}

@media screen and (min-width:750px) {
        .nav_bg_image {
                /*background-image: url("../images/header_bg.jpg");*/
                height: 157px;
        }

        .navbar-right {
            margin-right: 0 !important;
        }


        .tablet-display-none {
                display: none;
                margin-bottom:  30px;
        }

		.well-ex01 {
				padding-top: 0;
				padding-bottom: 0;
		}
		
		.sp {
	        display: none !important;
	    }
	    .pc {
	        display: block !important;
	    }
	    
	    .cation{
			width:95%;
		}
		
		.margin_b3 { margin-bottom: 30px;}
		.margin_b4 { margin-bottom: 40px;}
		.margin_b5 { margin-bottom: 50px;}
		.margin_b7 { margin-bottom: 70px;}
		.margin_b9 { margin-bottom: 90px;}
		.margin_t3 { margin-top: 30px;}
		.margin_t4 { margin-top: 40px;}
		.margin_t7 { margin-top: 70px;}
        
        h4{
		    font-size: 1.5rem;
		    letter-spacing:0.1em;
		}
		
		.kei4{
	        width:100%;
	        margin:30px auto;
        }
        
        .hc_txt{
			font-size: 130%;
		}
		
		.link ul.hc {
		    font-size: 1.1rem;
		}
		
		.HC-link .link .hc li,
		.HC-link2 .link .hc li {
    		padding:4px;
		}
		
		.privacy, .copy{
			font-size: 1rem;
		}
}

@media screen and (min-width:980px) {
        .nav_bg_image {
                /*background-image: url("../images/header_bg.jpg");*/
                height: 157px;
        }

        .navbar-right {
            margin-right: 0 !important;
        }

        .tablet-display-none {
                display: inline-block;
                margin-bottom:  20px;
        }

        .row .col-sm-12 + * {
            margin-top: 0px;
        }
        .row .col-xs-12 + * {
            margin-top: 0px;
        }

		.well-ex01 {
				padding-top: 2.38461538rem;
				padding-bottom: 2.30769231rem;
		}

		.mb10,.mb20,.mb30,.mb40,.mb50 {margin-bottom: 0;}
		
		.up_sp {
	        display: none !important;
	    }
	    .up_pc {
	        display: block !important;
	    }
	    
	    .map-cation{
			width:99.5%;
			margin:0 auto;
		}
		
		.top_banner{ margin:0; }
}


@media screen and (min-width:1170px) {
        .row_tab_padding{
                padding:  0 100px;
        }

        .tablet-display-none {
                display: inline-block;
                margin-bottom:  0px;
        }
}

.mov_ttl{
    color:#FFF;
    font-size: 1.1rem;
    margin-top:-15px;
    margin-bottom:10px;
}
