@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
*/


/***** 電話リンクスマホのみ *****/
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

/***** スマホのみ改行 *****/
.br-sp {display: none;}
@media only screen and (max-width: 768px){
	.br-sp {display: block;}
}


/***** header *****/
.c-catchphrase {
	width: 100% !important;
	text-align: right;
}


/***** Gmenu *****/
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
}

media (max-width: 1200px) {
	.c-gnav>.menu-item>a {
		padding: 0 15px;
	}
}


/***** pan *****/
.icon-home:before {
	content: none;
}


