
@charset "UTF-8";

/*--------------------------------------------------------------------
共通
---------------------------------------------------------------------*/
body {
	/*font-family: "M PLUS Rounded 1c", sans-serif;*/
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 15px;
	line-height: 1.7;
	/*font-feature-settings: "palt";*/
	text-align: justify;
	letter-spacing: 1px;
	color: #222;
	font-weight: 500;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a,
a:link,
a:active,
a:hover,
a:visited {
}
a:hover {
	opacity: 0.8;
}

a, .btn-outline-primary,
aside .widget ul li::before,
nav.pagination .nav-links .page-numbers {
	color: #bf6b20;
}

.card a {
	color: #222;
}

img {
	vertical-align: middle;
}

.pc {
}
.sp {
	display: none;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}
#page.site {
	position: relative;
}
figure {
	margin: 0;
}
.gallery-caption {
	line-height: 1.5;
	margin-top: 5px;
}

/*------------------------------
   追従ボタン
--------------------------------*/
/*PC用*/

#fixbtn_pc {
}
#fixbtn_pc ul {
	margin: 0;
	padding: 0;
	width: auto;
	position: fixed;
	right: 0;
	bottom: unset;
	top: 20vh;
	z-index: 99999;
	position: fixed;
}
#fixbtn_pc ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: unset;
}
#fixbtn_pc ul li img {
	max-width: 60px;
	width: 100%;
	height: auto;
}


/*スマホ用*/
#fixbtn_sp {
	display: none;
}

/*-- レイアウト関係 ------------*/
body.page .entry-content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header#masthead .container {
	max-width: 1400px;
	padding-left: 20px;
	padding-right: 20px;
}
header#masthead .pe-4 {
	/*padding: 0 10px !important;*/
}
.site-header-top-info {
	color: #563D1D;
	font-weight: 600;
	font-size: 0;
	width: 100%;
	text-align: right;
}
.site-header-top-info span {
	font-size: 16px;
	letter-spacing: 0;
}
.site-header-top-info span.telnum {
	font-size: 24px;
	padding-right: 10px !important;
}
.site-header-top-info span.telnum em:before {
	font-size: 20px;
}
.site-branding {
	padding: 10px 20px;
}
.site-logo {
	margin: 0;
}
.main-navigation ul li a {
	letter-spacing: 0;
	line-height: 1.5;
	font-size: 17px;
	color: #77470a;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 10px;
}
.main-navigation ul li.current-menu-item a {
	color: #D76B00;
}

.site-header-top-info a {
	color: #563D1D;
}
.site-header-top-links {
	display: none;
}

@media (min-width: 1200px) {
	.site-header-bottom {
		/*justify-content: flex-start;*/
	}
	.site-branding {
		min-width: auto;
		width: 20%;
	}

/*-----------------------*/
}

@media (min-width: 992px) {
	.site-header-top {
		justify-content: center;
	}

/*-----------------------*/
}

@media (min-width: 576px) {
	.site-header-bottom {
		/*padding-right: 20px;*/
	}
/*-----------------------*/
}

/*--------------------------------------------------------------
ナビゲーション
--------------------------------------------------------------*/


/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
#ftop {
	background: url(images/bg_ftop.png) repeat-x center bottom;
	height: 80px;
	background-size: contain;
}
body.home #ftop {
	display: none;
}
footer#colophon .site-footer-top {
	background-color: #63bb3e;
	border: none;
	color: #fff;
	padding-top: 30px;
}

footer#colophon .wgt {
	width: 25%;
	line-height: 1.5;
	font-size: 15px;
}

footer#colophon .widget-title {
	display: none;
}
.site-footer-top ul a {
	color: #fff;
	font-size: 15px;
	padding: 0;
	display: inline-block;
	font-weight: 600;
	border: none;
	text-decoration: none;
}

#f_logoarea {
}
#f_logoarea ul {
	text-align: center;
	margin: 0;
	padding: 0;
}
#f_logoarea ul li {
	margin: 15px 0;
	padding: 0;
}

