@charset "Shift_JIS";


/* ============= font ================= */
@font-face {
	font-family: 'jtb-dom';
	font-weight: normal;
	font-style: normal;
	src: url("/_fonts/jtb-dom.ttf") format("truetype"), url("/fonts/jtb-dom.woff") format("woff"), url("/fonts/jtb-dom.svg#jtb-dom") format("svg");
}
*{
	box-sizing: border-box;
}


/* ============= mainvis ================= */
.mainvis{
	position: relative;
	min-height: 170px;
	background: #217ab9;
}
.mainvis-inner{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 0 5px;
	width: 100%;
	max-width: 1130px;
	min-width: 970px;
}
.mainvis-inner:after{
	position: absolute;
	right: 0;
	top: 10%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	content: "";
	display: block;
	width: 199px;
	height: 148px;
	background: url(/myjtb/service/images/img_main.png) no-repeat right center;
}
.mainvis h1{
	font-size: 2.6rem;
	font-weight: bold;
	color: #f6cb57;
	text-shadow: 0 1px 5px #10669c;
}
.mainvis h1 span{
	font-size: 1.8rem;
}
.mainvis-txt{
	margin-top: 10px;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
}
.mainvis-txt a{
	color: #fff;
	text-decoration: underline;
}

/* ============= pagenav ================= */
.pagenav{
	position: relative;
	z-index: 1;
	border-top: solid 1px #f5f5f5;
	background: #125687;
}
.pagenav-inner{
	display: flex;
	margin: 0 auto;
	padding: 0 5px;
	max-width: 1130px;
	min-width: 970px;
}
.pagenav li{
	position: relative;
	width: calc(100% / 3);
}
.pagenav li:after{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	background: #4a7ea4;
}
.pagenav li:first-child:before{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	-moz-transform: translate(0%,-50%);
	-ms-transform: translate(0%,-50%);
	-o-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
	content: "";
	display: block;
	width: 1px;
	height: 50%;
	background: #4a7ea4;
	z-index: 1;
}
.pagenav li a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	position: relative;
	height: 100%;
	min-height: 70px;
	color: #fff!important;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	padding: 10px 10px 20px;
	background: #125687;
}
.pagenav li a:hover{
	background-color: rgba(255,255,255,0.2);
	text-decoration:none!important;
}
.pagenav li a:after{
	position: absolute;
	bottom: 5px;
	left: 50%;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e906";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.pagenav li span{
	position: relative;
}
.pagenav li span:before{
	position: absolute;
	left: -65px;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	content: "";
	display: block;
	width: 51px;
	height: 50px;
}
.pagenav li:first-child span:before{
	background: url(/myjtb/point/how_to_use/images/nav_pc.png) no-repeat 0 0;
}
.pagenav li:nth-child(2) span:before{
	background: url(/myjtb/point/how_to_use/images/nav_shop.png) no-repeat 0 0;
}
.fixed .pagenav{
    position: fixed;
    top:0;
    z-index: 100;
	width: 100%;
}



/* ============= contents_area ================= */
#contents_area{
	margin-top: 25px;
	position: relative;
	font-size: 1.5rem;
	background: none;
}
.fixed #contents_area{
	margin-top: 105px;
}
.btn{
	margin: 30px auto 0;
	width: 600px;
}
.btn a{
	position: relative;
	display: block;
	padding: 15px 30px 15px 10px;
	color: #fff!important;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	border: 1px solid #9a1b1b;
	background-color: #cc0000;
}
.btn a:before{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translate(-0%,-50%);
	-moz-transform: translate(-0%,-50%);
	-ms-transform: translate(-0%,-50%);
	-o-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e905";
	speak: none;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.btn a:hover{
	opacity: .6;
	text-decoration: none!important;
}


/* ============= sect ================= */
.sect{
	margin-top: -40px;
	padding: 40px 0 40px;
}
.sect:first-of-type h2{
	border-top: none;
}
.sect h2{
	padding-top: 40px;
	font-size: 3.2rem;
	font-weight: bold;
	border-top: dotted 4px #ccc;
}
.sect h3{
	font-size: 1.8rem;
	font-weight: bold;
}
.sect-txt{
	margin-top: 20px;
}
.icon_window{
	width: 11px;
	height: auto;
	margin-left: 5px;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}


#available h2{
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}


#available .available_list{
	display: flex;
	margin-left: -20px;
}
#available .available_list li{
	margin: 20px 0 0 20px;
	width: calc(( 100% - 60px ) / 2);
}
#available .available_list li a{
	display: block;
	padding: 20px;
	color: #333!important;
	text-decoration: none;
	background: #fff;
}
#available .available_list a:hover{
	opacity: .6;
}

#available .available_list dt{
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}

#available .available_list figure{
	margin: 10px 0 0;
	text-align: center;
}

