@charset "utf-8";
/*
Theme Name: 福田造園テーマ
Theme URI: http://madecom.co.jp
Description: madecomtheme
Version: 1.0
Author: madecom
Author URI: http://madecom.co.jp
*/


/* 以下ブログテーマのスタイル */


a {
	outline: none;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
	display: block;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-size: 17px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Helvetica, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	position: relative;
	background-size: 100% auto;
	color: #333333;
}


h1 {
	font-weight: 700;
}

h1 img {
	max-width: 100%;
}

h2 {
	font-size: 28px;
	margin: 0 0 30px 0;
	font-weight: 700;
	line-height: 1.6;
	padding: 0 0 0 0;
}

h3 {
	font-size: 25px;
	margin: 0 0 15px 0;
	font-weight: 700;
	line-height: 1.6;
}



h3 span.small {
	font-size: 70%;
	display: block;
	letter-spacing: 0.1em;
}

h4 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

a,
a:visited {
	color: #515cae;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #0066cf;
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

ol {
	counter-reset: num;
	list-style-type: none !important;
	padding: 0;
	margin: 0 0 20px 0;
}

ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.3em 0.5em 0.3em 30px;
}

ol li:before {
	position: absolute;
	counter-increment: num;
	content: counter(num);
	display: inline-block;
	background: #333;
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	top: 7px;
}

li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

p {
	padding: 10px 0;
}

hr {
	border: none;
	margin: 10px 0;
	clear: both;
}

input {
	margin: 3px;
	padding: 2px;
}

.aligncenter input {
	padding: 5px 20px;
}

table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 5px 0;
	padding: 0;
	border-collapse: collapse;
}

th, td {
	padding: 8px 10px;
	text-align: left;
}

.alignright {
	float: right;
	margin: 0 0 15px 30px;
}

.alignleft {
	float: left;
	margin: 0 30px 15px 0;
}

.aligncenter {
	text-align: center;
	display: block;
	margin: 0 auto 15px auto;
}

