@charset "UTF-8";
/* /onsen/kanto/kusatsu/css/index_pc.css */

/*==============================================
タイトル str
*/
.main__visual {
	position: relative;
	background-image: url("/attending/onsen/kanto/kusatsu/images/main__visual__BP19-066181D.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 370px;
	margin-bottom: 50px;
}
/*
タイトル end
==============================================*/

/*==============================================
アクセス str
*/
.transportation__route--group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transportation__text {
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
}

.transportation__text b {
    display: block;
    font-size: 1.6rem;
}

.transportation__text--arrow {
    width: 10%;
    text-align: center;
}

.transportation__text--arrow img {
    transform: rotate(-90deg);
}

/* .transportation__text--arrow {
    position: relative;
}

.transportation__text--arrow:not(:last-child)::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    border-top: 2px solid var(--theme-color);
    border-right: 2px solid var(--theme-color);
    transform: translateY(-50%) rotate(45deg);
} */

.transportation__time-required {
    text-align: right;
    margin-left: auto;
}

.time-required__icon {
    position: relative;
}

.time-required__icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(/attending/onsen/common/images/icon__clock.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.transportation__text--label {
    display: inline-block;
    background-color: #7E7E7E;
    font-size: 1.4rem;
    color: #fff;
    padding: 2px 5px;
}

.train .transportation__route--group:not(:last-child),
.bus .transportation__route--group:not(:last-child),
.car .transportation__time-required:not(:last-child) {
	border-bottom: dashed 1px rgba(0,0,0,0.2);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.train .transportation__route--group > .transportation__text:first-child ,
.bus .transportation__route--group > .transportation__text:first-child {
	width: 240px;
}

.car .transportation__route--group .transportation__text {
	padding: 0;
}

.car .transportation__time-required {
    margin-top: 10px;
}
/*
アクセス end
==============================================*/

/*==============================================
パーツ類 str
*/
.Common21__fill-btn-wrap {
	margin-bottom: 100px;
}

.Common21__fill-btn {
	width: 700px;
}


.Common21__fill-btn_s {
	width: 315px;
	display:block;
	margin:0 auto;
}

.Common21__fill-btn_s img {
	width: 100%;
}

/*
パーツ類 end
==============================================*/