
/*--------------------------------------------
/*		cat_feature - outdoor
/*--------------------------------------------*/
#myhightide {
	width: 100%;
	background: #FAF6F0;
	text-align: center;
	color: #CE5616;
	margin: 0 auto;
	font-family:"helvetica", "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	padding-bottom: 4%;
	background-image: linear-gradient(#EFB291 1px, transparent 0),
                    linear-gradient(90deg, #EFB291 1px, transparent 0);
  background-size: 24px 24px;
}

#myhightide a {
	color: #CE5616;
}
#myhightide section img {
	margin-bottom: 8px;
}
#myhightide .number {
	font-family: "Yellowtail", cursive;
  font-weight: 400;
	width: 34%;
	font-size: 38px;
  font-style: normal;
}

#myhightide .slick-slide {
    height: auto !important;
}
#myhightide section {
	width: 660px;
	margin: 0 auto 8%;
	background: #fff;
}
#myhightide section.top {
	padding: 4% 0;
	background: #CE5616;
	width: 100% !important;
	color: #FAF6F0;
	background-image: linear-gradient(#DD5D19 1px, transparent 0),
                    linear-gradient(90deg, #DD5D19 1px, transparent 0);
  background-size: 24px 24px;
}
#myhightide section.top .tag {
	background: #FAF6F0;
	color: #CE5616;
	width: 90px;
	margin: 0 auto 2%;
	padding: 6px;
	font-size: 14px;
}

#myhightide section.top h1 {
	width: 30%;
	display: flex;
    margin: 0 auto 2%;
}
#myhightide section.top h2 {
	font-family: 'Poppins';
    font-size: 20px;
	margin-bottom: 4%;
	    font-weight: bold;
}
#myhightide section.top .read {
	font-size: 16px;
	font-weight: bold;
}
#myhightide table {
	background: #fff;
}
#myhightide table td {
	padding: 6% 6% 0;
	color: #CE5616;
}
#myhightide section:not(.top) {
	text-align: left;
}
#myhightide section:not(.top) h2 {
	font-weight: bold;
	font-size: 26px;
	line-height: 1.4;
	padding: 6% 6% 4% 6%;
}
#myhightide section:not(.top) table h2 span {
	font-size: 26px;
}
#myhightide section .text {
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.6;
	padding: 0 6%;
}
#myhightide section .text span {
	background:linear-gradient(transparent 50%, #ffff66 0%);
}
#myhightide section:not(.top) table h2 {
	padding: 0;
} 
#myhightide table .tag {
	
	font-size: 13px;
}
#myhightide table ul {
	display: flex;
    flex-wrap: wrap;
	padding: 0;
}
#myhightide table ul li {
	width: 50%;
    padding: 2%;
}
#myhightide table ul li .btn a {
    background: #CE5616;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 4px 16px;
    border-radius: 2px;
	border: none;
    margin: 2% 0 0 0;
	text-decoration: none;
    height: 26px;
}
#myhightide table ul li h3 {
	font-size: 12px;
}
#myhightide h2 span {
	font-family: 'Poppins', sans-serif;
	    display: flex;
    font-size: 26px;
}

#myhightide .btn a {
	background: #CE5616;
    border: none;
    border-radius: 32px;
    color: #fff;
}
@media (max-width: 767px) {
	#myhightide section.top h1 {
	width: 58%;
    margin: 0 auto 0 !important;
}
	
	#myhightide {
		width: 100%;
		padding-bottom: 16%;
		background-size: 18px 18px;
	}
	#myhightide section.top {
		background-size: 18px 18px;
	}
	#myhightide section.top h2 {
		font-size: 16px;
        margin: 4% 0 6%;
	}
	
	#myhightide h2 span {
		
    font-size: 24px;
}
	#myhightide section .text {
		font-size: 14px;
	}
	#myhightide section.top {
		padding: 7% 0;
	}
	#myhightide section.top .read {
		    font-size: 12px;
		padding: 0 6%;
	}
	#myhightide section.top .tag {
		font-size: 10px;
	}
	#myhightide section:not(.top) h2 {
		text-align: left;
		    font-size: 20px;
		color: #CE5616;
	}
	#myhightide section:not(.top) table h2 span {
    font-size: 16px;
}
	#myhightide section {
		width: 88%;
	}
	#myhightide section ul li h3 {
		font-size: 12px;
	}
	#myhightide .btn a {
		padding: 4% 10%;
	}
	.spfadein {
  
  animation-name: fadein;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
	@keyframes fadein {
  0% {
  opacity: 0;
}
90% {
 opacity: 1;
}
 100% {
  opacity: 1;
} 
}
}

.js-fadein {
    opacity : 0;
	-webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
    transform : translate(0, 50px);
	-webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
    transition:all 0.5s;
	
}
.js-fadein.scrollin {
    opacity : 1;
	transition-duration: 0.5s;
    transform : translate(0, 0);
	-webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}


