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


#abc,#hinoki,#spot{
	width: 100%;
	font-family: "Klee One";
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 30px;
	text-align: start;
}

h2{
	font-size: 24px;
	height: auto;
	font-family: "Jost";
	letter-spacing: 2px;
	}

h3{
	font-size: 17px;
}

.wave{
	text-decoration:underline;
	text-decoration-style:wavy;
	text-decoration-color: #555555;
}

p{
	padding-top: 10px;
}

footer{
	padding-top: 5%;
}




/* デザイン（タブレット） */
@media screen and (max-width: 798px) {
	main{
		width: 90%;
		margin: 0 20px;
	}
	main img{
		width: 100%;
	}
	#abc,#hinoki,#spot{
		width: 100%;
		overflow: hidden;
		word-break: break-all;
		hyphens: manual;
	}
	
}

/* デザイン（スマホ） */
@media screen and (max-width: 480px) {
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 15px;
	}
	#abc,#hinoki,#spot{
		font-size: 12px;
		line-height: 20px;
	}
}











