@charset "UTF-8";
a { text-decoration: none;}
label,input {cursor: pointer;}
input[type=checkbox] {transform: scale(1.2);}
.ttl_main span {
    display: block;
    margin-top: 25px;
    line-height: 1.5;
	font-size: 16px;
}
.sns{
	display: flex;
	align-items: center;
	margin: 70px 0 10px;
	float: right;
}
.sns p{
	font-size: 16px;
	font-weight: bold;
	color: #133c82;
	margin-right: 15px;
}
.sns a{
	text-decoration: none;
	margin-left: 8px;
}
.fab{font-size: 36px;}
.fa-instagram:before{
      background: radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  border-radius:20%;
}
.fa-facebook{
	background-color: #3B5998;
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-twitter{
	background-color: #55acee;
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fa-line{
	background-color: #00B900;
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.top-banner{width: 100%;}
@media screen and (max-width: 750px) {
	.sns{margin: 20px 0 5px;}
	.ttl_main span {
		margin-top: 10px;
		text-align: left;
		font-size: 14px;
	}
	#search .contents h3{margin-top: 30px;}
}

/*top*/
#search .contents h3{
	border:solid 2px #133c82;
    position: relative;
    margin: 40px 0 20px;
	color: #133c82;
}
#search .contents h3 i{
	display: block;
    width: 50px;
    height: 15px;
    border: solid 2px #133c82;
    border-radius: 90px 90px 0 0;
    border-bottom: 0;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 10px;
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
}
#search .contents h3:before{
	content: "";
    position: absolute;
    top: -2px;
    left: 0;right: 0;margin: 0 auto;
    width: 67px;
    border: solid 2px #ffffff;
}
@media screen and (max-width: 750px) {
	#search .contents h3 i{
		top: -32px;
		width: 40px;
		padding: 7px;
	}
	#search .contents h3:before{width: 51px;}
}
/*ｈ3*/