.mb0 {
	margin-bottom: 0px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mt0{
	margin-top: 0 !important;
}
.mr20 {
	margin-right: 20px;
}

.mr40 {
	margin-right: 40px !important;
}

.pd0 {
	padding: 0px !important;
}

.pd20 {
	padding: 0 20px;
}

.pd30 {
	padding: 30px 0;
}

.pd60 {
	padding: 60px 0;
}

.pd90 {
	padding: 90px 0;
}

.clear {
	clear: both;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.bg-gray {
	background-color: #f7f7f7;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}

.flexwrap, .flex, .flex-3, .flex-2, .flex-4{
	display: flex;
	flex-wrap: wrap;
}

.flex-b {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex-2 li {
	width: calc((100% - 30px) / 2);
}
.flex-3, .flex-4, .flex-2{
	gap: 30px;
}

.flex-3 li {
	width: calc((100% - 60px) / 3);
}
.flex-4 li {
	width: calc((100% - 90px) / 4);
}

.flex-5 li {
	width: 20%;
}
.flex1{flex: 1;}

.flex20 {
	width: 18%;
}

.flex30 {
	width: 28%;
}

.flex40 {
	width: 38%;
}

.flex50 {
	width: 50%;
}

.flex60 {
	width: 58%;
}

.flex70 {
	width: 67%;
}

.flex80 {
	width: 78%;
}
.gap30{
	gap: 30px;
}
.gap14{
	gap: 14px;
}
.flex-2-c li {
	width: 100%;
}

.alc {
	align-items: center;
}

.jcc {
	justify-content: center;
}

.reverse {
	flex-direction: row-reverse;
}

.bold {
	font-weight: 700;
}

.small {
	font-size: 85%;
	line-height: 1.5;
}

.small70 {
	font-size: 70%;
}

.big {
	font-size: 140%;
	line-height: 1.8;
	font-weight: 700;
}

.big2 {
	font-size: 120%;
	line-height: 1.8;
	font-weight: 700;
}

.txt-l {
	font-size: 110%;
	line-height: 1.8;
}

.red {
	color: #c20a00;
}
.orange{
	color: #e97100;
}
.blue {
	color: #006eb9;
}
.white{
	color: #FFF;
}
.green {
	color: #008C46;
}

.underline {
	 background:linear-gradient(transparent 60%, #ff6 60%);
}

.gray {
	color: #9b9b9b;
}

.txr {
	text-align: right;
}

.txc {
	text-align: center;
}

.txc .centertxt {
	text-align: left;
	display: inline-block;
}

.lsl {
	letter-spacing: 0.15em;
}

.lhl {
	line-height: 2.4;
}

a.pdficon[href $='.pdf'] {
	padding: 4px 0 5px 25px;
	margin: 5px 5px 5px 0;
	line-height: 190%;
	background: transparent url(images/pdf.png) no-repeat left center;
}

.adfont {
	font-family: "obvia-expanded", "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-style: normal;
}

h2.adfont {
	font-size: 300%;
}

h2.adfont span {
	display: block;
}

h2.adfont span.small {
	font-size: 40%;
	letter-spacing: 0.1em;
}

.contents {
	position: relative;
}

.wrap800 {
	max-width: 800px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap980 {
	max-width: 980px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrap1100 {
	width: 80%;
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0;
	margin: 0 auto;
}


.wrap1200 {
	width: 80%;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}

.wrapgreen{
	background-color: #008C46;
}
.whitebox{
	background-color: #FFF;
	padding: 30px;
	border-radius: 18px;
}

@media screen and (max-width: 1300px) {
	.wrap1100 {
		width: 96%;
	}
}

@media screen and (max-width: 767px) {

	.wrap1200 {
		width: 92%;
	}

	.wrap800, .wrap980 {
		padding: 0;
	}

	h2.adfont {
		margin-bottom: 20px;
		font-size: 190%;

	}

	.flex-b {
		flex-direction: column;
	}

	.flex-2-c, .flex-3 li, .flex30, .flex40, .flex50, .flex60, .flex70, .flex80, .links li,.flex20{
		width: 100%;
	}
	

	.mb40, .mb30 {
		margin-bottom: 10px !important;
	}

	.mb60, .mb90, .mb120 {
		margin-bottom: 30px !important;
	}

	.mr20, .mr40 {
		margin-right: 0;
	}

	.pd30 {
		padding: 14px 0;
	}

	.pd60, .pd90 {
		padding: 30px 0;
	}


	.lhl {
		line-height: 2;
	}

	.top-s-img{
		width: 30%;
	}
	.top-s-txt{
		width: 67%;
	}
		.top-s-txt h3{
			margin: 0;
		}
			.top-s-txt p{
				padding-top: 0;
			}
}


/*ページネーション*/
.post-navigation {
	overflow: hidden;
	padding: 12px 5px;
	display: flex;
	margin-top: 60px;
	justify-content: space-between;

}

.prev, .all, .next {
	width: 33%;
}

.prev a, .all a, .next a {
	display: inline-block;
	padding: 2px 14px;
	font-size: 90%;
	border: 1px solid #666;
	color: #666;
	text-decoration: none;
	font-weight: 500;
}

.prev a:hover, .all a:hover, .next a:hover {
	border: 1px solid #2256b8;
	color: #2256b8;
	background-color: #ebe4e4;
}

/*パンくず*/


.pankuzu {
	padding: 2px 0;
	border-bottom: 1px solid #dcdcdc;
	border-top: 1px solid #dcdcdc;
}


.pankuzu a {
	background: #f2f2f3;
	color: #878787;
	text-decoration: none;
	margin: 0 10px;
	position: relative;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
}

.pankuzu a, span.breadcrumb_last {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	line-height: 26px;
	height: 26px;
	padding: 0 16px;
	border-radius: 3px;
}

span.breadcrumb_last {
	background-color: #007AC3;
	color: #FFF;
	margin-left: 10px;
}

.pankuzu a:hover {
	background: #dbdbdb;
}


#header {
	width: 100%;
	padding: 0;
  transition: all 0.4s ease; 
	z-index: 999;
		background-color: rgba(255, 255, 255,0);

}


.header-sc {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8) !important;
  backdrop-filter: blur(6px); /* 背景をぼかして高級感 */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* 浮いてる感じ */
  transform: translateY(0); /* 下からふわっと出す準備 */
}



@media screen and (min-width: 768px) {

	.pc_lhl {
		line-height: 2.4;
	}

	.pc_lsl {
		letter-spacing: 0.15em;
	}

	.pc_img_s {
		max-width: 75%;
	}

	.homeBody #header {
		position: fixed;
}
}

.logo {
	width: 320px;
	padding: 10px 0;
	margin-left: 10px;

}

.logo h1 {
	margin-right: 8px;
}

#mainvisual {
	position: relative;

}
.mainvisual-c img{
	width: 100%;
	margin: 0 auto;
}

.maincatch {
	position: absolute;
	right: 5%;
	bottom: 8%;
	padding-bottom: 20px;
	color: #FFF;
}

/*ドロップダウンメニュ*/

nav#navigation {}

nav#navigation ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	font-weight: 700;
	letter-spacing: 0.06em;
	background-color: #333;
	border-radius: 100vh;
	padding: 0 14px;
}

nav#navigation ul li {
	list-style: none;
	position: relative;
}

nav#navigation ul li:last-child {
	border-right: 0;
}

