@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 600;
	line-height: 1.7;
	color: #595757;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	transition: .4s;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 90px 0 120px;
	position: relative;
}
main section.stb {
	padding: 110px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 50px 0 75px;
	}
	main section.stb {
		padding: 70px 0;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.45em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 80px;
	display: block;
	text-align: center;
	line-height: 1.55;
	position: relative;
	font-weight: 600;
}
.maintitle .mf {
	text-align: center;
	font-size: clamp(1.5rem, 0.75rem + 2.4vw, 2.1rem);
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.maintitle .sf {
	text-transform: capitalize;
	font-size: 80%;
	color: #f2b500;
}
.maintitle.mtleft {
	text-align: left;
}
.maintitle.mtleft .sf {
	padding-left: 5px;
}
.txtmgb {
	margin-bottom: 50px !important;
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 30px !important;
	}
	.maintitle {
		margin-bottom: 40px;
	}
	.maintitle.mtleft {
		margin-bottom: 30px;
	}
	.maintitle .sf {
		font-size: 65%;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.3rem, 0.925rem + 1.2vw, 1.6rem);
	line-height: 1.7;
}
.mtitle span {
	font-size: 56%;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	color: #398A41;
}
.mtitle span::before {
	background-color: #398A41;
	position: absolute;
	content: "";
	top: 0.75em;
	left: 0;
	width: 29px;
	height: 1px;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 600;
	position: relative;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 8px;
	padding-left: 2px;
	color: #595757;
	line-height: 1.75;
}
.stitle::after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 95px;
	height: 1px;
	background: #f2b500;
}
.stitle span {
	font-size: 67%;
	color: #f2b500;
	text-transform: capitalize;
}
.stitle.sgreen::after {
	background: #398A41;
}
.stitle.sgreen span {
	color: #398A41;
}
#news-detail .stitle.sgreen span {
	font-weight: 600;
	position: relative;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	/* border-bottom: 1px solid #ddd; */
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	padding-left: 2px;
	color: #595757;
	line-height: 1.75;
}
.spb {
	line-height: 1.9;
}
.spb span {
	display: block;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 12px;
	}
	.stitle span {
		display: block;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 13px;
	transition: .4s;
	display: inline-block;
	width: 290px;
	text-align: center;
	color: #595757;
	background: #fff;
	border: 1px solid #a6a6a6;
	box-shadow: 7px 7px 0px 0px #f4f7f7;
	border-radius: 50px;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
	transition: .4s;
}
section .mainbtn a:hover::before {
	right: 10px;
}
.mainbtn a:hover {
	color: #398A41;
	background: #fffdd9;
	border: 1px solid #398A41;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 220px;
		padding: 8px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
		margin-bottom: 10px;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1700px) {
	.inner02 {
		max-width: 1500px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1699px) {
	.inner02 {
		max-width: 100%;
		width: 100%;
	}
	.mauto {
		margin-left: auto;
		margin-right: auto;
	}
	.mauto.w48 {
		width: 42%;
	}
	.mauto.w41 {
		width: 37%;
	}
}
@media (max-width: 750px) {
	.inner02 {
		width: 90%;
		margin: 0 auto;
	}
	.mauto.w48, .mauto.w41 {
		width: 100%;
	}
}
.w65 {
	width: 65%;
}
.w54 {
	width: 54%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 48.7%;
}
.w48 {
	width: 47.5%;
}
.w41 {
	width: 41%;
}
.w32 {
	width: 31.5%;
}
/* 背景 */
.bg_gray, .bg_gray02 {
	position: relative;
}
.bg_gray::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f7f7f7;
	z-index: -120;
}
.bg_gray02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -120;
	opacity: 0.2;
}
/*=== 共通部分ここまで ===*/
/* header========= */
.header_sticky {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header {
	padding: 7px 10px 13px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
	background: #fff !important;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header_inner {
	width: 95%;
	max-width: 1520px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 180px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 33px;
	position: relative;
	display: flex;
	align-items: center;
	line-height: 1.6;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #595757;
	line-height: 1.55;
	font-size: 0.95rem;
}
.header ul li a span {
	display: block;
	color: #398A41;
	font-size: 118%;
}
.header ul li a:hover {
	opacity: 0.6;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	margin-bottom: 17px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 14rem;
	line-height: 1.55;
	padding: 7px;
	font-size: 0.87rem;
}
.header_item .mainbtn a:after {
	content: none;
}
/*お気軽にお問い合わせください*/
.tel {
	text-align: center;
}
.telwtext {
	font-size: 0.87rem;
	margin-bottom: 8px;
	line-height: 1.6;
	margin-right: 5px;
}
/*Fax. 0995-57-1140（Tel共通）*/
.faxmini {
	font-size: 0.85rem;
	margin-top: 2px;
	margin-bottom: 0;
}
/**/
.tel a {
	font-size: 1.4rem;
	color: #595757;
	border-bottom: 2px dotted #f2b500;
	padding-bottom: 7px;
}
.tel i {
	font-size: 90%;
	color: #f2b500;
}
.tel a:hover {
	opacity: 0.6;
}
.conex {
	font-size: 0.87rem;
	line-height: 1.4;
	margin-bottom: 0;
	margin-right: 5px;
}
.conex span {
	font-size: 120%;
}
/*dropdown*/
.peventsnone {
	cursor: pointer;
	pointer-events: none;
}
.dropdown_lists {
	display: block !important;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	width: 100%;
	position: absolute;
	top: 17px;
	left: 0;
	padding-top: 47px;
}
.gnavi_list:hover .dropdown_lists {
	visibility: visible;
	opacity: 1;
}
.dropdown_list {
	background-color: #fffdd9;
	border: 1px solid #398A41;
	transition: all .3s;
	width: 185px !important;
	padding: 6px 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-bottom: 3px;
	margin-right: 0 !important;
}
.dropdown_list a {
	color: #398A41 !important;
	font-size: 0.85rem !important;
}
.gnavi_list i {
	color: #398A41;
}
/*ハンバーガーメニュー*/
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #398A41;
	position: absolute;
	transition: all 0.4s;
	top: 7px;
}
.menu_btn span:before {
	bottom: 10px;
}
.menu_btn span:after {
	top: 14px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 7px;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #595757;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 7px;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #595757;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	max-width: 600px;
	width: 90%;
}
.menu_content nav {
	padding: 0 15px 35px;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
	border-bottom: 1px solid #398A41;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.95rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 13px 4px;
	color: #595757;
	position: relative;
	line-height: 1.65;
}
.menu_padding ul li a span {
	display: block;
	font-size: 75%;
	color: #398A41;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn a {
	padding: 10px !important;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after, .menu_content .mainbtn a:before {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
	background: #fffdd9;
	color: #398A41;
	border: 1px solid #398A41;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
/*ハンバーガーメニュー アコーディオン*/
.menu_acordion_wrap {
	border-bottom: 1px solid #398A41;
}
.menu_acordion_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
}
.menu_acordion_header {
	margin-bottom: 0;
	font-size: 0.95rem;
	padding: 13px 4px;
	transition: ease-in-out 100ms;
}
.menu_acordion_text {
	width: 100%;
	display: none;
	line-height: 1.7;
	font-size: 0.95rem;
	padding-bottom: 10px;
}
.menu_acordion_text li {
	border-bottom: none !important;
	padding: 5px 0 !important;
}
.menu_acordion_text li a {
	padding: 0 !important;
	padding-top: 5px !important;
	padding-left: 4px !important;
}
.menu_acordion_text li a::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	content: "\f35a";
	font-weight: bold;
	margin-right: 7px;
	transition: 0.2s;
	color: #f2b500;
}
.menu_acordion_text li a:hover::before {
	transform: translateX(2px);
}
.arrow {
	transition: ease-in-out 300ms;
}
.menu_acordion_header .rotate-fa {
	transform: rotate(-45deg);
}
.menu_acordion_header span {
	position: absolute;
	top: 47%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 0.7rem;
	color: #398A41;
}
.menu_btn_mgt, .hamburger_menu, .header_inner label {
	display: none;
}
@media (max-width: 1080px) {
	.header_logo {
		width: 115px;
	}
	.header {
		padding: 11px 17px;
	}
	.hwrap {
		width: 100%;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav, .hnav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 36.5px;
		right: 31px;
	}
}
@media (max-width: 500px) {
	.menut {
		font-size: 0.55rem;
		bottom: 3.5px;
	}
	.header_title {
		width: 105px;
	}
	.header {
		padding: 10px 12px;
	}
	.menu_btn {
		top: 32px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		font-size: 0.85rem;
	}
	.menu_content ul li a, .menu_acordion_header {
		font-size: 0.85rem;
	}
}
/**/
.hamburger_menu input[type=checkbox] + label {
	display: block;
	padding-left: 0;
	position: fixed;
	margin-right: 0;
	margin-bottom: 0;
	cursor: pointer;
}
input[name="hamburger"] + label::before {
	content: none !important;
}
input[name="hamburger"] + label::after {
	content: none !important;
}
/* footer========= */
/**/
.fflex {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.fflex .obj img {
	object-fit: cover;
	height: 370px;
	width: 100%;
}
@media (max-width: 1475px) {
	.fflex .obj img {
		height: 25vw;
	}
}
@media (max-width: 1225px) {
	.fflex .obj img {
		height: 28vw;
	}
}
@media (max-width: 750px) {
	.fflex .obj img {
		height: 175px;
	}
}
@media (max-width: 550px) {
	.fflex .obj img {
		height: 125px;
	}
}
/**/
.footerwrap {
	padding: 55px 20px;
}
.footerwrap .inner {
	max-width: 950px;
}
.fbox {
	margin-bottom: 40px;
}
.fbox p {
	font-size: 107%;
}
/*ロゴ*/
.flogo {
	width: 90%;
	max-width: 210px;
	margin: auto;
	margin-bottom: 20px;
}
@media (max-width: 550px) {
	.footerwrap {
		padding: 45px 20px 30px;
	}
	.flogo {
		max-width: 150px;
		margin-bottom: 10px;
	}
	.fbox p {
		font-size: 95%;
	}
}
/**/
.fblex {
	display: flex;
	justify-content: space-between;
}
.fblex .mainbtn {
	width: 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fblex .mainbtn a {
	width: 100%;
	box-shadow: none;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	height: 100%;
}
.mbfaxmini {
	width: 100%;
	font-size: 83%;
	margin-top: 1px;
}
@media (max-width: 990px) {
	.fblex .mainbtn a {
		font-size: 0.9rem;
	}
}
@media (max-width: 810px) {
	.fblex {
		display: block;
	}
	.fblex .mainbtn {
		width: 100%;
		margin: auto;
		max-width: 320px;
		margin-bottom: 7px;
	}
	.fblex .mainbtn:last-child {
		margin-bottom: 0 !important;
	}
	.fblex .mainbtn a {
		font-size: 100%;
	}
}
@media (max-width: 350px) {
	.fblex .mainbtn a {
		font-size: 93%;
	}
}
/*copyright*/
.copyright {
	padding: 10px 5px 30px;
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 54px;
	height: 54px;
	box-sizing: border-box;
	background: #398A41;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
	top: 45%;
	left: 49.5%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 9;
}
@media(max-width:550px) {
	.go_top {
		width: 47px;
		height: 47px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.1rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
	clip-path: ellipse(100% 100% at top);
	margin-bottom: 60px;
}
.topslide::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #111;
	z-index: 1;
	opacity: 0.29;
}
.slide_items {
	position: relative;
	width: 100%;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 150px);
	min-height: 520px;
	object-fit: cover;
}
/*スライドアニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1.15);
	}
	100% {
		transform: scale(1);
	}
}
.slick-animation {
	animation: fadezoom 10s linear 0s normal both;
}
.slide_text {
	white-space: nowrap;
	position: absolute;
	top: 49%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 3.4rem;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: 600;
	z-index: 2;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 0.3px 3px rgb(0 0 0 / 15%), 0px -0.3px 3px rgb(0 0 0 / 35%);
}
.slide_text p {
	margin-bottom: 0;
}
@media (max-width: 1170px) {
	.slide_text {
		font-size: 2.7rem;
	}
	.slide_items img {
		min-height: auto;
		height: 650px;
	}
}
@media (max-width: 750px) {
	.slide_text {
		font-size: 2.1rem;
	}
	.slide_items img {
		height: 480px;
	}
}
@media (max-width: 550px) {
	.topslide {
		margin-bottom: 35px;
	}
	.slide_items img {
		height: 370px;
	}
	.slide_text {
		font-size: 6.5vw;
	}
}
.pdb {
	padding-bottom: 50px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 30px !important;
	}
}
.center {
	text-align: center;
}
.spblock {
	display: none;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
	.spnone {
		display: none;
	}
	.spblock {
		display: block;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 35px;
	}
}
.aic {
	align-items: center;
}
/*アニメーション*/
/*flowup*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 2.1s, transform 1.8s;
	transition-delay: 0.3s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.opanim {
	opacity: 0;
	transition: 1.4s;
	transition-delay: 0.2s;
}
.opanim.inview {
	opacity: 1;
}
/*delay*/
.delay01 {
	transition-delay: 0.65s;
}
.delay02 {
	transition-delay: 0.85s;
}
@media (max-width: 750px) {
	.delay01, .delay02 {
		transition-delay: 0.3s;
	}
}
/* セクション間の画像 */
.bgsection {
	position: relative;
	z-index: 1;
	background: url(../img/bgsection01.jpg);
	background-size: cover;
	text-align: center;
	height: 550px;
}
.bgsection::after {
	content: '';
	width: 100%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
	z-index: -1;
}
@media (max-width: 1550px) {
	.bgsection {
		height: 33vw;
	}
}
@media (max-width: 1030px) {
	.bgsection {
		height: 39vw;
	}
}
@media (max-width: 550px) {
	.bgsection {
		height: 250px;
	}
}
.bgsection_box {
	position: relative;
	z-index: 1;
	background: url(../img/bgsection02.jpg);
	background-size: cover;
	height: 470px;
	width: 93%;
	max-width: 1600px;
	margin: auto;
}
/* 修行農園について */
.about .inner {
	max-width: 1550px;
}
@media (max-width: 1750px) {
	.about .inner {
		width: 100%;
		max-width: 100%;
	}
	.abtext {
		width: 43%;
		margin: auto;
	}
}
@media (max-width: 1350px) {
	.abtext {
		width: 40%;
	}
	.abimgs {
		width: 52%;
	}
}
@media (max-width: 950px) {
	.about .maintitle {
		text-align: center;
	}
	.about .inner {
		width: 90%;
	}
	.aflex {
		max-width: 700px;
		margin: auto;
		margin-bottom: 40px;
	}
	.abtext {
		width: 100%;
	}
	.abimgs {
		width: 100%;
	}
}
.aflex {
	display: flex;
	justify-content: space-between;
}
.aflex div {
	width: 48.7%;
	position: relative;
}
.aflex div:first-child {
	top: -30px;
}
@media (max-width: 750px) {
	.aflex {
		margin-bottom: 15px;
	}
}
/* 作物のご紹介 */
.introduction .inner {
	max-width: 1000px;
}
@media (max-width: 1050px) {
	.introduction .tbtn {
		margin-top: 50px;
	}
}
.introduction .maintitle {
	margin-bottom: 150px;
}
.intrbox h3 {
	position: absolute;
	top: 1%;
	left: 3%;
	background: #ddd;
	border-radius: 60% 40% 65% 40%/60% 25% 55% 45%;
	width: 80px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.45rem;
	font-weight: 600;
}
.intrtext {
	position: absolute;
	bottom: 30px;
	right: -90px;
	z-index: 2;
	font-size: 110%;
	white-space: nowrap;
}
.intrtext .textback {
	position: relative;
	padding: 3px;
	padding-left: 5px;
}
.intrtext .textback::after {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f7f7f7;
	z-index: -1;
	transition: .2s;
	transition: 1.1s;
	transition-delay: 0.2s;
}
.intrtext .txtanim {
	opacity: 0;
	display: inline-block;
	transform: translateY(7px);
	transition: opacity 0.6s, transform 1.2s;
	transition-delay: 1.1s;
}
.intrtext.inview .txtanim {
	opacity: 1;
	transform: translateY(0);
}
.intrtext.inview .textback::after {
	width: 100%;
}
.intrbox {
	width: 30%;
	position: relative;
}
.intrbox img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.intrbox:nth-child(1) .intrtext .textback::after {
	background: #fff6d4;
}
.intrbox:nth-child(1) h3 {
	background: #fff6d4;
	color: #f2b500;
	font-size: 1.75rem;
}
.intrbox:nth-child(2) {
	top: -80px;
}
.intrbox:nth-child(2) .intrtext {
	right: -20px;
}
.intrbox:nth-child(2) .intrtext .textback::after {
	background: #efffde;
}
.intrbox:nth-child(2) h3 {
	background: #efffde;
	color: #68b811;
}
.intrbox:nth-child(3) .intrtext .textback::after {
	background: #eddcce;
}
.intrbox:nth-child(3) h3 {
	background: #eddcce;
	color: #906444;
}
@media (max-width:1250px) {
	.introduction .inner {
		max-width: 80%;
	}
}
@media (max-width:1050px) {
	.introduction .inner {
		max-width: 700px;
	}
	.intrbox {
		width: 46%;
	}
	.intrbox:nth-child(3) {
		margin-left: 40%;
	}
	.intrtext {
		right: -60px;
	}
	.intrbox:nth-child(2) .intrtext {
		right: 0px;
	}
}
@media (max-width:750px) {
	.introduction .maintitle {
		margin-bottom: 50px;
	}
	.introduction .inner {
		max-width: 80%;
	}
	.intrbox {
		margin-bottom: 45px;
	}
	.intrbox:last-child {
		margin-bottom: 0 !important;
	}
	.intrbox:nth-child(2) {
		top: 0;
	}
	.intrbox:nth-child(3) {
		margin-left: 0;
	}
	.intrtext {
		text-align: center;
		position: initial;
		font-size: 100%;
	}
	.intrbox h3 {
		font-size: 1.15rem;
	}
	.intrbox:nth-child(1) h3 {
		font-size: 1.3rem;
	}
}
@media (max-width:450px) {
	.intrbox img {
		margin-bottom: 10px;
	}
	.intrbox h3 {
		top: 2%;
		left: -3%;
		width: 70px;
		height: 50px;
	}
}
@media (max-width:360px) {
	.intrtext {
		font-size: 4.7vw;
	}
}
/* イベント・講演会 */
.catch {
	margin-bottom: 50px;
	font-size: 1.75rem;
}
.catch img {
	display: block;
	width: 60px;
	margin: 0 auto 7px !important;
	filter: invert(49%) sepia(12%) saturate(1961%) hue-rotate(75deg) brightness(89%) contrast(95%);
}
.evbox {
	padding: 40px 80px 65px;
	background: #fff; /*#fffee8*/
	text-align: center;
	position: relative;
}
.evbox.border {
	border-radius: 30px;
}
.evbox.border::before, .evbox.border::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 30px;
	pointer-events: none;
	opacity: 0.4;
}
.evbox.border::before {
	border: solid 1px #398A41;
	transform: rotate(-1deg);
}
.evbox.border::after {
	border: solid 1px #398A41;
	transform: rotate(1deg);
}
/* 画像 */
.evimgs {
	display: flex;
	justify-content: space-between;
	max-width: 950px;
	margin: auto;
	margin-bottom: 50px;
}
.evimgs div {
	width: 49%;
	position: relative;
}
.evimgs div:first-child {
	top: -7px;
}
.evimgs div:last-child {
	top: 7px;
}
/*切り抜き画像*/
.tl_illust, .tr_illust, .br_illust, .bl_illust {
	width: auto !important;
	pointer-events: none;
}
.tl_illust {
	position: absolute;
	top: -1%;
	right: -3%;
	z-index: 2;
}
.tl_illust img {
	width: auto !important;
	height: 90px !important;
	filter: drop-shadow(0 0 1px #fff);
}
.br_illust {
	position: absolute;
	bottom: -2%;
	left: -3%;
	z-index: 2;
}
.br_illust img {
	width: auto !important;
	height: 140px !important;
	filter: drop-shadow(0 0 1px #fff);
}
@media (max-width: 870px) {
	.tl_illust img {
		height: 65px !important;
	}
	.br_illust img {
		height: 110px !important;
	}
}
@media (max-width: 550px) {
	.tl_illust img {
		height: 45px !important;
	}
	.br_illust {
		bottom: -30px;
		left: -6%;
	}
	.br_illust img {
		height: 75px !important;
	}
}
@media (max-width:1165px) {
	.evbox {
		text-align: left;
	}
	.evbox p br {
		display: none;
	}
}
@media (max-width:800px) {
	.catch {
		font-size: 1.5rem;
	}
	.evbox {
		padding: 30px 30px 40px;
	}
}
@media (max-width:550px) {
	.catch {
		font-size: 1.25rem;
		margin-bottom: 35px;
	}
	.catch img {
		width: 40px;
	}
	.evimgs {
		margin-bottom: 35px;
	}
	.evimgs div {
		width: 48.5%;
	}
	.evimgs div:first-child {
		top: -5px;
	}
	.evimgs div:last-child {
		top: 5px;
	}
	.evbox {
		padding: 25px 20px 40px;
	}
}
/* お知らせ */
.newstitle {
	height: fit-content;
	width: 210px;
	margin-top: 20px;
}
.newsl {
	width: calc(100% - 210px);
}
.news {
	padding: 90px 0;
}
.news .maintitle {
	margin-bottom: 0;
}
@media (max-width: 1120px) {
	.newstitle {
		width: 160px;
	}
	.newsl {
		width: calc(100% - 160px);
	}
}
@media (max-width: 750px) {
	.news .maintitle {
		margin-bottom: 30px !important;
	}
	.newstitle {
		margin-top: 0;
	}
	.news {
		padding: 25px 0 55px !important;
	}
}
/* 下層ページトップ =================================================================================================*/
.fv {
	height: 315px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
	position: relative;
	clip-path: ellipse(100% 100% at top);
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #2b231a;
	opacity: 0.6;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	margin-bottom: 23px !important;
	line-height: 1.2;
	z-index: 1;
	position: relative;
	color: #fff !important;
}
.fv span, .fv .maintitle .sf span {
	color: #fff !important;
}
@media (max-width: 1505px) {
	.fv {
		height: 270px;
	}
}
@media(max-width:1000px) {
	.fv {
		height: 235px;
	}
	.fv .inner {
		max-width: 90%;
	}
}
@media(max-width:650px) {
	.fv {
		height: 210px;
	}
	.fv h2 {
		line-height: 1.05;
	}
}
@media(max-width:550px) {
	.fv {
		height: 160px;
	}
	.fv h2 {
		margin-bottom: 35px !important;
	}
	.fv .mf {
		font-size: 1.4rem;
	}
}
/* breadcrumb */
.binner {
	width: 95%;
	font-size: 1.1rem;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: absolute;
	top: -13px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	text-align: center;
	width: 90%;
	line-height: 1.35;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	position: relative;
	top: -0.1em;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:550px) {
	.breadcrumb {
		top: -25px;
		font-size: 0.87rem;
	}
}
/* 修行農園についてページ =======================================================================================================*/
.abmgb {
	margin-bottom: 30px !important;
}
.cutopmgb {
	margin-bottom: 70px;
}
@media(max-width:550px) {
	.abmgb {
		margin-bottom: 23px !important;
	}
	.cutopmgb {
		margin-bottom: 40px;
	}
}
/*栽培品目*/
.cultivar {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 1050px;
	margin: auto;
}
.cultivarbox {
	width: 23%;
	margin: 0 1% 30px;
	position: relative;
}
.cultivarbox img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.cultivarbox h3 {
	position: absolute;
	top: 1.5%;
	left: 3%;
	background: #efffde;
	color: #398A41;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 60% 40% 65% 40%/60% 35% 55% 45%;
	white-space: nowrap;
}
@media(max-width:930px) {
	.cultivarbox {
		width: 31%;
	}
	.cultivarbox h3 {
		font-size: 100%;
	}
}
@media(max-width:710px) {
	.cultivarbox {
		width: 47%;
	}
	.cultivarbox h3 {
		font-size: 115%;
		left: 5%;
	}
}
@media(max-width:550px) {
	.cultivarbox {
		width: 46%;
		margin: 0 2% 15px;
	}
	.cultivarbox h3 {
		font-size: 0.8rem;
		left: -3%;
		padding: 3px 12px;
	}
}
/*
@media(max-width:550px) {
	.cultivar {
		display: block;
	}
	.cultivarbox {
		width: 70%;
		margin: 0 0 7px;
	}
	.cultivarbox:nth-child(2n) {
		margin-left: auto;
	}
	.cultivarbox h3 {
		font-size: 100%;
		left: 0;
	}
}
*/
/*こだわり*/
.feabox .w32 {
	width: 32.2%;
}
.feabox {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	margin-bottom: 25px;
	border: 2px solid #f2f2f2;
	width: 94%;
}
.feabox:nth-child(2n+1) {
	margin-left: auto;
}
.feabox:nth-child(2n+1) .flexbox {
	flex-direction: row-reverse;
}
.feabox:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:1190px) {
	.feabox .flexbox {
		align-items: center;
	}
}
@media(max-width:750px) {
	.feabox .w32 {
		width: 100%;
	}
	.feabox {
		width: 100%;
	}
}
@media(max-width:550px) {
	.feabox {
		padding: 17px;
	}
}
/*農園ギャラリー*/
.photo {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.photo div {
	width: 24%;
	margin: 0 0.5% 1%;
	position: relative;
}
.photo div::before {
	content: '';
	display: block;
	padding-top: 73%; /*高さの比率*/
}
.photo div img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
}
@media(max-width:750px) {
	.photo div {
		width: 47.5%;
		margin: 0 1% 2%;
	}
}
/*農園概要*/
.information .c_table th {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
@media(max-width:950px) {
	.information .c_table {
		font-size: 0.9rem;
	}
}
@media(max-width:750px) {
	.information .c_table {
		font-size: 97%;
	}
}
@media(max-width:620px) {
	.information .c_table th {
		text-align: left;
		padding-left: 10px;
	}
}
/*map*/
@media(max-width:550px) {
	.map iframe {
		height: 280px;
	}
}
/* 作物紹介ページ ===============================================================================================================*/
.intrpage .stitle {
	font-size: clamp(1.2rem, 0.825rem + 1.2vw, 1.5rem);
}
.flowers .mtitle {
	margin-bottom: 25px;
}
.flowers {
	text-align: center;
}
.flowers .stitle {
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	margin-bottom: 13px;
}
.flowers .stitle::after {
	content: none;
}
.flowers p {
	font-size: 107%;
}
.flowers .flexbox .w32 {
	padding: 17px;
	border: 2px solid #f2f2f2;
	border-radius: 10px;
}
.flowers .flexbox .w32 img {
	margin-bottom: 7px;
}
@media(max-width:750px) {
	.flowers .flexbox .w32 {
		margin-bottom: 10px;
	}
}
@media(max-width:550px) {
	.flowers .flexbox .w32 {
		padding: 12px;
	}
	.flowers .stitle {
		margin-bottom: 10px;
	}
	.flowers p {
		font-size: 100%;
	}
}
.sttext {
	font-size: 120%;
	margin-bottom: 15px;
	line-height: 1.6;
}
/* 切り取り画像 */
.top_illust {
	width: 13% !important;
	pointer-events: none;
	position: absolute;
	top: -12%;
	right: -4.5%;
	z-index: 2;
}
.top_illust img {
	filter: drop-shadow(0 0 1px #fff);
}
.bottom_illust {
	width: 13% !important;
	pointer-events: none;
	position: absolute;
	bottom: -7.5%;
	left: -4.5%;
	z-index: 2;
}
.bottom_illust img {
	filter: drop-shadow(0 0 1px #fff);
}
@media(max-width:550px) {
	.top_illust {
		width: 80px !important;
		top: -7%;
	}
	.bottom_illust {
		width: 80px !important;
		bottom: -5%;
	}
}
/* 枠 */
.yellowborder {
	background: #fffff5;
}
.yellowborder::before, .yellowborder::after {
	border: solid 1px #f2b500 !important;
}
.yellowborder .catch img {
	filter: invert(82%) sepia(15%) saturate(6963%) hue-rotate(0deg) brightness(95%) contrast(102%);
}
.catch.abmgb {
	font-size: 1.55rem;
	text-align: center;
}
.catch.abmgb br {
	display: none;
}
@media(max-width:550px) {
	.catch.abmgb {
		font-size: 1.15rem;
		line-height: 1.4;
	}
	.catch.abmgb br {
		display: block;
	}
}
.yellowborder .catch.abmgb {
	padding-top: 20px;
}
@media(max-width:800px) {
	.yellowborder .catch.abmgb {
		padding-top: 15px;
	}
}
/*野菜*/
.vetopmgb {
	margin-bottom: 90px;
}
.vetopmgb .sttext {
	font-size: 125%;
}
.saititle {
	margin-top: 27px;
	font-size: 1.1rem;
	margin-bottom: 7px;
	padding-bottom: 3px;
	border-bottom: 1px solid #d9d9d9;
	font-weight: 600;
}
.saititle::before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	margin-right: 5px;
	color: #398A41;
}
.cultivaryellow h3 {
	background: #fff6d4;
	color: #f2b500;
}
@media(max-width:980px) {
	.sttext {
		font-size: 115% !important;
		margin-bottom: 13px;
	}
	.saititle {
		font-size: 100%;
		margin-top: 17px;
	}
}
@media(max-width:750px) {
	.vetopmgb .sttext {
		margin-top: 5px;
		margin-bottom: 15px !important;
	}
	.saititle {
		margin-top: 20px;
	}
}
@media(max-width:550px) {
	.vetopmgb {
		margin-bottom: 50px;
	}
	.sttext {
		margin-bottom: 10px;
		font-size: 107% !important;
	}
}
/* オンラインショップページ =======================================================================================================*/
/*==注文フォーム==*/
/*商品欄のレイアウト*/
.order .flex {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	position: relative;
}
.order .flex::after {
	content: "";
	display: block;
	width: 44%;
}
.order .flex .box {
	width: 44%;
	margin-bottom: 70px;
}
.order .box .image {
	margin: 0 auto;
	margin-bottom: 7px;
}
.order .box .info h3 {
	margin-bottom: 15px;
}
.info .c_table {
	font-size: 0.85rem;
}
.info .c_table td, .info .c_table th {
	padding-top: 7px;
	padding-bottom: 7px;
}
.order .box .count {
	display: flex;
	justify-content: center;
	width: fit-content;
}
.order .box .count .cell {
	position: relative;
}
.order .box .count .cell select {
	padding: 0 2px;
	margin-right: .5em;
	cursor: pointer;
	width: 100px;
	background: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	color: #595757;
}
.order .box .count .cell::after {
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 40%;
	right: 15px;
	transform: translateY(-50%);
	z-index: 1;
	pointer-events: none;
	color: #595757;
}
@media (max-width: 750px) {
	.order .flex .box {
		width: 100%;
		margin-bottom: 55px;
	}
}
/*合計金額とリセットボタン*/
.order .total {
	text-align: center;
	margin: 60px 0 95px;
	padding: 20px 0;
	background-color: #f7f7f7;
	border: 2px solid #f2f2f2;
	border-radius: 10px;
}
@media (max-width: 550px) {
	.order .total {
		margin: 15px 0 60px;
	}
}
.order .total .mfp {
	display: inline-block;
}
.order .total .total_main {
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.order .button_wrap button::before {
	display: none;
}
.order .button_wrap .reset {
	font-size: 0.8rem;
	color: #fff;
	background: #f2b500;
	border: 1px solid #f2b500;
	margin-top: 13px;
	width: 200px;
	border-radius: 30px;
}
.order .button_wrap .reset:hover {
	background: #fff;
	color: #f2b500;
}
.button_wrap {
	margin-top: 13px;
}
@media (max-width: 550px) {
	.button_wrap {
		margin-top: 7px;
	}
}
/*===メールフォーム(共通)==============================*/
.mailform {
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #398A41;
	padding: 5px;
	margin-right: 2px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #398A41;
	color: #398A41 !important;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
	max-width: 100%;
}
.mailform .postal_btn {
	padding: 2px 10px;
	background: #398A41;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #398A41;
}
.mailform .postal_btn:hover {
	background: #398A41;
	opacity: 0.9;
}
.mailform button {
	display: block;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #398A41;
	border: 1px solid #398A41;
	border-radius: 30px;
	color: #fff;
}
.mailform button:hover {
	background: #fff;
	color: #398A41;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	margin-right: 10px;
}
@media (max-width: 750px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
.mailform select {
	color: #595757;
}
/*チェックボックス*/
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + label {
	display: inline-block;
	padding-left: 22px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before {
	background: #fff;
	border: 1px solid #999;
	content: '';
	display: block;
	position: absolute;
	top: 0.3em;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after {
	border-right: 3px solid #398A41;
	border-bottom: 3px solid #398A41;
	content: '';
	display: block;
	height: 15px;
	left: 5.5px;
	opacity: 0;
	position: absolute;
	top: 0.3em;
	width: 5px;
	transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after {
	opacity: 1;
	transform: rotate(45deg) scale3d(1, 1, 1);
}
@media (max-width: 750px) {
	input[type=checkbox] + label {
		display: block;
	}
}
/*ラジオボタン*/
input[type=radio] {
	display: none;
}
input[type=radio] + label {
	display: inline-block;
	padding-left: 20px;
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0, -50%);
	left: 0;
	width: 15px;
	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #398A41;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before {
	outline: none;
	border-color: #398A41;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before {
	margin-right: 0;
}
@media (max-width: 750px) {
	input[type=radio] + label {
		display: block;
	}
}
/*特定商取引法に基づく表記*/
.nomgb {
	margin-bottom: 65px;
}
@media(max-width:1100px) {
	.nomgb {
		margin-bottom: 50px;
	}
}
@media(max-width:550px) {
	.nomgb {
		margin-bottom: 40px;
	}
}
/*table*/
.pdots p {
	margin-bottom: 0;
}
.c_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.c_table tr {
	border: 2px solid #e8e8e8;
}
.c_table th, .c_table td {
	padding: 15px 5px;
}
.c_table th {
	background: #398A41;
	color: #fff;
	width: 30%;
	border-right: 2px solid #e8e8e8;
}
.c_table td {
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #e8e8e8;
	border-left: 2px solid #e8e8e8;
}
@media(max-width:1155px) {
	.c_table th {
		text-align: left;
		padding-left: 20px;
		padding-right: 15px;
	}
}
@media (max-width: 620px) {
	.c_table {
		border-collapse: collapse;
	}
	.c_table td, .c_table th {
		width: 100%;
		padding: 8px 10px;
		display: block;
		border: none;
		text-align: left;
	}
	.c_table th {
		border-bottom: 2px solid #e8e8e8;
	}
	.c_table td {
		padding-bottom: 10px !important;
	}
}
/* お問い合わせページ =======================================================================================================*/
.wkaindent {
	padding-left: 18px;
	position: relative;
}
.wkaindent span {
	position: absolute;
	top: 0;
	left: -10px;
	padding-left: 10px;
}
.context {
	margin-bottom: 65px;
}
.cmgb {
	margin-bottom: 10px !important;
}
.tels .maintitle {
	margin-bottom: 30px;
}
.tels {
	padding-bottom: 30px;
}
@media (max-width: 800px) {
	.context.center {
		text-align: left;
	}
	.context.center br {
		display: none;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 93%;
		margin-bottom: 40px;
	}
	.tels .maintitle {
		margin-bottom: 20px;
	}
	.tels {
		padding-bottom: 0;
	}
}
.tl_mini {
	line-height: 1.45;
	margin-top: 7px;
	text-align: left !important;
}
.tl_mini a {
	color: #436b5e;
}
.contact_wrap {
	padding: 30px 15px;
	border-radius: 10px;
	max-width: 600px;
	margin: auto;
	position: relative;
	background: #fffff5;
}
.contact_wrap::before, .contact_wrap::after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 20px;
	pointer-events: none;
	opacity: 0.4;
	border: solid 1px #f2b500;
}
.contact_wrap::before {
	transform: rotate(-1deg);
}
.contact_wrap::after {
	transform: rotate(1deg);
}
.tels .tel_contact {
	font-size: clamp(1.4rem, 0.525rem + 2.8vw, 2.1rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #595757;
}
.tels .tel_contact i {
	color: #f2b500;
}
.tels .tel_contact:hover, .tl_mini a:hover {
	opacity: 0.6;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 550px) {
	.contact_wrap {
		max-width: 100%;
		padding: 17px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		margin-top: 5px;
		font-size: 0.77rem;
		line-height: 1.5;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 15px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 450px) {
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mailti {
	font-size: clamp(1.15rem, 0.4625rem + 2.2vw, 1.7rem);
	margin-bottom: 50px;
}
@media (max-width: 750px) {
	.mailti {
		margin-bottom: 15px;
	}
	.mailti.notice {
		margin-bottom: 25px;
	}
}
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label, .selection small {
		font-size: 95%;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	color: #595757;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #595757;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1.05rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.privacy_header i {
	color: #f2b500;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #f2b500;
}