@charset "UTF-8";
.slider{
	width: 100%;
	height: 200px;
	background-image: url('../images/spot/spot-bg.jpg');
	background-size: cover;
	background-position: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	color:white;
	text-shadow: 3px 3px 3px black;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	letter-spacing:.1em;
}
.bar{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:85%;
	margin-top: 10px;
}
.bar a{
	text-decoration: underline;
}
.bar i{
	margin: 0 10px;
	color:hsla(0,0%,31%,1.00);
}
.navi{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}
.navi li{
	width: 45.5%;
	border: 1px solid hsla(0,0%,50%,1.00);
	padding: 12px 4px;
	text-align: center;
	margin: 8px 0;
	cursor:pointer;
}
.navi li.active{
	background: #0E66B6;
	color: white;
	border: 1px solid #0E66B6;
}
.navi li:hover{
	background: #0E66B6;
	color: white;
	border: 1px solid #0E66B6;
}
.spot-bar{
	font-size: 12px;
	margin-top: 10px;
/*	margin-bottom:8px;*/
}

.kankou{
	display: none;
}

.mucluc {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid hsla(0,0%,50%,1.00);
  background: #F6F8F7; }
  .mucluc h2 {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 10px;
    margin-bottom: 15px; }
    .mucluc h2 i {
      margin-right: 10px; }
  .mucluc ul li {
    list-style-type: decimal;
    margin-left: 35px;
    margin-bottom: 7px; }
    .mucluc ul li ul li {
      list-style: decimal; }
      .mucluc ul li ul li li {
        list-style: disc; }
  .mucluc a:hover {
    text-decoration: underline; }

.spot{
	width: 100%;
	box-sizing:border-box;
	overflow: hidden;
}
.spot img{
	width: 100%;
	height: auto;
}
.spot .spot-title{
	
	color: black;
	padding-top: 10px;
	font-weight: 600;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 20px;
	text-align: center;
	margin-top: 30px;
}
.spot .day{
	font-size: 80%;
	color: hsla(0,0%,18%,1.00);
	padding: 8px 0;
}
.spot ul.social{
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.spot ul.social li{
	font-size: 80%;
	color: white;
	width: 48%;
	text-align: center;
	padding: 8px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family:Arial, Helvetica, "sans-serif";
	letter-spacing: .05em

}
.spot ul.social li a{
	color: white;
	display: block;
}
.spot ul.social li:hover{
	opacity: 0.7;
}
.spot ul.social li i{
	margin-right: 10px;
	font-size: 110%;
}
.spot ul.social li:nth-child(1){
	background: #3B73E3;
}
.spot ul.social li:nth-child(2){
	background: #4E9AE3;
}
.spot ul.social li:nth-child(3){
	background: #DF3122;
}
.spot ul.social li:nth-child(4){
	background-image: linear-gradient(to right top, #EFCD4D, #CC2D2F,#9A209A);
}
/*ーーーーーーーーーーーーーーーーーーLISTーSPOT　ここからーーーーーーーーーーーー*/
.spot ul{
	
}
.spot ul.list-spot li:first-child{
	border: none;
}
.spot ul.list-spot li{
	border-top:1px solid hsla(0,0%,73%,1.00);
	padding-top: 20px;
	margin-bottom: 30px;
} 
.spot ul.list-spot h3{
	font-weight: 600;
	border-left: 10px solid #0E66B6;
	padding: 6px 0;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 7px;
	font-size: 105%;
}
.spot ul.list-spot p{
	margin-bottom: 3px;
}
.spot ul.list-spot p:nth-child(3){
	margin-bottom: 15px
}
.spot ul.list-spot strong{
	font-weight: 600;
}
.spot ul.list-spot img{
	margin: 10px 0;
}
/*ーーーーーーーーーーーーーーーーーーLISTーSPOT　ここまでーーーーーーーーーーーー*/
@media Screen and (min-width:480px){
	.spot ul.social li{
		width: 24%;
	}
}
@media Screen and (min-width:768px){
	.slider{
		height: 350px;
		font-size: 33px;
	}
	.bar{
		font-size:100%;
		margin-top: 20px;
	}
	.bar a{
		text-decoration:none;
	}
	.bar a:hover{
		text-decoration: underline;
	}
	.bar i{
		margin: 0 10px;
		color:hsla(0,0%,31%,1.00);
	}
	.kankou{
		width: 100%;

		border: 1px solid hsla(0,0%,50%,1.00);
		padding: 20px 55px;
		padding-top: 50;
		margin-right: 10px;
		margin-bottom: 40px;
		margin-top: 40px;
		box-sizing: border-box;
	}
	.navi{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 10px;
	}
	.navi li{
		width: 20%;
		border: 1px solid hsla(0,0%,50%,1.00);
		padding: 15px ;
		text-align: center;
		margin: 15px 0;
		cursor:pointer;
	}
	.spot-bar{
		font-size: 14px;
		margin-bottom: 0;
	}

	.mucluc{
		width: 80%;
		margin:30px auto;
	}
	.spot-topbar{
		margin-top: 8px;
	}
	.spot-tour{
		
		max-width: 1200px;
		padding: 10px;
		margin: auto;
		display: flex;
		justify-content: space-between;		
	}
	.spot{
		
		
	}
	.spot .spot-title{
		padding-top: 20px;
		font-size: 22px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 24px;
		text-align: center;
	}
	.spot ul h3:first-child{
		margin-top: 10px;
	}
	.spot ul h3{
		font-size: 120%;
		margin-top: 30px;
	}
	
}