@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.top #content {
    padding-top: 0;
}
.l-content {
  margin-bottom: 0 !important;
}
.p-mainVisual__slideTitle {
	font-size: 24px;
}
.c-gnav>.menu-item {
	width: 14%;
}


/* Tablet and PC */

@media (min-width: 600px) {
	.p-mainVisual__slideTitle {
		font-size: 28px;
		letter-spacing: 2px;
	}
	.change {
    	font-size: 36px;
    	letter-spacing: 3px;
		background: linear-gradient(transparent 1.1em, #f90 0, #f90 1.3em, transparent 0); 
	}
}

/* Mobile only */

@media (max-width: 600px) {
	p.has-text-align-center {
		font-size: 0.9em !important;
	}
	.p-mainVisual__slideTitle {
		font-size: 26px;
		letter-spacing: 1px;
	}
	.change {
		font-size: 32px;
    	letter-spacing: 2px;
		background: linear-gradient(transparent 1.1em, #f90 0, #f90 1.3em, transparent 0); 
	}
}