@charset "utf-8";
/* CSS Document */

/*------------------------------------------
  共通
------------------------------------------*/
body {
	line-height: 1.7;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Arial,Helvetica,sans-serif;
	letter-spacing: 1px;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 400;
}
* {
	box-sizing: border-box;
}

.clr {
	clear: both;
}
.over {
	overflow: hidden;
}
.cnt {
	text-align: center;
}

.pc {
}
.sp,
#spbtn {
	display: none;
}
img {
	vertical-align: middle;
}

a {
	vertical-align: middle;
}
p {
	margin-top: 0;
}
nav.breadcrumbs {
	padding: 20px;
}

/*追従ボタン*/
#sidebtn {
}
#sidebtn ul {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 150;
	padding: 0;
	margin: 0;
}
#sidebtn ul li {
	padding: 30px 10px;
	text-align: center;
	list-style-type: none;
	background-color: #01a369;
	border-radius: 20px 0 0 20px;
}

/*ページタイトル*/
#ptitle {
	width: 100%;
	height: 450px;
	z-index: 3;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}
#ptitle .bg {
	z-index: 3;
}
#ptitle .bg img {
	width: 100%;
	height: auto;
}



body.page .svg-top-container,
body.page .svg-bottom-container,
body.archive .svg-top-container,
body.archive .svg-bottom-container,
body.single .svg-top-container,
body.single .svg-bottom-container {
	display: none;
}
body.home .svg-top-container {
	display: block;
}


body.archive #ptitle.catsin,
body.single #ptitle.catsin {
	background-image: url(images/bg_ptitle_single.jpg);
}
body.page .overlay-demo,
body.archive .overlay-demo,
body.single .overlay-demo {
	z-index: 1;
}
.page-title h1.title,
#ptitle .archive-title h1 {
	font-size: 40px;
	color: #fff;
	position: relative;
	z-index: 5;
	font-weight: 500;
}
#ptitle .caption-container {
	background-repeat: no-repeat;
	background-size: cover;
}

/*------------------------------------------
  header
------------------------------------------*/
#sitedesc {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
	padding: 5px;
}


/*------------------------------------------
  navigation
------------------------------------------*/
#main-menu-wrapper ul#menu ul.sub-menu span.title {
	display: none;
}

/*------------------------------------------
  footer
------------------------------------------*/
.footer-wrapper .svg-top-container {
	display: none;
}
#copytxt {
	font-size: 12px;
	text-align: right;
	color: #fff;
}

#wrap_f .footer-widget-column {
	display: flex;
	flex-wrap: wrap;
}
.footer .footer-widget-column.footer-widget-3column-active .widget {
	margin: 0 0 20px 0;
	padding-right: 40px;
	
	float: none;
}
.footer .footer-widget-column.footer-widget-3column-active .widget:nth-child(1n) {
	width: 33%;
}
.footer .footer-widget-column.footer-widget-3column-active .widget:nth-child(2n) {
	width: 25%;
}
.footer .footer-widget-column.footer-widget-3column-active .widget:nth-child(3n) {
	width: 42%;
}
.footer .footer-widget-column.footer-widget-3column-active .widget:last-child {
	padding-right: 0;
}

.grecaptcha-badge {
	z-index: 100;
	bottom: 50px !important;
}
#f_info ul {
}
#f_info ul li:before {
	display: none;
}
#f_info ul li {
	border: none;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.5;
}
#f_info ul li.logo {
	margin-bottom: 20px;
}

#wrap_f {
	font-size: 15px;
	border-top: 1px solid #82b9a6;
}
#wrap_f .widgettitle {
	display: none;
}
#wrap_f.footer-wrapper a {
}
#wrap_f.footer-wrapper a,
#wrap_f li {
	color: #333;
}
#wrap_f ul#menu-fnavi li {
	padding: 5px 0;
}
#fbtn .btnbox {
}
#fbtn .btn01 {
	margin-bottom: 20px;
}
#fbtn .sub {
	font-size: 14px;
	color: #444;
	padding-top: 5px;
	letter-spacing: 0;
}
#fbtn .btn01 .sub {
	color: #01a369;
}


#fcopy {
	background-color: #01a369;
}
#fcopy.foot-copyright .svg-top-container {
	fill: #01a369;
}

/*------------------------------------------
  content
------------------------------------------*/
h1, h2, h3, h4, h5 {
	line-height: 1.3;
}

