@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}
.disnone{display:none;}
#wrapper {line-height: 1.6;}
section {
	font-size: 16px;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	background:#FFF;
	color:#333;
}
button{
	appearance: none;
	-webkit-appearance: none;/*Google Chrome/Safari対応*/
	-moz-appearance: none;/*Firefox対応*/
	-o-appearance: none;/*Opera対応*/
}
#main_wrapper{overflow: hidden;}

/*759px以下(SP)*/
@media screen and (max-width: 759.9px) {
.mb25 {margin-bottom: 15px !important;}    

/*acc*/
#accbox{display:none;}
#accbox.open{display:block;}
table {
	width: 100%;
	margin: 15px 0;
}
td {
    text-align: center;
    vertical-align: middle;
}
.cxlinfo td:nth-of-type(1){
	width: 20%;
	font-size: 14px;
}
.cxlinfo td:nth-of-type(2){
	width: 80%;
	padding: 0 10px;
}
table.MbTB4 {
font-size: 10px;
border-collapse:collapse;
border-spacing:0;
border-top:1px solid #999;
border-left:1px solid #999;
}
table.MbTB4 th,
table.MbTB4 td {
border-bottom:1px solid #999;
border-right:1px solid #999;
padding:4px;
font-weight:normal;
text-align:left;
}
table.MbTB4 th {background-color:#E2E9EF;}
table.MbTB4 th.val4 {
background-color:#7487A4;
color:#fff;
text-align:center;
}
table.MbTB4 td.val4 {
background-color:#dfdfdf;
text-align:center;
}
.img_center{
	width:100%;
	margin: 0 auto 25px;
	display:block;
}

/* CSS */
main img {
  width: 100%;
  height: auto;
}
#dirPathBlock{
	font-size:10px;
	margin: 5px 5px 20px;
}
h1 {
	line-height: 1.4;
	font-size: 18px;
	color: #20208c;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 48px;
	height: 48px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: auto;
}
h1 span{
	padding-left: 58px;
	display: inline-block;
}
h2 {
	font-size: 16px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 14px;
}
h2.title_bar {
	font-size: 20px;
    margin: 0 auto 20px;
    padding: 36px 0 5px 0;
    clear: both;
    color: #20208c;
    display: block;
    text-align: center;
    border-bottom: 3px solid #20208c;
}
section {font-size: 16px;}
.inner{
	width: 94%;
    margin: 0 3% 25px;
    box-sizing: border-box;
    position: relative;
}
.inner p,
.inner dl{
	font-size: 14px;
    margin:10px 0;
	text-align: left;
}
h2 span {
    background: #20208c;
    color: #FFF;
    border-radius: 3px;
    margin-right: 2%;
    padding: 0 5px 3px 5px;
	letter-spacing: 1px;
    position: absolute;
    top: 10px;
    left: 10px;
}
h3 {
	color: #20208c;
	font-weight: bold;
}

/*important*/
#important-notices li {
    padding: 5px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 14px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 15px;}

/*nav*/
main article nav {
	width: 100%;
	margin: 0 auto 20px;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dotted #222;
	margin: 0.5%;
	box-sizing: border-box;
	position: relative;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.5;
	font-size: 12px;
	color: #222!important;
	padding: 8px 0;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
    bottom: -5px;
    left: 46%;
    right: 0;
}

/*ancer*/
#anchorLinkBlock {
    width: 96%;
    margin:15px 2% 0;
    display: block;
	font-size:10px;
}

/*btn*/
.btn {
    display: grid;
    background: #F29A16;
    color: #fff;
    font-size: 16px;
    line-height: 1.14;
    width: 80%;
    min-height: 40px;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
    margin: auto;
    text-align: center;
    align-items: center;
    position: relative;
	cursor: pointer;
}
.btn a {color:#FFF;}
.btn#prev svg {
	position: absolute;
	top: 20%;
	right: 3%;
}
.btn.open#prev svg {transform: rotate(90deg);}
button.button_pink {
	width: 94%;
	margin: 0 auto 15px;
	display: block;
	position: relative;
}
button.button_pink a {
	display: block;
	width: 100% !important;
	padding: 14px 0 17px;
	font-size: 14px;
	color: #fff;
	background-color: #e61b61;
	border-radius: 6px;
	box-shadow: 0 2px 0 #d6d6d6;
	box-sizing: border-box;
	transition: opacity 0.3s ease-out;
	cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
	height: 13px;
	content: "";
	display: block;
	background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
	position: absolute;
	top: 40%;
	right: 3%;
}
}

