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

header,footer {
	font-size: 20px;
}

@media (max-width: 600px){
	* {
	font-size: 18px;
	}
}

em {
	font-style: normal;
	font-weight: bold;
}

button, input, select, textarea {
	background-color: transparent;
	border-color: #98A6B5;
}

/* SWELLボタン */

.red_ a,.green_ a {
	border: solid 2px;
}

/* ヘッダー */

.c-gnav>.menu-item {
	height: 60%;
	margin-top: 0.75em;
}

.c-gnav li a:hover {
	opacity: 0.7;
}

.c-gnav>li>a .ttl {
	font-size: 17px !important;
	letter-spacing: 0.1em;
	font-weight: 700;
}

.c-gnav li:nth-child(3) a {
	color:#DF914C;
}

.c-gnav li:nth-child(4) a {
	color:#1C9A3E;
}

.c-gnav li:nth-child(6) a {
	color:#DF914C;
	border: 1px solid #DF914C; 
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-left: 0.5em;
}

.c-gnav li:nth-child(7) a {
	color:#1C9A3E;
	border: 1px solid #1C9A3E; 
	border-radius: 30px;
	padding: 0.5em 1em;
	margin-left: 0.5em;
}

@media (min-width: 960px){
	.-series .l-header__logo {
		display: block;
}
	.-series .l-header__logo .c-catchphrase {
		margin-left: 0.8em;
		color: #447F1D;
		font-weight: bold;
	}
}

@media (max-width: 1020px){
.c-catchphrase.u-thin {
	display: none;
	}
}

/* 固定ヘッダー（SP） */

.p-header__bottom--chintai a {
	color: #1C9A3E !important;
}

.p-header__bottom--baibai a {
	color: #DF914C !important;
}

/* フッター */

.l-footer {
	background-color: #C8E4F4!important;
	color: #3B4043;
}

.l-footer__widgetArea {
	padding: 2em 0;
}

.p-footer_contents a:hover {
	text-decoration: underline;
}

@media (max-width: 600px){
	.p-footer_contents img {
		display: block;
		margin: 0 auto;
	}
}

.p-footer_title {
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #447F1D;
}

@media (max-width: 600px){
	.p-footer_title {
		text-align: center;
	}
}

.p-footer_titleContact {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.p-footer_nav a:hover {
	text-decoration: underline;
}

.copyright span {
	font-size: 12px;
}