
.read_txt span{
    font-weight: bold;
    display: inline-block;
    margin-top: 7px;
}
.first-title{
	margin: 40px 15px;
	color: #9f1f32;
	text-align: center;
	font-size: 35px;
	letter-spacing: 2px;
}
.tour-icon img,
.plus-icon img{
	margin: 0 auto;
}
.tour-icon{
	margin: 0 15px;
}
.tour-icon img{
	width: 85%;	
}
.tour-icon ul{
    display: flex;
    width: 90%;
    margin: 0 auto;
    column-gap: 15px;
}

.tour-icon ul li{
    width: calc((100% - 30px) / 3);
}

.tour-icon ul li p{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-top: 13px;
}

.tour-icon ul li img{
    width: 100%;
    height: auto;
}
.plus-icon{
	margin: 40px 15px;	
}
.plus-icon img{
	width: 30px;
	height: 30px;
}
.secound-title{
	margin-bottom: 30px;
	color: #9f1f32;
	text-align: center;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 1.2;
}

#cnt_special .tag_wrap ul li button {
	display: block;
	position: relative;
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: .05em;
	color: #922c36;
	border: 1px solid #922c36;
	text-align: center;
	background-color: #fff;
	border-radius: 5px;
	text-decoration: none;
	padding: 8px 30px 7px 10px;
	width: fit-content;
	box-sizing: border-box;
	transition: all .5s ease;
}

#cnt_special .tag_wrap ul li button:hover {
	color: #922c36;
	background-color: #fff;
}


#cnt_special .tag_wrap ul li.active button{
	color: #fff;
	background-color: #922c36;
}

#cnt_special .tag_wrap ul li button::after {
	content: '';
	display: inline-block;
	width: 12px;
	height: 8px;
	background: url(../../common/image/arrow_down_red.svg) no-repeat center / cover;
	position: absolute;
	top: calc(50% - 4px);
	right: 10px;
}

#cnt_special .tag_wrap ul li button:hover:after {
	background: url(../../common/image/arrow_down_red.svg) no-repeat center / cover;
}

#cnt_special .tag_wrap ul li.active button:after {
	background: url(../../common/image/arrow_down_white.svg) no-repeat center / cover;
}
.cnt_list .cnt_box{
	border: none;
}
#cnt_special .cnt_box.-none{
    display: none;
}

#cnt_special .cnt_box .tag_area ul li button {
	display: block;
	position: relative;
	font-size: 1em;
	letter-spacing: .05em;
	line-height: 1;
	color: #922c36;
	text-align: center;
	background-color: #fff;
	border: 1px solid #922c36;
	border-radius: 5px;
	text-decoration: none;
	padding: 5px 9px;
	box-sizing: border-box;
	transition: all .5s ease;
	overflow: hidden;
}

#cnt_special .cnt_box .tag_area ul li.active button {
	color: #fff;
	background-color:#922c36;
	opacity: 1;
}
.pc .bnr_contactus{
    display:none;
}
.page_anc2 li a{
	background: url(/luxurytravel/globalloungeginza/tour-exclusive-service/image/anchor_under.png) top left no-repeat;
	background-size: 22px;
	padding-top: 2px;
}
.page_anc2 li a:hover{
	background: url(/luxurytravel/globalloungeginza/tour-exclusive-service/image/anchor_under.png) top left no-repeat;
	background-size: 22px;
}
#cnt_special .cnt_box .cnt_box_tit-wrap{
	background-size: 22px;	
	background-position-y: center;
}