/* 見出し -----------------------------*/
body.page .page-content h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 500;
	color: #01a369;
}
body.page .page-content h3 {
	margin: 40px 0 20px;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	padding-left: 30px;
	color: #222;
}
body.page .page-content h3:before {
	position: absolute;
	top: 10px;
	left: 0;
	width: 20px;
	height: 20px;
	background-color: #01a369;
	content: "";
	transform: rotate(45deg);
}

/* テキスト -----------------------------*/


/* リスト -----------------------------*/
.page-description ul,
.page-description ol {
	margin: 0 0 0 30px;
}
.page-description ul li,
.page-description ol li {
	padding: 0;
	margin: 0 0 10px;
}


/* テーブル -----------------------------*/
body.page .content table {
	width: 100%;
	margin-bottom: 30px;
}
body.page .content tr {
	background-color: #f0f0f0;
}
body.page .content tr:nth-child(2n) {
	background-color: #fff;
}
body.page .content th,
body.page .content td {
	text-align: left;
	padding: 10px 20px;
}
body.page .content th {
	width: 30%;
	font-weight: 500;
}
body.page .content td {
}


body.page .content table.price {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
body.page .content table.price th,
body.page .content table.price td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
body.page .content table.price tr {
	background-color: inherit;
}
body.page .content table.price th {
	background-color: #f0f0f0;
	width: auto;
}
body.page .content table.price td {
	width: 30%;
	text-align: right;
}

/* box -----------------------------*/
.box_B50 {
	margin-bottom: 50px;
}
.box_B30 {
	margin-bottom: 30px;
}

/* form部品 -----------------------------*/
#wrap_form input:not([type="checkbox"]):not([type="radio"]),
#wrap_form textarea,
#wrap_form select{
  appearance: none;
  -webkit-appearance: none;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  box-shadow: none;
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease;
}
#wrap_form input:focus,
#wrap_form textarea:focus,
#wrap_form select:focus{
  border-color: #4f8cff; /* アクセント色 */
  box-shadow: 0 0 0 3px rgba(79,140,255,0.15);
}
#wrap_form .wpcf7-submit{
  cursor: pointer;
  background: #4f8cff;
  color: #fff;
  border: none;
  border-radius: 9999px;
  padding: 14px 36px;
  font-size: 16px;
  font-weight: 700;
  transition: background .25s ease, transform .15s ease, box-shadow .15s ease;
}

#wrap_form .wpcf7-submit:hover{
  background: #3a76e0;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,.15);
}

#wrap_form .wpcf7-submit:active{
  transform: translateY(0);
  box-shadow: 0 3px 10px rgba(0,0,0,.2);
}



/* 投稿系 -----------------------------*/
body.archive .blog-content,
body.single-post .svg_enable .single-post-content {
	padding-top: 50px;
	margin-bottom: 0;
}
body.archive .sidebar,
body.single .sidebar {
	padding-top: 50px;
	margin-bottom: 0;
}

body.archive .standard-layout .post {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #aaa;
}
body.archive .post-detail {
	text-align: left;
}
body.archive ul.load_post li .post-detail {
	text-align: left;
}

#actitle {
	margin-bottom: 20px;
}
.post-heading {
	text-align: left;
}
.post-heading h2,
.post-heading h2 a {
	color: #01a369;
	font-size: 30px;
}

.content .post-date {
	text-align: left;
	padding: 0;
	margin-bottom: 20px;
}
.content .post-date p {
	padding: 0;
	font-weight: 500;
}

body.archive .morebtn {
	text-align: center;
}
body.archive .morebtn .inner {
	display: inline-block;
	background-color: #01a369;
	color: #fff;
	padding: 5px 30px;
	border-radius: 5px;
	font-size: 14px;
}
body.archive .morebtn a:hover {
	opacity: 0.8;
}
body.archive ul.standard-layout li.post:last-of-type {
	border: none;
}

/*詳細ページ*/



/*sidebar ---------------------------*/
body.archive ul.standard-layout li.post:last-of-type {
	margin-bottom: 0;
	padding-bottom: 20px;
}
#wrapsideba .widget {
	margin-bottom: 0;
}
#wrapsideba .widget .sidebar-inner-widget {	
	padding-bottom: 20px;
}
#wrapsideba .widget h4 {
	margin: 0 0 20px;
}


/* フェード -----------------------------*/
.fade-up{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.fade-up.is-inview{
  opacity: 1;
  transform: translateY(0);
}



















