@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

/* Mobile Layout: 480px and below. */
#スマートフォン {
}

.bg-slider {
    width: 100%;
    height: 90vh;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding-top: 0px;
}

.bg-slider h2 {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-size: 1em;
    padding-top: 10px;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 5px #2F2F2F;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin-left: 2%;
    margin-right: 2%;
    background-color: rgba(0,0,0,0.41);
    padding-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 2em;
    margin-top: 60%;
}
#copy {
    width: 100%;
    float: left;
    clear: both;
}
#copy .con1200 h2 {
    text-align: center;
    float: none;
    clear: none;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 1.4em;
    margin-left: 2%;
    margin-right: 2%;
    line-height: 2em;
}



#covid-19 {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    clear: both;
}

#covid-19 .con1200 h2 {
    margin-left: 2%;
}
#covid-19 .con1200 h3 {
    margin-left: 2%;
    border-left: 5px solid #D00046;
    padding-left: 5px;
}
#covid-19 .con1200 ol {
    margin-bottom: 30px;
}
.con1200 ol li {
    margin-bottom: 20px;
}
#covid-19 .con1200 img {
    margin-left: auto;
    margin-right: auto;
}
#covid-19 .con1200 .caution {
    margin-left: 2%;
    text-decoration: none;
    background-color: rgba(255,250,148,1.00);
    margin-right: 2%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
}
#covid-19 .con1200 p {
    margin-left: 2%;
}
#safety {
    width: 100%;
    float: left;
    clear: both;
    background-color: rgba(237,255,245,1.00);
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
#safety .con1200 h2 {
    margin-left: 2%;
    margin-right: 2%;
    font-size: 1.6em;
}
#safety .con1200 h3 {
    color: rgba(0,178,157,1.00);
    text-align: left;
    margin-left: 2%;
    margin-right: 2%;
}


#safety .con1200 img {
    max-width: 200px;
    text-align: center;
}

#safety .con1200 p {
    padding-left: 0px;
    margin-left: 2%;
    text-align: left;
}
#safety .con1200 li {
    list-style-type: none;
    text-align: center;
    margin-top: 30px;
}
#safety .con1200 li a {
    background-color: rgba(0,178,157,1.00);
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #00B29D;
}
#safety .con1200 li a:hover {
    background-color: #FFFFFF;
    color: rgba(0,178,157,1.00);
    text-decoration: none;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #00B29D;
}







#operation_vehicle {
    width: 100%;
    float: left;
    clear: both;
    padding-bottom: 50px;
    padding-top: 50px;
}

#operation_vehicle h3 {
    text-align: center;
    font-size: 1.6em;
}

#operation_vehicle #vehicle_taxi .t_thum {
    margin-bottom: 20px;
}


.t_thum a img {
    float: left;
    display: block;
}
.t_thum li a {
    color: #000000;
    text-decoration: none;
}

#vehicle_taxi .t_thum li {
    list-style-type: none;
    text-align: center;
}

#operation_vehicle #vehicle_bus .t_thum {
    margin-bottom: 20px;
}
#vehicle_bus .t_thum li {
    text-align: center;
    list-style-type: none;
}
#summary {
    width: 100%;
    float: left;
    clear: both;
    background-color: #EDEDED;
}
#summary .con1200 h3 {
    font-size: 1.6em;
    text-align: center;
}
#summary .con1200 dl {
    border-bottom: 1px solid #D5D5D5;
    margin-left: 2%;
    margin-right: 2%;
}

.con1200 dl dt {
    float: left;
    width: 80px;
    text-align: right;
}
.con1200 dl dd {
    padding-left: 60px;
}












































/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {


	
#タブレット {
}
#top .bg-slider h2 {
    font-size: 1.4em;
}
#safety .con1200 img {
    float: left;
    margin-right: 20px;
}
#safety .con1200 p {
    margin-right: 2%;
}



#operation_vehicle #vehicle_taxi {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#operation_vehicle #vehicle_taxi .t_thum {
    width: 31.3%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
}
#operation_vehicle #vehicle_bus {
    width: 100%;
    float: left;
}
#operation_vehicle #vehicle_bus .t_thum {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
}







	
}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

	
#パソコン {
}
#copy .con1200 h2 {
    font-size: 1.8em;
}

#covid-19 .con1200 h2 {
    font-size: 1.6em;
}
#covid-19 .con1200 ol {
    width: 60%;
    float: left;
    margin-right: 2%;
}
#covid-19 .con1200 img {
    width: 33%;

}
#covid-19 .con1200 h3 {

}





#safety .con1200 h2 {
    font-size: 2em;
}
#safety .con1200 h3 {
    text-align: center;
}

#covid-19 .con1200 .p_right {
    text-align: right;
}
#operation_vehicle #vehicle_bus .t_thum {
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
}









}	
/* WideDesktop Layout: 1233px to a max of 2000px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1233px) {
#ワイドパソコン {
}

#operation_vehicle #vehicle_bus {
    width: 100%;
    float: left;
}





	




		
}
