@charset "utf-8";

/* JRSPオリジナルCSS */
h1#nippon_travel_agency_titletop {
	width: 100%;
    background-image: url(/shared2021/categorytop/jr_top/images/im_top.jpg);
    background-size: cover;
	background-position: right bottom;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    padding: 50px 0;
    font-size: 24px;
	text-shadow: 1px 1px 5px BLACK;
}

/*------------------------------
gagget調整
------------------------------*/
#NTA_JR2_AreaCombo,#NTA_JR2_DistrictCombo {display: block!important;}
#NTA_JR2_AreaCombo{text-indent: 34px!important;}

/*------------------------------
区間
keyword_box
------------------------------*/
.popularity.keyword_box.disnone{display:none!important;}
.keyword_box {
    display: flex;
    flex-wrap: wrap;
}
.keyword_box li{
	border: 1px solid #d6d6d6;
    border-radius: 32px;
    margin: 0 1% 10px;
    padding: 0;
    background: #FFF;
    text-align: center;
    display: grid;
    align-items: center;
    box-sizing: border-box;
}
.popularity.keyword_box li{width: 48%;}
.popularity.keyword_box li a{
	font-size: 16px;
	letter-spacing: 0;
}
.keyword_box li a{
    font-size: 12px;
    margin: 8px 0;
    color: #222;
    position: relative;
    letter-spacing: -1px;
}
.keyword_box li small{
	display: inline-block;
    width: 100%;
    font-size: 0.8em;
}
.keyword_section {text-align: center;}
.keyword_section li {
	display: inline-block;
    border: 1px solid #d6d6d6;
    border-radius: 20px;
    margin: 0 0 10px;
	background: #FFF;
}
.keyword_section li a {
	font-size: 16px;
	display: inline-block;
    margin: 8px 15px 8px 30px;
    color: #222;
	position:relative;
}
.keyword_section li a:before {
	content:"#";
	position:absolute;
	top:0;
	left:-14px;
}
.keyword_section li.kokunai a:before {color:#F97777;}

/*------------------------------
JR＋ホテルパック・ツアーがおすすめ！
------------------------------*/
#about_jrset,
#about_jrset h3{
	text-align: center;
	font-size: 14px;
}
#about_jrset h3{font-weight: bold;}
#about_jrset dt,
#about_jrset dd{
	font-size: 16px;
	margin-bottom:25px;
}
#about_jrset dd.lastquestion{margin-bottom:35px;}
.list li{margin-bottom: 15px;}
.list li img{
	width: auto;
    height: 24px;
    vertical-align: middle;
}
.list li b {
    color: #dc5685;
    text-decoration: #dc5685 underline;
    text-underline-position: from-font;
	font-size: 1.1em;
}
.qa_BOX{
	background: #fef4f4;
    border-radius: 10px;
    line-height: 2;
    padding: 25px 0;
	position:relative;
	font-weight: bold;
}
.qa_BOX svg {
    position: absolute;
    top: -15px;
    left: 48%;
}

/*------------------------------
行先から探す
------------------------------*/
.prefList{
    display: flex;
    flex-wrap: wrap;
}
.prefList li{
    width: calc(94% / 3);
    margin: 0 1% 2%;
    position: relative;
}
.prefList h3{
	width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    position: absolute;
	top:0;
	left:0;
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 3px black;
    color: #FFF;
    box-sizing: border-box;
    z-index: 1;
    background: rgba(0, 0, 0, 0.25);
}

/*------------------------------
おすすめ
------------------------------*/
.imageList{
    display: flex;
    flex-wrap: wrap;
}
.imageList li{
	width: 48%;
    margin: 0 1% 2%;
	position:relative;
}

/*------------------------------
otoku リンクリスト
------------------------------*/
.other_arr_wrap {
    width: 100%;
    margin: 0 auto;
}
.deptab {
    width: calc(100% / 6);
    margin: 0;
    border: 1px solid #20208c;border-bottom: none;
    line-height: 50px;
    font-size: 14px;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    line-height: 2.5;
}
.deptab:hover {opacity: 0.75;}
input[name="dep"] {display: none;}
.other_arr_box {
    display: none;
    padding: 10px 10px 0;
    clear: both;
    overflow: hidden;
    border-top: 2px solid #20208c;
}
#other_arr_tab1:checked ~ .other_arr1,
#other_arr_tab2:checked ~ .other_arr2,
#other_arr_tab3:checked ~ .other_arr3,
#other_arr_tab4:checked ~ .other_arr4,
#other_arr_tab5:checked ~ .other_arr5,
#other_arr_tab6:checked ~ .other_arr6 {display: block;}
.other_arr_wrap input:checked + label.deptab {
    background-color: #20208c;
    color: #fff;
}
.other_arr_box li {
	display: inline-block;
	border: 1px solid #20208c;
	border-radius: 20px;
	margin: 0 0 10px;
	background: #FFF;
}
.other_arr_box li a {
	font-size: 16px;
	display: inline-block;
	margin: 8px 15px 7px;
	color: #222;
	position: relative;
}
.other_arr_box li.other_area_jrlink {
    display: block;
    border: none;
    margin: 15px 0;
}
.other_arr_box li.other_area_jrlink h5 {
    background: #20208c;
    color: #FFF;
    margin-bottom: 15px;
    padding: 5px;
    font-size: 16px;
    text-align: center;
}