/* CSS Document */
#content p{
	color: #000;
}
#sft_wap img{
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
#sft_wap a{
	outline: none;
	display: block;
}
#sft_wap *:focus {
	outline: none;
}

#sft_wap{
	background-color: #ffffff;
	background-size: 100%;
	width: auto;
	height: auto;
	margin: 0 auto;
	text-align: center;
	outline: none;
}


/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
#sft_allcon{
	max-width: 1280px;
	width: auto;
	margin: 0 auto;
	text-align: center;
	height: auto;
}
.sft_sm{
	display: none;
}
@media screen and (max-width: 767px) {
	.sft_pc{
		display: none;
	}
	.sft_sm{
		display: block;
	}
}

.download {
  position:relative;
  overflow:hidden;
	height: 7%;
}
.download a img{
  width: 100%;
  cursor: pointer;
  position:absolute;
	left: 0;
}
.download a img:last-child{
  top: 100%;
  transition: 0.3s;
}
.download:hover a img:last-child{
  top:0;
}

.sft_contents{
}
.sft_contents .sft_top-box{
	background-image: url(../img/subpage/scenic-food-tours/img_never-top-pc.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	padding-top: 22%;
	padding-bottom: 13%;
	position: relative;
}
.sft_contents .sft_top-box .phone-box{
	width: 20%;
	margin-left: 22%;
	padding: 3%;
	position: relative;
}
.sft_contents .sft_top-box .phone-box .phone{
	background-size: 74%;
	background-repeat: no-repeat;
	background-position: 33% 35%;
	border-top-left-radius: 25%;
	border-top-right-radius: 40%;
	border-bottom-left-radius: 30%;
	border-bottom-right-radius: 45%;
}
.sft_contents .sft_top-box .phone-box .new {
  width: 20%;
  position: absolute;
  top: 2%;
  right: 6%;
}
.sft_contents .sft_top-box .phone-box .download {
	padding-bottom: 17%;
}
.sft_contents .sft_top-box .instagram {
	width: 11%;
	position: absolute;
	bottom: 17%;
  right: 17%;
}
.sft_contents .instagram a img,
.sft_contents .sft_calendar div.box .img a img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sft_contents .instagram a:hover img,
.sft_contents .sft_calendar div.box .img a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width:768px) {
	.sft_contents .sft_top-box .phone-box .new img:last-of-type {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.sft_contents{
		background-color: #fff;
	}
	.sft_contents .sft_top-box{
		background-image: url(../img/subpage/scenic-food-tours/img_never-top-sd.jpg);
		padding-top: 47%;
		padding-bottom: 0;
		background-color: #ADD7EE;
	}
	.sft_contents .sft_top-box .phone-box{
		width: 80%;
		padding: 10% 0;
		margin-left: 13%;
	}
	.sft_contents .sft_top-box .phone-box .new {
		right: 0;
	}
	.sft_contents .sft_top-box .phone-box .new img:first-of-type {
		display: none;
	}
	.download {
	  position:static;
		height: auto;
	}
	.download a img{
	  position:static;
	}
	.download a img:last-child{
	  display: none;
	}
	.sft_contents .sft_top-box .instagram {
		display: none;
	}
	.sft_contents .sft_top-box .phone-box .download {
		height: auto;
		padding-bottom: 0;
	}
}

.sft_calendar{
	max-width: 960px;
	width: auto;
	margin: 0 auto;
	padding-top: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sft_calendar div.box{
	flex-basis: 16%;
	margin: 0 4%;
	margin-bottom: 10%;
	font-weight: bold;
}
.sft_calendar div.box .img{
	margin-bottom: 1em;
}
.sft_calendar div.box .month{
	border-bottom: 2px solid #000;
	padding-bottom: 0.2em;
	margin-bottom: 1rem;
}
.sft_contents .instagram-sd {
	display: none;
}
@media screen and (max-width: 767px) {
	.sft_calendar {
		padding-top: 15%;
	}
	.sft_calendar div.box{
		flex-basis: 42%;
	}
	.sft_calendar div.box .img{
		border: 3px solid #fff;
	}
	.sft_contents .instagram-sd {
		display: block;
		margin: 0 4%;
		padding-top: 5%;
		padding-bottom: 5%;
	}
}

/*****************************************************************************
****************** シングルページ（スマホ専用） ********************************
*****************************************************************************/
@media screen and (max-width: 767px) {
	#content .sft_single-contents a{
		color: #1d2c51;
		display: inline-block;
	}
	.sft_single-contents{
		background-color: #d3d0ce;
		padding-bottom: 5%;
		font-weight: bold;
	}
	.sft_single-contents .box{
		padding: 0 5%;
	}
	.sft_single-contents .box p:first-of-type{
		padding: 10% 0;
		line-height: 160%;
	}
	.sft_single-contents .box p:last-of-type{
		padding-top: 10%;
		font-size: 120%;
		text-align: left;
	}
	.sft_single-contents .box p:last-of-type a{
		text-decoration: none;
	}
}

/*****************************************************************************
****************** bootstrap調整 *********************************************
*****************************************************************************/
ul{
	margin-bottom: 0;
}
