@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: 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: 199px;
	height: 148px;
	background: url(/myjtb/point/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-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;
	border-top: solid 1px #f5f5f5;
	background: #125687;
	z-index: 1;
	font-size: 1.5rem;
}
.pagenav-inner{
	display: flex;
	margin: 0 auto;
	padding: 0 5px;
	max-width: 1130px;
	min-width: 970px;
}
.pagenav li{
	position: relative;
	width: calc(100% / 2);
}
.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;
}
.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;
}

/* ============= point-sect ================= */
.point-sect{
	margin-top: -40px;
	padding: 40px 0 40px;
}
.point-sect:first-child{
	margin-top: -65px;
	padding-top: 65px;
	border-top: none;
}
.point-sect h2{
	padding-top: 40px;
	font-size: 3.2rem;
	font-weight: bold;
	border-top: dotted 4px #ccc;
}
.point-sect:first-child h2{
	padding-top: 0;
	border-top: none;
}
.point-sect h3{
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: bold;
}

.point-txt{
	margin-top: 20px;
}

.point-table{
	position: relative;
}
.point-table .fukidashi{
	position: absolute;
	right: -15px;
	top: 22px;
}
.point-sect table{
	margin-top: 20px;
	width: 100%;
	background: #fff;
}
.point-sect th{
	padding: 10px 20px;
	width: 320px;
	font-weight: bold;
	border:solid 1px #8a8a8a;
	background:#ffe49b;
}
.point-sect td{
	padding: 10px 20px;
	border:solid 1px #8a8a8a;
}	
.point_list{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.point_list li{
	margin: 20px 0 0 20px;
	width: calc((100% - 60px) / 4);
}
.point_list li:nth-child(4n+1){
	margin-left: 0;
}
.point_list li a:hover{
	opacity: 0.6;
}
.point_list li img{
	width: 100%;
	height: auto;
}

/* other */
#other ul{
	margin-top: 20px;
}
#other li{
	position: relative;
	padding-left: 15px;
}
#other li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "E";
}
