﻿@charset "utf-8";

/*============================================================
//  富士登山ツアー 集合場所スタイルシート 追記分のコピー
//==========================================================*/

/* ヘッダー */


#header01 .hd_secB .select {
	margin-left: 150px;
	margin-top: 5px;
}

@media only screen and (max-width: 640px) {
	#header01 {
		display: block!important;
	}
	ul.floatBox {
		width: auto!important;
	}
	#nav .g-nav {
		margin: 0 auto;
	}
	#nav .g-nav li a img {
		height: 50px;
	}
	#nav .fl-l {
		width: 35%!important;
	}
	#nav .g-nav li.from {
		border-left: none!important;
		border-right: none!important;
}
}

/* 上書き */
#contents {
	padding-bottom: 40px !important;
	width: 950px;
}
table {
	display: table;
}
.intro_plan {
	margin-top: 0;
}
.txt01 {
	font-size: 14px;
}
.large .image_bordern {
	width: 245px;
}
.large .intro_inner {
	width: 190px;
}
#footer01 .infoTel-day2 {
	position: absolute;
	top: 15px;
	left: 425px;
	text-align: left;
	line-height: 1.5em;
	font-size: 13px;
}
.align_center {
	text-align: center;
}
@media
only screen and (max-width : 640px){
	.intro_plan {
		overflow: hidden;
    	}
	.large .image_bordern {
		width: 30%;
	}
	.large .intro_inner {
		width: 67%;
	}
	.intro_plan table.nittei {
		margin-top: 10px;
    	}
	.col_3 {
		float: none;
	}
	.txt01 {
		font-size: 12px;
	}
	#footer01 {
		display: block !important;
	}
	br.cl {
		display: block;
	}
}
/* スマホサイズ時の調整用クラス */
@media
only screen and (max-width : 640px){
	.inner {
		margin: 0 10px;
	}
}

/* パンくず */
#pankuzu {
	background: #f5f4f4;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0.5em;
}
#pankuzu div{
	display: inline-block;
}
#pankuzu .inner {
	display: block;
	width: 1000px;
	margin: 0 auto;
}
#pankuzu div a span{
	color: #666;
	font-size: 10px;
}
#pankuzu div a span:hover{
	text-decoration: underline;
	color: #666;
}

@media
only screen and (max-width : 640px){
	#pankuzu .inner {
		width: 96%;
	}
}

/* パネル下リンク */
/*
.page-link .col3 li {
	width: 31.33333333%;
	margin: 0 1%;
	float: left;
	text-align: center;
}
@media
only screen and (max-width : 640px){
.page-link .col3 li {
	width: 90%;
	margin: 0 5% 10px 5%;
	float: none;
	text-align: center;
	}
}
::::::::::::::::::::::::::*/

/* タブ */
ul.tabNav li a {
	font-size: 1.1em;
}
@media only screen and (max-width: 640px){
	ul.tabNav {
		display: block!important;
	}
	ul.tabNav li {
		display: block!important;
	}
}

/* タブメニュー */
#map_tab_menu {
	display: table!important;
	table-layout: fixed!important;
	border-collapse: collapse!important;
	width: 100%!important;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0!important;
	margin-left: 0!important;
}
#map_tab_menu li {
	width: 100%!important;
	display: table-cell!important;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	font-size: 1.1em;
	color: #3F74CA;
	background: #F1F1F1;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	cursor: pointer;
}
#map_tab_menu li:hover {
	color: #FFA73C;
}
#map_tab_menu li.active {
	background: #FFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none!important;
}
#map_tab_menu li:last-child {
	border-right: solid 1px #CCC;
}
@media only screen and (max-width: 640px){
	#map_tab_menu {
		display: block!important;
	}
	#map_tab_menu li {
		display: block!important;
		border-bottom: none;
		border-right: 1px solid #CCC;
	}
	#map_tab_menu li:last-child {
		border-bottom: solid 1px #CCC;
	}
	#map_tab_menu li.active:last-child {
		border-bottom: solid 1px #CCC !important;
	}
}
/* タブの中身 */
#map_tab_box {
	margin-top: 0 !important;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottom-left: 5px;
	-moz-border-radius-bottom-right: 5px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
	padding: 12px 12px 12px 12px;
}
#map_tab_box li {
	position: absolute;
	left: -99999px;
}
#map_tab_box li.active {
	position: relative;
	left: 0
}

