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



/* PCとmobile切り替え */
@media only screen and (max-width: 767px) {
	.pcimg { display:none; }
	#content { padding-top: 0px !important; }
	.post_content { margin:0 10px !important; }
}
@media only screen and (min-width: 767px) {
	.spimg { display:none; }
}


/*************************
 * グローバルメニュー
**************************/
.c-gnav>.menu-item>a:hover {
	background:#80926a;
}
.c-gnav>.page_item {
    background:#80926a;
}
/*************************
 * mobileメニュー
**************************/
    ul.spnav {
	list-style:none !important;
	width: 100% !important;
	margin: 0px 0px 5px 0px !important;
	display: table;
    }
    ul.spnav li.spnav-item {
    float: left;
    padding:1px 1px;
    width: calc(25% - 20px);
    }
	ul.spnav li.spnav-item img {
	display: inline-block;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	width: 100% !important;
	/*height: 80px !important;*/
	}
	img.telimg {
	width: 350px !important;
	height: 35px !important;
	margin-bottom:10px;
	}







/*************
 * 見出し
**************/
h3.wp-block-heading {
    position: relative;
    padding: .5em 1.2em;
    color: #333333;
	margin: 1em 0 0em;
}
h3.wp-block-heading::before,
h3.wp-block-heading::after {
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 2px solid #1b2705;
    content: '';
}
h3.wp-block-heading::before {
    top: calc(50% - 3px);
    left: 0;
	background:none;
}
h3.wp-block-heading::after {
    top: calc(50% + 3px);
    left: 5px;
}

h4.wp-block-heading {
    position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #1b2705;
    color: #fff;
}
h4.wp-block-heading::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #1b2705;
}

h5.wp-block-heading {
    padding:0 .4em .2em;
    border-bottom: 3px solid #666666;
    font-weight:bold;
	margin-bottom:40px;
}



/***********************
 * TOPページ
 **********************/
/* お知らせタブ */
 .is-style-default>.c-tabList .c-tabList__button[aria-selected=true] {
	 background-color:#1b2705;
    color:#fff;
    opacity: 1;
    border-radius: 10px 10px 0px 0px;
}
.is-style-default>.c-tabList .c-tabList__button {
    background:#80926a;
    box-sizing: border-box;
    opacity: .5;
    border-radius: 10px 10px 0px 0px;
	color:#000;
	font-weight:bold;
}

/* FAQ */
.faq01 .swell-block-accordion__label {
    font-weight:bold;
}
.faq01 .swell-block-accordion__body {
    background:#fff;
}



