@charset "utf-8";

/*
html {
  scroll-behavior: smooth;
}*/

body{
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro';
}

h1,h2,h3,h4,ul,ol,dl,dt,dd,p{
	margin:0;
	padding:0;
}

ul,ol{
    margin:0;
    padding:0;
    list-style-type: none;
}

article p{
	font-size:16px;
}


.mt10{
	margin-top:10px;
}

.mt15{
	margin-top:15px;
}

.mt20{
	margin-top:20px;
}

.mt25{
	margin-top:25px;
}

.mt30{
	margin-top:30px;
}

.mt35{
	margin-top:35px;
}

.mt40{
	margin-top:40px;
}

.mb10{
	margin-bottom:10px;
}

.mb15{
	margin-bottom:15px;
}

.mb20{
	margin-bottom:20px;
}

.mb25{
	margin-bottom:25px;
}

.mb30{
	margin-bottom:30px;
}

.mb35{
	margin-bottom:35px;
}

.mb40{
	margin-bottom:40px;
}

.pd{
	padding:0 !important;
}

.pl0{
	padding-left:10px;
}


*:hover{
	transition: all  0.2s ease;
}


/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0{ 
	margin-left:0px;
	margin-right:0px;
}
	
.row-0 >div{
	padding-right:0px;
	padding-left:0px;
}

.row-10{
	margin-left:-5px; 
	margin-right:-5px;
}

.row-10 >div{
	padding-right:5px; 
	padding-left:5px;
}

.row-15{
	margin-left:-7.5px; 
	margin-right:-7.5px; 
}

.row-15 >div{
	padding-right:7.5px; 
	padding-left:7.5px;
}

.row-20{
	margin-left:-10px;
	margin-right:-10px;
}

.row-20 >div{
	padding-right:10px;
	padding-left:10px;
}

.row-30{
	margin-left:-15px;
	margin-right:-15px;
}

.row-30 >div{
	padding-right:15px;
	padding-left:15px;
}

.row-40{
	margin-left:-20px;
	margin-right:-20px;
}

.row-40 >div{
	padding-right:20px;
	padding-left:20px;
}

.row-50{
	margin-left:-25px;
	margin-right:-25px;
}

.row-50 >div{
	 padding-right:25px;
	 padding-left:25px
}

i{
	margin-right:5px;
}

/*
modalずれ補正
******************************************/
.modal-open {
	overflow: auto;
	padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

/*
emergency-message
******************************************/

#emergency-message{
	margin:0px 0 0px 0;
	padding:15px 20px;
	color:#fff;
	font-size:18px;
	background:#fc3657;
	margin:1px 0;
}

#emergency-message p{
	text-align:center;
	font-weight:bold;
}



/*
breadcrumb for normal static pages
************************************/

.breadcrumb {
    background: none !important;
    padding: 15px;
    margin-bottom: 0;
}

.breadcrumb > li + li:before {
    content: ">" !important;
    color: #333;
}

/*
breadcrumb list for bus booking page
************************************/
#section-breadcrumb{
	border-top: 1px solid #e7e7e7;
	/*border-bottom: 1px solid #e7e7e7;*/
	padding: 25px 0 20px 0;
	background: #fff;
}
.breadcrumb-list-set li{
	float: left;
	font-size: 12px;
	margin-bottom: 5px;
}
.breadcrumb-list-set li:last-child{
	margin-bottom: 0;
}
.breadcrumb-list-set li:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #999;
	margin: 0 15px;
}
.breadcrumb-list-set li:last-child:after{
	display: none;
}
.breadcrumb-list-set li a{
	text-decoration: none;
	color: #333;
}
.breadcrumb-list-set li a:hover{
	text-decoration: underline;
}
@media (max-width: 767px){
	#section-breadcrumb{
		padding: 20px 0 20px 0;
	}
}

/* 初期表示調整 */


article{
	/*margin-top: 110px !important;*/
	margin-top: 0;
}
/*@media (max-width : 991px) {
	article{
		margin-top: 100px !important;
	}
}*/
.icon-list .ic {
	width: 12px;
	height: 12px;
}
@media (max-width : 991px) {
	header,
	.new_header{
		height: 100px;
	}
	#nav-header-headr:after{
		position:absolute;
		bottom:0;
	}
	/*article{
		margin-top:100px;
	}*/
}
.txt-lowest {
	min-height: 26px;
}