nav#navigation ul li a {
	display: block;
	padding: 14px 17px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	position: relative;
	transition: .4s;
	font-weight: 400;
}

nav#navigation ul li a:hover {
	color: #dcdcdc;
}

.foot-l h3 {
	width: 320px;
}

nav#navigation ul li ul {
	width: 130%;
	position: absolute;
	top: 50px;
	left: -15%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	-moz-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	-ms-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	-o-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
	z-index: 9999;
	display: flex;
	flex-direction: column;
}

nav#navigation ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

nav#navigation ul li ul a {
	font-size: 100%;
	display: block;
	line-height: 1.4;
	background-color: #3a4354;
	text-shadow: none;
	padding: 10px 14px;
	color: #FFF;
}

nav#navigation ul li ul a:hover {
	background-color: #5c6e8f;
	color: #FFF;
}

nav#navigation ul li ul li {
	margin: -5px 0 0;
	border-left: none;
	border-bottom: 1px solid #51658a;
	float: none;
	width: 100%;
	-webkit-transition: margin 0.1s ease-in;
	-moz-transition: margin 0.1s ease-in;
	-ms-transition: margin 0.1s ease-in;
	-o-transition: margin 0.1s ease-in;
	transition: margin 0.1s ease-in;
}

nav#navigation ul li:hover ul li {
	margin-top: 0;
}

nav#navigation ul li:hover ul li ul {
	visibility: hidden;
	opacity: 0;
}

nav#navigation ul li:hover ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

.img-s {
	width: 200px;
	height: auto;
}


	/*メニュー*/

/* =========================
ハンバーガーボタン
========================= */

.openbtn{
	position: fixed;
	top: 20px;
	right: 20px;
	z-index: 1001;
	cursor: pointer;
}

.openbtn-area{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #111;
}

/* 3本線 */

.openbtn span{
	position: absolute;
	left: 50%;
	width: 28px;
	height: 2px;
	background: #fff;
	transform: translateX(-50%);
	transition: all .5s ease;
}

.openbtn span:nth-child(1){
	top: 22px;
}

.openbtn span:nth-child(2){
	top: 29px;
}

.openbtn span:nth-child(3){
	top: 36px;
}

/* 開いた時 */

.openbtn.active span:nth-child(1){
	top: 29px;
	transform: translateX(-50%) rotate(45deg);
}

.openbtn.active span:nth-child(2){
	opacity: 0;
}

.openbtn.active span:nth-child(3){
	top: 29px;
	transform: translateX(-50%) rotate(-45deg);
}



/* =========================
メニュー本体
========================= */

.sp_menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;

	height: 100vh;
	padding: 120px 40px 60px;

	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(10px);

	z-index: 1000;

	opacity: 0;
	visibility: hidden;

	transform: translateY(-30px);

	transition:
		opacity .5s ease,
		transform .8s cubic-bezier(.19,1,.22,1),
		visibility .5s;
}

/* 開いた時 */

.sp_menu.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}



/* =========================
メニューリンク
========================= */

.main_link .menu{
	opacity: 0;
	transform: translateY(40px);

	transition:
		opacity .7s ease,
		transform .7s cubic-bezier(.19,1,.22,1);
}

/* 順番に表示 */

.sp_menu.active .menu{
	opacity: 1;
	transform: translateY(0);
}

.sp_menu.active .menu:nth-child(1){ transition-delay: .08s; }
.sp_menu.active .menu:nth-child(2){ transition-delay: .16s; }
.sp_menu.active .menu:nth-child(3){ transition-delay: .24s; }
.sp_menu.active .menu:nth-child(4){ transition-delay: .32s; }
.sp_menu.active .menu:nth-child(5){ transition-delay: .40s; }
.sp_menu.active .menu:nth-child(6){ transition-delay: .48s; }
.sp_menu.active .menu:nth-child(7){ transition-delay: .56s; }
.sp_menu.active .menu:nth-child(8){ transition-delay: .64s; }



/* リンクデザイン */
.main_link{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	background-color: #FFF;
	border-radius: 20px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px;
}
.main_link .menu{
	width: calc((100% - 90px) / 4);
	text-align: center;
}

.main_link a{
	color: #333;
	padding: 30px 20px;
	display: block;
	font-size: clamp(17px,4vw,20px);
	font-weight: 700;
	text-decoration: none;
	letter-spacing: .08em;
	line-height: 1.4;

	transition: opacity .3s;
}

.main_link a:hover{
	opacity: .6;
	color: #31c97d;
}

.main_link img{
	width: 100px;
	height: auto;
	display: block;
	margin: 0 auto;}

/* プライバシーポリシー */

.sp_menu .txr{
	margin-top: 40px;
	max-width: 1200px;
	margin: 20px auto 0;
}

.sp_menu .txr a{
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	opacity: .7;
}



