/* -----------------------------------------
	common
----------------------------------------- */
.indent03{
	text-indent: -2.6em !important;
	padding-left: 2.6em !important;
}

/* 別ウィンドウアイコン */
a.linkBlank03 {position: relative;}
a.linkBlank03::after {
	content: "";
	display: inline-block;
	margin-left: 0.2em;
	margin-right: 0.3em;
	background: url("/material/img/ico_blank.svg") no-repeat;
	background-size: contain;
	vertical-align: -0.1em;
	width: 12px;
	height: 12px;
}


/* -----------------------------------------
	btn list
----------------------------------------- */
.btn_list{
	display: flex;
	justify-content: space-between;
}
.btn_list li {
	width: 31.3%;
}
.btn_list li:last-of-type{
	margin-right: 0;
}
.btn_list li:not(.link) a {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 20px 10px;
	font-size: 1.6rem;
	font-weight: bold;
}
.btn_list li[class*="ico_"] a:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 15px;
}
.btn_list .ico_reserve a:before {
	width: 27px;
	height: 34px;
	background: url("/railway/img/ico_ekinet.svg") no-repeat left center/contain;
}
.btn_list .ico_tickets a:before {
	width: 30px;
	height: 18px;
	background: url("/railway/img/ico_ticket.svg") no-repeat left center/contain;
}
.btn_list .ico_tour a:before {
	background: url("/railway/img/ico_tour.svg") no-repeat left center/contain;
}

@media screen and ( max-width: 750px) {
	.btn_list{
		justify-content: space-between;
	}
	.btn_list a {
		padding: 10px;
		font-size: 1.5rem;
	}
	.btn_list li[class*="ico_"] a:before {
		margin-right: 4%;
		margin-bottom: 3%;
	}
	.sp_mb5p{margin-bottom: 5%!important;}
	.sp_col3 {
		display: flex;
		flex-wrap: wrap;
	}
	.sp_col3 > * {
		width: 31.3%;
		margin-right: 3%;
	}
	.sp_col3 > *:nth-child(3n){
		margin-right: 0;
	}
}


/* -----------------------------------------
	information
----------------------------------------- */
.kippu_information {
	width: 100%;
	border: 2px #008803 solid;
	padding: 5px;
}
.kippu_information .title {
	color: #fff;
	font-weight: bold;
	padding: 0.5em 0 0.3em;
	background: #008803;
}
.kippu_information .inner {
	padding: 15px;
}


