@charset "utf-8";

/*------------- ヘッダ -------------*/

.sp_pc {
	display: block;
}
.sp_sp_tr {
	display: none;
}
.sp_pc_inline {
	display: inline;
}
.sp_sp {
	display: none;
}

.sp_sp_inline {
	display: none;
}

/* contents
---------------------------------------*/

.contents {
	width: 900px;
	font-size: 105%;
}
.cnt_sec {
	padding-bottom: 30px;
}
.main h1 {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 30px;
}

.main h1 img {
	vertical-align: middle;
}

.main h2 {
	font-weight: bold;
	font-size: 115%;
	color: #333333;
	margin-bottom: 20px;
	position: relative;
	border-bottom: 3px solid #ebe9e2;
	padding-top: 0;
	background-color: #FFFFFF;
	height: auto;
	line-height: 1.6;
}

.main h2:after {
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 2;
	content: '';
	width: 15%;
	height: 3px;
	background-color: #e45833;
}

.red {
	color: #cc0000;
	font-weight: bold;
}
.flex {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}
.contents .btn a {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 265px;
	height: 55px;
	line-height: 55px;
	padding: 0 5px 0 0;
	box-shadow: 0 1px #bfbfbf;
	-moz-box-shadow: 0 1px #bfbfbf;
	-o-box-shadow: 0 1px #bfbfbf;
	-ms-box-shadow: 0 1px #bfbfbf;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-decoration: none;
	background: #fed600;
	color: #333;
}
.contents .btn a .ic_arrow {
	background: url(/common/images/common_ic008.png) no-repeat 0 0;
	background-size: 7px 10px;
	position: absolute;
	width: 7px;
	height: 10px;
	top: 22px;
	right: 10px;
}
table {
	border: 1px solid #CCCCCC;
	clear: both;
	width: 100%;
}
thead th {
	background-color: #f4f3ee;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
th {
	vertical-align: middle;
}
.list_sp a {
	margin-right: 10px;
}
.tx_style01 {
	font-size: 12px !important;
	font-weight: normal;
}


/*　Button hover
---------------------------------------*/

.alpha {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


td.center {
	text-align: center;
}
.list_sp a {
	margin-right: 10px;
}
.link {
	padding-left: 10px;
	background: url(/common/images/common_ic003.gif) no-repeat left center;
	_height: 14px;
	min-height: 14px;
	text-decoration: underline;
}
.link.down {
	padding-left: 14px;
    background: url(/campaign/noru-tabi202606/images/index_ic002.png) no-repeat left center;
}
.ic_blank:after {
	content: url(/common/images/common_ic021.png);
	position: relative;
	bottom: -0.16em;
	margin-left: 0.5em;
}
.contents .btn span {
	font-size: 15px;
}
.note {
	font-size: 12px;
	margin-top: 10px;
	font-weight: normal;
	line-height: 1.6;
	color: #000;
}
.note p {
	display: inline-block;
	text-align: left;
}
ul.note li {
	text-indent: -1em;
	padding-left: 1em;
	margin-right: 0;
}
sup {
	font-size: 11px;
}

ul.caution {
	border: 1px solid #cc0000;
	color: #cc0000;
	padding: 10px;
}
ul.caution li:first-child {
    font-weight: bold;
    font-size: 14px;
}
ul.caution li {
    text-indent: -1em;
    padding-left: 1em;
}

.flow_wrap{
	width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
	gap: 40px;
}

.flow_el{
	width: 216px;
}

.flow_el h3 {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 0;
}

.flow_el h3:after {
	content: none;
}

.flow_el .pic {
	text-align: center;
	margin-bottom: 15px;
}

.flow_el .pic img {
	width: 100%;
	vertical-align: middle;
}

.flow_el h3 span {
	margin-right: 8px;
	display: inline-block;
	vertical-align: baseline;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #FED600;
}

.entrylist {
    display: none;
    margin-bottom: 20px;
}

.anchor_view {
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f4f3ee;
    border: 1px solid #cbcac5;
}
.anchor_view ul {
    text-align: left;
}
.anchor_view ul li {
    display: inline-block;
    padding-left: 17px;
    margin-right: 16px;
    line-height: 2.5;
    background: url(/campaign/noru-tabi202606/images/index_ic002.png) no-repeat left 50%;
    white-space: nowrap;
    font-size: 100%;
}
.station_randc {
    border: 1px solid #cbcac5;
    padding: 8px 0 8px 18px;
    display: block;
    width: auto;
    cursor: pointer;
    background: url(/campaign/noru-tabi202606/images/index_ic001.png) 4px center no-repeat #f4f3ee;
    margin-bottom: 10px;
}
.station_randc.active {
    background: url(/campaign/noru-tabi202606/images/index_ic002.png) 4px center no-repeat #e3e0d6;
}

.targetvehicle .reserve-btn a {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px 0 0;
    box-shadow: 0 1px #bfbfbf;
    -moz-box-shadow: 0 1px #bfbfbf;
    -o-box-shadow: 0 1px #bfbfbf;
    -ms-box-shadow: 0 1px #bfbfbf;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    background: #fed600;
    color: #333;
    text-decoration: none !important;
    margin: 0 auto;
}

.targetvehicle .reserve-btn a .ic_arrow {
    background: url(/common/images/common_ic008.png) no-repeat 0 0;
    background-size: 7px 10px;
    position: absolute;
    width: 7px;
    height: 10px;
    top: 10px;
	right: 10px;
}

/* モバイル向けの設定（768px以下） */
@media screen and (max-width: 768px) {
	/* 768px以下用の記述 */
	#d_page {
		font-family: Verdana, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
		color: #000;
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
		-webkit-text-size-adjust: 100%;
		min-width: 310px;
		padding: 0;
	}
	/*------------- PC_SP切り替え -------------*/
	.sp_pc {
		display: none !important;
	}
	.sp_pc_inline {
		display: none !important;
	}
	.sp_sp_tr {
		display: table-row;
	}
	.sp_sp {
		display: block !important;
	}
	.sp_sp_inline {
		display: inline !important;
	}
	.sp_tpc {
		display: none !important;
	}
	.pankuzu {
		display: none !important;
	}
	/* コンテンツ
	---------------------------------------*/
	div.contents {
		width: auto !important;
		padding: 10px 0 0;
	}
	.main-inner {
		padding: 0;
	}
	.sample {
		height: auto;
		width: auto;
		max-width: 100%;
	}
	.cnt_sec {
		margin: 0 10px;
	}
	.detail {
		border-bottom: none;
		margin-bottom: 0;
		padding: 0 0 30px;
	}
	.detail.image-detail {
		background-color: #f6f5f1;
	}
	.contents a:link {
		text-decoration: underline;
	}
	.main h1 {
		margin-top: 0;
	}
	.main h2 {
		border-left: 4px solid #e45833;
		border-bottom: none;
		margin-bottom: 10px;
		padding: 3px 0 3px 7px;
		font-size: 120% !important;
		text-align: left;
		line-height: 140%;
	}
	.main h2:after {
		content: none;
	}
	.contents .btn a {
		width: 100%;
		max-width: 300px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		text-decoration: none !important;
		margin: 10px auto;
	}
	.contents .btn span {
		font-size: 13px;
	}
	.contents .btn a .ic_arrow {
		background: url(/common/images/common_ic008.png) no-repeat 0 0;
		background-size: 7px 10px;
		position: absolute;
		width: 7px;
		height: 10px;
		top: 0;
		bottom: 0;
		right: 10px;
		margin: auto;
	}
	.ic_arrow {
		background: url(/sp/images/index_ic015.png) no-repeat scroll right center;
		background-size: 7px 11px;
	}
	.br {
		content: "\A";
		white-space: pre;
	}
	.boxed {
		border: none;
		padding: 0;
		margin: 30px auto 0;
	}
	.boxed img {
		width: 100%;
	}
	.how img.sp_sp {
        width: 100%;
	}
	.flow_wrap {
	flex-wrap: wrap;
		width: 65%;
		padding-top: 10px;
		box-sizing: border-box;
		gap: 30px;
	}
	.flow_el {
		width: 100%;
	}
	.flow_el h3 {
		border-left: none;
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 0;
		font-size: 15px !important;
		text-align: left;
		background-color: #ffffff;
	}
	/* フッター
	---------------------------------------*/
	.copyright {
		padding: 0;
		background-color: #474747;
	}
	.bgarea {
		border-top: 1px solid #cbcac5;
		margin: 30px 0 0 0 !important;
		padding: 0 10px !important;
	}
	.admission {
		padding-right: 0;
		margin: 25px 0 25px 0;
	}
	.admission a {
		text-decoration: none !important;
	}
	.admission01,
	.admission02 {
		text-align: center !important;
	}
	.btn_ver ul.note li {
		margin-bottom: 0;
	}
    /* テーブル全体の挙動を解除
	---------------------------------------*/
    .targetvehicle,
    .targetvehicle tbody,
    .targetvehicle tr {
        display: block;
        width: 100% !important;
    }
    .targetvehicle td {
		border: none;
	}

    /* ヘッダー（ステーション名、住所などの項目名）を非表示にする */
    .targetvehicle thead {
        display: none;
    }

    /* 各行（tr）をFlexboxにして、中身を折り返せるようにする */
    .targetvehicle tr {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc; /* 行間の区切り線 */
    }

    /* 1段目：ステーション名（th）を横幅100%にして独立させる */
    .targetvehicle th {
        display: block;
        width: 100% !important;
        text-align: left;
		border-right: 0;
		background-color: #f4f3ee;
    }
    .targetvehicle tr:last-of-type{
	border-bottom: 0;
   }
    /* 2段目左：住所（td） */
    .targetvehicle td:not(.col-6) {
        display: block;
        flex: 1;           /* 残りの幅を占有 */
        width: auto !important;
        padding-right: 10px;
        font-size: 13px;
		text-align: left;
    }

    /* 2段目右：予約ボタン（td.col-6） */
    .targetvehicle td.col-6 {
        display: block;
        text-align: right;
    }

    /* ボタン自体の調整（必要に応じて） */
    .targetvehicle .reserve-btn a {
        width: 100px;
    }
}