@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #333;
	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;
}
/*=====ウェブアクセシビリティ=====*/
a:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
button:focus-visible {
	outline: 4px solid blue !important;
	outline-offset: -1px;
	box-shadow: 0 0 0 4px white;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 75px 0 105px;
	position: relative;
}
main section.stb {
	padding: 90px 0;
}
@media (max-width: 550px) {
	main section {
		padding: 55px 0 50px;
	}
	main section.stb {
		padding: 55px 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.55);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	margin-bottom: 50px;
	display: block;
	text-align: center;
	line-height: 1.2;
	position: relative;
	font-weight: 700;
	font-size: clamp(1.4rem, 0.9rem + 1.6vw, 1.8rem);
}
.maintitle .mf {
	text-align: center;
	font-size: 60%;
	margin-bottom: 10px;
	letter-spacing: 0.02em;
	color: #0c8948;
	text-transform: uppercase;
	position: relative;
	font-family: 'Josefin Sans', sans-serif;
}
.maintitle.mtleft {
	text-align: left;
}
.txtmgb {
	margin-bottom: 35px !important;
}
@media (max-width: 550px) {
	.txtmgb {
		margin-bottom: 26px !important;
	}
	.maintitle {
		margin-bottom: 33px;
	}
}
/*見出し02*/
.mtitle {
	font-weight: 700;
	position: relative;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.7125rem + 1.4vw, 1.5rem);
	line-height: 1.7;
	background: #f1a947;
	padding: 6px 9px 9px;
	padding-left: 15px;
	color: #fff;
}
.mtitle::after {
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
}
.mtitle span {
	font-size: 70%;
	position: relative;
	top: -2px;
}
@media (max-width: 550px) {
	.mtitle {
		padding-left: 13px;
		margin-bottom: 15px;
	}
}
/*見出し03*/
.stitle {
	font-weight: 500;
	position: relative;
	font-size: clamp(1.1rem, 0.7875rem + 1vw, 1.35rem);
	padding-left: 2px;
	line-height: 1.75;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 27px;
}
.stitle::after, .stitle::before {
	position: absolute;
	content: "";
	left: 0;
	height: 6px;
	opacity: 0.75;
}
.stitle::after {
	width: 100%;
	bottom: -8px;
	border-radius: 0 0 5px 5px;
	background: #0c8948;
}
.stitle::before {
	width: 45%;
	top: -8px;
	border-radius: 5px 5px 0 0;
	background: #f1a947;
}
.stitle .en {
	font-size: 53%;
	margin-right: 12px;
	text-transform: uppercase;
	display: block;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
}
/*見出し04*/
.sstitle {
	font-weight: 500;
	position: relative;
	font-size: clamp(1.07rem, 0.6575rem + 1.32vw, 1.4rem);
	border-bottom: 2px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 8px;
	padding-left: 2px;
	line-height: 1.7;
}
.sstitle span {
	font-size: 72%;
	color: #0c8948;
}
.sstitle::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 115px;
	height: 2px;
	background: #0c8948;
}
@media (max-width: 750px) {
	.sstitle {
		margin-bottom: 10px;
	}
}
.num {
	display: inline-block;
	padding-left: 42px;
}
.number {
	position: absolute;
	left: 0;
	top: 0.35em;
	padding-left: 3px;
}
@media (max-width: 550px) {
	.stitle {
		margin-bottom: 23px;
	}
	.num {
		padding-left: 37px;
	}
	.number {
		top: 0.4em;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 14px;
	transition: .4s;
	display: inline-block;
	width: 265px;
	text-align: center;
	color: #fff;
	background: #f1a947;
	border: 1px solid #f1a947;
	z-index: 1;
	overflow: hidden;
	border-radius: 50px;
}
section .mainbtn a::before {
	position: absolute;
	top: 50%;
	right: 15px;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
}
.mainbtn a:hover {
	color: #f1a947;
	background: #fff;
	transition: .4s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 220px;
		padding: 10px;
		font-size: 95%;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
/*幅*/
.inner {
	width: 89%;
	max-width: 1200px;
	margin: 0 auto;
}
@media (min-width: 1900px) {
	.inner02 {
		max-width: 1380px;
		width: 92%;
		margin: 0 auto;
	}
}
@media (max-width: 1899px) {
	.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) {
	.mauto.w48, .mauto.w41 {
		width: 90%;
		margin: 0 auto;
	}
}
.w65 {
	width: 65%;
}
.w52 {
	width: 52%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w44 {
	width: 44%;
}
.w32 {
	width: 31.5%;
}
/*background*/
.bg_cream::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff6e8; /*#f0eadf*/ /*#f7f1e9*/
	z-index: -100;
}
.bg_cream::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/leaf02.svg), url(../img/leaf03.svg);
	background-repeat: no-repeat;
	background-position: top 4% left 1%, bottom 1% right 1%;
	background-size: 100px;
	z-index: -1;
	filter: brightness(0) invert(1);
}
.bg_cream_half::after {
	content: '';
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff6e8;
	z-index: -100;
}
.bg_cream_half::before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/leaf01.svg), url(../img/leaf02.svg);
	background-repeat: no-repeat;
	background-position: bottom 4% left 2%, bottom 1% right 2%;
	background-size: 100px;
	z-index: -1;
	filter: brightness(0) invert(1);
}
@media (max-width: 870px) {
	.bg_cream_half::before {
		background-size: 10%;
	}
}
@media (max-width:550px) {
	.bg_cream::before {
		background-size: 13% !important;
	}
}
/* 背景 illust */
.bg01::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../img/bg01.svg), url(../img/bg01b.svg);
	background-repeat: no-repeat;
	background-position: top left 1%, bottom right 1%;
	background-size: 170px, 220px;
	z-index: -1;
}
.bg02 {
	position: relative;
}
.bg02::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/bg02.svg);
	background-size: 110%;
	background-position: center;
	background-repeat: repeat-y;
	z-index: -1;
	opacity: 0.75;
}
@media (max-width: 550px) {
	.bg02::after {
		background-size: 190%;
		opacity: 0.85;
	}
	.bg02.spbg::after {
		background-size: cover;
	}
}
/**/
.bgx::before, .bgx::after {
	transform: scaleX(-1);
}
.bgy::before, .bgy::after {
	transform: scaleY(-1);
}
.bgxy::before, .bgxy::after {
	transform: scaleX(-1) scaleY(-1);
}
/*=== 共通部分ここまで ===*/
/* header */
.header_sticky {
	transition: .5s;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.25);
}
.header {
	padding: 9px 5px 12px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	width: 96%;
	max-width: 1700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_logo {
	width: 283px;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header_inner ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 32px;
	position: relative;
	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 0;
	line-height: 1.85;
	font-size: 0.97rem;
	color: #333;
	font-weight: 700;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 70%;
	color: #0c8948;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
.hnav {
	margin-left: auto;
	width: fit-content;
	margin-right: 15px;
}
.header_item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-bottom: 7px;
}
.header_item > div {
	margin: 0 8.5px;
}
.header_item .mainbtn a {
	width: 165px;
	line-height: 1;
	padding: 8.5px;
	font-size: 0.87rem;
	border: 1px solid #fff;
	color: #fff;
	background: #f1a947;
}
.header_item .mainbtn a:hover {
	color: #f1a947;
	background: #fff;
	border: 1px solid #f1a947 !important;
}
.fax a {
	pointer-events: none;
	border: 1px solid transparent !important;
	background: #63b867 !important;
}
.telbtn a {
	color: #f1a947 !important;
	background: #fff !important;
	border: 1px solid #f1a947 !important;
}
.telbtn a:hover {
	color: #fff !important;
	background: #f1a947 !important;
}
.tel.fax a {
	background: transparent !important;
}
.tel a {
	color: #333;
}
.tel a i {
	color: #f1a947;
}
.tel {
	font-size: 1.53rem;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1.3;
	transition: .3s;
}
.tel a:hover {
	opacity: 0.6;
	transition: .3s;
}
.tel i {
	font-size: 80%;
}
.header_item .mainbtn a:after {
	content: none;
}
.hamburger_menu {
	display: none;
}
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 55px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
	opacity: 1;
	transition: .3s;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 33px;
	background: #0c8948;
	position: absolute;
	transition: all 0.4s;
}
/**/
.menu_btn span {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/**/
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn {
	filter: none;
}
#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: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check {
	display: none;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 95%;
}
.menu_content nav {
	padding: 0 23px 20px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 14px 0;
	list-style: none;
	text-align: center;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 0.95rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 6px;
	color: #333;
	position: relative;
	line-height: 1.85;
}
.menu_padding ul li a span {
	font-size: 77%;
	color: #0c8948;
	display: block;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
	background: #fff;
	background-size: cover;
	background-position: 30% 50%;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 5px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
	background: #f1a947;
	border: 1px solid #f1a947;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 1.07rem;
}
.menu_content .mainbtn a:hover {
	background: #fff;
	color: #f1a947;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
/**/
.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;
}
@media (max-width: 1085px) {
	.header {
		padding: 10px 17px;
	}
	.header_logo {
		width: 220px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 10px;
		right: 25px;
	}
}
@media (max-width: 550px) {
	.header_logo {
		width: 175px;
	}
	.header {
		padding: 10px;
	}
	.menu_btn {
		top: 3px;
		right: 18px;
	}
	.menu_content nav {
		padding: 0 23px 15px;
	}
	.menu_content ul li {
		margin: 10px 0;
	}
	.menu_content .mainbtn a {
		font-size: 0.9rem;
	}
	.menu_content ul li a {
		font-size: 0.87rem;
	}
}
/* footer */
.wideimg {
	background: url(../img/footer.jpg);
	background-position: 50% 75%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 330px;
}
@media (max-width:950px) {
	.wideimg {
		height: 33vw;
	}
}
@media (max-width:650px) {
	.wideimg {
		height: 45vw;
	}
}
/**/
.footerbg {
	background: #fff;
}
.footerwrap {
	padding: 40px 0;
}
.fbox {
	margin-bottom: 43px;
}
.fbox p {
	font-size: 107%;
}
/*ロゴ*/
.flogo {
	width: 90%;
	max-width: 310px;
	margin: auto;
	margin-bottom: 17px;
}
.fbox p {
	font-size: 97%;
}
.fbox p br {
	display: none;
}
@media (max-width: 550px) {
	.footerwrap {
		padding: 35px 0 20px;
	}
	.fbox {
		margin-bottom: 30px;
	}
	.flogo {
		max-width: 220px;
		margin-bottom: 10px;
	}
	.fbox p {
		font-size: 85%;
	}
	.fbox p br {
		display: block;
	}
}
/**/
.fblex {
	width: 95%;
	max-width: 660px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.fblex .mainbtn {
	width: 48.5%;
}
.fblex .mainbtn a {
	width: 100%;
	background: #0c8948;
	border: 1px solid #0c8948;
	white-space: nowrap;
	font-weight: 700;
	font-size: 1.02rem;
}
.fblex .mainbtn a:hover {
	color: #0c8948;
	background: #fff;
}
.ftelandfax {
	font-size: 87%;
}
@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;
}
.copyright small {
	font-size: 0.73rem;
}
@media (max-width: 550px) {
	.copyright small {
		font-size: 0.6rem;
	}
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	background: #f1a947;
	border: 1px solid #fff;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 79;
	border-radius: 50px;
}
.go_top::before {
	font-family: "Font Awesome 6 Free";
	content: "\f077";
	font-weight: bold;
	color: #fff;
	font-size: 1.7rem;
	position: absolute;
	top: 49%;
	left: 49.5%;
	transform: translate(-50%, -50%);
}
.go_top:hover {
	opacity: 0.6;
}
.tfade {
	position: relative;
	z-index: 79;
}
@media(max-width:550px) {
	.go_top {
		width: 52px;
		height: 52px;
		right: 15px;
		opacity: 1;
	}
	.go_top::before {
		font-size: 1.3rem;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 660px;
	object-fit: cover;
}
/*スライド画像アニメーション*/
@keyframes fadezoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.15);
	}
}
.slick-animation {
	animation: fadezoom 14s linear 0s normal both;
}
/*======文字======*/
.slide_text {
	white-space: nowrap;
	writing-mode: vertical-rl;
	font-size: 2.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	z-index: 2;
	line-height: 1.8;
	position: absolute;
	top: 5%;
	left: 3%;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .slide_text {
	letter-spacing: 0.05em;
}
.slide_text p {
	animation: fadeIn 0.5s ease 0.6s 1 normal backwards;
	margin-bottom: 0;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/*======文字の後ろの白背景======*/
.slide_text span {
	position: relative;
	/*padding: 7px;*/
	padding-top: 7px;
	padding-bottom: 0 !important;
}
.slide_text span::after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 1;
	animation: slideIn 1.5s ease 0.7s 1 normal backwards;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .slide_text span {
	padding: 0 !important;
}
::-webkit-full-page-media, :future, :root .slide_text span::after {
	content: none !important;
}
@keyframes slideIn {
	from {
		height: 0;
		opacity: 0;
	}
	to {
		height: 100%;
		opacity: 1;
	}
}
/*======文字が一文字ずつ表示======*/
.glowAnime span {
	opacity: 0;
	padding: 0 !important;
	display: inline-block;
}
/*Safari*/
::-webkit-full-page-media, :future, :root .glowAnime span {
	opacity: 1 !important;
	animation: none !important;
	background: #fff;
	margin-left: 10px;
	padding-top: 5px !important;
}
/*文字アニメーション*/
.glowAnime.glow span {
	animation: glow_anime_on 1s ease forwards;
	animation-delay: 2.3s;
	animation-duration: 4s;
}
.glowAnime.glow span::after {
	content: none !important;
}
@keyframes glow_anime_on {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media (max-width: 1115px) {
	.slide_text {
		font-size: 2.1rem;
	}
}
@media (max-width: 955px) {
	.slide_items img {
		min-height: auto;
		height: 630px;
	}
	.slide_text {
		font-size: 2rem;
	}
}
@media (max-width: 665px) {
	.slide_text span {
		/*padding: 3px;*/
		padding-top: 5px;
	}
	.slide_text {
		font-size: 1.25rem;
	}
	.slide_items img {
		height: 500px;
	}
}
@media (max-width: 450px) {
	.slide_items img {
		height: 380px;
	}
}
/*============*/
.pdb {
	padding-bottom: 55px !important;
}
.pdb0 {
	padding-bottom: 1px !important;
}
@media (max-width: 550px) {
	.pdb {
		padding-bottom: 30px !important;
	}
}
.center {
	text-align: center;
}
@media (max-width:750px) {
	.spcenter {
		text-align: center !important;
	}
}
.fitc {
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
.tbtn {
	margin-top: 40px;
}
@media (max-width: 550px) {
	.tbtn {
		margin-top: 30px;
	}
}
.aic {
	align-items: center;
}
/*アニメーション*/
/*flowup*/
.flowup {
	opacity: 0;
	transform: translateY(15px);
	transition: opacity 1.1s, transform 1.3s;
	transition-delay: 0.45s;
}
.flowup.inview {
	opacity: 1;
	transform: translateY(0);
}
.imgup {
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup::after {
	content: '';
	width: 100%;
	height: 101%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 1.6s;
	transition-delay: 0.3s;
}
.imgup.inview::after {
	transform: translateX(100%);
}
.bg_cream .imgup::after {
	background: #fff6e8;
}
/*delay*/
.delay01 {
	transition-delay: 0.65s !important;
}
.delay02 {
	transition-delay: 0.85s !important;
}
@media (max-width:750px) {
	.flowup.delay01, .flowup.delay02 {
		transition-delay: 0.4s !important;
	}
}
/*私たちについて*/
.about.bg_cream_half::after {
	height: 330px;
}
.about .inner {
	max-width: 1100px;
}
.abouttext {
	max-width: 900px;
}
/*画像*/
.phflex {
	display: flex;
	justify-content: space-between;
	margin-top: 65px;
}
.phflex div {
	width: 48.5%;
	position: relative;
}
.phflex div:last-child {
	top: 20px;
}
@media (max-width:870px) {
	.about.bg_cream_half::after {
		height: 27%;
	}
}
@media (max-width:750px) {
	.aboutwrap {
		display: block;
	}
	.aboutwrap .maintitle {
		margin: auto;
	}
}
@media(max-width:550px) {
	.phflex {
		margin-top: 40px;
	}
	.about.bg_cream_half::after {
		height: 120px;
	}
	.phflex div {
		width: 48%;
	}
	.phflex div:last-child {
		top: 13px;
	}
}
/*お茶へのこだわり*/
.features .inner {
	max-width: 1320px;
}
.features .maintitle {
	margin-bottom: 70px;
}
.features .flexbox {
	margin-bottom: 65px;
	position: relative;
}
/**/
.leaf01, .leaf02, .leaf03 {
	position: relative;
}
.leaf01::after, .leaf02::after, .leaf03::after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-repeat: no-repeat !important;
	background-size: 70px !important;
	z-index: -1;
}
.leaf01::after {
	background: url(../img/leaf01.svg);
	background-position: bottom 2% right 1%;
}
.leaf02::after {
	background: url(../img/leaf02.svg);
	background-position: bottom 2% left 1%;
}
.leaf03::after {
	background: url(../img/leaf03.svg);
	background-position: bottom 2% right 1%;
}
@media (max-width: 750px) {
	.features .w52 {
		margin-bottom: 23px;
	}
}
@media (max-width:550px) {
	.features .flexbox {
		margin-bottom: 47px;
	}
	.features .maintitle {
		margin-bottom: 37px;
	}
	.features .tbtn {
		margin-top: -10px;
	}
}
/*商品紹介*/
.introduction_wrap {
	width: calc(100% - 100px);
	margin: auto;
}
.introduction {
	width: 100%;
	margin: auto;
}
.introduction .inner {
	overflow: hidden;
	margin: 15px;
	padding: 15px;
}
.introduction img {
	display: block;
	width: 100%;
	object-fit: cover;
}
.introduction h3 {
	text-align: center;
	font-size: 1.35rem;
	padding: 20px 10px;
	line-height: 1.6;
}
.introduction h3 .tk {
	border: 1px solid #f1a947;
	color: #f1a947;
	padding: 1px 5px 3px;
	font-size: 77%;
	margin-left: 7px;
}
.introduction h3 .tk.green {
	border: 1px solid #0c8948;
	color: #0c8948;
}
.introduction h3 .en {
	display: block;
	font-size: 67%;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	color: #f1a947;
}
.introduction .slick-next {
	right: -20px;
	z-index: 50;
}
.introduction .slick-prev {
	left: -20px;
	z-index: 50;
}
/**/
.slide-arrow {
	background: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 22px;
	height: 22px;
	margin: auto;
}
.prev-arrow {
	border-left: solid 1px #333;
	border-bottom: solid 1px #333;
	left: -32px;
	transform: rotate(45deg);
}
.next-arrow {
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg);
	right: -32px;
}
/**/
.intr.tbtn {
	margin-top: 80px;
}
@media (max-width:550px) {
	.introduction_wrap {
		width: calc(100% - 50px);
	}
	.introduction .inner {
		padding: 0;
		margin-bottom: 5px;
	}
	.introduction h3 {
		font-size: 1.1rem;
	}
	.introduction p {
		font-size: 0.9rem;
	}
	.slide-arrow {
		width: 12px;
		height: 12px;
	}
	.prev-arrow {
		left: -10px;
	}
	.next-arrow {
		right: -10px;
	}
	.intr.tbtn {
		margin-top: 60px;
	}
}
/*新着情報*/
.newsw {
	width: 100%;
}
.flexwrap {
	display: flex;
}
.flexwrap .maintitle {
	writing-mode: vertical-rl;
	text-align: left;
	margin-left: 27px;
	margin-bottom: 0;
	line-height: 1.25;
}
.news {
	padding: 95px 0 70px;
}
@media (max-width:1390px) {
	.news.bg_cream::before {
		background-position: top 1% left 2%, bottom 1% right 2%;
		background-size: 70px;
	}
}
@media (max-width:550px) {
	.flexwrap {
		display: block;
	}
	.flexwrap .maintitle {
		writing-mode: horizontal-tb;
		margin-left: 0;
		margin-bottom: 35px;
		text-align: center;
	}
	.news {
		padding: 45px 0 50px;
	}
}
/* 下層ページトップ =================================================================================================================*/
.fv {
	padding: 95px 0 90px;
	width: 100%;
	display: flex;
	align-items: center;
	background: url(../img/fv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	position: relative;
}
.fv::before {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #000;
	opacity: 0.35;
	z-index: 1;
}
.fv h2 {
	text-align: center;
	margin-bottom: 20px !important;
	font-size: clamp(1.45rem, 0.2625rem + 3.8vw, 2.4rem);
	font-weight: 700;
	line-height: 1;
	z-index: 1;
	position: relative;
	color: #fff;
	text-transform: capitalize;
}
@media(max-width:1085px) {
	.fv {
		padding: 65px 0 70px;
	}
}
@media(max-width:550px) {
	.fv {
		background-position: 50% 20%;
	}
	.fv {
		padding: 40px 0 33px;
	}
	.fv h2 {
		margin-bottom: 12.5px !important;
	}
}
/* breadcrumb */
.binner.inner::before {
	content: none;
}
.binner {
	line-height: 1.6;
	width: 95%;
	font-size: 1.2rem;
	font-weight: 700;
	position: relative;
	color: #fff;
}
.breadcrumb {
	z-index: 1;
	background: transparent;
	position: relative;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
}
.breadcrumb.bloglong {
	top: -4px;
}
.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 6 Free";
	content: '\f015';
	font-weight: bold;
	font-size: 90%;
	position: relative;
	top: -0.05em;
}
@media(max-width:850px) {
	.binner {
		font-size: 1rem;
	}
}
@media(max-width:550px) {
	.binner {
		font-size: 0.87rem;
	}
}
/**/
@media(max-width:750px) {
	.spmgbmain {
		margin-bottom: 20px;
	}
}
/* こだわりページ ===============================================================================================================*/
.featurepage .inner {
	max-width: 1400px;
}
/*img*/
.primgs {
	position: relative;
}
.primg_t {
	width: 77% !important;
	margin-left: auto;
}
.primg_b {
	margin-top: -18%;
	width: 37% !important;
	z-index: 1;
}
.reverse .primg_t {
	margin-left: 0;
	margin-right: auto;
}
.reverse .primg_b {
	margin-left: auto;
}
@media(max-width:750px) {
	.primgs {
		margin-bottom: 27px;
	}
}
/* お茶のあれこれページ ===============================================================================================================*/
.details .inner {
	max-width: 1130px;
}
/* 美味しいお茶の淹れ方 */
.recipes .mtitle {
	background: #0c8948;
	padding: 7px 0 8px;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
}
@media(max-width:550px) {
	.recipes .mtitle {
		border-radius: 7px;
		margin-bottom: 17px;
	}
}
.recipes_box {
	margin-bottom: 120px;
}
.recipes_box .flexbox {
	margin-bottom: 25px;
}
.recipes_box:last-child {
	margin-bottom: 0 !important;
}
@media(max-width:820px) {
	.recipes_box p {
		font-size: 0.95rem;
	}
}
@media(max-width:750px) {
	.recipes_box .flexbox img {
		margin-bottom: 3px;
	}
}
@media(max-width:550px) {
	.recipes_box {
		margin-bottom: 65px;
	}
}
.r_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.r_table tr {
	border-bottom: 2px dotted #d4d4d4;
}
.r_table th::before {
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	font-size: 30%;
	margin-right: 7px;
	position: relative;
	top: -0.5em;
	color: #c4c4c4;
}
.r_table th, .r_table td {
	font-weight: 500;
	padding: 5px;
	white-space: nowrap;
}
.r_table th {
	background: transparent;
	width: 50%;
	text-align: left;
}
.r_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	background: transparent;
	text-align: right;
}
@media(max-width:1255px) {
	.teaspoon th {
		width: 25%;
	}
	.teaspoon td {
		width: 75%;
	}
}
@media(max-width:990px) {
	.teaspoon th {
		width: 45%;
	}
	.teaspoon td {
		width: 55%;
	}
	.teaspoon td {
		white-space: normal !important;
		text-align: left !important;
	}
}
@media(max-width:820px) {
	.r_table tr {
		font-size: 0.95rem;
	}
}
@media(max-width:550px) {
	.r_table th {
		width: 45%;
	}
	.r_table td {
		width: 55%;
	}
}
/**/
.making {
	margin-top: 10px;
}
.rindent {
	border-bottom: 2px dotted #66bd90;
	padding-bottom: 10px;
	padding-left: 26px;
	position: relative;
}
.rindent span {
	position: absolute;
	top: 0;
	left: 0;
	color: #0c8948;
	font-weight: 700;
	padding-left: 2px;
}
/**/
.point {
	padding: 17px 30px;
}
.point::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff6e8;
	z-index: -100;
}
.point::after {
	filter: brightness(0) invert(1);
}
.pointtitle {
	font-weight: 700;
	color: #f1a947;
	font-size: 1.25rem;
	margin-bottom: 5px;
}
.pointtitle::before {
	font-family: "Font Awesome 6 Free";
	content: "\f06c";
	font-weight: bold;
	margin-right: 6px;
}
/*img*/
.detailsimg.imgup {
	height: auto !important;
	display: flex;
}
.detailsimg img {
	object-fit: cover;
}
@media(max-width:820px) {
	.pointtitle {
		font-size: 1.15rem !important;
		margin-bottom: 7px;
	}
	.point {
		font-size: 0.95rem;
	}
}
@media(max-width:550px) {
	.point {
		padding: 17px 23px;
	}
}
/*お茶の保存方法*/
.bg_cream.preservation::before {
	content: none;
}
.prestop {
	margin-bottom: 37px;
}
.presbox {
	padding: 20px 25px;
	background: #fff;
	margin-bottom: 15px;
}
.presbox:last-child {
	margin-bottom: 0 !important;
}
.presbottom {
	margin-top: 35px;
}
.presbox .imgup::after {
	background: #fff;
}
@media(max-width:750px) {
	.presbox .imgup {
		margin-bottom: 7px;
	}
}
@media(max-width:550px) {
	.prestop {
		margin-bottom: 27px;
	}
	.presbottom {
		margin-top: 27px;
	}
	.presbox {
		padding: 17px;
	}
}
/*健康と美容に、有機栽培+酸化発酵*/
.hb {
	line-height: 1.6;
}
.hb .hbmg {
	font-size: 87%;
	margin-left: 2.3%;
}
.hb .marker {
	color: #f1a947;
}
@media(max-width:550px) {
	.hb .hbmg {
		margin-left: 6%;
	}
}
/* 会社案内ページ ===============================================================================================================*/
.information .inner, .map .inner {
	max-width: 1100px;
}
.information .phflex {
	margin-top: 0;
	margin-bottom: 40px;
}
@media(max-width:550px) {
	.information .phflex {
		margin-bottom: 8px;
	}
}
/*テーブル*/
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
}
.info_table tr {
	border-bottom: 2px dotted #f1a947;
}
.info_table th {
	background: transparent;
	width: 35%;
}
.info_table th, .info_table td {
	font-weight: 500;
	padding: 17px 0;
}
.info_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: transparent;
}
.info_table td p {
	margin-bottom: 5px;
}
/*list*/
.dlist li {
	padding-left: 17px;
	margin-bottom: 5px;
	position: relative;
}
.dlist li::before {
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	display: inline-block;
	color: #f1a947;
	font-size: .9em;
	position: absolute;
	top: 0.15em;
	left: 0;
}
@media(max-width: 550px) {
	.info_table {
		border-collapse: collapse;
	}
	.info_table tr {
		border-bottom: none;
	}
	.info_table td, .info_table th {
		width: 100%;
		padding: 12px 12px 15px;
		display: block;
	}
	.info_table th {
		font-weight: 700;
		text-align: left;
		padding-bottom: 0;
	}
	.info_table td {
		border-bottom: 2px dotted #f1a947;
		margin-bottom: 0;
		padding-top: 6px;
	}
}
/*map*/
.mapbox {
	margin-bottom: 65px;
}
.mapbox:last-child {
	margin-bottom: 0;
}
@media(max-width:550px) {
	.map .maintitle {
		margin-bottom: 37px;
	}
	.map iframe {
		height: 310px;
	}
	.mapbox {
		margin-bottom: 45px;
	}
}
/* お問い合わせページ ===============================================================================================================*/
.contactpage .inner {
	max-width: 1100px;
}
@media(max-width:550px) {
	.contactpage {
		padding-top: 33px;
	}
}
.context {
	margin-top: 15px;
	font-size: 110%;
	margin-bottom: 65px;
}
@media (max-width: 855px) {
	.context.center {
		text-align: left;
	}
	.context.center br {
		display: none;
	}
}
@media (max-width: 550px) {
	.context {
		font-size: 90%;
		margin-bottom: 35px;
	}
}
.tl_mini {
	font-size: 1.2rem;
	margin-top: 5px;
	font-weight: 500;
}
.contact_wrap {
	padding: 20px 15px 25px;
	background: #fffbf1;
	max-width: 600px;
	margin: auto;
	border-radius: 15px;
	border: 3px solid #fff8e6;
}
.tels .tel_contact i {
	color: #0c8948;
}
.tels .tel_contact {
	font-size: clamp(1.75rem, 1rem + 2.4vw, 2.35rem);
	letter-spacing: 0.1em;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
	font-weight: 700;
}
.tels .tel_contact:hover {
	color: #333;
	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: 20px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.95rem;
	}
}
.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: 25px;
}
.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: 550px) {
	.telmgb {
		margin-bottom: 17px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.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 {
	display: inline-block;
	margin-right: 10px;
	font-size: 0.95rem;
}
.formsel p:last-child {
	margin-bottom: 0;
}
@media (max-width: 450px) {
	.formsel p {
		display: block;
		margin-right: 0;
	}
}
.mailform {
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #0c8948;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #0c8948;
	color: #0c8948 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #0c8948;
	font-weight: 500;
	padding: 1% 7%;
	transition: .4s;
	border-radius: 50px;
}
.mailform button:hover {
	background-color: #fff;
	color: #0c8948;
	border: 1px solid #0c8948;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@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%;
	}
}
@media (max-width: 550px) {
	.mailform button {
		width: 80%;
		padding: 8px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
/*プライバシーポリシー*/
.cotitle {
	font-size: 1.35rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.cotitle i {
	color: #f1a947;
}
.privacy {
	margin-top: 70px;
}
.scroll_flame {
	border: 1px solid #ddd;
	background: #fff;
	padding: 23px 10px;
}
.scroll_flame_in {
	height: 250px;
	overflow-y: scroll;
	padding: 0 13px;
}
.scroll_flame p {
	font-size: 93%;
}
.scroll_flame p span {
	font-weight: 700;
}
@media(max-width:550px) {
	.cotitle {
		font-size: 1.1rem;
	}
	.privacy {
		margin-top: 35px;
	}
	.scroll_flame {
		padding: 10px;
	}
	.scroll_flame p {
		font-size: 90%;
	}
}
/*スクロールバー*/
.scroll_flame_in::-webkit-scrollbar {
	overflow: hidden;
	width: 1px;
	background: #fafafa;
}
.scroll_flame_in::-webkit-scrollbar-button {
	display: none;
}
.scroll_flame_in::-webkit-scrollbar-thumb, .scroll_flame_in::-webkit-scrollbar-corner {
	background: #333;
}
.scroll_flame_in::-webkit-scrollbar-thumb, .scroll_flame_in::-webkit-scrollbar-corner {
	background: #333;
}