#f_info {
	font-weight: 600;
}

.site-info {
	padding: 10px;
	font-size: 12px;
	border: none;
	background-color: #a26c37;
	color: #fff;
}

.top-link {
	right: 70px;
	bottom: 70px;
}

/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-family: "Zen Maru Gothic", sans-serif;
	color: #3E8230;
}

h2 {
	font-size: 30px;
}
#primary h2 {
	/*background: url(images/bg_h2.png) no-repeat left top;
	background-size: contain;
	padding-left: 60px;
	min-height: 50px;*/
	margin: 50px auto;
	color: #222;
	text-align: center;
	border: 3px dashed #6C9234;
	border-radius: 50px;
	padding: 20px;
	background-color: #f0f8ff;
}
#primary h2 span {
	font-size: 70%;
}
body.home #primary h2 {
	border: none;
	padding: 0;
	
	background-color: inherit;
	color: #3E8230;
	font-size: 40px;
	margin-top: 0;
}

#primary h3 {
	font-size: 24px;
	margin: 30px 0;
	background: url(images/bg_h2.png) no-repeat left top;
	/*background-size: contain;*/
	border-bottom: 3px solid #3E8230;
	padding: 10px 0 15px 65px;
	color: #222;
	color: #8f5225;
}
body.home #primary h3 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

#primary h4 {
	font-size: 18px;
}


/*--- 見出し -----------------------------------------------*/



/*--- テキスト -----------------------------------------------*/
.txt_S {
	font-size: 85%;
}
.txt_pink {
	color: #E83A6A;
}

.telnumbox {
	display: flex;
	flex-wrap: wrap;
}
.telnumbox .icon {
	padding-right: 5px;
}
.telnumbox .telnum {
	font-size: 30px;
	line-height: 1.5;
}


/*--- リスト -----------------------------------------------*/
#primary ul {
	/*margin-left: 30px;*/
}
#primary ul li,
#primary ol li {
	margin-bottom: 10px;
}
#primary table ul {
	margin: 0 0 0 20px;
}
#primary table ul li {
	margin: 5px 0;
	line-height: 1.5;
}

#primary dl {
	margin-bottom: 30px;
}
#primary dt {
	background-color: #c9e5ce;
	padding: 5px 15px;
	border-radius: 10px;
	margin-bottom: 10px;
}
#primary dd {
	margin: 0;
	padding: 0 10px 20px;
}

/*--- table -----------------------------------------------*/
#primary table {
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}
#primary th,
#primary td {
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	padding: 10px 15px;
}
#primary th {
	background-color: #f7f7f7;
	width: 30%;
}
#primary td {
}

/* box ---------------------------------------------*/
.morebtn {
}
.morebtn .inner {
	display: inline-block;
	background-color: #a79063;
	color: #fff;
	padding: 10px 30px;
	font-weight: 600;
	line-height: 1.5;
	border-radius: 50px;
}
.morebtn .inner a {
	color: #fff;
	text-decoration: none;
}
.morebtn em {
	margin-left: 5px;
}
.morebtn span.new {
	margin-right: 5px;
}

