@charset "UTF-8";
/* CSS Document */

/*----------------------------------
	bot用のCSSです
----------------------------------*/

.slectAreaBotBg { position:relative; width:1024px; height:auto; margin:0 auto; padding:30px 0; background:hsla(0,0%,100%,1.00);}
.slectAreaBotBtn { width:450px; height:70px; margin:0 auto 5px;}
.slectAreaBotTxt { font-size:16px; line-height:1.5; font-weight:bold; text-align:center; color:#4c4c4c;}

.botBlk01, .botBlk02 {background-color:#fff; width:855px; height:auto; margin:0 auto;}
.botBlk02 ul {overflow: hidden; display: flex; justify-content: space-between;}
.botBlk02 ul li {background:url(../images/TourIcn.gif) no-repeat 0 5px; padding: 7px 0 0 10px;}
.botBlk02 ul li a { font-size:14px; line-height:1.5; font-weight:bold; white-space:nowrap; color: #1d3994;}

.Js_AreaSelectPanel{
	display:none;
	position:absolute;
	top:110px;
	left:210px;
	width:496px;
	background:#fff;
	border:2px solid #4b7eb9;
	color:#333333;
	z-index:150;
	padding-bottom:5px;
	margin-left: 0px;
	text-align:center;
}

.Js_AreaSelectPanel p {
	background-color:#dceaf8;
	padding:10px;
	text-align:left;
	font-size:12px; font-size:1.2rem;
	line-height:16px; line-height:1.6rem;
}
.Js_AreaSelectPanel dl {
	overflow:hidden;
	width:130px;
	height:auto;
	border-bottom:dotted 1px #4c4c4c;
	margin:0 10px 5px 0;
	padding-bottom:5px;
	}
.Js_AreaSelectPanel dl dt, .Js_AreaSelectPanel dl dd {
	float:left;
}
.Js_AreaSelectPanel dl dt {
	width:60px;
	height:auto;
	font-size:12px; font-size:1.2rem;
	font-weight:bold;
	text-align:left;
	margin-right:10px;
}
.Js_AreaSelectPanel dl dd {
	width:60px;
	height:auto;
	font-size:12px; font-size:1.2rem;
	font-weight:bold;
}

.Js_AreaSelectPanel dl dd ul li {
	background:url(/sharing/common14/images/arrw01.png) 0 6px no-repeat;
	text-align:left;
	padding-left:10px;
}
.Js_AreaSelectPanel a#Js_AreaSelectPanelClose {
	clear:both;
	display:inline-block;
	background:url(/sharing/common14/images/Js_HatsuSelectPanelCloseBtn.png) right 9px no-repeat;
	padding:5px 15px 0 0;
}

.clearFix_Fuji:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
.clearFix_Fuji{
	display: inline-block;
} 
.linkBox_Fuji {
	width: 880px;
	height: auto;
	display: block;
	margin: 10px auto 0px auto;
}
.subListUl_Fuji {
	padding: 0px;
	padding-bottom: 8px;
	width: 876px;
	height:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.subListUl_Fuji li {
	float: left;
	padding-top: 8px;
	font-size: 14px;
	font-weight:bold;
}
.subListRight_Fuji {
	color: #F00;
	width: 196px;
	text-align: right;
}
.tourLiCen_Fuji {
    color: #12449f;
    width: 580px;
}
.tourLiLeft_Fuji {
	font-weight: bold;
	color: #12449f;
	background-image: url(../images/TourIcn.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 10px;
	width: 86px;
}

.HeritageBox {
	background:hsla(0,0%,100%,1.00);
	padding-bottom:20px;
	margin-top: 20px;
}
/*slick*/
.slick-dots{
	display: block;
	position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li{
	    position: relative;
    display: inline-block;
    width: 20px;
    height: 10px;
    margin: 0 5px 1px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li.slick-active button:before{
	    opacity: .75;
    color: black;
}
.slick-dots li button::before{
	font-family: slick;
    font-size: 60px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}
.slick-arrow{
	position:absolute;
	border:0;
	  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
	overflow: visible;
	text-transform: none;
	-webkit-appearance: button;
	text-indent:-9999px;
	z-index: 100;
}
.slick-arrow:hover{
	cursor: pointer;
}
.slick-prev{
	top:50%;
	left:0;
	background:url(../images/btn_pre.png) 50% 50% no-repeat;
	width:50px;
	height:50px;
}
.slick-next{
	top:50%;
	right:0;
	background:url(../images/btn_next.png) 50% 50% no-repeat;
	width:50px;
	height:50px;
}
.slick-list{
	margin:0 0 30px;
}
.kyoten {
	text-align: center;
	font-size: 1.8rem;
	margin: 20px auto 15px;
}
div.TempTourPhoto02.bot {
	border: 1px solid #cac7b9; 
	width: 800px;
	height:auto;  
	padding: 10px;
	background:#FFF;
	position: relative;
	margin: 0 auto 20px;
	 }

	 /*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/