/* 地図の横並びレイアウト */
.left_flow {
	width: 630px;
	float: left;
}
.right_flow {
	width: 280px;
	float: right;
}
.right_flow_arrow {
	position: relative;
}
.right_flow_arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid #2196F3;
	border-right: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	position: absolute;
	bottom: -5px;
	left: 50px;
}
@media only screen and (max-width: 640px){
	.left_flow ,
	.right_flow {
		width: 100%;
		float: none;
		margin: 0;
	}
	.right_flow_arrow {
		margin-bottom: 20px;
		text-align:center;
	}
	.right_flow dd {
		text-align: center;
	}
	.right_flow_arrow:after {
		bottom: -22px;
		left: 48%;
	}
}
/* 地図 */
#ggmap,#ggmap2,#ggmap3,#ggmap4 {
	height: 630px;
	width: 630px;
	float: left;
}

.mapw {
	width: 630px;
	height: 630px;
}

@media only screen and (max-width: 640px){
	#ggmap,#ggmap2,#ggmap3,#ggmap4 {
		height: 300px;
		width: 100%;
		margin-bottom: 10px;
		float: none;
	}
	.mapw {
		width: 100%;
		height: 630px;
	}
}
/*h2見出し */

.h2_wrapper  {
	/*padding: 10px;*/
	margin: 20px 0 20px;
	/*background-color: #83dbea;*/
	border-bottom: 1px solid #ccc;
	}

h2.h2_map {
	position:relative;
	padding: 15px 15px 15px 15px;
	border-left: 8px solid #000;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	height: auto;
	/*line-height: 170%;*/

}
h2.h2_map:before {
	content: "";
	width: 8px;
	height: 50%;
	position: absolute;
	left: -8px;
	bottom: 0;
	background-color: #444444;
	}
@media only screen and (max-width: 640px){
	h2.h2_map {
		font-size: 20px;
		text-align: left;
		padding: 0 10px;
	}
	.h2_wrapper h2.h2_map:before {
		top: 0!important;
	}
	/*
	.h2_wrapper  {
		width: auto;
		margin: 0 12px;
	}
	/*
	h2.h2_map.second {
		padding: 15px 115px 15px 50px;
	}*/
}

/* H3見出し */
h3.h3_tokyo {
	font-size: 16px;
	font-weight: bold;
	color: #2196F3;
	position: relative;
	padding-left: 10px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	border-bottom: 1px solid #2196F3;
	border-left: 5px solid #000;
}
h3.h3_tokyo:before {
	content: "";
	width: 5px;
	height: 50%;
	position: absolute;
	left: -5px;
	bottom: 0;
	background-color: #444444;
}

/* ページ下部リンク */

#areaNav {
	margin-bottom: 0;
}

#areaNav ul li a span {
	display: block;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	padding: 0 10px;
	color: #ffffff;
}

#areaNav ul.col4 li {
	width: 222px;
}

/*#areaNav ul li.lp1 a {
	border: 2px solid #ff902e;
	background: #ff902e url(../_img/common/ai_ar_1.png) 95% center no-repeat;
}*/

#areaNav ul li a:hover {
	background: #fff url(../_img/common/ai_ar_1_s2.png) 95% center no-repeat;
}

@media only screen and (max-width: 640px){
	#areaNav {
		width: 100%;
	}
	#areaNav ul {
		margin: 0 1%;
		width: 98%;
	}
/*
	#areaNav ul.col3 li,
	#areaNav ul.col3 li.last {
	width: 95%;
	margin-right: 2.5%;
	margin-left: 2.5%;
	}
*/
	#areaNav ul.col4 li,#areaNav ul.col4 li.last {
	        width: 48%;
	        display: inline-block;
	        margin: 0.5%;
	}
	#areaNav ul.col4 {
		font-size: 0;
		width:100%;
		}

}

/* タブ切替部分（2021年更新） */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: DeepSkyBlue;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: DeepSkyBlue;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}
