@charset "utf-8";


@media screen and (min-width:767px) {
.onlysm {
    display: none!important;
}
}
@media only screen and (max-width: 766px) {
.onlysm {
    display: block!important;
}
}


/*カルーセル------------------*/
/*左右の矢印の色を変える*/
.slick-prev:before, .slick-next:before {
	color: #fff;
}
/*左右の矢印の位置を変える*/
.slick-next {
	right: 20px;
	z-index: 99;
}
.slick-prev {
	left: 15px;
	z-index: 100;
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before, .slick-dots li button:before {
	color: #fff;
}
/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
}
.multiple-item li {
	margin: 0 10px;
}
.multiple-item {
	padding: 15px 0;
	background: #333;
}
.slick-slider{
	margin-bottom: 0;
}

.slick-dots{
	bottom: -30px;
}

/*カルーセル------------------*/


/*共通*/
.content {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto 50px auto;
	padding: 0 10px;
	clear: both;
}
/**/

h1 {
	margin: 0 auto;
	text-align: center;
	background: url(/static/img/tour/campaign/hotsprings/kusatsu/bg-main.jpg) no-repeat top;
	background-size: cover;
	padding: 40px 0;

}

h1 img{
	margin: 0 auto;
}

h2.anchor-reserve {
	margin: 0;
	background: #30827D;

}
h2.anchor-reserve a {
	display: block;
	padding: 20px 10px;
	line-height: 1.5;
	color: #fff;
	text-decoration: underline;
	font-size: 15px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h2.anchor-reserve a:hover {
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
h2 b {
	font-size: 12px;
}

.text-center img{
	margin: 0 auto;
}


#onsen{
	background: #DEE5E2;
	padding: 40px 0 60px;
}

#hotel{
	background: #F0F0F0;
	padding:  0 0 60px;
}

#plan{
	background: #DEE5E2;
	padding:  40px 0 60px;
}


#onsen h3,#hotel h3{
	margin-bottom: 40px;
}


.dl-intro dt{
		font-size: 24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.plan-box{
	margin: 40px auto 20px;
	max-width: 570px;
}
.ttl-plan{
	font-weight: bold;
	font-size: 26px;
	line-height: 50px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: url(/static/img/tour/campaign/hotsprings/kusatsu/bg-plan.png) no-repeat center;
	height: 50px;
}

.tit-plan{
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.6em;
}
.tit-plan span{
	font-weight: bold;
	color: #B61218;
	
}
.tag-group span{
	display: inline-block;
	width: 50px;
	padding: 6px;
	color:#fff;
	font-size: 14px;
	border-radius: 6px;
	text-align: center;
	margin-right: 6px;	
}


.tag-yellow{
	background: #C49320;
}
.tag-blue{
	background: #25519C;
}
.tag-green{
	background: #085C27;
}

.plan-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}

.plan-btn li{
	width: 49%;
	text-align: center;
}

.plan-btn li a{
	display: block;
	padding: 16px;
	margin-top: 20px;
	background: #7D272A;
	color: #fff;
	border-radius: 6px;	
	position: relative;
}
.plan-btn li.btn-oneside a{
	background: #826121;
}
.plan-btn li a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.plan-btn li a::after {
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  font-weight: 900;
  content: "\f0da";
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}


.mb20{
	margin-bottom:20px;
}

/* 767px以下(SM) */
@media only screen and (max-width: 767px) {

h1 {
	margin: 0 auto;
	padding: 0;
}


#onsen{
	padding: 40px 0 40px;
}

#hotel{
	padding:  0 0 40px;
}
#plan{
		padding: 40px 0 40px;
	}

.plan-btn li{
	width: 100%;
	text-align: center;
}	
	

	.pctab{
		display:none!important;
	}
	.plan-btn dt{
		padding:10px;
		font-size:14px;
	}
	.btn-style01{
		padding:10px 30px 10px 15px;
		font-size:14px;
	}
	.content > .btn-style01{
		margin:30px auto;
	}
	.dl-intro dd{
	font-size: 14px;
}

	
}



