/* 道央道・札樽道 */
.l-container .pct_bg_douou {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_douou.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_douou::before {
	display: block;
	content: "";
	padding-top: 152.5%;
}



/* 上信越・中央道 */
.l-container .pct_bg_joushin {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_joushin.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_joushin::before {
	display: block;
	content: "";
	padding-top: 110.5%;
}



/* 東北道・常磐道ミニ */
.l-container .pct_bg_tohoku_mini{
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_tohoku_mini.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_tohoku_mini::before {
	display: block;
	content: "";
	padding-top: 110.5%;
}
		
.l-container .pct_bg_tohoku_miniM { /* 動画用 */
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_tohoku_miniM.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_tohoku_miniM::before {
	display: block;
	content: "";
	padding-top: 110.5%;
}



/* 東北道・常磐道ミニ2 */
.l-container .pct_bg_tohoku_mini2{
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_tohoku_mini2.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_tohoku_mini2::before {
	display: block;
	content: "";
	padding-top: 152.5%;
}



/* 東北道・常磐道ワイド */
.l-container .pct_bg_tohoku_wide {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_tohoku_wide.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_tohoku_wide::before {
	display: block;
	content: "";
	padding-top: 152.5%;
}
	  /*test*/
.l-container .pct_bg_tohoku_wideM {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_tohoku_wideM.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_tohoku_wideM::before {
	display: block;
	content: "";
	padding-top: 152.5%;
}



/* 東関東道・館山道 */
.l-container .pct_bg_toukan{
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/assets/img/etc/drawari/2020_touring/bg_toukan.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.l-container .pct_bg_toukan::before {
	display: block;
	content: "";
	padding-top: 110.5%;
}



/* 画像３枚用 */
.l-container .pct3_1 {
	display: block;
	position: absolute;
	width: 41%;
	top: 5.3%;
	left: 51%;
}
.l-container .pct3_2 {
	display: block;
	position: absolute;
	width: 41%;
	top: 32.3%;
	left: 51%;
}
.l-container .pct3_3 {
	display: block;
	position: absolute;
	width: 41%;
	top: 59.2%;
	left: 51%;
}

/* 画像２枚用 */
.l-container .pct2_1 {
	display: block;
	position: absolute;
	width: 41%;
	top: 7.2%;
	left: 50.9%;
}
.l-container .pct2_2 {
	display: block;
	position: absolute;
	width: 41%;
	top: 44.5%;
	left: 50.9%;
}

/* 動画３枚用 */
.l-container .movie3_1 {
	position: absolute;
	width: 41%;
	top: 5.3%;
	left: 51%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
	}

.l-container .movie3_2 {
	position: absolute;
	width: 41%;
	top: 32.3%;
	left: 51%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}

.l-container .movie3_3 {
	display: block;
	position: absolute;
	width: 41%;
	top: 59.2%;
	left: 51%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.l-container .movie3_1 iframe,
.l-container .movie3_2 iframe,
.l-container .movie3_3 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 49%;
}

/* 動画２枚用 */
.l-container .movie2_1 {
	display: block;
	position: absolute;
	width: 41%;
	top: 7.2%;
	left: 50.9%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.l-container .movie2_2 {
	display: block;
	position: absolute;
	width: 41%;
	top: 44.5%;
	left: 50.9%;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden
}
.l-container .movie2_1 iframe,
.l-container .movie2_2 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 49%;
}

/* 切り替えタブ */
.l-container input[name="tab_item"] { /* ラジオボタンを全て消す */
display: none;
}
.l-container #rei01:checked ~ #rei01_content, /* 選択されているタブのコンテンツのみを表示 */
.l-container #rei02:checked ~ #rei02_content{
display: block;
}
.l-container div.tabs-rei input:checked + .tab_item { /* 選択されているタブのスタイルを変える */
background-color: #FF4F02;
color: #fff;
}
.l-container div.tabs-rei { /* タブ切り替え全体のスタイル */
	margin: 20px 0;
}
.l-container .tab_item { /* タブのスタイル */
padding: 12px 30px;
border: solid 1px #FF4F02;
background-color: #fff;
font-size: 14px;
line-height: 1em;
color: #FF4F02;
display: inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin: 10px 0 0 1px;
}
.l-container .tab_item:hover {
opacity: 0.75;
}
.l-container .tab_content { /* タブ切り替えの中身のスタイル */
display: none; /* ←のみ必ず必要 */
border: none;
margin: 5px 0 0;
padding: 0;
}
/* end 切り替えタブ */

@media only screen and (min-width: 641px) {

/* 切り替えタブ */
.l-container input[name="tab_item"] { /* ラジオボタンを全て消す */
display: none;
}
.l-container #rei01:checked ~ #rei01_content, /* 選択されているタブのコンテンツのみを表示 */
.l-container #rei02:checked ~ #rei02_content{
display: block;
}
.l-container div.tabs-rei input:checked + .tab_item { /* 選択されているタブのスタイルを変える */
background-color: #FF4F02;
color: #fff;
}
.l-container div.tabs-rei { /* タブ切り替え全体のスタイル */
	margin: 20px 0;
}
.l-container .tab_item { /* タブのスタイル */
padding: 12px 50px;
border: solid 1px #FF4F02;
background-color: #fff;
font-size: 18px;
line-height: 1em;
color: #FF4F02;
display: inline-block;
font-weight: bold;
transition: all 0.2s ease;
margin: 20px 0 0 2px;
}
.l-container .tab_item:hover {
opacity: 0.75;
}
.l-container .tab_content { /* タブ切り替えの中身のスタイル */
display: none; /* ←のみ必ず必要 */
border: none;
margin: 5px 0 0;
padding: 0;
}
/* end 切り替えタブ */

}
