/*
Theme Name:	OGS Local Trip English Site's Child Theme
Template:       ogs-trip
*/
@import url('../ogs-trip/style.css');

/* General breakpoint for PC
----------------------------------------------- */
@media print, screen and (min-width: 768px) {


}



/* General breakpoint for Tablet/SP
----------------------------------------------- */
	@media screen and (max-width: 767px) {

	.top-tour__ttl {
		font-size: 1.65rem;
	}
	.top-recommend__ttl {
		font-size: 2.2rem;
	}
	.top-how-to__content-ttl {
		white-space: break-spaces;
	}




	}