/* -----------------------------------------
	/kippu/25.html 専用css
----------------------------------------- */
/* 汎用 */
.kippu25_ttlOuter{
	margin-bottom: 60px;
}
.kippu25_ttl{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
.kippu25_headingOuter{
	margin-bottom: 25px;
}
.kippu25_heading{
	font-size: 1.6rem;
}
@media screen and (max-width:750px) {
	.kippu25_ttlOuter{
		margin-bottom: min(100px, 13.333333333333334vw);
	}
	.kippu25_ttl{
		font-size: min(4rem, 5.333333333333334vw);
	}
	.kippu25_headingOuter{
		margin-bottom: min(30px, 4vw);
	}
	.kippu25_heading{
		font-size: min(3.2rem, 4.266666666666667vw);
	}
}

/* ticketTyp */
.kippu25_ticketType{
	margin-bottom: 90px;
}
.kippu25_ticketTypeBg{
	background-color: #ffffff;
	padding: 10px;
}
.kippu25_ticketType .kippu25_ttlOuter{
	background-color: #e2f3e2;
	padding: 30px 20px;
	margin-bottom: 0;
}
.kippu25_ticketTypeList{
	display: flex;
	flex-wrap: wrap;
}
.kippu25_ticketTypeItem{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 44px 20px 50px;
	width: 50%;
}
.kippu25_ticketTypeItemTtl{
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
}
.kippu25_ticketTypeItemTtl-sub{
	font-size: 1.4rem;
}
.kippu25_ticketTypeItemTtl .kippu25_ticketTypeItemTtl-sub{
	margin-left: 0.5em;
}
.kippu25_ticketTypeItemImgOuter{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 30px;
	width: 100%;
	max-width: 390px;
	margin: 0 auto;
}
.kippu25_ticketTypeItemImg{
	width: calc((100% - 30px) / 2);
}
.kippu25_ticketTypeItemTextOuter{
	margin-bottom: 16px;
}
.kippu25_ticketTypeItemText{
	text-align: center;
}
@media screen and (min-width:751px){
	.kippu25_ticketTypeItem:nth-of-type(odd){
		border-right: 1px solid #dddddd;
	}
	.kippu25_ticketTypeItem:nth-of-type(n+3){
		border-top: 1px solid #dddddd;
	}
}
@media screen and (max-width:750px) {
	.kippu25_ticketType{
		margin-bottom: min(124px, 16.53333333333333vw);
	}
	.kippu25_ticketTypeBg{
		padding: min(20px, 2.666666666666667vw);
	}
	.kippu25_ticketType .kippu25_ttlOuter{
		padding: min(40px, 5.333333333333334vw) min(20px, 2.666666666666667vw);
	}
	.kippu25_ticketTypeList{
		flex-direction: column;
	}
	.kippu25_ticketTypeItem{
		padding: min(60px, 8vw) min(20px, 2.666666666666667vw) min(60px, 8vw);
		width: 100%;
	}
	.kippu25_ticketTypeItem + .kippu25_ticketTypeItem{
		border-top: 1px solid #dddddd;
	}
	.kippu25_ticketTypeItemTtl{
		font-size: min(40px, 5.333333333333334vw);
		margin-bottom: min(28px, 3.733333333333334vw);
	}
	.kippu25_ticketTypeItemTtl-sub{
		font-size: min(28px, 3.733333333333334vw);
	}
	.kippu25_ticketTypeItemImgOuter{
		gap: min(40px, 5.333333333333334vw);
	}
	.kippu25_ticketTypeItemImg{
		width: calc((100% - min(40px, 5.333333333333334vw)) / 2);
	}
	.kippu25_ticketTypeItemTextOuter{
		margin-bottom: min(24px, 3.2vw);
	}
	.kippu25_ticketTypeItemText{
		text-align: left;
	}
}

/* toc */
.kippu25_toc{
	margin-bottom: 90px;
}
.kippu25_tocItemBg{
	background-color: #ffffff;
	padding: 10px;
}
.kippu25_tocItem + .kippu25_tocItem{
	margin-top: 60px;
}
.kippu25_tocItemTtlOuter{
	background-color: #eeeeee;
	padding: 25px 20px;
}
.kippu25_tocItemTtl{
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
}
.kippu25_tocContactList{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.kippu25_tocContactItem{
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 62px;
	width: 50%;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
}
.kippu25_tocContactItem:last-of-type{
	border-bottom: none;
}
.kippu25_tocNote{
	margin-top: 40px;
}
@media screen and (min-width:751px){
	.kippu25_tocContactItem:nth-of-type(odd){
		border-right: 1px solid #dddddd;
	}
	.kippu25_tocContactItem:nth-of-type(odd):nth-last-of-type(2){
		border-bottom: none;
	}
}
@media screen and (max-width:750px) {
	.kippu25_toc{
		margin-bottom: min(124px, 16.53333333333333vw);
	}
	.kippu25_tocItem + .kippu25_tocItem{
		margin-top: min(110px, 14.666666666666666vw);
	}
	.kippu25_tocItemTtlOuter{
		padding: min(27px, 3.5999999999999996vw) min(20px, 2.666666666666667vw);
	}
	.kippu25_tocItemTtl{
		font-size: min(2.8rem, 3.733333333333334vw);
	}
	.kippu25_tocContactItem{
		width: 100%;
	}
	.kippu25_tocContactItem:nth-of-type(odd){
		border-right: none;
	}
	.kippu25_tocNote{
		margin-top: min(60px, 8vw);
	}
}
.l-compatible .cardsBox02 {
	background: #fff;
	padding: 30px;
	border: solid 1px #ddd;
}
@media screen and (max-width: 750px){
	.l-compatible .cardsBox02 {
		padding: 5%;
	}
}
.table_col3 {
	width: 33.3%;
}
.table_col3 td {
	display: flex;
	text-align: center;
	border: none;
}
.table_col3 td p.ta-r,
.table_col3 td p.ta-l {
	width: 40%;
}
.table_col3 td p:nth-of-type(2) {
	width: 20%;
}
@media screen and (max-width: 750px){
	.table_col3 td {
		width: 100%;
	}
}
