
.cnt_list .cnt_box{
    border: none;
}
.read_txt span{
    font-weight: bold;
    display: inline-block;
    margin-top: 7px;
}

.first-title{
    margin: 50px 0;
    text-align: center;
    color: #9f1f32;
    font-size: 45px;
    letter-spacing: 2px;
}

.tour-icon img,
.plus-icon img{
    margin: 0 auto;
}

.plus-icon{
    margin: 60px 0;
}

.tour-icon ul{
    display: flex;
    width: 90%;
    margin: 0 auto;
    column-gap: 35px;
}

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

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

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

#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;
    cursor: pointer;
}

#cnt_special .tag_wrap ul li button:hover,
#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,
#cnt_special .tag_wrap ul li.active button:after {
    background-image: url(../../common/image/arrow_down_white.svg);
}
#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;
    cursor: pointer;
}

#cnt_special .cnt_box .tag_area ul li.active button ,
#cnt_special .cnt_box .tag_area ul li button:hover {
	color: #fff;
	background-color: #922c36;
	opacity: 1;
}
.sp .bnr_contact_base{
    display:none;
}
.page_anc2{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.page_anc2 li a{
    background: url(/luxurytravel/globalloungeginza/tour-exclusive-service/image/anchor_under.png) top left no-repeat;   
	background-size: 28px;
}
.page_anc2 li a:hover {
    background: url(/luxurytravel/globalloungeginza/common/image/anchor_under_hover.png) top left no-repeat !important;   
    background-size: 28px !important;
}     