.pdficon {
	text-align: center;
}
.pdficon .inner {
	display: inline-block;
	background-color: #a79063;
	color: #fff;
	padding: 13px 30px 10px;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 50px;
}
.pdficon .inner:before {
	content: url(../../../images/icon_pdf.png);
	width: 32px;
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.picon {
	background: url(../../../images/icon_pdf.png) no-repeat left center;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 36px;
}

.mapbox iframe {
	/*filter: grayscale(100%);*/
}

.flxbox {
	display: flex;
	flex-wrap: wrap;
}
.flxbox .box {
	width: 50%;
}


.tbwrap {
	display: table;
	width: 100%;
}
.tbwrap .td {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
.tbwrap .ph {
	text-align: center;
	padding: 50px;
	width: 40%;
}
.tbwrap .txt {
	width: 60%;
}
.tbwrap .ph02 {
	width: 50%;
	text-align: center;
	padding: 20px 50px;
}
.tbwrap .txt02 {
	width: 50%;
}


.border {
	border: 1px solid #CCC;
}
.mgn_B70 {
	margin-bottom: 70px;
}
.mgn_B50 {
	margin-bottom: 50px;
}
.mgn_B30 {
	margin-bottom: 30px;
}
.mgn_B20 {
	margin-bottom: 20px;
}
.mgn_B15 {
	margin-bottom: 15px;
}
.mgn_B10 {
	margin-bottom: 10px;
}

.boxL01 {
	float: left;
	padding: 0 15px 15px;
}

.box_L01 {
	float: left;
	width: 30%;
	padding: 0 15px 15px;
}
.box_R01 {
	float: right;
	width: 70%;
	padding: 0 15px 15px;
}
.box_L02 {
	float: left;
	width: 70%;
	padding: 0 15px 15px;
}
.box_R02 {
	float: right;
	width: 30%;
	padding: 0 15px 15px;
}
.box_L03 {
	float: left;
	width: 40%;
	padding: 0 15px 15px;
}
.box_R03 {
	float: right;
	width: 60%;
	padding: 0 15px 15px;
}
.box_L04 {
	float: left;
	width: 60%;
	padding: 0 15px 15px;
}
.box_R04 {
	float: right;
	width: 40%;
	padding: 0 15px 15px;
}
.box_L05 {
	float: left;
	width: 25%;
	padding: 0 15px 15px;
}
.box_R05 {
	float: right;
	width: 75%;
	padding: 0 15px 15px;
}
.box_L06 {
	float: left;
	width: 75%;
	padding: 0 15px 15px;
}
.box_R06 {
	float: right;
	width: 25%;
	padding: 0 15px 15px;
}

.box_L50,
.box50 {
	float: left;
	width: 50%;
	padding: 0 15px 15px;
}
.box_R50 {
	float: right;
	width: 50%;
	padding: 0 15px 15px;
}

.box3 {
	float: left;
	width: 33.3%;
	padding: 0 5px 10px;
}
.box4 {
	float: left;
	width: 25%;
	padding: 0 5px 10px;
}
.box5 {
	float: left;
	width: 20%;
	padding: 0 5px 10px;
}
.bikoubox01 {
	background-color: #fdf3e0;
	padding: 40px 50px 30px;
	border-radius: 30px;
}
.bikoubox01 ul {
	margin-left: 20px;
}


/*--------------------------------------------------------------
投稿系
--------------------------------------------------------------*/

/*一覧ページ*/
body.archive a.post-thumbnail {
	display: none;
}
body.archive #primary h2 {
	font-size: 18px;
	border: none;
	text-align: left;
	border-bottom: 2px solid #6C9234;
	border-radius: 0;
	padding: 0 0 10px;
	margin: 0 0 10px;
	background: none;
}
body.archive .entry-meta {
	margin: 0;
	padding: 0;
}
body.archive header.entry-header {
	padding: 0;
	
	
}
body.archive .entry-footer {
	display: none;
}
body.archive .entry-content {
}
body.archive .posted-on {
	font-style: normal;
	font-size: 12px;
}
body.archive .page-header {
	border: 5px solid #B6DFAE;
	border-radius: 30px;
	padding: 30px;
	margin-bottom: 50px;
}
body.archive .page-title {
	font-size: 36px;
	margin: 0;
}

/*投稿記事ページ*/
body.single header.entry-header h1 {
	font-size: 28px;
}
body.single .related-posts {
	display: none;
}
article .post-thumbnail {
	display: none;
}
article .post-thumbnail img {
	max-height: 500px;
	width: auto;
	height: 100%;
}
 
/*--------------------------------------------------------------
サイドバー
--------------------------------------------------------------*/
aside#secondary h2 {
	font-size: 17px;
	font-weight: 600;
}
aside#secondary h2::after {
	margin: 5px 0 10px;
}























