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

/* ----- 共通 ----- */

/* 大見出しデザイン（h1） */
h1.c-pageTitle {
    font-size: 42px !important;
    letter-spacing: 0.1em;
}
/* パソコン用装飾（PC） */
@media(max-width: 767px) {
	.pc {
		display: none;
	}
}
/* スマートフォン用装飾（SMT） */
@media(min-width: 768px) {
	.smt {
		display: none;
	}
}

/* フッターの背景色 */
.l-footer__inner {
    background-image: linear-gradient(90deg, #ffa46b33, #ff66c433);
}

/* フッター お問い合わせ装飾 */
.footer-contact-box {
    padding: 20px 15px;
    background: white;
	font-size: 15px;
	line-height: 1.75;
}
.footer-contact-box > div {
    margin: 10px 0 !important;
}
.footer-contact-box a {
    color: white;
}

/* フッター GoogleMapサイズ調整 */
.textwidget.custom-html-widget iframe {
    max-width: 100% !important;
}

/* ----- /共通 ----- */