/* 背景スクロール停止 */

body.menu-open{
	overflow: hidden;
}
@media screen and (max-width: 1400px) {

	#header .wrap1200 {
		padding: 0 0 0 8px;
		width: 100%;
	}
}

@media screen and (max-width: 1000px) {

	.pc_only {
		display: none !important;
	}

	.logo, .sp_menulogo {
		width: 180px;
		margin: 0px 0 0 0;
	}

	.sp_menulogo {
		padding-left: 5px;
		margin-top: 10px;
	}

	.sp_txl {
		text-align: left;
	}

	.sp_txc {
		text-align: center;
	}

	.sp_pd {
		padding: 0 14px;
	}

	.sp_img_s {
		width: 60%;
	}

	.sp_img_s80 {
		width: 80%;
	}

	.sp_flex {
		display: flex;
	}

	.sp_txt {
		font-size: 90%;
		line-height: 1.6;
	}

	.sp_reverse {
		flex-direction: column-reverse;
	}

	.sp_small {
		font-size: 80%;
		line-height: 1.6;
	}

	.big {
		font-size: 120%;
	}

	.big2 {
		font-size: 110%;
		line-height: 1.3;
	}

	.big2 p {
		line-height: 1.7;
	}


	#header .wrap1200 {
		padding: 0 0 0 8px;
		width: 100%;
	}

	.main_link{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: column;
	background-color: #FFF;
	border-radius: 10px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 14px;
}
.main_link .menu{
	width: 100%;
	text-align: left;
}
.main_link .menu a{
	display: flex;
	align-items: center;
	padding: 8px 10px;

}
.main_link .menu a img{
	width: 40px;
	margin: 0 10px 0 0;
	height: auto;
}

}


@media screen and (min-width: 1001px) {

	.sp_only,
	.sp_br {
		display: none !important;
	}

	.pc_txc {
		text-align: center;
	}

	.pc_txr {
		text-align: right;
	}

	.pc_alc {
		align-items: center;
	}

	.pc_reverse {
		flex-direction: row-reverse;
	}

}

/*----------トップページ------------------------*/

#mainimg{
	height: 100vh;
	display: flex;
	padding-top: 100px;
	justify-content: center;
	background: url(images/main.jpg) center center no-repeat;
		background-size: cover;
}
.topNewsttl{
	margin-right: 100px;
}

.topNewsttl .big{
	font-size: 200%;
}
#topNews li,.newslist li{
	border-bottom: 1px dotted #a5a5a5;
}
#topNews li a,.newslist li a{
	display: block;
	padding: 10px 0;
	text-decoration: none;
	color: #333;
	position: relative;
}
.newslist li a{
	padding: 20px 0;
}
#topNews li a::after,.newslist li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #D5D2D2;
	border-right: 2px solid #D5D2D2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.more{
	position: relative;
	text-decoration: none;
	color: #333;
	padding: 8px 10px 8px 20px;
}
a.more:hover{
	color:#008C46;
}
a.more::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 0px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #008C46;
	border-right: 2px solid #008C46;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: .4s;
}

#topNews li a:hover,.newslist li a:hover{
	background-color: #d5e4dc;
}
.topnews-cat{
	display: inline-block;
	margin-right: 10px;
	padding: 1px 10px;
	font-size: 80%;
	text-align: center;
	background-color: #F4F1EA;
	border-radius:10px;
}
#topNewsText{
	flex: 1;
}