/* inner01 タブ要素 */
#search .contents .inner01 .station{
	margin-top: 10px;
}
.line {
	border-top: solid 1px #d2d2d2;
	border-bottom: solid 1px #d2d2d2;
	margin: 0 auto 40px;
}
.tab_area {
	display: flex;
}
.content_area {
	width: 100%;
	position: relative;
}
.content_area::before {
	content: "";
	width: 98%;
	height: 3px;
	position: absolute;
	left: 1%;
	top: 34px;
}
.area_k::before {background-color: #fb7f09;}
.area_n::before {background-color: #008b4f;}
.area_h::before {background-color: #00a0e9;}

.tab_area li {
	border-top: none;
	border-bottom: none;
	width: 100%;
}

article .contents .inner01 .station_box02 {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 0 auto;
}

article .contents .inner .route {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.route li {
	line-height: 31px;
	position: relative;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 14px;
	color: #797979;
	margin-top: 22px;
	display: flex;
    align-items: center;
}

.route li label b{
	font-size: 25px;
	line-height: 31px;
	letter-spacing: 2px;
	text-decoration: none;
	padding-top: 40px;
	color: #0074bf;
}
.route li label b { font-weight: normal;}

.route li label:hover{ opacity: 1;}
.route li label:hover b { opacity: 0.7;}


.route li label span{
	font-size: 18px;
	letter-spacing: 1px;
}
#search .inner .box{
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}
#search .inner .box .allcheck{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.mr8 {
    margin-right: 5px;
	display: inline-block;
}
.tab_area li span{
	display: inline;
}
.route li input{
	display: inline;
    position: absolute;
    top: -20px;
}
@media screen and (max-width: 750px) {
	.tab_area {
		flex-wrap: wrap;
		border-left: solid 1px #d2d2d2;
		border-right: solid 1px #d2d2d2;
	}

	.tab_area li {
		border: none;
		width: 100%;
	}

	.tab_area li:nth-child(2) {
		border-top: solid 1px #d2d2d2;
		border-bottom: solid 1px #d2d2d2;
	}

	article .contents .inner01 .station_box02 {
		overflow-x: scroll;
    white-space: nowrap;
	}
	.content_area { width: 800px;	}
	.area_k { width: 650px;	}
	.area_h { width: 100%;	}


	.route li label{
		font-size: 20px;
		line-height: 30px;
	}
	.route li label span { font-size: 16px; }

	.red_btn{
		font-size: 18px;
		line-height: 22px;
		max-width: 80%;
	}
}

/* inner01 タブ要素 */
.route .btn label{
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding-left: 22%;
}
.route .btn label span { font-size: 11px;}
.btn_db label span { font-size: 11px;}

.route li label::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
}

.route .k01 label::before { background: url(../../../../img/common/k01.jpg) center no-repeat;}
.route .k02 label::before { background: url(../../../../img/common/k02.jpg) center no-repeat;}
.route .k03 label::before { background: url(../../../../img/common/k03.jpg) center no-repeat;}
.route .k04 label::before { background: url(../../../../img/common/k04.jpg) center no-repeat;}
.route .k05 label::before { background: url(../../../../img/common/k05.jpg) center no-repeat;}
.route .k06 label::before { background: url(../../../../img/common/k06.jpg) center no-repeat;}
.route .k07 label::before { background: url(../../../../img/common/k07.jpg) center no-repeat;}
.route .k08 label::before { background: url(../../../../img/common/k08.jpg) center no-repeat;}
.route .k09 label::before { background: url(../../../../img/common/k09.jpg) center no-repeat;}
.route .k10 label::before { background: url(../../../../img/common/k10.jpg) center no-repeat;}
.route .k11 label::before { background: url(../../../../img/common/k11.jpg) center no-repeat;}
.route .k12 label::before { background: url(../../../../img/common/k12.jpg) center no-repeat;}
.route .k13 label::before { background: url(../../../../img/common/k13.jpg) center no-repeat;}

.route .h01 label::before { background: url(../../../../img/common/k09.jpg) center no-repeat;}
.route .h02 label::before { background: url(../../../../img/common/h02.jpg) center no-repeat;}
.route .h03 label::before { background: url(../../../../img/common/h03.jpg) center no-repeat;}
.route .h04 label::before { background: url(../../../../img/common/h04.jpg) center no-repeat;}
.route .h05 label::before { background: url(../../../../img/common/h05.jpg) center no-repeat;}
.route .h06 label::before { background: url(../../../../img/common/h06.jpg) center no-repeat;}
.route .h07 label::before { background: url(../../../../img/common/h07.jpg) center no-repeat;}

.route .n01 label::before { background: url(../../../../img/common/n01.jpg) center no-repeat;}
.route .n02 label::before { background: url(../../../../img/common/n02.jpg) center no-repeat;}
.route .n03 label::before { background: url(../../../../img/common/n03.jpg) center no-repeat;}
.route .n04 label::before { background: url(../../../../img/common/n04.jpg) center no-repeat;}
.route .n05 label::before { background: url(../../../../img/common/n05.jpg) center no-repeat;}
.route .n06 label::before { background: url(../../../../img/common/n06.jpg) center no-repeat;}
.route .n07 label::before { background: url(../../../../img/common/n07.jpg) center no-repeat;}
.route .n08 label::before { background: url(../../../../img/common/n08.jpg) center no-repeat;}
.route .n09 label::before { background: url(../../../../img/common/n09.jpg) center no-repeat;}
.route .n10 label::before { background: url(../../../../img/common/n10.jpg) center no-repeat;}
.route .n11 label::before { background: url(../../../../img/common/n11.jpg) center no-repeat;}
.route .n12 label::before { background: url(../../../../img/common/n12.jpg) center no-repeat;}
.route .n13 label::before { background: url(../../../../img/common/n13.jpg) center no-repeat;}
.route .n14 label::before { background: url(../../../../img/common/n14.jpg) center no-repeat;}
.route .n15 label::before { background: url(../../../../img/common/n15.jpg) center no-repeat;}
.route .n16 label::before { background: url(../../../../img/common/n16.jpg) center no-repeat;}
.route .n17 label::before { background: url(../../../../img/common/n17.jpg) center no-repeat;}


/*inner02*/
.inner02 .box .category{
	margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 760px;
}
.inner02 .box .category .mt45{
	margin-top: 45px;
}
.inner02 .box .category .check{
	width: 25%;
    text-align: center;
}
.inner02 .box .category .check .checkbtn{
	margin: 15px 0 10px;
	font-size: 15px;
    font-weight: bold;
}
.category div label {
    display: block;
    max-width: 140px;
    margin: 0 auto;
}
.inner02 .box .category .check p{
	font-size: 13px;
	text-align: justify;
}
@media screen and (max-width: 750px) {
	.inner02 .box .category .mt45{
		margin-top: 0;
	}
	.inner02 .box .category .check{
		width: 48%;
	}
	.inner02 .box .category .mt30{
		margin-top: 30px;
	}
}
/*inner03*/
#search .inner .box.card{
	max-width: 900px;
}
#search .inner .card ul{
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 30px;
}
#search .inner .card .cardbox{
	text-align: center;
    font-size: 15px;
    font-weight: bold;
}
#search .inner .card .cardbox img{
	width: 100%;
	max-width: 188px;
	margin-bottom: 10px;
}
#search .inner .card table {
    margin: 15px 0 5px;
}
#search .inner .card a{
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	display: block;
	max-width: 230px;
	background-color: #0e5dac;
	border-radius: 30px;
	line-height: 2.8;
	margin: 0 auto 30px;
	text-decoration: none;
}
@media screen and (max-width: 870px) {
	#search .inner .card .cardbox{
	    width: 47%;
		margin-bottom: 25px;
	}
	#search .inner .card{
		justify-content: space-between;
	}
	#search .inner .card .mb0{
		margin-bottom: 0;
	}
}

/*button*/

button{
	display: block;
	max-width: 260px;
	width: 100%;
	padding: 20px 10px;
	border-radius: 5px;
	background-color: #eb6100;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
	margin: 120px auto 0;
	box-shadow: 0px 6px #d25600;
	position: relative;
}
button::before{
	content: '\f105';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
	position: absolute;
	right: 10px;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
button:hover {
  top: -4px;
  box-shadow: 0 7px 0 #d25600;
}
button:active {
  top: 3px;
  box-shadow: none;
}
@media screen and (max-width: 750px) {
	button{
		margin: 50px auto 0;
	}
}
/*タグ*/

.tagu span{
	color: #FFFFFF;
	padding: 6px 2px 3px;
	width: 100%;
	border-radius: 4px;
	display: inline-block;
    text-align: center;
	box-sizing: border-box;
}
.tagu .oneday{background-color: #4ab9d9;}
.tagu .famipair{background-color: #b4ca1e;}
.tagu .fami{background-color: #ffae11;}
.tagu .teiki{background-color: #5b9be5;}
.tagu .discount{background-color: #fa6f68;}
.tagu .kidsticket{background-color: #fa6f68;}