/*760px以上(PC)*/
@media screen and (min-width: 760px) {
.flexbox{display:flex !important;}
#before-departure .flexbox{flex-wrap: wrap;}
.mb25 {margin-bottom: 25px !important;}

/*acc*/
#accbox{display:none;}
#accbox.open{display:block;}
table {margin: 15px 0;}
td {
    text-align: center;
    vertical-align: middle;
}
table.MbTB4 {
border-collapse:collapse;
border-spacing:0;
border-top:1px solid #999;
border-left:1px solid #999;
}
table.MbTB4 th,
table.MbTB4 td {
border-bottom:1px solid #999;
border-right:1px solid #999;
padding:4px;
font-weight:normal;
text-align:left;
}
table.MbTB4 th {background-color:#E2E9EF;}
table.MbTB4 th.val4 {
background-color:#7487A4;
color:#fff;
text-align:center;
}
table.MbTB4 td.val4 {
background-color:#dfdfdf;
text-align:center;
}
.img_center{
	width:650px;
	margin: 0 auto 50px;
	display:block;
}

/* CSS */
#dirPathBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	padding:0 5px;
	box-sizing:border-box;
	display: block;
	font-size:13px;
}
h1 {
	width: fit-content;
	font-size: 24px;
	margin: 18px auto;
	padding: 0 0 20px;
	color: #20208c;
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
h1:before{
	content: "";
	display: block;
	background: #F5F5F5 url(https://www.nta.co.jp/shared2021/categorytop/toppage/images/category_jr.gif) no-repeat;
	background-size: 90%;
	background-position: center;
	width: 64px;
	height: 64px;
	border-radius: 32px;
	position: absolute;
	top: auto;
	left: -100px;
}
h1 span{display: inline-block;}
section {font-size: 18px;}
.inner{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 50px;
	padding:0;
	box-sizing:border-box;
	display: block;
	position:relative;
}
.inner p,
.inner dl{
	font-size: 16px;
	margin: 10px 10px 25px;
	text-align: left;
}
h2 {
	font-size: 24px;
    color: #FFF;
    background: #20208c;
    text-align: center;
    padding: 10px 0 13px;
}
h2.title_bar {
	font-size: 32px;
    margin: 0 auto;
	padding: 16px 0 30px;
    clear: both;
    color: #20208c;
    display: block;
    width: 760px;
    text-align: center;
    letter-spacing: 2px;
}
h2 span {
	background: #20208c;
    color: #FFF;
    border-radius: 40px;
    padding: 0 15px;
    position: absolute;
	top: 15px;
    left: 15px;
}
h3 {
	color: #20208c;
	font-weight: bold;
}

/*important*/
#important-notices li {
	padding: 10px 0;
    border-top: 1px dotted #222;
	list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
	font-size: 16px;
}
#important-notices li:first-child {border-top: none;}
#important-notices li:last-child {margin-bottom: 25px;}

/*nav*/
main article nav {
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto 20px;
	box-sizing:border-box;
}
main article nav ul {display:flex;}
main article nav li {
	width: 32.33333%;
	text-align: center;
	border-right: 1px dashed #222;
	margin: 0.5%;
	box-sizing: border-box;
}
main article nav li:last-child {border-right: none;}
main article nav li a {
	width: 100%;
	display: block;
	line-height: 1.2;
	font-size: 16px;
	color: #222!important;
	padding: 8px 0;
	position: relative;
}
main article nav li a:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	text-decoration:none!important;
}
main article nav li a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	border-bottom: solid 2px;
	border-right: solid 2px;
	transform: rotate(45deg);
	position: absolute;
	bottom: -10px;
	left: 48%;
	right: 0;
}

/*ancer*/
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
    margin: 20px auto;
	padding:0 5px;
	box-sizing:border-box;
    display: block;
}

/*btn*/
.btn {
    display: grid;
    background: #F29A16;
    color: #fff;
    font-size: 16px;
    line-height: 1.14;
    width: 300px;
    min-height: 40px;
    border-radius: 30px;
    box-shadow: 0 1px 2px 0 rgba(60, 61, 71, 0.16);
    margin: auto;
    text-align: center;
    align-items: center;
    position: relative;
	cursor: pointer;
}
.btn a {color:#FFF;}
.btn#prev svg {
	position: absolute;
	top: 20%;
	right: 3%;
}
.btn.open#prev svg {transform: rotate(90deg);}
button.button_pink {
	width: 90%;
	margin: 0 auto 25px;
	display: block;
	position: relative;
}
button.button_pink a {
	display: block;
	width: 100% !important;
	padding: 14px 0 17px;
	font-size: 16px;
	color: #fff;
	background-color: #e61b61;
	border-radius: 6px;
	box-shadow: 0 2px 0 #d6d6d6;
	box-sizing: border-box;
	transition: opacity 0.3s ease-out;
	cursor: pointer;
}
button.button_pink a:after {
	width: 13px;
	height: 13px;
	content: "";
	display: block;
	background: url(//www.nta.co.jp/shared2015/common/images/im_arrow.png) no-repeat;
	position: absolute;
	top: 40%;
	right: 3%;
}
}