.wrapservice{
	background: url(images/bg_midori.jpg) 0 0 no-repeat;
	background-size: cover;
}
.wrapservice h2,.top_contact h2{
	font-size: 240%;
}
.wrapservice li,.servicelist li{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.wrapservice li a,.servicelist li a,.cat-other-c{
	text-decoration: none;
	display: block;
	background-color: #FFF;
	padding: 30px 40px;
	color: #333;
	transition: .4s;
	height: 100%;
}
.servicelist li a{
		padding: 20px 20px;
}

.wrapservice li a img,.servicelist li a img,.cat-other-c img{
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.wrapservice h3:after,.servicelist h3::after{ 
	content: "";
	width: 50px;
	height: 6px;
	border-radius:4px;
	background: #008C46; 
	display: block; 
	margin: 12px auto 0; }

.ssbtn{
	text-align: center;
	font-weight: 700;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	background: url(images/yajirushi.svg) right center no-repeat;
	padding-right: 30px;
	background-size: 20px auto;
}
a:hover .ssbtn{
	color: #008C46; 
}
.wrappickup{
	background-color: #F4F0EB;
}

.wrappickup li img{
	border-radius: 14px 14px 0 0 ;
	display: block;

}
.wrappickup li a{
	display: block;
	font-weight: 700;
	text-decoration: none;
	color: #333;
	border-radius: 14px;
	background:#FFF;
	text-align: left;
	transition: .4s;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.wrappickup li a:hover,.wrapservice li a:hover,.servicelist li a:hover{
		background:#e7e2db;
}
.wrappickup li a:hover img,.servicelist li a:hover img{
		opacity: 0.8;
}
.wrappickup p{
	padding: 12px 20px 12px 20px;
	background: url("images/yajirushi.svg") right 20px center no-repeat;
	background-size: 30px 30px;
}
.wrappickup span.big{
	line-height: 1.5;
}
.arrowbtn a {
	font-weight: 700;
	font-size: 110%;
	letter-spacing: 0.1em;
	display: inline-block;
	margin: 0 0 14px 0;
	position: relative;
	background:
		url("images/btnarrow.svg") no-repeat right 16px center,
		linear-gradient(90deg, rgb(33, 112, 13) 0%, rgb(17, 150, 39) 90%);
	background-size: 24px auto, 200% 100%;
	/* ← グラデーションを広めにして動きを出す */
	background-position: right 16px center, 0 0;
	/* 初期位置 */
	transition: background-position 0.5s ease;
	padding: 16px 140px 16px 36px;
	border-radius: 100vh;
	text-decoration: none;
	color: #fff;
}


a.headbtn {
	font-weight: 400;
	font-size: 100%;
	letter-spacing: 0.1em;
	margin: 0 0 0 14px;
	position: relative;
	background: linear-gradient(90deg, rgba(26, 41, 128, 1) 0%, rgba(38, 208, 206, 1) 90%);
	background-size: 200% 100%;
	background-position: 0 0;
	transition: background-position 0.5s ease;
	padding: 10px 20px 10px 43px;
	border-radius: 100vh;
	text-decoration: none;
	color: #fff;

}

.arrowbtn a:hover {
	background-position: right 16px center, 100% 0;
}

a.headbtn:hover {
	background-position: 100% 0;
}

a.headbtn::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	left: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hover-zoom {
	display: inline-block;
	overflow: hidden;
	transition: transform 0.3s ease;
	border-radius: 12px;
	border: 5px solid #cea700;
	transition: border-color 0.3s ease;
	width: 100%;
}

.hover-zoom:hover {
	border-color: #e0ce05;
}

.hover-zoom img {
	display: block;
	width: 100%;
	height: auto;
	transition: transform 0.5s ease, filter 0.5s ease;
}

.hover-zoom:hover img {
	transform: scale(1.08);
	filter: brightness(0.8);
}


.linebox {
    display: flex;
    align-items: center;
}

.linebox:before,
.linebox:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}

.linebox:before {
    margin-right: 1rem;
}

.linebox:after {
    margin-left: 1rem;
}
/*--------------------お問い合わせフォーム-----------------------------*/

input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
}

.form {
	margin: 0 auto 30px;
}
.contents-page .form {
	margin: 0 auto 30px;
	padding: 30px 40px;
	background-color: #F4F0EB;
	border-radius: 14px;
}

.form table th, #wpcf7cpcnf table th {
	text-align: left;
	padding: 6px 10px;
	min-width: 20%;
}

.form table td, #wpcf7cpcnf table td {
	padding: 6px 20px;
	text-align: left;
}

.form td p, .form th p, .form p {
	padding: 0;
}

.form .input-l input,
.form .input-l textarea {
	width: 100%;
}

input#zip {
	width: 150px;
}

.form input.wpcf7-submit, .form input.wpcf7-confirm, .wpcf7cp-btns .wpcf7-form-control {
	padding: 12px 40px;
	background-color: #ff9900;
	color: #FFF;
	border-radius: 5px;
	border: none;
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: .4s;
}

.wpcf7cp-btns .wpcf7-form-control:hover {
	cursor: pointer;
	background-color: #ec5f00;
}

input[type="submit"]:hover {
	background-color:  #ec5f00;
	cursor: pointer;
}

.formReq {
	background-color:  #ec5f00;
	color: #FFF;
	font-size: 70%;
	font-weight: bold;
	padding: 3px 5px 5px 5px;
	line-height: 100%;
	display: inline-block;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.wpcf7c-conf {
	border: none !important;
	background-color: #fefefe !important;
}

.form input.wpcf7-back {
	background-color: #dcdcdc;
	color: #000;
	padding: 12px 46px;
	display: inline-block;
	margin-left: 5px;
}

.privacyp {
	padding: 20px 10px;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

form input,
form textarea {
	box-sizing: border-box;
	padding: 8px 10px;
}

.form .wpcf7-submit:disabled {
	background-color: #dcdcdc !important;
	color: #999 !important;
	padding: 12px 40px;
}

.form input[type="checkbox"],
.form input[type="radio"],
input#consentCheckbox {
	accent-color: #e40000;
	transform: scale(1.5);
}

.form .wpcf7-list-item label {
	padding: 2px 8px;
}

.form .wpcf7-list-item label:has(input:checked) {
	background-color: #feffd8;
}
.wpcf7cp-form-hide{
	display: none;
}
div#wpcf7cpcnf{
	position:  relative !important;
}