.kome{
	margin-top: 20px;
}
.kome li{
	margin-left: 1em;
	text-indent: -1em;
}



/* ========== tabistep ========== */
.tabistep{
	position: relative;
	margin-top: 40px;
	padding: 20px 40px;
	background: #fff;
}
.tabistep:after{
	position: absolute;
	left: 50%;
	bottom: -28px;
	content: "";
	display: inline-block;
	margin-bottom: -16px;
	border: 16px solid transparent;
	border-top-color: #0091dc;
}


.tabistep:first-of-type{
	margin-top: 20px;
}
.tabistep h3{
	position: relative;
	padding-bottom: 5px;
	text-align: center;
	font-size: 3.2rem;
}
.tabistep h3:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%,-0%);
	-moz-transform: translate(-50%,-0%);
	-ms-transform: translate(-50%,-0%);
	-o-transform: translate(-50%,-0%);
	transform: translate(-50%,-0%);
	width: 230px;
	height: 3px;
	background: #c80920;
}
.tabistep .tabistep-inner{
	margin: 20px auto 0;
}


.tabistep figure{
	margin: 0;
	text-align: center;
}
.font_red{
	color: #c80920!important;
}
.tabistep:first-of-type .tabistep-inner p{
	text-align: center;
}
.tabistep:nth-of-type(2) .tabistep-inner > ul,
.tabistep:nth-of-type(3) .tabistep-inner > ul{
	display: flex;
	margin-left: -20px;
}
.tabistep:nth-of-type(2) .tabistep-inner > ul > li,
.tabistep:nth-of-type(3) .tabistep-inner > ul > li{
	margin-left: 20px;
	padding: 20px;
	border: solid 1px #ccc;
}
.tabistep:nth-of-type(2) .tabistep-inner > ul > li{
	width: calc((100% - 20px) / 2);
}
.tabistep:nth-of-type(3) .tabistep-inner > ul > li{
	width: calc((100% - 40px) / 3);
}
.tabistep:nth-of-type(2) .tabistep-inner figure{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	min-height: 130px;
}
.tabistep:nth-of-type(3) .tabistep-inner figure{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	min-height: 193px;
}
.tabitxt{
	margin-top: 10px;
}
.tabistep .no01{
	padding-left:20px;
	background:url(/myjtb/service/images/tabi_no01.gif) no-repeat 0 0;
}
.tabistep .no02{
	padding-left:20px;
	background:url(/myjtb/service/images/tabi_no02.gif) no-repeat 0 0;
}
.tabistep .no03{
	padding-left:20px;
	background:url(/myjtb/service/images/tabi_no03.gif) no-repeat 0 0;
}
.tabistep:nth-of-type(2) .tabistep-inner > ul > li ul{
	margin-left: 15px;
}
.tabistep:nth-of-type(2) .tabistep-inner > ul > li li{
	margin-top:15px;
}

.tabistep-finish{
	margin: 40px auto 0;
	padding: 20px;
	width: 400px;
	color: #0091dc;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border: solid 2px #0091dc;
	background: #fff;
}




.tabiatt{
	display: flex;
	margin-top: 20px;
	padding: 10px 25px;
	background:url(/myjtb/service/images/tabi_att_bg.gif) repeat;
}
.tabiatt dt span{
	padding: 5px 25px;
	color: #fff;
	border-radius: 15px;
	background: #c80920;
}


.tabiatt dd{
	margin-left: 20px;
}



/* ========== information ========== */
.information-inner{
	margin-top: 20px;
	padding: 20px 40px;
	background: #fff;
}
.information-inner section{
	margin-top: 20px;
}
.information-inner section:first-child{
	margin-top: 0;
}
.information-inner section > ul{
	margin-left: 20px;
}
.information-inner section > ul > li{
	position: relative;
	padding-left: 1em;
}
.information-inner section > ul > li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
}
.information-inner section > ul > li li{
	position: relative;
	padding-left: 1em;
}
.information-inner section > ul > li li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "E";
}


/* ========== inquiry ========== */
.inquiry-inner{
	display: flex;
	margin-top: 20px;
}
.inquiry-inner strong{
	color:#cc0033;
	font-weight:bold;
}
.inquiry-inner .infobox01,
.inquiry-inner .infobox02{
	padding: 20px;
	width: calc((100% - 20px) / 2);
	text-align: center;
	background: #fff;
}
.inquiry-inner .infobox02{
	margin-left: 20px;
}

.inquiry-inner .infotitle{
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
	font-weight:bold;
	font-size: 1.8rem;
}
.inquiry-inner .infotxt{
	margin-top: 10px;
}
.inquiry-inner dl{
	margin:0 15px;
}
.inquiry-inner dt{
	font-weight:bold;
	color:#255aa9;
}
