<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* pc
-------------------------------------*/
#contbox_acc_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_01 img.img_acc_routemap{
    width: 1000px;
}
#contbox_acc_01 .acc_time{
    width: 800px;
    margin: 0 auto 40px auto;
}
#contbox_acc_01 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner01 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner01 ul li{
    position: relative;
    width: 24%;
    padding: 0 1% 0 0;
    box-sizing: border-box;
}

#contbox_acc_01 .inner01 ul li p.p_town_name{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: auto;
    padding: 3px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    background-color: rgba(0,0,0,0.8);
    overflow:hidden;
    box-sizing: border-box;
}

#contbox_acc_01 .inner01 ul li p.p_town_time{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    color: #fff;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner01 ul li p.p_town_time em{
    font-size: 24px;
    font-size: 2.4rem;
}
#contbox_acc_01 .inner02{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    background-color: #ded6c0;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner02 .item:first-child{
    width: 50%;
    align-self: center;
    padding: 30px;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner02 .item:last-child{
    width: 50%;
    align-self: center;
}


#contbox_acc_02 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_02 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
#contbox_acc_02 .inner01 .item{
    width: 46%;
    align-self: center;
}
#contbox_acc_02 .inner01 .item ul{
    display: flex;
    justify-content: space-between;    
}
#contbox_acc_02 .inner01 .item ul li{
    width: 49%;
}
#contbox_acc_03 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_03 .inner01{
    width: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
#contbox_acc_03 .inner01 .item{
    width: 46%;
    align-self: center;
}


/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {
	
#contbox_acc_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_01 img.img_acc_routemap{
	width:100%;
}
#contbox_acc_01 .acc_time{
	width:100%;
    margin: 0 auto 40px auto;
}
#contbox_acc_01 .inner01{
    width: 100%;
    margin: 0 0 40px 0;
    overflow:hidden;
}
#contbox_acc_01 .inner01 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow:hidden;
}
#contbox_acc_01 .inner01 ul li{
    position: relative;
    width: 49%;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}

#contbox_acc_01 .inner01 ul li p.p_town_name{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 3px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    background-color: rgba(0,0,0,0.8);
    overflow:hidden;
    box-sizing: border-box;
}

#contbox_acc_01 .inner01 ul li p.p_town_time{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 100%;
    color: #fff;
    font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
    background-color: rgba(0,0,0,0.8);
    border-radius: 50%;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner01 ul li p.p_town_time em{
    font-size: 24px;
    font-size: 2.4rem;
}

#contbox_acc_01 .inner02{
    width: 100%;
    margin: 0 0 40px 0;
    background-color: #ded6c0;
    overflow:hidden;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contbox_acc_01 .inner02 .item:first-child{
    width: 100%;
    padding: 20px;
    overflow:hidden;
    box-sizing: border-box;
}
#contbox_acc_01 .inner02 .item:last-child{
    width: 100%;
}

#contbox_acc_02 {
	width:100%;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_02 .inner01{
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contbox_acc_02 .inner01 .item{
    width: 100%;
    align-self: center;
}
#contbox_acc_02 .inner01 .item ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;  
}
#contbox_acc_02 .inner01 .item ul li{
    width: 100%;
}
#contbox_acc_03 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_acc_03 .inner01{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}
#contbox_acc_03 .inner01 .item{
    width: 100%;
    align-self: center;
}

}</pre></body></html>