.wpcf7-checkbox label {
	margin-right: 10px;
}

@media screen and (max-width: 767px) {

	.form table, #wpcf7cpcnf table,
	.form table tbody, #wpcf7cpcnf table tbody,
	.form table tr, #wpcf7cpcnf table tr,
	.form table th, #wpcf7cpcnf table th,
	.form table td, #wpcf7cpcnf table td,
	.form textarea, #wpcf7cpcnf textarea {

		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.form textarea, form input, form textarea {
		max-width: 100% !important;
	}

	.sp-l input {
		width: 100%;
	}

	.sp-vertical .mwform-checkbox-field {
		display: block;
		margin-left: 0 !important;
	}

	.wpcf7-submit, .form input.wpcf7-confirm {
		font-size: 17px;
		padding: 3px 25px;
		background: #e9e9e9;
		color: #363B3F;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-top: none;
		border-right: none;
		border-left: none;
		border-bottom: solid 4px #dcdcdc;
	}

	.wpcf7-submit:hover, .form input.wpcf7-confirm:hover {
		background-color: #dcdcdc;
		color: #dc143c;
	}

.arrowbtn a {
	font-size: 100%;
	padding: 13px 50px 13px 26px;
}
}
/*---------フッター--------------------------*/

a.contactbtn {
	background-image: url(images/mail.svg), url(images/arrow01.svg);
	background-color: #cea700;
	background-size: 24px auto, 20px auto;
	background-position: 20px center, right 10px center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	border-radius: 10px;
	font-weight: 700;
	padding: 14px 120px 14px 50px;
	font-size: 110%;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.15) 1.4px 1.4px 2.2px;
}

a.contactbtn:hover {
	background-color: #b99700;
	background-position: 20px center, right 5px center;
}

.footer {
	margin: 0 auto 0;
	padding: 40px 20px 40px;
	font-weight: 500;
	font-size: 90%;
	color: #333;
	background-color: #FFF;
}
.foottel{
	font-size: 200%;
}
.footqr{
	width: 110px;
}
.footinfo {
	display: flex;
	gap: 30px;
}
.footlogo{
	width: 70px;
}
.footer h3 {
	margin-right: 40px;
	max-width: 300px;
	width: 300px;
}
.footer h3 .small{
	letter-spacing: normal;
	display: block;
}
.footer a, .footinfo-c a {
	text-decoration: none;
	color: #FFF;
}

.foottel {
	font-size: 150%;
	font-weight: 700;
}

.footer p.copy {
	font-size: 12px;
	padding: 0;
	color: #a1a1a1;
	clear: both;
}

.footer p.copy a, .footer p.copy a:visited {
	color: #6d7e68;
}


@media (min-width: 768px) and (max-width: 1300px) {
	footer .wrap1200 {
		width: 95%;
	}
}

@media screen and (max-width: 767px) {

	.footer {
		padding: 10px 8px 50px;
	}

	.footer h3 {
		max-width: 200px;
	}

	.footlogo {
		justify-content: space-between;
	}

	footer p {
		padding-top: 0px;
		font-size: 85%;
	}

	.footer p.copy {
		font-size: 10px;
		margin: 0 0 10px 0;
		line-height: 1.3;
		padding-bottom: 0;
	}

	.footer .mb20 {
		margin-bottom: 8px !important;
	}

	#top-img li {
		height: 300px;
	}

a.contactbtn{
	padding-right: 50px;
		font-size: 100%;
}

}

/*---------------------------*/

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 3px 10px !important;
	margin: 2px 5px !important;
}

.wp-pagenavi {
	margin-bottom: 30px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

#page-top a img {
	width: 60px;
	display: block;
}


.contactbox {
	position: relative;
}

.g_map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.g_map iframe,
.g_map object,
.g_map embed,
.g_map video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------下層ページ---------------------*/
.contents-page {
	position: relative;
}

.pagettl {
	letter-spacing: 0.1em;
	padding: 60px 0;
	margin: 0 0 0 0;
	position: relative;
	color: #333;
	font-size: 130%;
}
.pagettl h1{
	display: flex;
	gap: 8px;
	align-items: baseline;}

