@charset "UTF-8";

.section-tour .navtabs .navtabs-link > span::before{
    width: 100px;
    height: 100px;
}
h2, .h2 {
    margin-bottom: 30px;
}
.fast-link>li:nth-child(5) a>span::before {
	background-image: url('../../images/icon/fastlink_6_bk.svg');
}

@media screen and (min-width: 1025px) {
	.fast-link > li:nth-child(5) a:hover > span::before,
	.fast-link > li:nth-child(5) a:focus > span::before {
		background-image: url('../../images/icon/fastlink_6_active_bk.svg');
	}
}

@media screen and (max-width: 1480px){
    .section-tour .navtabs .navtabs-link > span {
        display: block;
    }
    .section-tour .navtabs .navtabs-link > span::before{
        display: block;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
}
@media screen and (min-width: 1280px){
    .section-tour .navtabs .navtabs-link > span {
        font-size: 1.25rem;
    }
}
@media screen and (max-width: 1024px){
    .section-tour .navtabs .navtabs-link {
        padding-bottom: 10px;
    }
    .section-tour .navtabs .navtabs-link > span {
        font-size: 1rem;
    }
    .section-tour .navtabs .navtabs-link > span::before{
        width: 75px;
        height: 80px;
    }
    .TwmapContent {
        padding: 10px;
    }
}
@media screen and (max-width: 767px){
    .section-tour .navtabs .navtabs-item{
        border-right: none;
    }
    .section-tour .navtabs .navtabs-link > span {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 480px){
    .section-tour .navtabs .navtabs-link > span {
        font-size: 0.8rem;
        line-height: 1.2em;
    }
    .section-tour .navtabs .navtabs-link > span::before{
        width: 65px;
        height: 50px;
    }
    .TwmapContent .navtabs .navtabs-link>span {
        font-size: 0.8rem;
    }
    .main section {
        padding:0px 0px 0px 0px;
    }
    .TwmapContent {
        padding: 30px 10px 10px 10px;
    }
    section.section-info {
        padding-top:30px;
    }
}