@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

/*
Theme Name: ichibata_bus
Version: 1.0
*/

body {
margin:0;
background:#fff;
font-family: "BIZ UDPGothic", sans-serif;
font-weight: 400;
font-style: normal;
-webkit-text-size-adjust: 100%;
font-size:1rem;}

* {
box-sizing: border-box;
margin:0;
padding:0}

*:focus {
outline: none;}

html,body{
min-height:100vh;
display:flex;
flex-direction:column;}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;}

main,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display:block;}

html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

a{text-decoration:none;}
ul, ol{list-style:none;}
img{vertical-align:middle;}
img {
max-width:100%;
height:auto;
width :auto;}



/*--- webfont ---*/

@font-face {
font-family: 'icomoon';
src:  url('fonts/icomoon.eot?mrh44k');
src:  url('fonts/icomoon.eot?mrh44k#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?mrh44k') format('truetype'),
url('fonts/icomoon.woff?mrh44k') format('woff'),
url('fonts/icomoon.svg?mrh44k#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;}

[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;}

.icon-icon1:before {
content: "\e900";}

.icon-icon2:before {
content: "\e901";}

.icon-icon3:before {
content: "\e902";}

.icon-icon4:before {
content: "\e903";}

.icon-icon5:before {
content: "\e904";}

.icon-icon6:before {
content: "\e905";}

.icon-icon7:before {
content: "\e906";}

.icon-icon8:before {
content: "\e90a";}

.icon-icon9:before {
content: "\e90b";}

.icon-arrow:before {
content: "\e907";}

.icon-arrow_w:before {
content: "\e90c";}

.icon-bus_s:before {
content: "\e908";}

.icon-bus_search:before {
content: "\e909";}

.icon-tc:before {
content: "\e90d";}

/*--- logo ---*/

.logo{
width:90%;
width:186px;
height:auto;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

a:hover .logo{
opacity: 0.6;}

.pc_logo{
display: flex;
align-items:center;}

.pc_logo .logo{
width:276px;}

.pc_logo span{
margin:0 0 0 20px;
font-size:0.8rem;}

/*--- pc_menu ---*/

.header{
width:100%;
height:auto;
position: -webkit-sticky;
position:sticky;
top:0;
background:#fff;
z-index:2;}

.pc_menu{
width:100%;}

.pc_menu_header{
width:100%;
max-width:100%;
padding:36px;
display: flex;
align-items: center;
justify-content: space-between;}

.pnav{
border-bottom:1px solid #e8e8e8;}

.pnav ul{
width:100%;
max-width:1200px;
padding:0 36px 16px 36px;
display: flex;
justify-content: space-between;}

.pnav ul li a{
display: flex;
align-items: center;
font-weight:600;
color:#000;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

.pnav ul li a:hover{
color:#e60000;}

.pc_menu_header .bt_menu{
margin:0;}

.pc_menu_header .bt_menu ul{
width:100%;}

.pc_menu_header .bt_menu li a{
font-weight:600;
color:#fff;
background:#e60000;
transition-duration: .3s;
-webkit-transition-duration:.3s;
padding:10px 36px 10px 36px;}

.pc_menu_header .bt_menu li a:hover{
color:#fff;
opacity: 0.6;}

/*--- multi_button ---*/

a .mt_menu{
display:flex;
justify-content:center;
align-items:center;
width:100%;
max-width:720px;
margin:0;
color:#fff;
background:#e60000;
text-align:center;
transition-duration: .3s;
-webkit-transition-duration:.3s;
padding:20px 30px 20px 30px;
border-radius: 10px;}

a .mt_menu span{
font-weight:600;
font-size:1.5rem;
line-height:1.3;
text-align:left;}

a .mt_menu i{
font-size:2.5rem;
margin:0 0 0 10px;}

a .ir i{
font-size:2.5rem;
margin:0 0 0 10px;}

a .mt_menu sub{
display:block;
width:100%;
text-align:center;
font-size:0.7rem;}

a .mt_menu sub i{
font-size:0.8rem;
margin:0 0 0 5px;}

a:hover .mt_menu{
color:#fff;
opacity: 0.6;}

.oc_base .mt_text{
margin:0 30px 0 0;}

.oc_base a .mt_menu{
width:500px;}

/*--- multi_button_2 ---*/

a .mt_menu_2{
width:100%;
display:flex;
justify-content:center;
align-items:center;
color:#323232;
background:#fff;
border:1px solid #e60000;
text-align:center;
transition-duration: .3s;
-webkit-transition-duration:.3s;
padding:20px 30px 20px 30px;
border-radius: 10px;}

a .mt_menu_2 span{
font-weight:600;
font-size:1.5rem;}

a .mt_menu_2 i{
font-size:2rem;
color:#e60000;
margin:0 0 0 10px;}

a .mt_menu_2 sub{
font-size:0.7rem;}

a:hover .mt_menu_2{
color:#fff;
background:#e60000;
border:1px solid #e60000;
opacity: 0.6;}

a:hover .mt_menu_2 i{
color:#fff;}

/*--- multi_button_3 ---*/

a .mt_menu_3{
width:100%;
display:flex;
justify-content:center;
align-items:center;
color:#323232;
background:#fff;
border:1px solid #e60000;
transition-duration: .3s;
-webkit-transition-duration:.3s;
padding:20px 30px 20px 30px;
border-radius: 10px;}

a .mt_menu_3 span i{
color:#e60000;
margin:0 5px 0 0;}

a .mt_menu_3 span{
font-weight:600;
text-align:center;
font-size:1.5rem;}

a .mt_menu_3 span > sub{
display:block;
text-align:left;
line-height:1.5;
margin:1rem 0 0 0;
font-size:0.7rem;}

a:hover .mt_menu_3{
color:#fff;
background:#e60000;
border:1px solid #e60000;}

a:hover .mt_menu_3 span i{
color:#fff;}

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

.oc_base{
flex-direction:column;}
	
.oc_base .mt_text{
margin:0;}
	
.oc_base a .mt_menu{
width:100%;
margin:0 0 2rem 0;}
	
}

/*--- mobilemenu ---*/

.mobile_menu .mnav{
width:100%;
height:55px;
position:relative;
border-bottom:1px solid #e8e8e8;}

.drawer{
position:absolute;
top:0;
right:0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;}

.mobile_logo{
position:absolute;
top:5px;
left:20px;
display: flex;
flex-direction: column;
justify-content:space-around;}

.mobile_logo span{
margin:5px 0 0 0;
font-size:0.7rem;}

/*--- drawer ---*/

.navbar_toggle{
cursor:pointer;
z-index:9999;
background:#e60000;
padding:15px 10px 10px 10px;
height:55px;}

.navbar_toggle_icon {
position: relative;
display: block;
height: 2px;
width: 30px;
background: #fff;
-webkit-transition: ease .5s;
transition: ease .5s;}

.navbar_toggle_icon:nth-child(1) {
top: 0;}

.navbar_toggle_icon:nth-child(2) {
margin: 10px 0;}

.navbar_toggle_icon:nth-child(3) {
top: 0;}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
top: 10px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
opacity: 0;}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
top: -13px;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);}

.menu{
width:100%;
min-height: 100vh;
min-height: calc(var(--vh, 1vh) * 100);
background: #fff;
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition:ease .5s;
transition:ease .5s;
display: flex;
flex-direction: column;
justify-content:space-around;
align-items:center;}

.menu ul{
width:90%;}

.mi{
font-size:1.6rem;
color:#e60000;
margin:0 10px 0 0;}

.mobile_menufooter{
width:90%;
display: flex;
flex-direction: column;
align-items:center;}

.mobile_menufooter .bt_menu{
margin:0 0 20px 0;}

.menu .bt_menu ul{
width:100%;}

.mobile_menufooter .bt_menu li a{
font-weight:600;
color:#fff;
background:#e60000;
transition-duration: .3s;
-webkit-transition-duration:.3s;
padding:10px 36px 10px 36px;}

.mobile_menufooter .bt_menu li a:hover{
color:#fff;
opacity: 0.6;}

.bt_menu li a::after{
padding:0 0 0 20px;
font-size:1rem;
color:#fff;
content: "\f0a9";
font-family: FontAwesome;}

.menu ul li{
font-size:1.2rem;
padding:1rem;
margin:0 0 1rem 0;}

.menu ul li a{
font-weight:600;
display: flex;
align-items: center;
color:#000;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

.menu ul li a:hover{
color:#e60000;}

.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;}

.mobile_menu{
display:none;}

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

.pc_menu{
display:none;}
	
.mobile_menu{
position:relative;
width:100%;
display:block;}
	
.pcmenu_base{
display:none;}
	
}

/*--- contents_header_menu ---*/

.s_menu_base{
z-index:1;
width:100%;
position: -webkit-sticky;
position: sticky;
top: 180px;
margin:30px 0 0 0;}

.s_menu_base_2{
z-index:1;
width:100%;
position: -webkit-sticky;
position: sticky;
top: 180px;
margin:0 0 3rem 0;}

.s_menu{
width:100%;
max-width:1152px;
margin:0 auto 0 auto;
background-image: linear-gradient(0deg, rgba(226, 226, 226, 1), rgba(239, 239, 239, 1));
box-shadow: 0px 1px 0px 1px #c8c8c8;
border-radius: 10px;}

.s_menu ul{
display:flex;
flex-wrap:wrap;
justify-content: center;
align-items: center;
padding:15px 0 15px 0;}

.s_menu ul li a{
display:block;
width:100%;
font-size:0.9rem;
font-weight:600;
color:#4b4b4b;
transition: all .3s ease;
-webkit-transition: all .3s ease;
border-right:1px solid #fff;
padding:10px 20px 10px 20px;}

.s_menu ul li:first-child a{
border-left:1px solid #fff;}

.s_menu ul li a::after{
color:#e60000;
font-size: 0.9rem;
margin:0 0 0 10px;
content: "\f0d7";
font-family: FontAwesome}

.s_menu ul li a:hover{
color:#e60000;}

@media screen and (max-width: 980px) {
	
.s_menu_base{
width:100%;
margin:0;
position: -webkit-sticky;
position: sticky;
top: 55px;}
	
.s_menu_base_2{
width:100%;
position: -webkit-sticky;
position: sticky;
top: 55px;}
	
.s_menu{
margin:0;
background-image: linear-gradient(0deg, rgba(226, 226, 226, 1), rgba(239, 239, 239, 1));
box-shadow: 0px 1px 0px 1px #c8c8c8;
border-radius: 0;
z-index:1;}
	
.s_menu ul{
display:flex;
flex-wrap:wrap;
justify-content: start;
align-items: center;
margin:0 0 0 10px;}
	
.s_menu ul li a{
font-size:0.8rem;
font-weight:600;
border-right:1px solid #fff;
padding:7px;}
	
}

/*--- main_slider ---*/

.slider .slider-item{
margin-right: 1vw!important;
margin-left: 1vw!important;}
	
.slick-dots li button:before{
margin:10px 0 10px 0;
font-size:15px!important;}
	
@media screen and (max-width: 768px) {

.slider .slider-item{
margin-right: 0!important;
margin-left: 0!important;}
	
.slick-dots li button:before{
margin:10px 0 0 0;
font-size:10px!important;}
	
}
	
.slider{
margin:27px 0 0 0;}

.p_slider, .p_slider_2, .p_slider_3{
margin:0 auto 2rem auto;
overflow: visible;}

.slick-slide {
margin: 0 10px;}
	
.slider img {
height: auto;
width: 100%;
max-width:1152px;
max-height:272px;
margin:0 auto 0 auto;
opacity: .4;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

.p_slider img, .p_slider_2 img, .p_slider_3 img{
height: auto;
width: 100%;
max-width:288px;
margin:0 auto 0 auto;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

.slick-center img {
opacity: 1;}

.slick-prev {
left: 18px;
z-index: 1;}
 
.slick-next {
right:40px;}

@media screen and (max-width: 768px) {
	
.slick-prev {
left: 0;
z-index: 1;}
 
.slick-next {
right:22px;}
	
}

.slick-prev:before {
color: #848484;
background:#e5e6e6;
opacity: 1;
font-size: 1.2rem;
padding:15px;
content: "\f053";
font-family: FontAwesome}
	
.slick-next:before {
color: #848484;
background:#e5e6e6;
opacity: 1;
font-size: 1.2rem;
padding:15px;
content: "\f054";
font-family: FontAwesome}

/*--- photo_slider ---*/

.p_slider .slick-prev:before {
color: #848484;
background:#e5e6e6;
opacity: 0.8;
font-size: 1.2rem;
padding:15px;
content: "\f053";
font-family: FontAwesome}
	
.p_slider .slick-next:before {
color: #848484;
background:#e5e6e6;
opacity: 0.8;
font-size: 1.2rem;
padding:15px;
content: "\f054";
font-family: FontAwesome}

/*--- index_main ---*/

.text_banner{
text-align:center;}

.big_link a{
font-size:2rem;
font-weight:700;
text-decoration:underline;}

main{
width:100%;
padding:0 36px 0 36px;
margin:0;}

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

main{
padding: 0 20px 0 20px;}
	
}

.top_section{
width:100%;
max-width:1152px;
height:auto;
padding:4rem 0 4rem 0;
margin:0 auto 0 auto;
display: flex;
align-items:start;
justify-content:space-between;
gap:40px;}

.section_column{
height:auto;
display:flex;
flex-direction:column;
text-align:center;
padding:0;
transition-duration: .3s;
-webkit-transition-duration: .3s;}

.section_column img, .top_section img{
max-width:100%;
height:auto;
width :auto;}

.section_column > h3{
margin:1rem 0 0 0;
font-size:1.2rem;
color:#000;
font-weight:700;}

.section_column > p{
margin:1rem 0 1rem 0;
font-size:0.9rem;
color:#000;}

.contents_guide_footer{
margin:2rem 0 0 0;}

.contents_guide_footer div{
display:inline;
font-weight: 600;
color: #fff;
background: #e60000;
transition-duration: .3s;
-webkit-transition-duration: .3s;
padding: 10px 36px 10px 36px;}

.contents_guide_footer div::after{
padding:0 0 0 20px;
font-size:1rem;
color:#fff;
content: "\f0a9";
font-family: FontAwesome;}

a:hover .section_column{
opacity:0.6;}

a:hover .section_column .contents_guide_footer div{
color:#fff;
opacity:0.6;}

@media screen and (max-width: 685px) {
	
.top_contents_guide{
flex-direction:column;}
	
.section_column{
margin:0 auto 0 auto;
max-width:400px;}
	
}


.main_header{
width:100%;
max-width:1152px;
padding:0 0 1rem 0;
display:flex;
margin:0 auto 2rem auto;
justify-content:center;
align-items:center;
text-align:center;
border-bottom:1px solid #c6c6c6;}

.main_header:nth-child(n+2){
width:100%;
max-width:1152px;
padding:0 0 1rem 0;
border:0;
display:flex;
margin:0 auto 2rem auto;
justify-content:center;
align-items:center;
text-align:center;}

.main_header i{
font-size:2rem;
margin:0 10px 0 0;
color:#e60000;}

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

.main_header{
margin:20px auto 20px auto;}
	
}

.main_header h2{
font-size:1.5rem;
font-weight:700;}

/*--- banner_area ---*/

.banner_area_base{
background:#e1e1e1;
width:100%;
margin:0 0 4rem 0;
padding:36px;}

@media screen and (max-width: 768px) {
	
.banner_area_base{
padding:20px;}
	
}

.banner_area{
width:100%;
max-width:1152px;
margin:0 auto 0 auto;}

.banner_box{
display: grid;
grid-template-columns: repeat(auto-fill, 186px);
gap:10px;
justify-content:space-between;}

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

.banner_box{
grid-template-columns: repeat(auto-fill, 160px);}
	
}

/*--- page ---*/

.page_header{
width:100%;}

.page_header img{
object-fit: cover;
object-position: center center;
width: 100%;
height: 100%;}

.post_main{
width:100%;
max-width:1152px;
margin:0 auto 0 auto;
padding:0 0 55px 0;}

.top_contents_guide{
width:100%;
max-width:1152px;
margin:0 auto 2rem auto;
display:flex;
justify-content:space-between;
gap:40px;}

.top_section .post_main{
width:70%;
margin:0;
padding:0;}

.top_section .top_side{
width:30%;}

.top_section .top_side .sus{
flex:1;
padding:10px;
border:1px solid #c3c3c3;
margin:0 0 2rem 0;}

.top_section .top_side .sus_header{
display:flex;
justify-content:center;
align-items:center;
background:#e60000;
border-bottom:1px solid #afafaf;
padding:1rem;
margin:0 0 1rem 0;}

.top_section .top_side .sus_header h2{
font-size:1.2rem;
font-weight:600;
color:#fff;}

.top_section .top_side .sus_header h2 i{
margin:0 10px 0 0;}

.top_section .top_side .op_header{
display:flex;
align-items:center;
background:#e1e1e1;
padding:0.5rem;
margin:0 0 1rem 0;}

.top_section .top_side .op_header h3{
font-size:1rem;
font-weight:600;}

.top_section .top_side .op_header img{
width:30px;
height:auto;
margin:0 10px 0 0;}

.head_line{
margin:0 0 1rem 0;}

.head_line dl dt{
font-size:0.8rem;
color:#323232;
margin:0 0 0.5rem 0;}

.head_line dl dd a{
font-size:0.9rem;
line-height:1.5;
font-weight:600;
color:#e60000;
text-decoration:underline;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.head_line dl dd a:hover{
color:#323232;
text-decoration:none;}

.head_line p{
font-weight:600;
font-size:0.95rem;
margin:0;
color:#323232;}

.sus .news_index_footer{
margin:2rem 0 0 0;}

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

.top_section{
flex-direction:column;}
	
.top_section .post_main{
width:100%;	}
	
.top_section .top_side{
width:100%;}
	
}

.post_main p{
font-size: 0.95rem;
color:#525252;
line-height:1.5;
letter-spacing: 0.8pt;
margin:0 0 2rem 0;
word-break: break-all;}

.post_main .multi_text_header{
font-size:1.2rem;
font-weight:600;
margin:5% 0 5% 0;}

.multi_list{
list-style:disc;
margin:0 0 2rem 1rem;}

.bus_tour .multi_list{
margin:0 0 0 1rem;}

.multi_list li{
color:#525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height:1.5;
font-size:0.95rem;}

.multi_list li a i{
margin:0 0 0 10px;}

.post_main p strong, .multi_list li strong{
font-weight:600;
color:#e60000;}

.multi_dl dd > .multi_list{
margin:0 0 0 1rem;}

.multi_dl dd > .multi_list li{
margin:0 0 1rem 0;}

.multi_dl dd > .multi_list li:last-child{
margin:0;}

.multi_dl dd > .multi_list li i{
margin:0 10px 0 10px;}

@media screen and (max-width: 600px) {
	
.multi_dl dd > .multi_list li span{
display:block;}
	
}

.notice_multi_list{
margin:0 0 2rem 0;}

.notice_multi_list li{
color:#525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height:1.5;
font-size:0.95rem;
margin:0 0 1rem 0;}

.notice_multi_list li::before{
content: "※";
margin:0 10px 0 0;
font-size:0.95rem;
color:#525252;}

.post_main p strong i{
margin:0 10px 0 0;}

.post_main p a i{
margin:0 0 0 10px;}

.post_main h2{
font-size:1.5rem;
font-weight:700;
line-height:1.5;
text-align:center;
margin:3rem 0 3rem 0;}

.post_main > h2:nth-child(n+2) {
font-size:1.5rem;
font-weight:700;
line-height:1.5;
text-align:center;
margin:6rem 0 3rem 0;}

.post_main h2 i{
margin: 0 10px 0 0;
font-size:1.5rem;
color:#e60000;}

.post_main .main_header > h2{
margin:0;}

.multi_dl{
width:100%;
margin:0 0 2rem 0;}

.multi_dl dt{
font-size:0.95rem;
line-height:1.5;
font-weight:600;
color:#323232;
margin:0;}

.multi_dl dt::before{
margin:0 10px 0 0;
font-size:0.95rem;
color:#e60000;
content: "\f0d7";
font-family: FontAwesome;}

.multi_dl dd{
color:#525252;
font-size:0.95rem;
line-height:1.5;
border:1px solid #cdcdcd;
padding:1rem;
margin:2rem;}

.multi_dl_2{
width:100%;}

.multi_dl_2 dt{
font-size:0.95rem;
line-height:1.5;
font-weight:600;
color:#323232;
margin:0;}

.multi_dl_2 dd{
color:#525252;
font-size:0.95rem;
line-height:1.5;
margin:0 0 1rem 0;}

.multi_dl_2 dd:last-of-type{
margin:0;}

@media screen and (max-width: 600px) {
	
.multi_dl dd{
margin:1rem 0 2rem 0;}
	
}

.multi_dl dd strong{
color:#e60000;}

.multi_dl dd i{
margin:0 10px 0 0;}

.footer_menu_head{
display:flex;
justify-content: center;
align-items: center;
width:100%;}

.footer_menu_head h2{
font-size:1.5rem;
font-weight:700;
line-height:1.5;
text-align:center;
margin:55px 0 55px 0;}

.footer_menu_head img{
width:100%;
height:auto;
max-width:40px;
margin:0 10px 0 0;}

.second_header{
width:100%;
padding:30px;
border-bottom:1px solid #e60000;}

.second_header h2{
font-size:1.5rem;
font-weight:700;
line-height:1.5;
text-align:center;}

.post_main h3{
font-size:1.2rem;
line-height:1.5;
font-weight:700;
padding:15px;
border-top:1px solid #cdcdcd;
border-left:6px solid #e60000;
border-right:1px solid #cdcdcd;
border-bottom:1px solid #cdcdcd;
margin:0 0 2rem 0;}

.post_main h3 i{
margin:0 5px 0 5px;}

.post_main h4{
font-size:1rem;
font-weight:700;
border-bottom:1px solid #c3c3c3;
padding:0 0 0.5rem 0;
margin:0 0 2rem 0;}

.post_main h4::before{
padding:0 10px 0 0;
font-size:1rem;
line-height:1.5;
color:#e60000;
content: "\f45c";
font-family: FontAwesome;}

.post_main h5{
font-size:1rem;
font-weight:700;
color:#323232;
margin:0 0 2rem 0;}

.post_main .h5_ex{
border:1px solid #c6c6c6;
font-size:1rem;
font-weight:700;
color:#323232;
padding:15px;
margin:0 0 2rem 0;}

.contents_window{
padding:1rem;
margin:1rem 1rem 2rem 1rem;
border:1px solid #c3c3c3;}

.contents_window .post_img{
margin:0 auto 0 auto;}

.contents_window .post_wrap_3_2{
margin:0;}

@media screen and (max-width: 600px) {
	
.contents_window{
margin:0 0 2rem 0;}
	
}

.post_main .contents_window p:last-of-type{
margin:0;}

.post_main ol{
list-style-type:decimal;
margin:0 0 2rem 2rem;}

.post_main ol li{
color: #525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height: 1.5;
font-size: 0.95rem;}

.bus_footer_menubase{
width:100%;
background:#ebebeb;
padding:0 20px 3% 20px;
margin:0;}

.bus_footer_menu{
width:100%;
max-width:936px;
margin:0 auto 0 auto;}

/*--- covid_header ---*/

.se_header{
width:100%;
max-width:1152px;
margin:0 auto 0 auto;
padding:1rem;}

.multi_page_header{
display:flex;
justify-content:center;
align-items:center;
height:100%;
min-height:400px;
max-height:400px;
background:transparent url(./images/bus_page_bk.png) bottom / cover;}



.page_title{
width:100%;
margin:0 2rem 0 2rem;
max-width:996px;}

.page_title sup{
background:rgba(0,0,0,.8);
padding:10px 15px 10px 15px;
line-height:3.5;
border-radius:5px;
color:#ffff00;
font-weight:600;
letter-spacing: 0.8pt;
font-size:1.2rem;}

.page_title h2{
color:#fff;
text-shadow: 0 0 5px #000000;
line-height:1.5;
font-size:3rem;
font-weight:600;}

.page_caption{
margin:0 0 4rem 0;}

.page_caption p{
font-size:1.2rem;
font-weight:600;
color:#323232;
margin:0;}

@media screen and (max-width: 768px) {
	
.multi_page_header{
min-height:300px;
max-height:300px;}

.page_title sup{
font-size:1rem;}
	
.page_title h2{
font-size:1.5rem;}
	
}

/*--- bus_footer_menu ---*/

.bus_footer_menu ul{
width:100%;
margin:0 auto 0 auto;
display: flex;
flex-wrap:wrap;}

.bus_footer_menu ul li{
margin:0 2px 2px 0;}

.bus_footer_menu ul li a{
padding:15px;
width:100%;
min-width:232px;
height:85px;
font-size:0.9rem;
font-weight:600;
color:#4b4b4b;
background:#fff;
display: flex;
justify-content: center;
align-items: center;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.bus_footer_menu ul li a:hover{
color:#e60000;}

.bus_footer_menu ul li i{
margin:0 0 0 10px;
color:#e60000;}

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

.bus_footer_menu{
max-width:702px;}
	
}

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

.bus_footer_menu{
max-width:468px;}
	
}

@media screen and (max-width: 524px) {
	
.bus_footer_menu ul{
flex-direction:column;}

.bus_footer_menu ul li a{
width:100%;
min-width:100%;
height:80px;
display: flex;
justify-content: space-between;
align-items: center;}
	
}

/*--- pdf_dllist ---*/

.pdf li{
font-size:0.95rem;
line-height:2;}

.pdf li::after{
padding:0 0 0 10px;
font-size:0.95rem;
color:#e60000;
content: "\f15c";
font-family: FontAwesome;}

.wrap_dl_list{
font-size:0.95rem;
margin:0 0 2rem 0;
display:flex;}

.wrap_dl_list dt{
font-weight:600;
min-width:7rem;
margin:0;}

.wrap_dl_list dd{
line-height:1.2;
margin:0;}

.wrap_dl_list dd i{
margin:0 0 0 10px;}

.wrap_dl_list:nth-child(n+2) {
margin:1rem 0 0 0;}

/*--- wrap_kisen ---*/

.wrap_kisen{
margin:0 0 2rem 0;
display:flex;}

.wrap_kisen img{
width:100%;
max-width:250px;
height:100%;
margin:0 50px 0 0;}

/*--- bus_line ---*/

.nh_base{
margin:4rem 0 0 0;}

.wrap_bus{
width:100%;
max-width:1152px;
display:flex;
border-bottom:1px solid #afafaf;
padding:0 0 35px 0;
margin:0 0 35px 0;}

.wrap_bus_img{
width:100%;
max-width:450px;
height:auto;
margin:0 50px 0 0;
display: flex;
align-items: flex-start;}

a .wrap_bus{
color:#4b4b4b;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

a .wrap_bus:hover{
color:#e60000;}

.post_main .wrap_bus .bus_line, .bus_search_body_base .bus_line{
width:100%;
display:flex;
justify-content: center;
align-items: center;
position:relative;}

.line_info{
position:absolute;
bottom:0;
left:0;
width:100%;}

.line_info ul{
display:flex;
gap:10px;
justify-content:center;}

.line_info ul li{
color:#fff;
background:#e60000;
font-size:0.8rem;
font-weight:600;
text-align:center;
padding:5px 0 5px 0;
width:80px;}

.bus_search_body_base{
gap:50px;}

.bus_search_body_base .wrap_bus_line_img{
width: 100%;
max-width: 720px;
height: auto;}

.bus_search_body_base .wrap_bus_line_img img{
width: 100%;
height: auto;}

.post_main .wrap_bus .bus_line p, .bus_search_body_base .bus_line p{
font-size:1.5rem;
color:#000;
text-align:center;
margin:0;
font-weight:600;}

@media screen and (max-width: 768px) {
	
.bus_search_body_base .bus_line p{
font-size:1.2rem;}

}

@media screen and (max-width: 580px) {
	
.bus_search_body_base .bus_line{
padding:0 0 3rem 0;}

}

.post_main .wrap_bus .bus_line p img, .bus_search_body_base .bus_line p img{
width:100px;
margin:0 0 1rem 0;
height:auto;}

.post_main .wrap_bus .bus_line p::after, .bus_search_body_base .bus_line p::after{
padding:0 0 0 10px;
font-size:1.5rem;
color:#e60000;
content: "\f0a9";
font-family: FontAwesome;}

.post_main .wrap_bus .bus_line p i, .bus_search_body_base .bus_line p i{
margin:0 10px 0 10px;
color:#646464;}

.post_main .wrap_bus .bus_line p img{
margin:0 0 1rem 0;}

/*--- highway_line ---*/

.center_caption{
margin:4rem 0 4rem 0;}

.center_caption p{
text-align:center;}

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

.center_caption{
margin:2rem 0 2rem 0;}
	
.center_caption p{
text-align:left;}
	
}

.covid{
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
border:1px solid #e60000;
padding:2rem;}

a .covid{
transition: all .3s ease;
-webkit-transition: all .3s ease;}

a:hover .covid{
border:1px solid #323232;
background:#f9f9f9;}

.covid_header{
display:flex;
gap:20px;
width:100%;
max-width:390px;}

.covid_header i{
color:#e60000;
font-size:3rem;}

.covid .covid_header h5{
line-height:1.5;}

.covid_header h5 i{
font-size:1rem;
margin:0 0 0 5px;
color:#e60000;}

.post_main .covid p{
text-align:center;
margin:0;}

.caution{
border:1px solid #e60000;
padding:1rem;}

.post_main .caution h5{
color:#e60000;}

.post_main .caution .multi_list{
margin:0 1rem 0 1rem;}

@media screen and (max-width: 600px) {
	
.post_main .covid p{
text-align:left;}
	
}

.post_main h2 sub{
font-size:0.8rem;
font-weight:600;}

.post_main h4 i{
margin:0 5px 0 5px;}

.contents_wrapper{
border:1px solid #c3c3c3;
display:flex;
flex-wrap:wrap;
padding:2rem;
gap:2rem;}

.contents_wrapper div{
width:48%;}

.contents_wrapper div h5{
margin:0 0 1rem 0;}

.contents_wrapper div .multi_list{
margin:0 0 0 1rem;}

.contents_wrapper div p{
margin:0;}

@media screen and (max-width: 955px) {
	
.contents_wrapper div{
width:100%;}
	
}

.contents_wrapper_2{
display:flex;
flex-wrap:wrap;
gap:2rem;}

.contents_wrapper_2 .w2_contents_box{
text-align:center;
width:48%;
padding:2rem;
border:1px solid #c3c3c3;}

.contents_wrapper_2 .w3_contents_box{
width:31%;
padding:2rem;
text-align:center;
border:1px solid #c3c3c3;}

.contents_wrapper_2 .w3_contents_box div{
display:flex;
justify-content:center;
align-items:center;
width:90%;
margin:0 auto 1rem auto;
gap:10px;}

.contents_wrapper_2 .w3_contents_box div .f_time{
font-size:0.9rem;
font-weight:600;
margin:0 0 20px 0;}

.contents_wrapper_2 .w3_contents_box div span sub{
display:block;
color:#525252;
font-size:0.8rem;
margin:0;}

.contents_wrapper_2 .w3_contents_box h5{
padding:0 0 0.5rem 0;
margin:0 0 1rem 0;
border-bottom:1px solid #c3c3c3;}

@media screen and (max-width: 1041px) {
	
.contents_wrapper_2 .w3_contents_box{
width:100%;}

.contents_wrapper_2 .w3_contents_box div{
margin:0 auto 0 auto;}
	
}

.contents_wrapper_2 .w2_contents_box h5 i{
color:#e60000;
margin:0 5px 0 0;}

@media screen and (max-width: 955px) {
	
.contents_wrapper_2 .w2_contents_box{
width:100%;}
	
}

.contents_wrapper_2 .w2_contents_box > .facility_list{
display: flex;
flex-wrap: wrap;
width:100%;
gap:20px;}

.contents_wrapper_2 .w2_contents_box > .facility_list dt{
display: flex;
align-items:center;
justify-content:start;
text-align:left;
padding: 0;
font-size: 0.95rem;
color: #323232;
font-weight:600;
width:39%;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.contents_wrapper_2 .w2_contents_box > .facility_list dd{
text-align:left;
width:56%;
font-size: 0.95rem;
color: #000;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.contents_wrapper_2 .w2_contents_box > .facility_list dd sub{
font-size:0.8rem;}

@media screen and (max-width: 600px) {
	
.contents_wrapper_2 .w2_contents_box > .facility_list dt, .contents_wrapper_2 .w2_contents_box > .facility_list dd{
width:100%;}
	
}

.contents_wrapper_4{
padding:2rem;
border:1px solid #c3c3c3;
margin:2rem auto 2rem auto;}

.contents_wrapper_4 .w3_contents_box > .notice_multi_list{
margin:0;}

.contents_wrapper_4 .w3_contents_box > p{
margin: 0;}

.contents_wrapper_4 .w3_contents_box div{
margin:1rem 0 1rem 0;
}

.contents_wrapper_4 .w3_contents_box div > .f_tel sub{
display: block;
color: #525252;
font-size: 0.8rem;
margin: 0;}

.equipment_base{
width:100%;
background:#ebebeb;
padding:1rem;
margin:0 0 2rem 0;}

.equipment_base > span{
display:block;
text-align:right;
font-size:0.9rem;
margin:1rem 0 0 auto;}

.equipment{
width:100%;
max-width:870px;
margin:0 auto 0 auto;
background:#ebebeb;
display:flex;
flex-wrap:wrap;
align-items:center;
gap:30px;}

.equipment div{
width:17%;
min-width:150px;}

.equipment div img{
width:40px;
height:40px;
margin:0 20px 0 0;}

.equipment div span{
font-size:0.9rem;}

@media screen and (max-width: 500px) {
	
.equipment{
gap:10px;}
	
.equipment div{
width:46%;}

.equipment div img{
margin:0 10px 0 0;}
	
}

.howto_arrow_list{
margin:0 0 2rem 0;}

.howto_arrow_list dt{
font-size:0.95rem;
font-weight:600;
color:#323232;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
margin:0 0 1rem 0;}

.howto_arrow_list dd{
font-size:0.95rem;
color:#525252;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
margin:0 0 1rem 1rem;}

.howto_arrow_list > dt::before{
padding:0 5px 0 0;
font-size:0.95rem;
line-height: 1.5;
color:#00a53a;
content: "\f138";
font-family: FontAwesome;}

.howto_arrow_list dd > .notice_multi_list{
margin:0 0 1rem 0;}

.howto_arrow_list dd > .notice_multi_list li{
margin:0;}

.howto_arrow_list dd > .multi_list{
margin:0 0 1rem 1rem;}

.howto_arrow_list dd > h5{
margin:0 0 1rem 0;}

.howto_arrow_list dd > .facility_list{
display:flex;
flex-wrap:wrap;
gap:10px;}

.howto_arrow_list dd > .facility_list dt{
font-size:0.95rem;
font-weight:500;
margin:0;
color: #525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height: 1.5;}

.howto_arrow_list dd > .facility_list dd{
font-size:0.95rem;
color: #525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height: 1.5;}

.howto_arrow_list > .side_contents{
text-align:right;}

.fare_foreigner{
border-collapse: collapse;}

.fare_foreigner th,
.fare_foreigner td{
font-size:0.9rem;
color: #525252;
letter-spacing: 0.8pt;
word-break: break-all;
line-height: 1.5;}

.fare_foreigner th,
.fare_foreigner td{
padding:10px;
border:1px solid #c8c8c8;
vertical-align:middle;}

.fare_foreigner .green_back{
background:#ccffcc;}

/*--- okikisen ---*/

.okikisen_noriba{
width:100%;
margin:0 0 2rem 0;}

.okikisen_noriba ul{
display:flex;
flex-wrap:wrap;
gap:1rem;}

.okikisen_noriba ul li{
width:33%;}

.okikisen_noriba ul li i{
margin:0 0 0 10px;}

@media screen and (max-width: 731px) {
	
.okikisen_noriba ul li{
width:100%;}
	
}

.okikisen_noriba ul li::before{
padding: 0 10px 0 0;
font-size: 1rem;
color: #323232;
content: "\f04b";
font-family: FontAwesome;}

/*--- parking ---*/

.post_main .parking_list h3{
border:0;
padding:0;
margin:0 0 2rem 0;}

.notes{
padding:15px;
margin:1rem 0 0 0;
border:1px dotted #c3c3c3;}

.post_main .notes h5{
margin:0 0 1rem 0;}

.notes .multi_list{
margin:0 0 0 1rem;}

@media screen and (max-width: 600px) {
	
.wrap_kisen{
flex-direction:column;}
	
.wrap_kisen img{
width:100%;
max-width:600px;
height:100%;
margin:0 0 30px 0;}
	
}

@media screen and (max-width: 820px) {
	
.wrap_bus{
flex-direction:column;
padding:0;
margin:0 0 35px 0;}
	
.post_main .wrap_bus .bus_line{
padding:35px 0 35px 0;}

.wrap_bus_img{
max-width:100%;
margin:0 0 35px 0;
justify-content: center;}

.notes{
margin:1rem 0 35px 0;}

}

/*--- link_class ---*/

.post_main p a, .pdf li a, .tbcc a, .qa-list dd a, .wrap_dl_list dd a, .responsive-table table td a, .responsive-table_ld table td a, .responsive-table table th a, .responsive-table_ld table th a, .multi_list li a, .flowchart li a, .search_box_base table td a, #resultarea ul li a, ol li a, .okikisen_noriba ul li a, .operation_index dd a{
color:#005aff;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.post_main p a:hover, .pdf li a:hover, .tbcc a:hover, .qa-list dd a:hover, .wrap_dl_list dd a:hover, .responsive-table table td a:hover, .responsive-table_ld table td a:hover, .responsive-table table th a:hover, .responsive-table_ld table th a:hover, .multi_list li a:hover, .flowchart li a:hover, .search_box_base table td a:hover, #resultarea ul li a:hover, ol li a:hover, .okikisen_noriba ul li a:hover, .operation_index dd a:hover{
color:#e60000;}

.notice_multi_list li a{
color:#005aff;
transition: all .3s ease;
-webkit-transition: all .3s ease;
font-weight:600;}

.map_index p span a{
font-weight:600;
color:#4b4b4b;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.map_index p span a:hover, .notice_multi_list li a:hover, .table_footer_list li a:hover{
color:#e60000;}

.footer_link ul li a, .table_footer_list li a{
color:#323232;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.howto_arrow_list .side_contents span a{
border:1px solid #323232;
padding:15px;
font-size:0.95rem;
letter-spacing: 0.8pt;
word-break: break-all;
line-height: 1.5;
color:#005aff;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.howto_arrow_list .side_contents span a:hover{
color:#e60000;}

.footer_link ul li a:hover {
color:#323232;
border-bottom:1px solid #323232;}

.footer_link ul li a i{
color:#e60000;}

.rosen_contents_menu .menu li a{
transition: all .3s ease;
-webkit-transition: all .3s ease;
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 30px 20px 30px;
color:#323232;
font-size:0.95rem;
font-weight:600;
border-bottom:1px dotted #cdcdcd;}

.rosen_contents_menu .menu li a span{
color:#323232;
font-size:0.95rem;
font-weight:600;}

.rosen_contents_menu .menu li a span sub{
font-size:0.7rem;
font-weight:600;}

.rosen_contents_menu .menu li a:hover{
color:#e60000;
border-bottom:1px solid #cdcdcd;}

.rosen_contents_menu .menu li a:hover span{
color:#e60000;}

.rosen_contents_menu .menu li a:hover span sub{
font-size:0.7rem;
font-weight:600;
color:#e60000;}

/*--- map_iframe ---*/

.map_iframe_base{
width:100%;}

.map_iframe{
position:relative;
width:100%;
padding:56.25% 0 0 0;}

.map_iframe iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;}

.map_tab_base{
width:100%;
border:3px solid #999999;
background:#eeeeee;
max-width:1152px;
margin:0 auto 2rem auto;}

.map_notice{
display:flex;
align-items:center;
gap:5px;}

.map_notice p{
font-size:0.9rem;
margin:0;}

.map_notice img{
width:28px;
height:auto;}

/*--- map_tab ---*/

.map_tab_navi{
display:flex;
justify-content:space-between;
align-items:center;
gap:1rem;
padding:1rem;}

.map_tab{
display:flex;
gap:1rem;}

.tab_item{
border:0;
padding:10px;
border-radius:5px;
cursor:pointer;
text-decoration-line:underline;
background:#ccc;
color:#000;
font-size:0.95rem;
font-weight:600;
transition-duration: .3s;
-webkit-transition-duration: .3s;}

.tab_item:hover{
opacity: 0.6;}

.btn_active{
border:0;
padding:10px;
border-radius:5px;
cursor:default;
pointer-events: none;
text-decoration-line:none;
background:#aaffff;
color:#000;
font-size:0.95rem;
font-weight:600;}

@media screen and (max-width: 890px) {
	
.map_tab_navi{
justify-content:start;
flex-direction:column;}
	
.map_tab{
flex-direction:column;
width:100%;}
	
}


.tab_contents{
display: none;}

.contents_active{
display: block;}

/*--- bus_tour ---*/

.bus_tour{
display:flex;
flex-direction:column;
justify-content: center;
align-items: center;
margin:0 0 4rem 0;}

.kbs_wrap{
width:100%;
max-width:1152px;
display:flex;
flex-wrap:wrap;
gap: 20px;}

.kbs_wrap div{
width:23%;
max-width:350px;}

.kbs_wrap div h5{
margin:1rem 0 1rem 0;}

.kbs_wrap div img{
width:100%;
height:auto;}

.wrap_bus .facility_list{
display: flex;
flex-wrap: wrap;
width: 100%;}

.wrap_bus .facility_list dt{
width: 20%;
display: flex;
align-items:center;
justify-content:center;
padding: 0;
margin:0 0 10px 0;
background: #e1e1e1;
font-size: 0.95rem;
color: #323232;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.wrap_bus .facility_list dd{
width: 80%;
padding: 10px 20px 10px 20px;
margin:0 0 10px 0;
font-size: 0.95rem;
color: #525252;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.f_icon_list{
margin:1rem 0 0 0;}

.wrap_bus .facility_list dd .f_icon_list{
margin:0;}

.wrap_bus .facility_list dd strong{
font-weight:600;
color:#e60000;}

.wrap_bus .kbs_flist{
width:80%;}

@media screen and (max-width: 820px) {
	
.wrap_bus .kbs_flist{
width:100%;
margin:0 auto 0 auto;}
	
}

.rosen_ub{
margin:0 auto 2rem auto;
width:60%;}

.highway_ub{
margin:0 auto 2rem auto;
width:60%;}

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

.rosen_ub{
width:100%;}

.highway_ub{
width:100%;}
	
}
	
.kbs_flist > h5{
margin:0 0 1rem 0;
font-size:1.5rem;
font-weight:700;}

.kbs_flist > h5 span{
margin:0 0 1rem 0;
font-size:1.2rem;
line-height:1.5;
font-weight:700;
color:#e60000;}

.kbs_flist a .mt_menu_2{
width:100%;
max-width:700px;
margin:0 0 1rem 0;}

.highway_ctm a{
color:#005aff;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.highway_ctm a:hover{
color:#e60000;}

a .wrap_bus .rb_under_button span{
transition: all .3s ease;
-webkit-transition: all .3s ease;}

a:hover .wrap_bus .rb_under_button span{
color:#e60000;}

.rb_under_button{
text-align:right;
padding:15px 0 0 0;}

.rb_under_button span{
font-size: 0.95rem;
color: #525252;
font-weight:600;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.rb_under_button i{
font-size: 0.95rem;
color: #e60000;
margin:0 0 0 10px;}

.ksb_layout_reverse{
display:flex;
flex-direction: column;}

.f_icon_list{
width:100%;
display:flex;
flex-wrap:wrap;
gap: 5px;}

.f_icon_list li img{
width:100%;
height:100%;
max-width:50px;}

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

.kbs_wrap div{
width:30%;}

}

@media screen and (max-width: 600px) {
	
.ksb_layout_reverse{
flex-direction: column-reverse;}
	
}


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

.f_icon_list li img{
width:100%;
height:100%;
max-width:40px;}
	
.kbs_wrap div{
width:46%;}

}

/*--- footer ---*/

.mainfooter_base {
margin: auto 0 0 0;}

.mainfooter_under{
border-top:2px solid #e60000;
padding: 20px 36px 20px 36px;}

.footer_contents{
width:100%;
display: flex;
flex-wrap:wrap;}

@media screen and (max-width: 1017px) {
	
.footer_contents{
flex-direction:column;}
	
}

.f_address{
width:100%;
flex:1;
display: flex;
flex-wrap:wrap;}

@media screen and (max-width: 540px) {
	
.f_address{
flex-direction:column;}
	
}

.footer_panel{
margin:0 36px 36px 0;}

.f_logo{
width:186px;
margin:0 36px 36px 0;}

.copyright{
width:100%;
padding:0;
text-align:center;}

.copyright address{
font-size:9px;
font-style:normal;}

.footer_panel dt{
font-size:0.9rem;
font-weight:700;
margin:0 0 1rem 0;}

.footer_panel .f_ad_dt{
font-size:0.8rem;
font-weight:700;
margin:0 0 0.5rem 0;}

.footer_panel dd{
font-size:0.8rem;
letter-spacing: 0.8pt;
word-break: break-all;
line-height:1rem;
margin:0 0 1rem 0;}

.footer_panel .f_time{
font-size:1rem;
line-height:1.5rem;
font-weight:700;
vertical-align: middle;}

.f_tel{
font-family: "Oswald", sans-serif;
font-optical-sizing: auto;
font-style: normal;
font-size:1.5rem;
vertical-align: bottom;}

.red{
color:#f53737;}

.blue{
color:#0041c8;}

.green{
color:#0a871e;}


.footer_link_base{
width:100%;
padding:0 20px 0 20px;}

.footer_link{
width:100%;
max-width:1152px;
margin:0 auto 38px auto;}

.footer_link ul{
width:100%;
display: flex;
flex-wrap:wrap;
gap:20px;
justify-content: center;
align-items: center;
font-size:0.9rem;}

.footer_link ul li a i{
margin:0 0 0 10px;}

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

.slider img{
opacity:1;}
	
.footer_link ul{
flex-direction:column;
justify-content: start;
align-items: start;}

.footer_link ul li{
margin:0 0 1rem 0;}
	
}

/*--- page_top ---*/

.son #p_top{
position:fixed;
right: 20px;
bottom: 127px;}

.soff #p_top{
position:fixed;
right: 20px;
bottom: 20px;}

@media (max-width: 1195px) {

.son #p_top{
position:fixed;
right: 20px;
bottom: 176px;}
	
}

@media (max-width: 745px) {

.son #p_top{
position:fixed;
right: 20px;
bottom: 182px;}
	
}

@media (max-width: 729px) {

.son #p_top{
position:fixed;
right: 20px;
bottom: 230px;}
	
}

@media (max-width: 600px) {

.son #p_top{
position:fixed;
right: 20px;
bottom: 255px;}
	
}

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

.son #p_top, .soff #p_top{
position:fixed;
right: 0;
bottom: 0;
z-index:1;}
	
}

#p_top a {
width:50px;
height:50px;
line-height:50px;
color: #fff;
font-size:24px;
background: #e60000;
text-align: center;
display: block;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

#p_top a:hover {
color:#fff;
opacity: 0.6;}

/*--- accordion ---*/

.accordion {
position: fixed;
right: 0;
bottom: 0;
width: 100%;}

.accordion-content {
padding:15px;
background:rgba(0,0,0,.8);
position: relative;
display:flex;
flex-direction: row-reverse;
justify-content: space-between;}

.pc_toggle-button{
display:flex;
flex-direction: row-reverse;
padding:15px;}

.toggle-button {
cursor: pointer;
padding: 10px;
background: #fff;
border:1px solid #afafaf;
color: #afafaf;
font-size: 16px;
display: block;
width:38px;}

.close-button {
cursor: pointer;
padding: 10px;
background: #fff;
border:1px solid #afafaf;
color: #afafaf;
font-size: 16px;
display: inline-block;
width:38px;}

@media (max-width: 600px) {

.close-button {
position: absolute;
top: -40px;
left: 0;
margin-top: 0;}

.toggle-button {
position:absolute;
bottom: 0;
left: 0;}

}

/*--- highway_search_form ---*/

.form_layout_hs{
display: flex;}

@media (max-width: 600px) {

.form_layout_hs{
display: flex;
flex-direction: column;}

.form_header_image img{
object-fit: cover;
object-position: center center;
width: 100%;
height: 100%;}
	
.form_item{
justify-content: center;}
	
.form_layout_hs .form_header_image, .form_layout_hs .form_spot{
margin:0 0 15px 0;}
	
}

.form_item_base{
display: flex;
flex-direction: column;}

.form_item{
display: flex;
flex-wrap:wrap;
align-items:center;}

.form_layout_hs select{
padding:10px;
margin:0 10px 0 0;
border:0;
border-radius: 5px;
background: #fff;
color: #000;
font-size: 1rem;}

.form_layout_hs label{
color:#fff;
margin:0 5px 0 0;
font-size:0.9rem;}

.form_layout_hs label i{
margin:0 5px 0 0;}

.form_layout_hs .md{
margin:0 10px 0 0;}

.searchbutton{
cursor:pointer;
padding:10px;
background: #fff;
color: #000;
padding:10px 40px 10px 40px;
border:0;
font-size: 1.2rem;
font-weight:700;
transition-duration: .3s;
-webkit-transition-duration:.3s;}

.searchbutton:hover{
color:#fff;
background:#e60000;}

.searchbutton i{
margin:0 10px 0 10px;
font-size:1.2rem;}

.form_copy{
margin:15px 0 0 0;}

.form_copy p{
margin:0;
color:#fff;
font-size:0.7rem;}

.form_header_image{
margin:0 15px 0 0;}

.form_spot, .form_day{
margin:0 15px 0 0;}

.form_button{
margin:0 12px 0 0;}

@media (max-width: 1228px) {

.form_spot, .form_day{
margin:0 0 15px 0;}
	
}

@media (max-width: 1001px) {

.form_day{
margin:0;}
	
}

@media (max-width: 979px) {
	
.form_spot{
margin:0 0 15px 0;}
	
.form_button{
margin:0;}
	
}

@media (max-width: 745px) {
	
.form_day{
margin:0 0 15px 0;}
	
}

@media (max-width: 600px) {
	
.form_day{
margin:0;}
	
.form_button{
margin:0;}
	
}

@media (max-width: 536px) {

.form_day{
margin:0 0 15px 0;}
	
}

/*--- operations ---*/

.operation_index{
display:flex;
flex-wrap:wrap;
border-top:1px solid #c3c3c3;}

.operation_index dt{
font-size: 0.95rem;
color: #525252;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
border-bottom:1px solid #c3c3c3;
width:22%;
min-width:160px;
padding:20px 0 20px 0;}

.operation_index dd{
font-size: 0.95rem;
color: #525252;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
border-bottom:1px solid #c3c3c3;
width:78%;
padding:20px;}

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

.operation_index dt{
width:100%;
border:0;}
	
.operation_index dd{
width:100%;
padding:0 0 20px 0;}

}

/*--- news ---*/

.news_nav{
width:100%;
margin:4rem 0 4rem 0;}

.news_nav ul{
width:100%;
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;}

.news_nav ul li{
width:100%;
max-width:175px;}

.news_nav ul li a{
display:block;
background:#ebebeb;
color:#fff;
font-size:0.95rem;
font-weight:600;
padding:10px 20px 10px 20px;
text-align:center;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.news_nav ul .current-menu-item:nth-child(1) a{
cursor:default;
pointer-events: none;
position:relative;
background:#e60000;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .current-menu-item:nth-child(2) a {
cursor:default;
pointer-events: none;
position:relative;
background:#e60000;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .current-menu-item:nth-child(3) a {
cursor:default;
pointer-events: none;
position:relative;
background:#2c7cf3;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .current-menu-item:nth-child(4) a {
cursor:default;
pointer-events: none;
position:relative;
background:#ff6060;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .current-menu-item:nth-child(5) a {
cursor:default;
pointer-events: none;
position:relative;
background:#00a99d;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .current-menu-item:nth-child(6) a {
cursor:default;
pointer-events: none;
position:relative;
background:#20b32f;
color:#fff;
font-size:0.95rem;
font-weight:600;}

.news_nav ul .menu-item-1550 a:hover{
background:#e60000;}

.news_nav ul .menu-item-1552 a:hover{
background:#e60000;}

.news_nav ul .menu-item-1547 a:hover{
background:#2c7cf3;}

.news_nav ul .menu-item-1546 a:hover{
background:#ff6060;}

.news_nav ul .menu-item-1551 a:hover{
background:#00A99D;}

.news_nav ul .menu-item-1553 a:hover{
background:#20b32f;}

.news_index_footer{
width:100%;
display:flex;
justify-content:center;}

.news_index_footer > a div{
padding: 10px 36px 10px 36px;
background: #e60000;
font-weight: 600;
color: #fff;
transition-duration: .3s;
-webkit-transition-duration: .3s;}

.news_index_footer > a:hover div{
color: #fff;
opacity:0.6;}

.news_index_footer > a div::after {
padding: 0 0 0 20px;
font-size: 1rem;
color: #fff;
content: "\f0a9";
font-family: FontAwesome;}

.news_contents{
width:100%;
max-width:1152px;
margin:0 auto 0 auto;}

/*-- news_index --*/

.post_main .news_index{
margin:0 0 2rem 0;}

.post_main .news_index dt{
font-size:0.8rem;
display:flex;
align-items:center;
padding:0 0 1rem 0;}

.post_main .news_index dt span{
margin:0 0 0 10px;}

.post_main .news_index dd{
padding:0 0 2rem 0;
margin:0 0 2rem 0;
border-bottom:1px dotted #c3c3c3;}

.post_main .news_index dd a{
color:#323232;
font-weight:600;
font-size:0.95rem;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.post_main .news_index dd a:hover{
color:#e60000;}

/*-- news_pagenation --*/

.news_pagenation{
display:flex;
gap:20px;
font-size:0.9rem;
justify-content:center;}

.news_pagenation .current{
color:#525252;}

.news_pagenation a{
color:#525252;
text-decoration: underline;
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.news_pagenation a:hover{
color:#e60000;}

/*-- news_icon --*/

.news_1{
display: block;
font-size:0.8rem;
color:#fff;
font-weight:600;
background:#e60000;
padding:5px;
width:90px;
text-align:center;}

.news_2{
display: block;
font-size:0.8rem;
color:#fff;
font-weight:600;
background:#ff6060;
padding:5px;
width:90px;
text-align:center;}

.news_3{
display: block;
font-size:0.8rem;
color:#fff;
font-weight:600;
background:#2c7cf3;
padding:5px;
width:90px;
text-align:center;}

.news_4{
display: block;
font-size:0.8rem;
color:#fff;
font-weight:600;
background:#20b32f;
padding:5px;
width:90px;
text-align:center;}

.news_5{
display: block;
font-size:0.8rem;
color:#fff;
font-weight:600;
background:#00A99D;
padding:5px;
width:90px;
text-align:center;}

.op_1{
font-size:0.95rem;
color:#525252;
font-weight:600;
margin:0 20px 0 0;}

.op_2{
font-size:0.95rem;
color:#525252;
font-weight:600;
margin:0 20px 0 0;}

.op_3{
font-size:0.95rem;
color:#525252;
font-weight:600;
margin:0 20px 0 0;}

.cancellation{
font-weight:600;
color:#49b231;
margin:0 10px 0 0;}

.suspension{
font-weight:600;
color:#ff0000;
margin:0 10px 0 0;}

/*--- travel ---*/

.contact_list{
display:flex;
flex-wrap:wrap;
gap:20px;}

.contact_list > p{
margin:0;}

/*--- table ---*/

table{
border:0;}

.tbcc {
width:100%;
margin: 0 auto 2rem auto;
border-collapse: collapse;
border:1px solid #c8c8c8;
font-size: 1rem;
color: #323232;}

.tbcc th {
width:20%;
max-width:150px;
background: #e1f5f5;
border: solid 1px #c8c8c8;
padding: 10px;
font-size:0.9rem;
font-weight:600;}

.tbcc tr{
border-bottom:1px solid #c8c8c8;}

.tbcc tr:last-child {
border-bottom:0;}

.tbcc td{
padding:10px;
font-size:0.95rem;
line-height:1.2;}

.tbcc th,
.tbcc td {
line-height:1.5;
vertical-align: middle;}

.tbcc strong{
font-weight:600;
color:#e60000;}

.tbcc i{
margin:0 5px 0 5px;}

.tbcc th img{
width:40px;
height:40px;}

.tbcc .wth{
background:#fff;}

.tbcc td ul li{
display:flex;
align-items:center;
gap:5px;}
 
@media screen and (max-width: 640px) {

.tbcc th,
.tbcc td {
display: block;
width: 100%;
max-width:100%;}
	
.tbcc th{
border: none;}

.tbcc td{
border-top: solid 1px #ebebeb;}

}

/*--- rosen ---*/

.rosen_header{
display:flex;
align-items:center;
background:#ebebeb;
border-bottom:1px solid #e60000;
padding:20px;
margin:0 0 4rem 0;}

.rosen_header > img{
width:50px;
margin:0 10px 0 0;}

.rosen_header div h2 span{
font-weight:600;
color:#e60000;}

@media screen and (max-width: 450px) {
	
.kbs_flist h5{
font-size:1.2rem;}

.rosen_header > img{
width:30px;
margin:0 10px 0 0;}
	
.rosen_header div h2{
font-size:1.2rem;}
	
}

.rosen_header > i{
font-size:3rem;
color:#e60000;}

.rosen_header > div h2{
text-align:left;
margin:0;}

.rosen_header > div sub{
font-size:0.8rem;} 

.post_main .nh_base  > .rosen_h3{
border-top:0;
border-left:0;
border-right:0;
font-size:1.2rem;
padding:0 0 10px 0;
border-bottom:1px solid #d7d7d7;
display:flex;
align-items:center;}

.post_main .nh_base  > .rosen_h3 i{
color:#e60000;
font-size:2rem;
margin:0 10px 0 0;}

.rosen_timeline{
display:flex;
flex-wrap:wrap;
width:100%;
max-width:1152px;
justify-content: center;
gap:2rem;
margin:0 0 2rem 0;}

.us{
margin:2rem 0 2rem 0;}

.rosen_timeline > div{
width:48%;}

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

.rosen_timeline > div{
width:100%;}
	
}

.rosen_timeline_multi{
display:flex;
justify-content: space-around;
margin:0 0 2rem 0;}

.wrap_rosen_img{
width:67%;
max-width:720px;
height:auto;
display: flex;
align-items: flex-start;}

.rosen_contents_menu{
width:33%;}

.rosen_contents_menu .menu{
-webkit-transform:none;
transform:none;
width:100%;
min-height:100%;
display:flex;
justify-content: start;
align-items: start;}

.rosen_contents_menu .menu li {
width:100%;}

.rosen_contents_menu .menu li i{
margin:0 0 0 10px;
color:#e60000;}

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

.rosen_contents_menu .menu li a{
padding:20px;}
	
}

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

.rosen_contents_menu .menu li a{
padding:10px;}
	
}

/*--- rosen_bus_search ---*/

.bus_search_base{
margin:6rem 0 0 0;
padding:2rem;
border:1px solid #c3c3c3;}

.bus_search_base label{
font-size: 0.95rem;
color: #525252;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.bus_search_radio{
margin:0 0 3rem 0;
display:flex;
justify-content: center;}

.bus_search_radio div{
margin:0 1rem 0 1rem;}

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

.bus_search_radio div{
margin:0 5px 0 5px;}

}

.bus_search_radio div label{
margin:0 0 0 5px;}

.bus_search_body_base{
width:100%;
max-width:1152px;
display:flex;
gap: 60px;
margin:0 0 3rem 0;}

.center{
margin:3rem auto 3rem auto;}

.bus_search_box{
width:50%;
max-width:513px;}

.bus_search_base h5{
font-size:1.2rem;
padding:0 0 0.5rem 0;
text-align:center;
border-bottom:1px solid #c3c3c3;}

.bus_search_base #resultarea h5{
font-size:1.2rem;
padding:0 0 0.5rem 0;
text-align:center;
border:0;}

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

.bus_search_body_base{
flex-direction:column;}
	
.bus_search_box{
width:100%;
max-width:100%;}

.bus_search_body_base{
gap:20px;}

.wrap_rosen_img{
width:100%;}
	
.rosen_contents_menu{
width:100%;	}
	
.rosen_contents_menu .menu li a{
padding:30px 20px 30px 20px;}
	
}

.search_box_base table{
width:100%;}

.search_box_base table td{
height:40px;
vertical-align:middle;}

.search_box_base_2{
display: flex;
gap: 10px;
width: fit-content;}

.search_box_base_2 > input{
border:1px solid #c3c3c3;
background:#fff;
padding:5px;}

.search_box_base_2 > button{
border:1px solid #c3c3c3;
background:#fff;
padding:5px;
color:#323232;}

#resultarea ul{
list-style: disc;
margin:0 0 2rem 0;}

#resultarea ul li{
font-size:0.95rem;
color:#525252;
margin:0 0 1rem 1rem;}


/*--- scroll_table（運行形態） ---*/

.responsive-table_ld {
padding:0;
margin:0 0 2em 0;
overflow:auto;}

.responsive-table_ld table {
width:1152px;
border:0;
color:#525252;
border-collapse:separate;
border-spacing:0;}

.responsive-table_ld table th,
.responsive-table_ld table td {
border-right:1px solid #c8c8c8;
border-bottom:1px solid #c8c8c8;
padding:10px;
line-height:1.5;
font-size:0.9rem;
text-align:left;
vertical-align: middle;}

.responsive-table_ld table th.fixed-cell,
.responsive-table_ld table td.fixed-cell {
position: -webkit-sticky;
position:sticky;
left:0;
width:15%;
vertical-align: middle;}

.responsive-table table th.fixed-cell strong,
.responsive-table table td.fixed-cell strong{
color:#e60000;
font-weight:600;}

.responsive-table_ld table tr:first-child th,
.responsive-table_ld table tr:first-child td {
border-top:1px solid #c8c8c8;
vertical-align: middle;}

.responsive-table_ld table th:first-child,
.responsive-table_ld table td:first-child {
border-left:1px solid #c8c8c8;
vertical-align: middle;}

.responsive-table_ld table td{
width:42.5%;}

/*--- scroll_table（案内） ---*/

.responsive-table {
padding:0;
margin:0 0 2em 0;
overflow:auto;}

.responsive-table table {
width:1152px;
border:0;
color:#525252;
border-left:1px solid #c8c8c8;
border-collapse:separate;
border-spacing:0;}

.responsive-table table th,
.responsive-table table td {
border-right:1px solid #c8c8c8;
border-bottom:1px solid #c8c8c8;
padding:10px;
font-size:0.9rem;
line-height:1.5;
text-align:center;
vertical-align: middle;}

.responsive-table table .lt_text, .responsive-table_ld table .lt_text{
text-align:left;}

.responsive-table table tr:first-child th,
.responsive-table table tr:first-child td {
border-top:1px solid #c8c8c8;
vertical-align: middle;}

.responsive-table table th:first-child,
.responsive-table table td:first-child {
vertical-align: middle;}

.responsive-table table th.fixed-cell,
.responsive-table table td.fixed-cell {
position: -webkit-sticky;
position:sticky;
left:0;
width:17%;
vertical-align: middle;}

.responsive-table table th.fixed-cell-3,
.responsive-table table td.fixed-cell-3 {
position: -webkit-sticky;
position:sticky;
left:0;
width:15%;
vertical-align: middle;}

.responsive-table table th.fixed-cell-3_2,
.responsive-table table td.fixed-cell-3_2 {
position: -webkit-sticky;
position:sticky;
left:0;
width:10%;
vertical-align: middle;}

.responsive-table table th.fixed-cell-3_3,
.responsive-table table td.fixed-cell-3_3 {
position: -webkit-sticky;
position:sticky;
left:173px;
width:5%;
text-align:center;
vertical-align: middle;}

.responsive-table table th.fixed-cell-3_4,
.responsive-table table td.fixed-cell-3_4 {
position: -webkit-sticky;
position:sticky;
left:0px;
width:20%;
text-align:left;
vertical-align: middle;}

.responsive-table table th.fixed-cell-3 a i,
.responsive-table table td.fixed-cell-3 a i{
margin:0 0 0 5px;}

.responsive-table table th.fixed-cell-2,
.responsive-table table td.fixed-cell-2 {
position: -webkit-sticky;
position:sticky;
left:173px;
width:30%;
text-align:left;
vertical-align: middle;}

.responsive-table table th.fixed-cell-2_2,
.responsive-table table td.fixed-cell-2_2 {
position: -webkit-sticky;
position:sticky;
left:162px;
width:10%;
vertical-align: middle;}

.responsive-table table th.fixed-cell-2_3,
.responsive-table table td.fixed-cell-2_3 {
position: -webkit-sticky;
position:sticky;
left:115px;
width:16%;
text-align:left;
vertical-align: middle;}

@media screen and (max-width: 768px) {
	
/*--.responsive-table table th.fixed-cell-3,
.responsive-table table td.fixed-cell-3 {
width:10%;}--*/
	
.responsive-table table th.fixed-cell-2,
.responsive-table table td.fixed-cell-2 {
position: -webkit-sticky;
position:sticky;
left:115px;
white-space: normal;
width:15%;
white-space: normal;
vertical-align: middle;}
	
.responsive-table table th.fixed-cell-2_2,
.responsive-table table td.fixed-cell-2_2 {
position: -webkit-sticky;
position:sticky;
left:109px;
width:10%;
vertical-align: middle;}
	
.responsive-table table th.fixed-cell-2 a,
.responsive-table table td.fixed-cell-2 a{
display:block;}
	
}

.responsive-table table .th, .responsive-table_ld table .th{
font-weight:600;
background:#e1f5f5;}

.responsive-table table .sh, .responsive-table_ld table .sh{
font-weight:600;
background:#f0f5f5;}

.responsive-table table .th_2, .responsive-table_ld table .th_2{
font-weight:600;
background:#e1f5f5;
text-align:center;}

.responsive-table table .sh_2, .responsive-table_ld table .sh_2{
font-weight:600;
background:#f0f5f5;
text-align:center;}

.responsive-table table .sh_3, .responsive-table_ld table .sh_3{
font-weight:600;
background:#f0f5f5;
text-align:left;}

.responsive-table table .th_3, .responsive-table_ld table .th_3{
font-weight:600;
background:#e1f5f5;
text-align:left;}

.responsive-table table .th_3 a, .responsive-table_ld table .th_3 a{
font-weight:600;}

.responsive-table table .th_nw, .responsive-table_ld table .th_nw{
background:#e1f5f5;}

.responsive-table table td i, .responsive-table_ld table td i{
margin:0 0 0 10px;} 

.responsive-table table td strong, .responsive-table_ld table td strong{
font-weight:600;
color:#e60000;} 

.responsive-table table th span, .responsive-table_ld table th span{
font-size:0.7rem;
color:#e60000;} 

.responsive-table table .td_3, .responsive-table_ld table .th_3{
text-align:left;
vertical-align: middle;}

.responsive-table table .yh, .responsive-table_ld table .yh{
background:#ffd782;
font-weight:600;}

.responsive-table table td .multi_list{
margin:0 0 0 1rem;}

.responsive-table table td img{
width:100%;
max-width:200px;
height:100%;}

.tds{
font-weight:600;}

.close{
background:#ededed;}

.table_footer_list li{
font-size:0.95rem;
color:#525252;
line-height:1.5;
margin:0 0 1rem 0;}

.table_footer_list li:last-child{
margin:0 0 2rem 0;}

.table_footer_list li i{
margin:0 0 0 5px;
color:#e60000;}

.responsive-table table .f_icon_list{
margin:0;}

.responsive-table table .f_icon_list img{
width:30px;
height:30px;}

/*--- scroll_bar ---*/

.responsive-table, .responsive-table_ld {
overflow-x: auto;
padding-bottom: 10px;
-webkit-overflow-scrolling: touch;}

.responsive-table::-webkit-scrollbar, .responsive-table_ld::-webkit-scrollbar {
height: 10px;}

.responsive-table::-webkit-scrollbar-track, .responsive-table_ld::-webkit-scrollbar-track{
background: #eee;}

.responsive-table::-webkit-scrollbar-thumb, .responsive-table_ld::-webkit-scrollbar-thumb{
background: #aaa;
border: none;}

.responsive-table::-webkit-scrollbar-thumb:hover, .responsive-table_ld::-webkit-scrollbar-thumb:hover {
background: #999;}

#resultarea .responsive-table > table{
width:1086px;
border:0;
color:#525252;
border-left: 1px solid #c8c8c8;
border-collapse:separate;
border-spacing:0;}

.responsive-table > p{
margin:0.5rem 0 0 0;}

/*--- Information ---*/

.post_wrap{
display: flex;
justify-content: space-between;}

.post_wrap_2{
display: flex;
margin:0 0 2rem 0;}

.post_wrap_2 img{
width:30%;
max-width:200px;
height:100%;
margin:0 20px 0 0;}

.post_wrap_3{
display: flex;
align-items:center;
margin:0 0 2rem 0;
gap:30px;}

.post_img_wrap{
display:flex;
width:30%;
flex-direction:column;}

.post_img_wrap img{
margin:0 0 20px 0;}

.post_img_text{}

.post_wrap_3 > img{
width:30%;
max-width:200px;
height:100%;
margin:0 20px 0 0;}

.post_wrap_3 > a img{
max-width:200px;
height:100%;
margin:0 20px 0 0;}

.post_main .post_wrap_3 p{
margin:0;}

.post_main .post_wrap_3 div p{
margin:0 0 1rem 0;}

.post_wrap_3_2{
display: flex;
justify-content: space-between;
margin:0 0 2rem 0;}

.post_wrap_3_2 img{
width:30%;
max-width:200px;
height:100%;
margin:0 0 0 20px;}

.post_img{
width:100%;
max-width:800px;
margin:0 auto 2rem auto;
text-align:center;}

.post_img_2{
width:100%;
max-width:800px;
margin:0 0 2rem 0;}

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

.post_img_wrap{
width:60%;}

}

@media screen and (max-width: 600px) {
	
.post_wrap_3, .post_wrap_3_2{
display: flex;
flex-direction:column;
justify-content:center;
align-items:center;
margin:0 0 2rem 0;}

.post_wrap_3 > img{
width:60%;
max-width:100%;
height:100%;
margin:0 auto 20px auto;}
	
.post_wrap_3_2 > img{
width:60%;
max-width:100%;
height:100%;
margin:0 auto 2rem auto;}
	
.contents_window .post_wrap_3_2{
margin:0;}
	
.contents_window .post_wrap_3_2 img{
margin:0;}
	
}

.post_wrap p{
width: calc( 100% - 200px );
margin:0 50px 0 0;}

.post_wrap img{
width:200px;
height:auto;}

@media screen and (max-width: 600px) {
	
.post_wrap p{
width: 100%;
margin:0 0 50px 0;}

.post_wrap{
display: flex;
flex-direction:column;
justify-content:center;}
	
.post_wrap img{
margin:0 auto 0 auto;}
	
}

/*--- Q&A ---*/

.qa-list{
margin:0 0 10px 0;}

.js-title{
cursor: pointer;
position: relative;
border:1px solid #afafaf;
background:#f8f8f8;
padding:15px 40px 15px 45px;
font-size:0.95rem;
font-weight:600;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.js-title::before {
position:absolute;
top:15px;
left:15px;
content: 'Q.';
color: #e60000;
font-weight:600;
margin:0 10px 0 0;
font-size: 0.95rem;}

.js-title::after {
position: absolute;
display: block;
content: '';
top: 43%;
right: 22px;
width: 8px;
height: 8px;
border-top: 2px solid #000;
border-right: 2px solid #000;
transform: rotate(135deg);
transition: all .3s ease-in-out;}

.js-title.open::after {
transform: rotate(-45deg);
top: 45%;}

.qa-list dd{
display: none;
position: relative;
font-size:0.95rem;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;
border-left: 1px solid #afafaf;
border-right: 1px solid #afafaf;
border-bottom: 1px solid #afafaf;
padding: 15px 15px 15px 45px;}

.qa-list dd::before {
position:absolute;
top:15px;
left:15px;
content: 'A.';
color: #33a345;
font-weight:600;
margin:0 10px 0 0;
font-size:0.95rem;}

/*--- site_accordion ---*/

.ac-list{
margin:0 0 2rem 0;
border-bottom:1px dotted #afafaf;}

.bac_mt-title{
cursor: pointer;
position: relative;
border-top:1px dotted #afafaf;
background:#fff;
padding:20px 40px 20px 35px;
font-size:0.95rem;
font-weight:600;
line-height: 1.5;
letter-spacing: 0.8pt;
word-break: break-all;}

.bac_mt-title::before {
position: absolute;
top: 20px;
left: 15px;
width: 4px;
height: 36%;
content: '';
background: #e60000;}

.bac_mt-title::after {
position: absolute;
display: block;
content: '';
top: 43%;
right: 22px;
width: 8px;
height: 8px;
border-top: 2px solid #e60000;
border-right: 2px solid #e60000;
transform: rotate(135deg);
transition: all .3s ease-in-out;}

.bac_mt-title.open:after {
transform: rotate(-45deg);
top: 45%;}

.ac-list dd{
padding:0 0 20px 0;
display: none;}

/*--- 乗り場 ---*/

.map_wrap_base{
display: flex;
justify-content: space-between;
width:100%;
max-width:1152px;
margin:0 0 10% 0;}

.map_wrap{
display: flex;
justify-content: space-between;
width:50%;}

.map_index{
display: flex;
justify-content: center;
align-items: center;
text-align:center;
width:50%;}

.map_index_multi p:first-child{
margin:0 0 1rem 0;}

.map_index p{
margin:0;
font-size:1rem;
color:#323232;
font-weight:600;}

.map_index p span{
font-size:0.8rem;}

.map_index p span a::after{
padding:0 0 0 5px;
font-size:0.9rem;
color:#e60000;
content: "\f08e";
font-family: FontAwesome;}

.map_wrap img{
width:100%;
height:auto;
max-width:218px;
max-height:159px;}

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

.map_wrap{
flex-direction:column;
justify-content: center;
align-items: center;
width:100%;
margin:0 0 10% 0;}
	
.map_index{
width:100%;
margin:0 0 1rem 0;}
	
}

@media screen and (max-width: 600px) {
	
.map_wrap{
margin:0 0 10% 0;}

.map_wrap_base{
flex-direction:column;}
	
.fc{
margin:0;}
	
}

/*--- howto ---*/

.img_notice{
margin:0 0 2rem 0;}

.oc_base{
width:100%;
max-width:1152px;
display: flex;
justify-content: space-between;}

.outside_contact_dl{
width:100%;
max-width:530px;
margin:0 2rem 2rem 0;}

.outside_contact_dl:nth-child(n+2) {
margin:0 0 2rem 0;}

.outside_contact_dl dt{
font-size:0.95rem;
line-height:1.5;
font-weight:600;
margin:0;}

.outside_contact_dl dt:nth-child(n+2) {
margin:1rem 0 0 0;}

.outside_contact_dl dd{
font-size:0.95rem;
display: flex;
justify-content: space-between;
align-items: center;
line-height:1.5;
border-bottom:1px solid #ececec;
padding:15px 0 15px 0;}

.outside_contact_dl dd .center_name{
width:100%;
max-width:340px;}

.outside_contact_dl dd .center_dial{
margin:0 0 0 20px;
width:100%;
max-width:150px;}

.outside_contact_dl dt::before{
margin:0 10px 0 0;
font-size:0.95rem;
color:#e60000;
content: "\f0d7";
font-family: FontAwesome;}

.outside_contact_dl dd .center_dial::before{
margin:0 10px 0 0;
font-size:0.95rem;
color:#c3c3c3;
content: "：";}

@media screen and (max-width: 802px) {
	
.oc_base{
flex-direction:column;}
	
.outside_contact_dl{
max-width:100%;}
	
.outside_contact_dl:first-child{
margin:0 0 1rem 0;} 
	
}

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

.outside_contact_dl dd{
flex-direction:column;
margin:0 0 1rem 0;}
	
.outside_contact_dl dd .center_name{
max-width:100%;}
	
.outside_contact_dl dd .center_dial{
max-width:100%;}

}

/*--- ride ---*/

.flow_list{
margin:0 0 2rem 0;}

.flow_list > li{
margin:0 0 2rem 0;
font-size: 0.95rem;
color: #525252;
line-height: 1.5;
letter-spacing: 0.8pt;
margin: 0 0 2rem 0;
word-break: break-all;}

.flow_list > li::before{
margin:0 10px 0 0;
font-size:0.95rem;
color:#00b5d3;
content: "\f138";
font-family: FontAwesome;}

.f_blue{
color:#00b0f0;}

.f_green{
color:#92d050;}

/*--- flowchart ---*/

.flowchart{
margin:0 0 2rem 0;}

.contents_window .flowchart{
margin:0;}

.flowchart li{
position:relative;
padding:15px;
color:#525252;
line-height:1.5;
background:#e7e7e7;
text-align:center;
margin:0 0 2rem 0;}

.flowchart li i{
margin:0 10px 0 0;}

.flowchart li::after{
margin:20px 0 20px 0;
font-size:0.95rem;
color:#c3c3c3;
content: "\f078";
font-family: FontAwesome;
display: inline-block;
position: absolute;
bottom: -48px;
left:50%;}

.flowchart li:last-child{
margin:0;}

.flowchart li:last-child::after{
content: "";}

/*--- mail_form ---*/

.contact_time_layout{
display:flex;
flex-wrap:wrap;
margin:0;
text-align:right;}

.f_time > .contact_time_layout{
display:block;
text-align:right;
color:#000;
margin:0;}

.contact_time_layout span{
font-size:0.8rem;}

.mailform{
width:100%;
display:flex;
flex-wrap:wrap;
margin:0 0 2rem 0;
border-top:1px solid #d8d9d9;}

.mailform dt{
width:20%;
padding:20px;
font-size:0.95rem;
line-height:1.5;
display:flex;
align-items:center;
background:#f0f5f5;
color:#323232;
font-weight:600;
border-bottom:1px solid #d8d9d9;
box-sizing: border-box;}

.mailform dd{
width:80%;
padding:20px;
font-size:0.95rem;
line-height:1.5;
display:flex;
flex-wrap:wrap;
align-items:center;
gap:10px;
color:#323232;
border-bottom:1px solid #d8d9d9;
box-sizing: border-box;}

.post_main .mailform_footer h4{
padding:0;
border:0;}

.post_main .mailform_footer .footer_cc{
display:flex;
flex-direction:column;
margin:0 0 1rem 0;}

.wpcf7-list-item{
margin:0;}

.wpcf7-list-item label{
font-size:0.9rem;
line-height:1.5;
color:#323232;
margin:0 20px 0 0;}

.mailform_footer label{
font-size:0.9rem;
line-height:1.5;
color:#525252;}

.name_label{
display:flex;
align-items:center;}

.name_label label{
width:3rem;}

.wpcf7-text, .wpcf7-textarea{
padding: 0.5rem;
border-radius: 5px;
color:#323232;
border:1px solid #d5d5d5;}

.wpcf7-textarea{
width:100%;
box-sizing: border-box;
display:block;
resize: vertical;}

input[type="submit"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 0.95rem;
width: 200px;
padding: 10px;
background-color: #e60000;
border: none;
color: #fff;
cursor: pointer;}

span.wpcf7-spinner {
display: none;}

.submit_base{
width:100%;
text-align:center;}

.submit {
margin:2rem 0 0 0;
width:200px;
text-align:center;
display: inline-block;
position: relative;}

.submit::after{
position: absolute;
content: "\f054";
font-size:0.95rem;
color: #fff;
right: 36%;
top: 50%;
transform: translateY(-50%);
font-family: FontAwesome;}

.wpcf7-submit{
transition: all .3s ease;
-webkit-transition: all .3s ease;}

.wpcf7-submit:hover{
color:#fff;
opacity: 0.6;}

.mailform dd span .s_input{}

.mailform dd p{
width:100%;
font-size:0.8rem;
display:block;
margin:0.5rem 0 0 0;}

.mailform > .ta_big{
display:block;}

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

.mailform{
flex-direction:column;
border:0;}
	
.mailform dt{
width:100%;
border:1px solid #d8d9d9;}
	
.name_label{
margin:0 0 1rem 0;}
	
.name_label:nth-child(2){
margin: 0;}
	
.wpcf7-text{
width:100%;}

.mailform dd{
width:100%;

margin:0 0 15px 0;
border-bottom:1px solid #d8d9d9;
border-left:1px solid #d8d9d9;
border-right:1px solid #d8d9d9;}
	
}

/*--- pdf&fare_table ---*/

.fare_img_layout{
margin:0 auto 0 auto;
width:100%;
max-width:680px;
margin:0 auto 0 auto;}

.fare_img_layout img{
width:100%;
max-width:680px;
height:auto;
margin:0 0 2rem 0;}


/*--- reCAPTCHA v3 ---*/
.grecaptcha-badge{
margin:0 0 80px 0;}

/*--- 運休 ---*/

.menu-item-1538 a{
position:relative;
font-size:0.95rem;
font-weight:600;}

.menu-item-1538 a span{
color:#ff0000!important;
font-size:0.7rem!important;}