.pagettl span{
	display: block;
}
.pagettl span.small{
	color: #008C46;
	font-size: 65%;
	font-weight: 700;
}
.caps {
	font-size: 130%;
	letter-spacing: 0.03em;
	font-weight: 900;
	line-height: 1.6;
	text-transform: uppercase;
}
.sttl {
	line-height: 1.4;
	font-size: 150%;
	padding: 24px 0;
	border-bottom: 1px solid #b6b6a9;
	margin-bottom: 30px;
	position: relative;
}

.sttl2{
	font-size: 110%;
	color: #FFF;
	padding: 8px 14px;
	border-radius: 8px;
	background-color:#00743C;}

.sttl3 {
  align-items: center;
  display: flex;}

.sttl3::before,
.sttl3::after {
  background-color: #333; 
  content: "";
  flex-grow: 1;
  height: 1px;
}
.sttl3::before {
  margin-right: 15px; /* 文字との余白 */
}
.sttl3::after {
  margin-left: 15px; /* 文字との余白 */
}

.sttl4{
	font-size: 120%;
	color: #00743C;
	padding: 20px 14px;
	border-bottom:2px solid #00743C;
	border-top:2px solid #00743C;}


.table01 {
	margin: 10px 0 30px 0;
	font-size: 90%;
	line-height: 1.6;
}

.table02 {
	margin: 10px 0 30px 0;
	font-size: 90%;
	line-height: 1.6;
	border-top: 1px solid #abb3b8;
}

.table01 th,.table02 th{
	background-color: #eee8e0;
	color: #333;
	border-bottom: 1px solid #f6f7f0;

}
.table01 td,.table02 td{
	border-bottom: 1px solid #dcdcdc;
	background-color: rgba(255,255,255,0.8);
}
.table01 th, .table02 th {
	white-space: nowrap;

}

.table01 th, .table01 td {
	padding: 14px 16px;
}

 .table02 th, .table02 td {
	padding: 8px 16px;
}
.nowrap {
	white-space: nowrap;
}

.simplebox {
	padding: 20px 40px;
	border: 4px solid #008C46;
	border-radius: 14px;
	margin-bottom: 30px;
}

.simplebox h4 {
	margin: 0;
}

.simplebox2 {
	padding: 16px 60px;
	border: 1px solid #999;
	margin-bottom: 30px;
}

.list01 {
	margin-left: 20px;
}

.list01 li {
	list-style-type: disc;
	margin-bottom: 2px;
}

.list01 li::marker {
	color: #00215e;
}



@media screen and (max-width: 1200px) {
	.pagettl {
		padding: 20px 0 20px 0;
		margin: 0 0 10px;
	}

	.pagettl h1 {
		font-size: 100%;
		padding: 10px;
	}

	.pagettl h1 span {
		margin-bottom: 10px;
		font-size: 160%;
	}

.sttl {
	padding: 12px 0 10px;
	box-shadow: none;
	background: none;
	font-size: 110%;
	margin-bottom: 8px;
	border: none;
	border-bottom: 3px solid #000;

}

	
}

@media screen and (max-width: 767px) {


	.table02,
	.table02 tbody,
	.table02 tr,
	.table02 th,
	.table02 td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}

	.table01 th, .table01 td {
		padding: 8px 5px;
		font-size: 90%;
	}

	.table02 th {
		border-bottom: none;
		padding: 5px;
	}


	.table02 td {
		line-height: 1.6;
		font-size: 90%;
		padding: 5px;
	}


	.table-scroll {
		overflow: auto;
	}

	.table-scroll table {
		width: 100%;
		white-space: nowrap;
	}

	.table-scroll table td, .table-scroll table th {
		padding: 6px 10px;
		font-size: 90%;
	}

	.table-scroll::-webkit-scrollbar {
		height: 5px;
	}

	.table-scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}

	.table-scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	h2, h3 {
		font-size: 120%;
	}

	.simplebox {
		padding: 10px 14px;
		margin-bottom: 10px;
		background-color: #f5f5f5;
	}

	.list01 li {
		line-height: 1.5;
	}

	.simplebox2 {
		padding: 10px 16px;
	}
}

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}

.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}

/* 2つ目の要素に200msのdelayをかける */
.fade2 {
	-moz-transition-delay: 200ms;
	-webkit-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	transition-delay: 200ms;
}

/* 3つ目の要素に400msのdelayをかける */
.fade3 {
	-moz-transition-delay: 400ms;
	-webkit-transition-delay: 400ms;
	-o-transition-delay: 400ms;
	-ms-transition-delay: 400ms;
	transition-delay: 400ms;
}


@media screen and (max-width: 767px) {
	.sptate {
		flex-direction: row;
	}

	.sptate .flex-2-c {
		width: 48%;
	}

	.footinfo {
		padding: 0 14px;
		flex-direction: column;
	}

	.footinfo-c-r {
		border: none;
	}

	.footinfo-c {
		padding: 0 1em;
	}

}

.head-r1 {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.iconsns {
	width: 30px;
	height: 30px;
}

.spsns {
	margin-right: 20px;
}


.jissekilist h3{
	font-size: 100%;
}
.jissekilist a{
	text-decoration: none;
	color: #333;

}
.jissekicat{
	background-color: #f7f4ea;
	padding: 3px 10px;
	line-height: 100%;
	font-size: 90%;
	margin-top: 10px;
	color: #553b2b;
	display: inline-block;
	border: 1px solid #d4ceb8;
	border-radius: 8px;
}
.jissekilist .thumb {
	position: relative;
	overflow: hidden;
	aspect-ratio: 4 / 3;
}

.jissekilist .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: .3s;
}

.jissekilist li a:hover img {
	transform: scale(1.05);
}
#side li{
	border-bottom: 1px dotted #999;
	position: relative;
}

#side h3{
	background-color: #333;
	color: #FFF;
	font-size: 110%;
	border-radius: 8px;
	padding: 4px 8px;
}
#side li a{
	padding: 10px 10px;
	display: block;
	text-decoration: none;
	color: #333;
}

#side li::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #D5D2D2;
	border-right: 2px solid #D5D2D2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.stafflist li{
	background-color: #ecece6;
	padding: 30px 60px;
	border-radius: 16px;
	margin-bottom: 30px;
}
.s-catlist{
	margin-top: 30px;
	gap: 20px;
}
.s-catlist li{
	font-size: 100%;
 width: calc((100% - 100px) / 6);
}
.s-catlist li a{
	text-decoration: none;
	color: #333;
	display: block;
}
.s-catlist li img{
	width: auto;
	height:60px;
	display: block;
	margin: 0 auto;
}
.optionlist h3{
	background-color: #887D71;
	border-radius: 10px 10px 0 0;
	padding: 12px;
	color: #FFF;
	text-align: center;
	line-height: 100%;
	margin-bottom: 0;
}
.option-c{
	padding: 12px 20px 18px 20px;
	background-color: #E8E6DE;
	border-radius: 0 0 10px 10px;
}

.optionlist li{
	background: url(images/icon_check.svg) 0 0 no-repeat;
	padding: 2px 0 0 50px;
	text-align: left;
	line-height: 1;
	background-size: auto 44px;}

h2.matsp_catch{
	background-color: #00743C;
	margin: 0;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.matsp_merit li{
	background-color: #FBF9D9;
	border-radius: 10px;
	padding: 20px;
}

.matsp_merit li:nth-child(2){
	background-color: #DDEDD7;
}

.matsp_merit li:nth-child(3){
	background-color: #FBEAE7;
}
.matsp_rei li{
		background-color: #00743C;
		color: #FFF;
}
.sp{
	padding: 10px 14px;
}
.faqList{
	max-width:1100px;
	margin:auto;
}

.faqList dt{
	position:relative;
	padding:20px 60px 20px 70px;
	margin-bottom:10px;
	border:1px solid #ddd;
	border-radius:8px;
	cursor:pointer;
	font-weight:700;
	background:#fff;
}

.faqList dt::before{
	content:"Q";
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
	width:30px;
	height:30px;
	border-radius:50%;
	background:#00743C;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:15px;
}

.faqList dt::after{
	content:"+";
	position:absolute;
	right:20px;
	top:50%;
	transform:translateY(-50%);
	font-size:24px;
	transition:.3s;
}

.faqList dt.active::after{
	transform:translateY(-50%) rotate(45deg);
}

.faqList dd{
	display:none;
	margin:0 0 15px;
	padding:20px;
	background:#f8f8f8;
	border-radius:8px;
}

.checklist h3{
	background: url(images/icon_check2.svg) 0 4px no-repeat;
	background-size: 30px auto;
	padding-left: 36px;
	color: #008C46;
	margin-bottom: 0;
}
.checklist p{
	padding-left: 36px;
}
.taiouarea{
	font-size: 90%;
	border: 1px solid #333;
	padding: 1px 8px 3px;
	display: inline-block;
	margin-right: 8px;
	line-height: 100%;
	border-radius: 6px;
}
.shiba-lineup h3{
	font-size: 100%;
	margin-bottom: 0;
}

.bggreen{
	background-color: #00743C;
	color: #FFF;
	font-size: 70%;
	padding: 3px 10px 6px;
	display: inline-block;
	margin-bottom: 10px;
}

.wrap-gray{
	padding: 12px 20px;
	background-color: #ebeae9;
	border-radius: 10px;
}



@media screen and (max-width: 767px) {
.s-catlist{
	gap: 10px;
	font-size: 80%;
}
.s-catlist li{
 width: 30%;
}
.s-catlist li img{
	height: 40px;
	
}
}
