@charset "UTF-8";

/* アニメーションベンダープレフィックス込み指定 */
/* アニメーションベンダープレフィックス込み指定 */
body {
	color: #232323;
	background: #ffffff;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	min-height: 100vh;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.1em;
}

a {
	color: #f3bc7c;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

#l-main {
	position: relative;
}

img {
	max-width: 100%;
	height: auto;
}

.bold {
	font-weight: 600;
}

h2,
h3,
h4 {
	line-height: 1.4;
	font-weight: 600;
}

.mincho {
	font-family: "Zen Old Mincho", "Noto Serif JP", "YakuHanMP", "游明朝 Medium", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
	font-weight: 500;
	font-weight: 500 !important;
}

/* animation
----------------------------------*/
@keyframes view-zoomin {
	0% {
		opacity: 0;
		transform: scale(0.95);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes view-slideup {
	0% {
		opacity: 0;
		transform: translate(0, 35px);
	}

	100% {
		opacity: 1;
		transform: translate(0, 0);
	}
}

.animation {
	opacity: 0;
}

.slideup.on {
	opacity: 1;
	animation: view-slideup 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

.zoomin.on {
	opacity: 1;
	animation: view-zoomin 0.65s cubic-bezier(0.2, 1, 0.2, 1);
}

/*=============== ローでイング =================*/
.loader {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	pointer-events: none;
}

.loader.off {
	display: block;
}

.loader-bg1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #f1b065;
	top: 0;
	left: 0;
	animation: load-bganime 0.6s ease-out 1.5s forwards;
}

.loader-bg2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	animation: load-bganime 0.6s ease-out 0.8s forwards;
}

.page-loader {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	pointer-events: none;
}

.page-loader.page-loader-off {
	opacity: 0;
	visibility: hidden;
	display: none;
}

.page-loader.page-loader-off .page-loader-inner {
	display: none;
}

.page-loader-inner {
	margin: 60px auto;
	font-size: 7px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.4em solid rgba(216, 216, 216, 0.4);
	border-right: 0.4em solid rgba(216, 216, 216, 0.4);
	border-bottom: 0.4em solid rgba(216, 216, 216, 0.4);
	border-left: 0.4em solid #f1b065;
	transform: translateZ(0);
	animation: loadanime 1.1s infinite linear, load-none 0.4s ease-out 0.8s forwards;
	border-radius: 50%;
	width: 7em;
	height: 7em;
}

.page-loader-inner:after {
	border-radius: 50%;
	width: 5em;
	height: 5em;
}

@keyframes loadanime {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes load-tate {
	0% {
		height: 100%;
		opacity: 1;
	}

	100% {
		height: 0%;
	}
}

@keyframes load-bganime {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes load-none {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}

#splash_logo {
	position: absolute;
	top: 44%;
	width: 170px;
	height: 170px;
	margin: 0 auto;
	text-align: center;
	left: 0;
	right: 0;
	animation: anime-aut 0.6s linear 0.8s forwards;
}

#splash_logo .svgall {
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 170px;
}

#splash_logo span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/hanko.png) no-repeat;
	opacity: 0.3;
}

#splash_logo span.svgall__main {
	height: 0;
	opacity: 1;
	animation: load-logoamnime 0.6s linear 0.2s forwards;
}

@keyframes anime-aut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes load-logoamnime {
	0% {
		height: 0;
	}

	100% {
		height: 100%;
	}
}

/* header
----------------------------------*/
@keyframes load-bg {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.topbox #l-header {
	animation: load-bg 1s ease-out 1s forwards;
}

#l-header {
	width: 90%;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 1;
	transition: 0.4s;
}

#l-header.is-fixed {
	position: fixed;
	width: 90%;
	transition: 0.4s;
}

#l-header.is-fixed:before {
	position: absolute;
	content: "";
	width: 120%;
	left: -10%;
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: -1;
}

#l-header.is-fixed .inner {
	margin-top: 0px;
}

#l-header.is-fixed .inner #logo {
	width: 150px;
}

#l-header.is-fixed .inner #logo:before {
	width: 400px;
	height: 340px;
	top: -90%;
}

#l-header.is-fixed .inner #header_nav {
	padding: 10px 0 2px;
}

#l-header.is-fixed .inner #header_nav:before {
	display: none;
}

#l-header.is-fixed .inner #header_nav ul li {
	margin: 0 40px 0 0;
}

#l-header.is-fixed .inner #header_nav ul li a:before {
	display: none;
}

#l-header.is-fixed .inner #header_nav ul li a:after {
	position: absolute;
	content: "";
	width: 0px;
	height: 2px;
	bottom: 9px;
	left: 0;
	background-color: #f1b065;
	transition: 0.4s;
}

#l-header.is-fixed .inner #header_nav ul li a .nav__eng {
	margin-bottom: 0px;
	line-height: 1.3;
	font-size: 1.4rem;
}

#l-header.is-fixed .inner #header_nav ul li a .nav__txt {
	font-size: 1.4rem;
}

#l-header.is-fixed .inner #header_nav ul li a:hover:after,
#l-header.is-fixed .inner #header_nav ul li a.active:after {
	transition: 0.4s;
	width: 20px;
}

#l-header .inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

#l-header .inner #logo {
	position: relative;
	width: 300px;
	margin: 0 auto 0 0;
	padding: 10px 0;
}

#l-header .inner #logo:before {
	position: absolute;
	content: "";
	width: 400px;
	height: 400px;
	top: -30%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	background-color: #fff;
	border-radius: 50%;
	z-index: -1;
}

#l-header .inner #logo .logo2 {
	display: block;
	text-align: center;
	margin: 0 auto;
}

#l-header .inner #logo .logo1 {
	display: none;
	text-align: center;
	margin: 0 auto;
}

#l-header .inner #header_nav {
	width: calc(100% - 300px);
}

@media all and (max-width: 1680px) {
	#l-header .inner #logo {
		width: 210px;
		margin: 0 auto 20px;
	}
}

@media all and (max-width: 896px) {
	#l-header {
		top: 1%;
		width: -moz-fit-content;
		width: fit-content;
	}

	#l-header .inner #logo {
		width: 190px;
		padding: 10px 20px;
		margin: 0px auto 0 20px;
	}
}

#header_nav {
	position: relative;
	margin: 0 0 0 auto;
	text-align: center;
	z-index: 100;
	padding: 10px 0 10px;
	max-width: 900px;
}

#header_nav:before {
	position: absolute;
	content: "";
	width: 120%;
	height: 58px;
	right: -12%;
	bottom: 10px;
	background-color: #f1b065;
	z-index: -1;
	border-radius: 50px 0 0 50px;
}

#header_nav ul {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#header_nav ul li {
	position: relative;
	margin: 50px 40px 0 0;
}

#header_nav ul li:last-child {
	margin-right: none;
}

#header_nav ul li a {
	display: block;
	position: relative;
	padding: 0 0 10px;
	z-index: 1;
}

#header_nav ul li a:before {
	position: absolute;
	content: "";
	width: 62px;
	height: 44px;
	top: -50px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/nav-icon.png) no-repeat;
	background-size: cover;
	transition: 0.4s;
	transform: scale(0);
}

#header_nav ul li a .nav__eng {
	font-family: "Unica One", cursive;
	font-weight: 300;
	font-weight: bold;
	display: block;
	color: #333;
	font-size: 2rem;
	line-height: 1.4;
	margin-bottom: 5px;
}

#header_nav ul li a .nav__txt {
	line-height: 1.2;
	font-size: 2rem;
	position: relative;
	z-index: 1;
	font-weight: bold;
	color: #333;
}

#header_nav ul li a:hover,
#header_nav ul li a.active {
	transition: 0.2s width ease-in;
}

#header_nav ul li a:hover:before,
#header_nav ul li a.active:before {
	transition: 0.4s;
	transform: scale(1);
	animation: circle-anime 4s ease-out 1.5s infinite;
}

#header_nav ul li a:hover .nav__eng,
#header_nav ul li a.active .nav__eng {
	color: #5d993a;
}

#header_nav ul li .sub-menu {
	display: none;
	border-top: 0;
	display: none;
	margin: 0;
	position: absolute;
	width: 260px;
	top: 49px;
	left: 0px;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	transition: opacity 0.2s;
	z-index: 1;
	padding: 20px;
}

#header_nav ul li .sub-menu li {
	width: 100%;
	margin: 0 auto 5px;
	background-color: #f1b065;
	padding: 10px 15px 10px 30px;
	margin-bottom: 4px;
	position: relative;
	opacity: 0;
	transition: 0.8s;
	transform: translateX(200px);
	transition: transform 0.3s ease, opacity 0.2s ease;
}

#header_nav ul li .sub-menu li:nth-child(2) {
	transition-delay: 0.1s;
}

#header_nav ul li .sub-menu li:nth-child(3) {
	transition-delay: 0.2s;
}

#header_nav ul li .sub-menu li:nth-child(4) {
	transition-delay: 0.3s;
}

#header_nav ul li .sub-menu li:nth-child(5) {
	transition-delay: 0.4s;
}

#header_nav ul li .sub-menu li:nth-child(6) {
	transition-delay: 0.5s;
}

#header_nav ul li .sub-menu li:nth-child(7) {
	transition-delay: 0.6s;
}

#header_nav ul li .sub-menu li a {
	display: block;
	font-weight: normal;
	font-size: 1.3rem;
	color: #fff;
	padding: 0;
	text-shadow: none;
	text-align: left;
}

#header_nav ul li .sub-menu li a span {
	color: #fff;
}

#header_nav ul li .sub-menu li a:before {
	display: none;
}

#header_nav ul li .sub-menu li:hover {
	background-color: #dad1c9;
	transition: 0.4s;
}

#header_nav ul li .sub-menu li:hover a {
	transition: 0.4s;
	color: #333;
}

#header_nav ul li .sub-menu li:hover a span {
	transition: 0.4s;
	color: #333;
}

#header_nav ul li:hover .sub-menu,
#header_nav ul li.active .sub-menu {
	display: flex;
	flex-wrap: wrap;
	visibility: visible;
}

#header_nav ul li:hover .sub-menu li,
#header_nav ul li.active .sub-menu li {
	transition: 0.8s;
	transition: transform 1s ease, opacity 0.9s ease;
	animation: opacityAnime 1s 0.1s forwards;
}

#header_nav ul li:hover .sub-menu li:nth-child(2),
#header_nav ul li.active .sub-menu li:nth-child(2) {
	animation-delay: 0.2s;
}

#header_nav ul li:hover .sub-menu li:nth-child(3),
#header_nav ul li.active .sub-menu li:nth-child(3) {
	animation-delay: 0.3s;
}

#header_nav ul li:hover .sub-menu li:nth-child(4),
#header_nav ul li.active .sub-menu li:nth-child(4) {
	animation-delay: 0.4s;
}

#header_nav ul li:hover .sub-menu li:nth-child(5),
#header_nav ul li.active .sub-menu li:nth-child(5) {
	animation-delay: 0.5s;
}

#header_nav ul li:hover .sub-menu li:nth-child(6),
#header_nav ul li.active .sub-menu li:nth-child(6) {
	animation-delay: 0.6s;
}

#header_nav ul li:hover .sub-menu li:nth-child(7),
#header_nav ul li.active .sub-menu li:nth-child(7) {
	animation-delay: 0.7s;
}

#header_nav ul li:hover .header_link,
#header_nav ul li.active .header_link {
	transform: scale(1.1);
	position: relative;
}

#header_nav ul li:hover .header_link:before,
#header_nav ul li.active .header_link:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	top: -6px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: rgba(93, 153, 58, 0.4);
	z-index: -1;
}

#header_nav ul li:hover .header_link.type2:before,
#header_nav ul li.active .header_link.type2:before {
	background-color: rgba(39, 143, 207, 0.4);
}

#header_nav ul li:hover .header_link.type3:before,
#header_nav ul li.active .header_link.type3:before {
	background-color: rgba(216, 150, 76, 0.4);
}

#header_nav ul li:hover .header_link.type4:before,
#header_nav ul li.active .header_link.type4:before {
	background-color: rgba(238, 184, 24, 0.4);
}

@media all and (max-width: 1680px) {
	#header_nav {
		width: 220px;
	}

	#header_nav ul {
		justify-content: center;
	}
}

@media all and (max-width: 1367px) {
	#header_nav ul li a .nav__eng {
		font-size: 1.4rem;
	}

	#header_nav ul li a .nav__txt {
		font-size: 1.6rem;
	}
}

#header_nav.UpMove {
	position: fixed;
	width: 100%;
	animation: UpAnime 0.5s forwards;
}

@keyframes opacityAnime {
	0% {
		transform: translateX(50px);
		opacity: 0;
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/*==ふわっと出現させるためのCSS*/
/*　上に上がる動き　*/
@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100px);
	}
}

/*　下に下がる動き　*/
@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* nav
----------------------------------*/
#nav-toggle {
	position: fixed;
	top: 56px;
	right: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 999;
}

#nav-toggle:before {
	position: absolute;
	content: "";
	left: -24px;
	top: -26px;
	width: 84px;
	height: 80px;
	z-index: -1;
}

#nav-toggle>div {
	position: relative;
	width: 35px;
}

#nav-toggle>div>p {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 25px;
	font-size: 11px;
	text-align: center;
	color: #222;
	font-weight: 600;
	text-transform: uppercase;
	font-family: "Unica One", cursive;
	font-weight: 300;
}

#nav-toggle span {
	width: 100%;
	height: 1px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	transition: transform 0.6s ease-in-out, top 0.5s ease;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 10px;
	width: 90%;
}

#nav-toggle span:nth-child(3) {
	top: 20px;
	width: 80%;
}

#nav-toggle:hover span:nth-child(1) {
	top: 0px;
}

#nav-toggle:hover span:nth-child(2) {
	top: 0px;
}

#nav-toggle:hover span:nth-child(3) {
	top: 0px;
}

@media all and (max-width: 896px) {
	#nav-toggle {
		top: 30px;
		right: 20px;
	}

	#nav-toggle:before {
		left: -8px;
		top: -13px;
		background: #f1b065;
		width: 54px;
		height: 54px;
	}
}

@media all and (max-width: 639px) {
	#nav-toggle {
		top: 20px;
		right: -10px;
	}
}

.open #nav-toggle {
	z-index: 1000;
}

.open #nav-toggle span:nth-child(1) {
	top: 10px;
	transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
	top: 15px;
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 10px;
	width: 100%;
	transform: rotate(-45deg);
}

.nav-active #l-header .inner #logo {
	background-color: transparent;
}

#sp_btn {
	display: none;
	position: fixed;
	left: 50%;
	z-index: 20;
	width: 100%;
	transform: translateX(-50%);
}

#sp_btn ul {
	display: flex;
	justify-content: center;
	max-width: 330px;
	padding-bottom: 15px;
	margin: 0 auto;
}

#sp_btn ul li {
	padding: 0 5px;
}

#sp_btn ul li a {
	display: block;
	padding: 7px 30px;
	text-align: center;
	background: #fefefe;
	color: #f1b065;
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.2;
}

#sp_btn ul li a span {
	display: block;
	font-size: 13px;
	font-family: "Unica One", cursive;
	font-weight: 300;
	color: #111;
}

#sp_btn ul li a.sp_btn_icon {
	background: transparent;
	width: 40px;
	padding: 7px 0;
}

#sp-nav {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	text-align: center;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.4s ease, visibility 0.4s ease;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

#sp-nav:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #a8a8a8;
	z-index: -1;
	opacity: 0;
}

#sp-nav .nav__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 4%, 92% 4%, 92% 100%, 0% 100%);
	clip-path: polygon(0 4%, 92% 4%, 92% 100%, 0% 100%);
}

#sp-nav .nav__bg:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #f1b065;
	z-index: -1;
	opacity: 0;
}

#sp-nav .nav__bg2 {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-clip-path: polygon(0 95%, 100% 80%, 100% 100%, 0% 100%);
	clip-path: polygon(0 95%, 100% 80%, 100% 100%, 0% 100%);
}

#sp-nav .nav__bg2:before {
	position: absolute;
	content: "";
	width: 0%;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #fff;
	z-index: -1;
	opacity: 0;
}

#sp-nav .inner {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	opacity: 0;
	width: -moz-fit-content;
	width: fit-content;
	height: -moz-fit-content;
	height: fit-content;
}

#sp-nav .dropdown {
	display: none;
}

#sp-nav .nav__logo {
	display: none;
}

@media all and (max-width: 896px) {
	#sp-nav .inner {
		margin: 40% auto 0;
		width: 70%;
	}

	#sp-nav .nav__logo {
		display: block;
		width: 200px;
	}
}

.navarea {
	list-style: none;
	margin: 45px 120px 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.navarea li {
	margin: 0 30px 0 auto;
}

.navarea li a {
	text-align: left;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	color: #333;
	position: relative;
	z-index: 1;
	position: relative;
	z-index: 1;
}

.navarea li a:before {
	transition: 0.4s;
	position: absolute;
	content: "";
	z-index: -1;
	width: 0;
	height: 1px;
	bottom: 7px;
	left: 0;
	background-color: #dad1c9;
}

.navarea li a:hover {
	transition: 0.4s;
}

.navarea li a:hover:before {
	transition: 0.4s;
	width: 40px;
}

.navarea.sub-menu {
	margin: 10px auto 15px;
	padding-left: 20px;
	position: relative;
}

.navarea.sub-menu:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 89px;
	background-color: #fff;
	top: 0;
	left: 5px;
}

.navarea.sub-menu li {
	border-top: none;
	font-size: 1.4rem;
	position: relative;
}

.navarea.sub-menu li:before {
	position: absolute;
	content: "";
	width: 8px;
	height: 1px;
	background-color: #fff;
	top: 50%;
	left: -14px;
}

.navarea.sub-menu li a {
	padding: 5px 0;
	color: #fff;
}

.navarea.sub-menu li a:before {
	display: none;
}

.navarea.sub-menu li a:hover {
	transition: 0.4s;
	opacity: 0.4;
	text-align: left;
	transform: scale(0.9);
}

.navarea.sub-menu li:last-child {
	border-bottom: none;
}

@media all and (max-width: 1480px) {
	.navarea {
		display: block;
		margin: 115px 0px 0 auto;
	}
}

@media all and (max-width: 896px) {
	.navarea {
		margin: 50px 0 0 auto;
	}
}

@media all and (max-width: 639px) {
	.navarea {
		margin: 30px 0 0 auto;
	}

	.navarea li:nth-child(2) {
		transition-delay: 0.1s;
	}

	.navarea li:nth-child(3) {
		transition-delay: 0.2s;
	}

	.navarea li:nth-child(4) {
		transition-delay: 0.3s;
	}

	.navarea li:nth-child(5) {
		transition-delay: 0.4s;
	}

	.navarea li:nth-child(6) {
		transition-delay: 0.5s;
	}

	.navarea li:nth-child(7) {
		transition-delay: 0.6s;
	}
}

/* open */
.open #sp-nav {
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.open #sp-nav li {
	opacity: 1;
	transform: translateX(0);
	transition: transform 1s ease, opacity 0.9s ease;
}

.open #sp-nav .inner {
	animation: nav-anime-opacity 0.6s ease 0.4s forwards;
}

@media all and (max-width: 896px) {
	.open {
		overflow: hidden;
	}

	.open #sp-nav {
		width: 100%;
		height: 100%;
	}

	.open #sp-nav:before {
		animation: nav-anime 0.4s ease 0s forwards;
	}

	.open #sp-nav .nav__bg:before {
		animation: nav-anime 0.4s ease 0s forwards;
	}

	.open #sp-nav .nav__bg2:before {
		animation: nav-anime 0.4s ease 0s forwards;
	}
}

#nav-toggle,
#sp-nav,
.sp_nav,
#sp_btn {
	display: none;
}

@media all and (max-width: 896px) {

	#nav-toggle,
	#sp-nav,
	.sp_nav,
	#sp_btn {
		display: block;
	}
}

@keyframes nav-anime {
	0% {
		width: 0;
		opacity: 1;
	}

	100% {
		width: 100%;
		opacity: 1;
	}
}

@keyframes nav-anime-opacity {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* page-nav
----------------------------------*/
#page__nav {
	position: fixed;
	bottom: -15px;
	left: 10%;
	z-index: 999;
}

#page__nav ul {
	display: flex;
	flex-wrap: wrap;
}

#page__nav li {
	width: 120px;
	background-color: #333;
	padding: 10px 20px 20px 20px;
	border-radius: 10px 10px 0 0;
	transition: 0.4s;
	margin-left: 10px;
}

#page__nav li:first-child {
	background: linear-gradient(135deg, #427eff 0%, #bc5be2 40%, #f13f79 100%) no-repeat;
}

#page__nav li:nth-child(2) {
	background-color: #1877f2;
}

#page__nav li:nth-child(3) {
	background-color: #1D9BF0;
}

#page__nav li a {
	color: #fff;
	display: block;
}

#page__nav li i {
	font-size: 4rem;
	display: block;
	margin: 0 auto;
	text-align: center;
}

#page__nav li .list__txt {
	display: block;
	font-size: 12px;
	margin: 0 auto;
	text-align: center;
}

#page__nav li:hover {
	transition: 0.4s;
	background-color: #f1b065;
	transform: translateY(-8px);
}

#page__nav li:hover:first-child {
	background: linear-gradient(135deg, #f1b065 0%, #f1b065 100%) no-repeat;
}

@media all and (max-width: 1100px) {
	#page__nav {
		width: 96%;
		margin: 0 auto;
	}

	#page__nav li {
		background-color: #333;
		padding: 10px 30px 10px 15px;
		border-radius: 4px;
		text-align: center;
	}

	#page__nav li a {
		color: #fff;
		display: block;
	}

	#page__nav li i {
		font-size: 3rem;
	}

	#page__nav li .list__txt {
		font-size: 12px;
	}
}

@media all and (max-width: 1100px) {
	#page__nav {
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		transform: translateY(0%);
	}

	#page__nav ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}

	#page__nav li {
		width: 49%;
		background-color: #333;
		padding: 10px 30px 10px 20px;
		border-radius: 10px 10px 0 0;
		margin: 0 2% 0px 0;
		transition: 0.4s;
	}

	#page__nav li:nth-child(2) {
		margin: 0 0 0px;
	}

	#page__nav li a {
		color: #fff;
		display: block;
	}

	#page__nav li i {
		display: inline-block;
		font-size: 15px;
		padding-right: 5px;
	}

	#page__nav li .list__txt {
		display: inline-block;
		font-size: 12px;
	}

	#page__nav li:hover {
		transform: translateX(0px);
		transform: scale(0.9);
	}
}

/* page-top
----------------------------------*/
#page__top {
	position: fixed;
	width: 100%;
	height: 40px;
	background-color: #f1b065;
	left: 0;
	bottom: 0;
	z-index: 999;
	filter: drop-shadow(0 -4px 0 #fff);
}

#page__top .page__top__ossan {
	position: absolute;
	bottom: 0;
	right: 10%;
}

#page__top .page__top__bg {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -32px;
	background: url(../img/page-top-bg.png) no-repeat;
	background-size: cover;
	width: 228px;
	height: 32px;
}

#page__top .page__top__txtarea {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -14px;
	text-align: center;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
}

#page__top .page__top__txtarea:hover {
	opacity: 1;
}

#page__top .page__top__txtarea:hover .txtarea__arrow:before {
	transition: 0.4s;
	transform: rotate(0deg);
}

#page__top .page__top__txtarea:hover .txtarea__arrow:after {
	transition: 0.4s;
	transform: rotate(0deg);
}

#page__top .page__top__txtarea:hover .txtarea__txt {
	transform: scale(0.96);
}

#page__top .txtarea__arrow {
	display: block;
	position: relative;
	margin: 0 auto;
	z-index: 1;
	width: 30px;
	height: 20px;
}

#page__top .txtarea__arrow:before {
	transition: 0.4s;
	position: absolute;
	content: "";
	top: 0px;
	left: 9px;
	width: 4px;
	height: 15px;
	background-color: #fff;
	transform: rotate(40deg);
}

#page__top .txtarea__arrow:after {
	transition: 0.4s;
	position: absolute;
	content: "";
	top: 0px;
	right: 9px;
	width: 4px;
	height: 15px;
	background-color: #fff;
	transform: rotate(-40deg);
}

#page__top .txtarea__txt {
	font-weight: bold;
	font-family: "Unica One", cursive;
	font-weight: 300;
	color: #fff;
	margin: -5px auto 0;
	display: block;
	font-size: 2rem;
	line-height: 1.6;
}

@keyframes circle-anime {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(6px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(6px);
	}

	100% {
		transform: translateY(0px);
	}
}

.linK__banner {
	display: none;
}

@media all and (max-width: 639px) {
	.linK__banner {
		display: block;
		max-width: 90%;
		margin: 0 auto;
	}

	.linK__banner .banner__list {
		display: flex;
		flex-wrap: wrap;
	}

	.linK__banner .banner__list li {
		width: 46%;
		margin: 0 2% 10px;
		border-radius: 10px;
		padding: 10px 10px 20px;
	}

	.linK__banner .banner__list li:first-child {
		border: 2px solid #f1b065;
	}

	.linK__banner .banner__list li:first-child a {
		color: #f1b065;
	}

	.linK__banner .banner__list li:first-child a i {
		color: #f1b065;
	}

	.linK__banner .banner__list li:nth-child(2) {
		border: 2px solid #5d993a;
	}

	.linK__banner .banner__list li:nth-child(2) a {
		color: #5d993a;
	}

	.linK__banner .banner__list li:nth-child(2) a i {
		color: #5d993a;
	}

	.linK__banner .banner__list li:nth-child(3) {
		border: 2px solid #22902f;
	}

	.linK__banner .banner__list li:nth-child(3) a {
		color: #22902f;
	}

	.linK__banner .banner__list li:nth-child(3) a i {
		color: #22902f;
	}

	.linK__banner .banner__list li:nth-child(4) {
		border: 2px solid #22902f;
	}

	.linK__banner .banner__list li:nth-child(4) a {
		color: #22902f;
	}

	.linK__banner .banner__list li:nth-child(4) a i {
		color: #22902f;
	}

	.linK__banner .banner__list li:nth-child(5) {
		border: 2px solid #975f39;
	}

	.linK__banner .banner__list li:nth-child(5) a {
		color: #975f39;
	}

	.linK__banner .banner__list li:nth-child(5) a i {
		color: #975f39;
	}

	.linK__banner .banner__list li:nth-child(6) {
		border: 2px solid #278fcf;
	}

	.linK__banner .banner__list li:nth-child(6) a {
		color: #278fcf;
	}

	.linK__banner .banner__list li:nth-child(6) a i {
		color: #278fcf;
	}

	.linK__banner .banner__list a {
		display: block;
		text-align: center;
		position: relative;
		color: #f1b065;
	}

	.linK__banner .banner__list a span {
		font-family: "Sawarabi Gothic", serif, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: 500;
		font-size: 1rem;
		text-align: center;
		display: block;
	}

	.linK__banner .banner__list a i {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -10px;
		color: #fff;
		text-align: center;
		animation: circle-anime2 4s ease-out 1.5s infinite;
	}
}

@keyframes circle-anime2 {
	0% {
		transform: translateY(0px);
	}

	25% {
		transform: translateY(4px);
	}

	50% {
		transform: translateY(0px);
	}

	75% {
		transform: translateY(4px);
	}

	100% {
		transform: translateY(0px);
	}
}

/* swiper
----------------------------------*/
@keyframes zoom-in {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.12);
	}
}

.slide-img {
	overflow: hidden;
	height: 85vh;
	max-height: 1000px;
}

.slide-img img {
	overflow: hidden;
	border-radius: 0 0px 20px 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

@media all and (max-width: 1480px) {
	.slide-img {
		height: 600px;
	}
}

@media all and (max-width: 896px) {
	.slide-img {
		height: 60vh;
	}
}

@media all and (max-width: 639px) {
	.slide-img {
		height: 42vh;
		max-height: 580px;
		min-height: 360px;
	}

	.slide-img img {
		-o-object-position: left;
		object-position: left;
	}
}

#slide-wrap {
	position: relative;
	margin: 0px auto 0px;
	z-index: 1;
	padding: 120px 0 60px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

#slideshow {
	position: relative;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
}

#slideshow .slide-box {
	opacity: 1;
	width: 80%;
	position: relative;
	margin: 0 auto 0 0;
	overflow: hidden;
}

#slideshow .slide-box:before {
	z-index: 3;
	position: absolute;
	content: "";
	width: 500px;
	height: 140%;
	top: -20%;
	right: -250px;
	border-radius: 50%;
	background-color: #fff;
}

@media all and (max-width: 1367px) {
	#slideshow .slide-box:before {
		right: -320px;
	}
}

@media all and (max-width: 896px) {
	#slideshow {
		width: 80%;
		margin: 0 40px 0 auto;
	}

	#slideshow .slide-box {
		width: 100%;
		margin: 0 auto 0 0;
	}
}

@keyframes slide-anime {
	0% {
		width: 100%;
	}

	to {
		width: 0%;
	}
}

@keyframes slide-anime2 {
	0% {
		width: 100%;
	}

	100% {
		width: 60%;
		background-color: #f1b065;
	}
}

.slide-mark {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 170px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}

.catchBox {
	position: absolute;
	right: 13%;
	top: 20%;
	z-index: 3;
}

.catchBox .catch {
	width: 180px;
}

@media all and (max-width: 1480px) {
	.catchBox .catch {
		right: 15%;
		width: 140px;
	}
}

.box__tree {
	position: absolute;
	bottom: -40%;
	left: -220%;
	z-index: 3;
	width: 380px;
}

@media all and (max-width: 1480px) {
	.box__tree {
		width: 280px;
		left: -230%;
		bottom: -30%;
	}
}

.box__cloudBox {
	position: absolute;
	top: -100px;
	right: -42%;
	z-index: 3;
	width: 120px;
	height: 90px;
}

.box__cloudBox .cloud01 {
	position: absolute;
	left: 0;
	top: 0;
	animation: circle-anime 4s ease-out 1.2s infinite;
	width: 80px;
}

.box__cloudBox .cloud02 {
	position: absolute;
	bottom: 0;
	right: 0;
	animation: circle-anime 4s ease-out 1.5s infinite;
	width: 40px;
}

@media all and (max-width: 1480px) {
	.box__cloudBox {
		top: -70px;
		right: -52%;
		z-index: 3;
		width: 100px;
		height: 70px;
	}

	.box__cloudBox .cloud01 {
		width: 60px;
	}

	.box__cloudBox .cloud02 {
		width: 30px;
	}
}

/* footer
----------------------------------*/
.footer__map iframe {
	width: 100%;
	height: 400px;
}

footer {
	padding: 100px 0 200px;
	position: relative;
	margin-top: -8px;
	z-index: 1;
	background-color: #df9541;
}

@media all and (max-width: 896px) {
	footer {
		padding: 100px 0 50px;
	}
}

@media all and (max-width: 639px) {
	footer {
		padding: 80px 0 30px;
	}
}

#l-footer {
	font-size: 1.4rem;
	position: relative;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#l-footer .flogobox {
	width: 40%;
	margin: 0 auto 10px;
}

#l-footer .footer_navi {
	width: 60%;
}

#l-footer .box-txt {
	margin-top: 10px;
	font-weight: bold;
	color: #fff;
}

@media all and (max-width: 1480px) {
	#l-footer {
		display: block;
	}

	#l-footer .flogobox {
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
	}

	#l-footer .flogobox .flogo {
		margin: 0 auto;
	}

	#l-footer .footer_navi {
		width: 100%;
		margin: 0 auto 40px;
	}

	#l-footer .footer_navi ul {
		justify-content: center;
	}
}

@media all and (max-width: 639px) {
	#l-footer {
		font-size: 1.2rem;
	}

	#l-footer .inner {
		padding: 30px 0px;
		font-size: 1.1rem;
	}

	#l-footer .footer_navi {
		width: 100%;
		margin: 20px auto 30px;
	}
}

/* footer_navi
----------------------------------*/
.footer_navi {
	margin: 50px auto 20px;
}

.footer_navi ul {
	margin: 0 auto;
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	justify-content: flex-end;
}

.footer_navi ul li {
	margin: 0 1%;
}

.footer_navi ul li a {
	font-size: 1.3rem;
	position: relative;
	padding: 0 20px;
	display: block;
	font-weight: 600;
	color: #fff;
	border: 2px solid #fff;
	padding: 6px 10px;
	border-radius: 50px;
	overflow: hidden;
}

.footer_navi ul li a:before {
	transition: 0.4s;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #fff;
}

.footer_navi ul li a .nav__eng {
	display: block;
	font-family: "Unica One", cursive;
	font-weight: 300;
	position: relative;
	z-index: 1;
	transition: 0.4s;
}

.footer_navi ul li a .nav__txt {
	display: none;
}

.footer_navi ul li a:hover:before {
	transition: 0.4s;
	width: 100%;
}

.footer_navi ul li a:hover .nav__eng {
	color: #333;
	transition: 0.4s;
}

.footer_navi ul li .sub-menu {
	margin-top: 10px;
	display: none;
}

.footer_navi ul li .sub-menu li {
	margin: 0;
	width: 100%;
	padding-left: 30px;
}

.footer_navi ul li .sub-menu a {
	padding: 0px;
}

.footer_navi ul li .sub-menu a:before {
	position: absolute;
	content: "";
	left: -14px;
	top: 7px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	background-color: transparent;
}

.footer_navi ul li .dropdown {
	display: none;
}

.footer_navi ul li .dropdown .dropdon-li a {
	font-size: 1.2rem;
}

@media all and (max-width: 639px) {
	.footer_navi ul li {
		margin-bottom: 5px;
	}

	.footer_navi ul li a {
		font-size: 12px;
		padding: 4px 10px;
		border-radius: 4px;
		border: 2px solid #333;
	}
}

.flogo {
	margin: 0 auto 0 0;
	min-height: 0;
	max-width: 320px;
}

@media all and (max-width: 639px) {
	.flogo {
		margin: 0 auto 20px;
		width: 70%;
	}
}

.copyright {
	padding: 20px 0 0;
	font-size: 1.5rem;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	font-weight: bold;
	border-top: 2px solid #fff;
	width: 70%;
	color: #fff;
}

@media all and (max-width: 1680px) {
	.copyright {
		width: 80%;
	}
}

@media all and (max-width: 1100px) {
	.copyright {
		font-size: 12px;
		width: 90%;
	}
}

/* btn
----------------------------------*/
@keyframes btn-bg {
	0% {
		background-position: top 0 left 0;
	}

	to {
		background-position: top 0 left 300px;
	}
}

.btn {
	margin: 30px auto 0;
	text-align: center;
}

.btn a {
	margin: 0 auto;
	position: relative;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	color: #333;
	transition: 0.4s;
	z-index: 1;
	font-size: 2rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	padding: 8px 20px;
	border: 2px solid #333;
}

.btn a .btn__txt {
	width: calc(100% - 130px);
	min-width: -moz-fit-content;
	min-width: fit-content;
	color: #333;
	position: relative;
	padding: 0 20px 0px 40px;
	margin-right: 20px;
	font-family: "Unica One", cursive;
	font-weight: 300;
	font-weight: bold;
}

.btn a:hover {
	color: #333;
	transition: 0.4s;
	transform: translateY(4px);
}

.btn a:hover .circle:before {
	animation: rotate-circle-left 0.5s linear 0.5s forwards;
}

.btn a:hover .circle:after {
	animation: rotate-circle-right 1s linear forwards;
}

.btn a:hover .circle.type--brown:before {
	animation: rotate-circle-left2 0.5s linear 0.5s forwards;
}

.btn a:hover .circle.type--blue:before {
	animation: rotate-circle-left3 0.5s linear 0.5s forwards;
}

@media all and (max-width: 896px) {
	.btn a {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 639px) {
	.btn {
		margin: 15px auto 0;
	}

	.btn a {
		font-size: 12px;
	}
}

.circle {
	position: relative;
	width: 46px;
	height: 46px;
	background: #f1b065;
	text-align: center;
	overflow: hidden;
	z-index: 1;
	transition: 0.4s;
	display: block;
}

.circle:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 46px;
	height: 46px;
	background: #ddd;
	transform-origin: right 50%;
	z-index: 4;
}

.circle:after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 46px;
	height: 46px;
	background: #ddd;
	transform-origin: left 50%;
	z-index: 3;
}

.circle .circle-inner {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 38px;
	height: 38px;
	background: #fff;
	z-index: 4;
	display: block;
}

.circle .circle-inner:before {
	transition: 0.4s;
	position: absolute;
	content: "";
	width: 8px;
	height: 11px;
	background: url(../img/arrow.png) no-repeat;
	background-size: cover;
	top: 46%;
	left: 53%;
	transform: translate(-50%, -50%) rotate(-40deg);
}

@media all and (max-width: 896px) {
	.circle {
		width: 30px;
		height: 30px;
	}

	.circle:before {
		width: 30px;
		height: 30px;
	}

	.circle:after {
		width: 30px;
		height: 30px;
	}

	.circle .circle-inner {
		top: 2px;
		left: 2px;
		width: 26px;
		height: 26px;
	}

	.circle .circle-inner:before {
		width: 5px;
		height: 8px;
	}
}

.circle.type--brown {
	background: #96d572;
}

.circle.type--blue {
	background: #5d993a;
}

@keyframes rotate-circle-right {
	0% {
		transform: rotate(0deg);
		background: #ddd;
	}

	50% {
		transform: rotate(180deg);
		background: #ddd;
	}

	50% {
		transform: rotate(180deg);
		background: #ddd;
	}

	100% {
		transform: rotate(360deg);
		background: #ddd;
	}
}

@keyframes rotate-circle-left {
	0% {
		z-index: 4;
		left: 50%;
		background: #f1b065;
	}

	100% {
		background: #f1b065;
		z-index: 4;
		left: 50%;
	}
}

@keyframes rotate-circle-left2 {
	0% {
		z-index: 4;
		left: 50%;
		background: #96d572;
	}

	100% {
		background: #96d572;
		z-index: 4;
		left: 50%;
	}
}

@keyframes rotate-circle-left3 {
	0% {
		z-index: 4;
		left: 50%;
		background: #5d993a;
	}

	100% {
		background: #5d993a;
		z-index: 4;
		left: 50%;
	}
}

/* page-title
----------------------------------*/
.page-titleBox {
	padding: 130px 0px 0px;
	position: relative;
	background-color: #fff;
}

@media all and (max-width: 896px) {
	.page-titleBox {
		padding: 90px 0px 30px;
	}
}

.page-title {
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin: 0px auto 0;
	border-radius: 0 0;
	width: 100%;
}

.page-title.type1 {
	background: url(../img/page-title01.jpg) no-repeat center 30%/cover;
}

.page-title.type2 {
	background: url(../img/page-title02.jpg) no-repeat center 100%/cover;
}

.page-title.type3 {
	background: url(../img/page-title03.jpg) no-repeat center 0%/cover;
}

.page-title.type4 {
	background: url(../img/page-title04.jpg) no-repeat center 100%/cover;
}

.page-title.type5 {
	background: url(../img/page-title05.jpg) no-repeat center 100%/cover;
}

.page-title.type6 {
	background: url(../img/page-title06.jpg) no-repeat center 100%/cover;
}

.page-title .inner {
	margin: 0 auto;
	padding: 150px 0 150px;
	overflow: hidden;
}

.page-title .inner .page-lead {
	text-align: center;
	position: relative;
	margin: 0 auto;
	animation: page-leadanime 1s ease-out 1.5s forwards;
	opacity: 0;
}

.page-title .inner .page-lead .eng {
	display: block;
	font-family: "Unica One", cursive;
	font-weight: 300;
	font-size: 1.4rem;
	width: -moz-fit-content;
	width: fit-content;
	background-color: #fff;
	padding: 6px 15px;
	text-align: center;
	margin: 0 auto -2px;
	border-radius: 50px;
}

.page-title .inner .page-lead .ja {
	padding: 6px 30px;
	font-size: 2rem;
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 50px;
	background-color: #fff;
}

@media all and (max-width: 639px) {
	.page-title .inner .page-lead {
		font-size: 1.3rem;
		transform: translateY(4px);
	}

	.page-title .inner .page-lead .eng {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 1680px) {
	.page-title {
		margin: 0px auto 0px;
	}
}

@media all and (max-width: 1100px) {
	.page-title {
		margin: 0px auto 0px;
	}
}

@media all and (max-width: 896px) {
	.page-title {
		margin: 0px auto 0px;
		width: 90%;
	}

	.page-title .inner {
		padding: 80px 0;
	}

	.page-title .inner .page-lead .eng {
		font-size: 1.4rem;
	}

	.page-title .inner .page-lead .ja {
		font-size: 1.8rem;
	}
}

@keyframes page-leadanime {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* blog
----------------------------------*/
#top-blog .pages {
	display: none;
}

.blogbox {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.blogbox .blogbox__title {
	font-weight: bold;
	font-size: 2rem;
	padding-left: 20px;
	position: relative;
	margin-bottom: 30px;
}

.blogbox .blogbox__title:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 80%;
	top: 10%;
	left: 0;
	background-color: #333;
}

.blogbox .blogbox__main {
	width: 75%;
	margin-right: 5%;
}

.blogbox .blogbox__main__txt {
	background-color: #f5f5f5;
	padding: 25px 20px;
}

.blogbox .blogbox__side {
	position: sticky;
	right: 0;
	top: 0;
	width: 20%;
}

@media all and (max-width: 896px) {
	.blogbox {
		padding: 30px 15px;
	}

	.blogbox .blogbox__main {
		width: 100%;
		margin-right: auto;
		margin: 0 auto;
	}

	.blogbox .blogbox__main__txt {
		background-color: #fff;
		padding: 25px 20px;
	}

	.blogbox .blogbox__side {
		width: 100%;
	}
}

@media all and (max-width: 639px) {
	.blogbox .blogbox__title {
		font-size: 1.4rem;
		padding-left: 14px;
		margin-bottom: 30px;
	}
}

.blog-wrap {
	display: flex;
	flex-wrap: wrap;
}

.blog-wrap * {
	transition: 0.3s;
}

.blog-wrap>li {
	width: 31%;
	margin: 0 1% 20px;
	position: relative;
	box-shadow: 0 0 10px rgba(21, 21, 21, 0.06);
	overflow: hidden;
	background-color: #fff;
	border: 2px solid #333;
}

@media all and (max-width: 1100px) {
	.blog-wrap>li {
		width: 48%;
		margin: 0 1% 20px;
	}
}

.blog-wrap>li>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
}

.blog-wrap>li>a:before {
	position: absolute;
	content: "";
	width: 0px;
	height: 0px;
	background-color: #333;
	transform: skew(-45deg) translateX(40px);
	bottom: 0;
	right: 0;
	transition: 0.4s;
}

.blog-wrap>li>a:hover~.blog-img img {
	opacity: 1;
	transform: scale(1.1);
}

.blog-wrap>li>a:hover:before {
	width: 22px;
	height: 77px;
	transition: 0.4s;
}

.blog-wrap.type--work .blog-img {
	text-align: center;
	padding: 20px 0;
	height: 190px;
	width: auto;
}

.blog-wrap.type--work .blog-img img {
	width: 150px;
	height: 150px;
}

@media all and (max-width: 639px) {
	.blog-wrap.type--work li .blog-img {
		text-align: center;
		padding: 20px 0;
		height: 140px;
		width: auto;
	}

	.blog-wrap.type--work li .blog-img img {
		width: 100px;
		height: 100px;
	}

	.blog-wrap li {
		width: 80%;
		margin: 0 auto 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.blog-wrap li .blog-date {
		font-size: 12px;
	}

	.blog-wrap li .blog-img {
		width: 100%;
		height: 150px;
	}

	.blog-wrap li .blog-detail {
		width: 100%;
		padding: 10px 20px 20px;
	}
}

.blog-img {
	width: 100%;
	margin: 0 auto;
	height: 200px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.blog-img img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.4s ease;
	font-family: "object-fit: cover;";
	/*IE対策*/
}

.blog-img:hover img {
	opacity: 1 !important;
	transform: scale(1.2);
}

.blog-detail {
	width: 100%;
	margin: 0px auto 0;
	padding: 20px 25px 40px;
	font-size: 1.4rem;
	background-color: white;
	position: relative;
}

.blog-cat {
	display: none;
}

.blog-detail-upper {
	position: relative;
	z-index: 2;
	margin: -31px 0 0;
	color: #fff;
	font-size: 12px;
}

.blog-category {
	display: inline-block;
	padding: 5px;
	line-height: 1.3;
	text-align: center;
	background: #111;
}

.blog-date {
	text-align: center;
	color: #f1b065;
	font-size: 1.6rem;
	font-family: "Unica One", cursive;
	font-weight: 300;
	position: absolute;
	top: -20px;
	left: 0px;
	z-index: 3;
	background-color: #333;
	padding: 2px 12px;
}

.blog-title {
	font-weight: 700;
	line-height: 1.3;
	margin: 10px 0;
}

.blog-txt {
	line-height: 1.5;
	color: #333;
	font-size: 1.4rem;
	padding-top: 10px;
	font-weight: bold;
}

@media all and (max-width: 639px) {
	.blog-txt {
		font-size: 12px;
	}
}

.pages {
	text-align: center;
	margin-top: 30px;
}

.pages .page_next,
.pages .page_prev {
	display: inline-block;
	margin: 0 20px;
}

.pages .page_next a,
.pages .page_prev a {
	color: #f1b065;
	padding: 4px 5px;
	background: #fff;
	font-size: 12px;
}

.category_nav {
	border: 1px solid #dddddd;
}

.category_nav li a {
	display: block;
	padding: 15px;
	border-bottom: 1px dotted #dddddd;
	background-color: #ffffff;
}

.category_nav li a:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0a9";
	font-weight: 900;
	margin-right: 5px;
}

.category_nav li a:hover {
	background: #f1f4f5;
}

.category_nav li:last-child a {
	border-bottom: none;
}

.prv dt {
	color: #f1b065;
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}

.blog-month {
	margin-bottom: 10px;
}

.blog-month ul {
	display: flex;
	flex-wrap: wrap;
}

.blog-month ul li {
	width: 100%;
	padding: 2px 0px;
	margin-bottom: 5px;
	text-align: center;
	letter-spacing: 0;
	background: #5d993a;
	font-size: 12px;
}

@media all and (max-width: 896px) {
	.blog-month ul li {
		width: 49%;
	}

	.blog-month ul li:nth-child(2n) {
		margin-left: 20px;
	}
}

.blog-month ul li a {
	color: #fff;
	font-size: 12px;
}

.blog-month ul li a:hover {
	color: #f1b065;
}

#a01,
#a02,
#a03,
#a04,
#a05,
#a06,
#a07,
#a08,
#a09,
#a10,
#a11,
#a12 {
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}

/* breadcrumb
----------------------------------*/
.breadcrumb {
	z-index: 101;
	margin: -20px auto 0px 10%;
	font-size: 1.2rem;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	background-color: #f1b065;
	border: 2px solid #f1b065;
	padding: 10px 40px;
	border-radius: 50px;
	font-weight: bold;
	position: relative;
}

.breadcrumb li {
	display: inline;
	color: #fff;
}

.breadcrumb li a {
	color: #ffed46;
}

.breadcrumb li a:hover {
	color: #fff;
}

.breadcrumb li+li:before {
	margin: 0 10px;
	content: ">";
}

@media all and (max-width: 639px) {
	.breadcrumb {
		font-size: 10px;
		padding: 8px 20px;
	}
}

/* form
----------------------------------*/
.form {
	margin: 0 auto;
	width: 90%;
}

.form dl dt {
	float: left;
	width: 280px;
	padding-top: 20px;
	font-weight: 600;
}

.form dl dt span {
	color: #fff;
	background: #96d572;
	padding: 5px 8px;
	margin-right: 5px;
	font-size: 11px;
	position: relative;
	top: -2px;
}

.form dl dt span.nini {
	background: #eeb818;
	color: #975f39;
}

.form dl dd {
	padding-left: 280px;
	padding-bottom: 10px;
	padding-top: 13px;
	line-height: 1.5;
	border-bottom: 1px dotted #cccccc;
}

.form dl dd.type1 p {
	display: inline;
}

.form dl dd.type1 .w20 {
	width: 20%;
}

@media all and (max-width: 896px) {
	.form dl dd.type1 .w20 {
		width: 30%;
	}
}

.form dl dd.type1 .w30 {
	width: 30%;
}

@media all and (max-width: 639px) {
	.form dl dd.type1.type1-name .w30 {
		width: 48%;
	}
}

.form dl dd.type1 .w60 {
	width: 60%;
}

.form dl dd:last-child {
	border-bottom: none;
}

.form .textarea,
.form textarea {
	border: 0;
	padding: 12px 15px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	background: #f3f3f3;
}

.form .textarea02 {
	width: 48.5%;
	margin-right: 3%;
	background: #f9fcff;
	box-shadow: 0 8px 8px rgba(165, 165, 165, 0.4);
}

.form .textarea02:last-child {
	margin-right: 0;
}

.form .textarea03 {
	width: 20%;
	margin-right: 1%;
}

@media all and (max-width: 639px) {
	.form .textarea03 {
		width: 50%;
	}
}

.form .textarea04 {
	width: 70%;
	margin-right: 0;
}

@media all and (max-width: 639px) {
	.form .textarea04 {
		width: 100%;
	}
}

.form .textarea05 {
	margin-top: 5px;
	max-height: 30px;
	font-size: 1.2rem;
	background: #f3f3f3;
	border-radius: 0;
	-webkit-appearance: none;
	border: 0;
	padding: 8px 15px;
	width: 100%;
}

.form .textarea05 input[placeholder] {
	font-size: 1.2rem;
}

.form .mintxt {
	font-size: 12px;
	margin-top: 5px;
}

.form .mintxt.t-m10 {
	margin-top: 10px;
}

.form .mintxt.b-m10 {
	font-size: 1.4rem;
	margin-top: 0px;
	margin-bottom: 5px;
}

@media all and (max-width: 639px) {
	.form .mintxt {
		font-size: 10px;
	}

	.form .mintxt.b-m10 {
		font-size: 12px;
		margin-top: 0px;
		margin-bottom: 5px;
	}
}

.form .select_arrow {
	position: relative;
}

.form .select_arrow::before {
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 10.5px solid #f1b065;
	content: "";
	position: absolute;
	right: 9px;
	top: 42px;
	width: 0;
}

@media all and (max-width: 639px) {
	.form .select_arrow::before {
		top: 30px;
	}
}

.form .secect-num {
	border: 0;
	padding: 10px 35px 10px 15px;
	background: #f5f5f5;
	position: relative;
}

.form .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 192px;
	min-width: 12em;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	color: #333;
}

.form .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	padding: 0.6875rem 2.1875rem 0.6875rem 0.6875rem;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5;
}

.form .entypo-down-open-mini:before {
	font-family: "FontAwesome";
	content: "\f0ab";
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: 0.75rem;
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #f1b065;
}

.form label.radio_text {
	cursor: pointer;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	padding-left: 20px;
	display: inline-block;
	font-size: 1.4rem;
}

@media all and (max-width: 639px) {
	.form label.radio_text {
		font-size: 10px;
	}
}

.form label.radio_text:before {
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #ccc;
	border-radius: 50%;
	left: 0px;
	top: 2px;
	content: "";
	z-index: 3;
}

.form label.radio_text:after {
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	left: 2px;
	top: 4px;
	background-color: #f1b065;
	z-index: 1;
}

.form label.radio_text input[type=radio] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	z-index: 2;
	width: 20px;
	height: 20px;
	left: -23px;
	top: 0px;
	margin: 0px;
	box-shadow: 20px -1px #fff;
}

.form label.radio_text input[type=radio]:checked {
	box-shadow: none;
}

.form label.radio_text input[type=radio]:focus {
	opacity: 0.2;
	box-shadow: 20px -1px #eeebda;
}

.form label.checkbox_text {
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin: 0 20px 5px 0;
	overflow: hidden;
	display: inline-block;
	font-size: 1.4rem;
}

@media all and (max-width: 639px) {
	.form label.checkbox_text {
		font-size: 10px;
	}
}

.form label.checkbox_text:before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0px;
	top: 0;
	border: 1px solid #ccc;
	z-index: 3;
	padding: 1px;
}

.form label.checkbox_text:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 5px;
	display: block;
	margin-top: -9px;
	width: 8px;
	height: 12px;
	border-right: 3px solid #f1b065;
	border-bottom: 3px solid #f1b065;
	transform: rotate(45deg);
	z-index: 1;
}

.form label.checkbox_text input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position: absolute;
	left: -40px;
	width: 20px;
	height: 20px;
	display: block;
	box-shadow: 41px 0px #fff;
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

.form label.checkbox_text input[type=checkbox]:checked {
	box-shadow: none;
}

.form label.checkbox_text input[type=checkbox]:checked:focus {
	box-shadow: 40px 0px #666;
	opacity: 0.1;
}

.form label.checkbox_text input[type=checkbox]:focus {
	box-shadow: 41px 0px #eee;
}

.form input[type=text],
.form textarea {
	font-size: 14px;
}

@media all and (max-width: 639px) {

	.form input[type=text],
	.form textarea {
		transform: scale(0.9);
		margin-left: -5px;
	}
}

button {
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	border: none;
	background-color: transparent;
	margin: 40px auto 0;
	text-align: center;
}

button .btn__inner {
	margin: 0 auto;
	position: relative;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	color: #fff;
	transition: 0.4s;
	z-index: 1;
	font-size: 1.8rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	background-color: #96d572;
	border-radius: 100px;
	padding: 10px 30px;
	box-shadow: 0 0 10px rgba(21, 21, 21, 0.06);
}

button .btn__inner .btn__txt {
	width: calc(100% - 130px);
	min-width: -moz-fit-content;
	min-width: fit-content;
	color: #fff;
	position: relative;
	padding: 0 20px 0px 40px;
	margin-right: 20px;
}

button .btn__inner:hover {
	color: #333;
	transition: 0.4s;
	transform: translateY(4px);
}

button .btn__inner:hover .circle:before {
	animation: rotate-circle-left 0.5s linear 0.5s forwards;
}

button .btn__inner:hover .circle:after {
	animation: rotate-circle-right 1s linear forwards;
}

button .btn__inner:hover .circle.type--brown:before {
	animation: rotate-circle-left2 0.5s linear 0.5s forwards;
}

button .btn__inner:hover .circle.type--blue:before {
	animation: rotate-circle-left3 0.5s linear 0.5s forwards;
}

@media all and (max-width: 896px) {
	button .btn__inner .btn__txt {
		font-size: 1.5rem;
	}
}

@media all and (max-width: 639px) {
	button .btn__inner .btn__txt {
		font-size: 12px;
	}
}

#ui-datepicker-div {
	z-index: 3 !important;
}

.fm-txt {
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.5);
	padding: 5px;
}

.thanks {
	padding: 40px;
	background-color: #f0f0f0;
	max-width: 700px;
	margin: 0 auto;
}

@media all and (max-width: 639px) {
	.thanks {
		max-width: 100%;
		padding: 30px 20px;
	}

	.thanks p.t-m50 {
		margin-top: 0;
	}

	.thanks p.b-m50 {
		margin-bottom: 20px;
	}

	.thanks p.tcenter.sp-left {
		text-align: left;
	}
}

.policy {
	padding: 30px;
	background: rgba(255, 255, 255, 0.8);
	max-width: 1200px;
	margin: 20px auto 0;
}

.mtitle_small {
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 20px;
	color: #975f39;
	font-weight: 600;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}

.mtitle_small:before {
	content: "";
	width: 50px;
	height: 1px;
	background-color: #f1b065;
	position: absolute;
	left: 0;
	bottom: -1px;
}

@media all and (max-width: 639px) {
	.mtitle_small {
		font-size: 1.4rem;
		line-height: 1.5;
	}
}

.mtitle_small2 {
	position: relative;
	font-size: 1.6rem;
	margin-bottom: 10px;
	color: #975f39;
	font-weight: 600;
	padding: 10px 10px 10px 20px;
}

.mtitle_small2:before {
	content: "";
	background-color: #fff;
	width: 3px;
	height: 40%;
	position: absolute;
	top: 30%;
	left: 0;
}

.mtitle_small2:after {
	content: "";
	background-color: #838383;
	width: 3px;
	height: 40%;
	position: absolute;
	top: 30%;
	left: 2px;
}

/* gallery(photobox)
----------------------------------*/
.gallery {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.gallery li {
	width: 24%;
	margin: 0 1.3333333333% 25px 0;
}

.gallery li:nth-child(4n) {
	margin-right: 0;
}

.gallery li a {
	background: rgba(241, 235, 221, 0.2);
	display: block;
	text-align: center;
	padding: 0px;
	height: 200px;
}

.gallery li a img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	/*IE対策*/
}

.gallery li p {
	font-size: 14px;
	margin: 3px 0 10px;
}

@media all and (max-width: 896px) {
	.gallery li {
		width: 48%;
		margin: 0 1% 0px;
	}

	.gallery li:nth-child(2n) {
		margin-right: 0;
	}

	.gallery li a {
		height: 120px;
	}

	.gallery li p {
		font-size: 12px;
	}
}

/* common content
----------------------------------*/
.mainContents {
	margin: 0 auto;
	position: relative;
}

.mainContents .mainContents__inner {
	padding: 80px 0px 80px;
	width: 70%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 1680px) {
	.mainContents .mainContents__inner {
		width: 80%;
	}
}

@media all and (max-width: 1100px) {
	.mainContents .mainContents__inner {
		width: 90%;
	}
}

.mainContents__title {
	margin-bottom: 40px;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.mainContents__title.border-anime-on:before {
	transition: 1s;
	width: 100%;
}

.mainContents__title .eng {
	font-family: "Unica One", cursive;
	font-weight: 300;
	color: #333;
	font-size: 5rem;
	padding-right: 20px;
	display: block;
}

.mainContents__title .ja {
	font-size: 1.6rem;
	line-height: 1.4;
	position: relative;
	color: #333;
}

.mainContents__title.title--icon {
	position: relative;
}

.mainContents__title.title--icon .eng {
	position: relative;
}

.mainContents__title.title--icon .eng:before {
	position: absolute;
	content: "";
	width: 36px;
	height: 41px;
	top: -15px;
	right: -20%;
	background: url(../img/title-icon.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.mainContents__title.title--icon2 {
	position: relative;
}

.mainContents__title.title--icon2 .eng {
	position: relative;
}

.mainContents__title.title--icon2 .eng:before {
	position: absolute;
	content: "";
	width: 105px;
	height: 84px;
	top: -85px;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: url(../img/title-icon02.png) no-repeat;
	background-size: cover;
	z-index: 1;
}

.mainContents__title.title--white .eng,
.mainContents__title.title--white .ja {
	color: #fff;
}

.mainContents__title.title--center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

.mainContents__title.title--center .eng {
	display: block;
	padding-right: 0;
}

@media all and (max-width: 1100px) {
	.mainContents__title .eng {
		font-size: 1.8rem;
	}

	.mainContents__title .ja {
		font-size: 2.4rem;
	}
}

@media all and (max-width: 896px) {
	.mainContents__title .eng {
		font-size: 1.6rem;
	}

	.mainContents__title .ja {
		font-size: 2rem;
	}
}

@media all and (max-width: 639px) {
	.mainContents__title {
		margin-bottom: 20px;
		display: flex;
	}

	.mainContents__title .eng {
		font-size: 1.4rem;
	}

	.mainContents__title .ja {
		font-size: 1.6rem;
	}
}

.mainContents__subtitle {
	border-bottom: solid 3px #a53c75;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0 20px 10px;
	font-size: 2.4rem;
	margin: 0 auto 40px;
	text-align: center;
}

.mainContents__subtitle span {
	font-size: 3rem;
}

.mainContents__subtitle:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #ffc778;
	bottom: -3px;
	left: 0;
	width: 30%;
}

.mainContents__subtitle.type2 {
	border-bottom: solid 3px #3e8476;
}

.mainContents__subtitle.type2:after {
	border-bottom: solid 3px #ffc778;
}

.mainContents__subtitle.type3 {
	border-bottom: solid 3px #5ba4e0;
}

.mainContents__subtitle.type3:after {
	border-bottom: solid 3px #ffc778;
}

.mainContents__subtitle2 {
	margin: 0 auto 50px 0;
}

.mainContents__subtitle2 img {
	max-width: 300px;
}

@keyframes bound2 {
	0% {
		transform: translateY(-50px);
		opacity: 1;
	}

	38% {
		transform: translateY(0px) scaleY(1);
	}

	50% {
		transform: translateY(0px) scaleY(0.5);
	}

	60% {
		transform: translateY(0px) scaleY(1);
	}

	100% {
		transform: translateY(0px) scaleY(1);
		opacity: 1;
	}
}

.mainContents--page {
	margin-top: -25px;
}

.mainContents--page .mainContents__inner {
	padding: 80px 0px 80px;
	width: 60%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

@media all and (max-width: 1680px) {
	.mainContents--page .mainContents__inner {
		width: 80%;
	}
}

@media all and (max-width: 1480px) {
	.mainContents--page {
		margin-top: -25px;
	}

	.mainContents--page section {
		padding: 20px 0;
	}
}

@media all and (max-width: 639px) {
	.mainContents--page {
		margin-top: -18px;
	}
}

.mainContents--bggray {
	background-color: #f8f8f8;
}

.mainContents--basecolor {
	background-color: #f1b065;
}

.mainContents--subcolor {
	background-color: #5d993a;
}

.mainContents--subcolor2 {
	background-color: #96d572;
}

.mainContents--bg01 {
	position: relative;
}

.mainContents--bg01:before {
	position: absolute;
	content: "";
	width: 92%;
	height: 92%;
	top: 4%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/bg-01.jpg) no-repeat;
	background-size: cover;
}

.mainContents--bgline {
	position: relative;
}

.mainContents--bgline:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/bg-line.png) repeat;
	background-size: 182px 150px;
}

.pagenav {
	max-width: 900px;
	margin: 50px auto 50px;
	width: 90%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pagenav li {
	margin: 0 10px 20px;
	padding: 0 15px;
}

.pagenav li span {
	border-bottom: 2px solid #958181;
	transition: 0.4s;
	color: #958181;
	padding: 0 40px 5px 20px;
	font-weight: bold;
	position: relative;
}

.pagenav li span:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 3px;
	right: 10px;
	border-left: 8px solid #958181;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	transition: 0.4s;
}

.pagenav li a:hover span {
	color: #f1b065;
}

.pagenav li a:hover span:before {
	right: 5px;
	transition: 0.4s;
}

/* top content
----------------------------------*/
.news {
	margin: 0px 0 50px auto;
	padding: 0px 100px 50px;
	position: relative;
	width: 90%;
}

.news::after {
	position: absolute;
	content: "";
	width: 80%;
	height: 73%;
	top: 7%;
	right: 0;
	background-color: #fcefe4;
	background: url(../img/news-bg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
	opacity: 0.7;
}

.news .mainContents__inner {
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.news .news__title {
	font-weight: bold;
	font-family: "Unica One", cursive;
	font-weight: 300;
	width: 160px;
	font-weight: bold;
}

.news .news__photo {
	width: 30%;
	height: 400px;
	margin-top: 150px;
	position: relative;
}

.news .news__photo:before {
	position: absolute;
	content: "";
	width: 200px;
	height: 129px;
	bottom: 50px;
	right: -140px;
	background: url(../img/satumaimo.png) no-repeat;
	background-size: cover;
	z-index: 2;
}

.news .news__photo img {
	overflow: hidden;
	border-radius: 30px 30px;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.news .mainContents__title {
	padding: 10px;
	width: -moz-fit-content;
	width: fit-content;
}

.news .news__txtarea {
	width: 65%;
	margin: -50px 0 0 5%;
	position: relative;
	padding: 50px 50px 70px;
	border-radius: 30px 30px;
}

.news .news__list li {
	background-color: #fff;
	padding: 20px 50px;
	border-radius: 50px;
	margin-bottom: 5px;
}

@media all and (max-width: 896px) {
	.news {
		width: 80%;
	}
}

@media all and (max-width: 639px) {
	.news {
		width: 80%;
		padding: 15px;
	}

	.news .news__title {
		width: 60px;
	}

	.news .news__list {
		width: calc(100% - 70px);
		margin: 0 0 0 auto;
	}

	.news .txt {
		font-size: 12px;
	}
}

.news__list .data {
	font-family: "Unica One", cursive;
	font-weight: 300;
	font-weight: bold;
	font-size: 15px;
	color: #474747;
}

.greet {
	position: relative;
	background-color: rgba(208, 241, 176, 0.4);
	padding: 100px 0;
}

.greet:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	top: 0px;
	background: url(../img/bg-pattern-kusa.png) repeat-x;
	background-size: 1112px 50px;
	z-index: 1;
}

.greet:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg-pattern01.png) repeat;
	background-size: 200px 401px;
	opacity: 0.4;
	mix-blend-mode: color-burn;
}

.greet .greet__bgphoto {
	position: absolute;
	width: 503px;
	height: 536px;
	top: 20%;
	left: -200px;
	background: url(../img/greet-photo2.png) no-repeat;
	background-size: cover;
}

.greet .greet__bgphoto2 {
	position: absolute;
	width: 416px;
	height: 545px;
	bottom: 10%;
	right: -150px;
	background: url(../img/greet-photo1.png) no-repeat;
	background-size: cover;
}

.greet .mainContents__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}

.greet .greet__photo {
	text-align: center;
	margin: 0 auto;
}

.greet .greet__titlearea {
	width: 500px;
}

.greet .greet__txtarea {
	width: calc(100% - 560px);
	margin: 0 0 0 auto;
	background-color: #fff;
	border-radius: 50px;
	padding: 0 50px 50px;
}

.greet .greet__photo {
	width: 80%;
	margin: -80px auto 30px;
}

.greet .greet__txt {
	font-weight: bold;
	font-size: 1.5rem;
}

.greet .btn {
	margin-top: 50px;
}

.kodawari {
	padding: 50px;
	margin: 50px auto;
}

.kodawari__list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.kodawari__list li {
	width: 31%;
	margin: 0 3% 0px 0;
	padding: 30px;
	background-color: #fff;
	border-radius: 20px;
}

.kodawari__list li:nth-child(2) .list__title:before {
	bottom: -15px;
	background: url(../img/kdoawari-title02.png) no-repeat;
	background-size: cover;
}

.kodawari__list li:nth-child(3) {
	margin: 0 0px;
}

.kodawari__list li:nth-child(3) .list__title:before {
	background: url(../img/kdoawari-title03.png) no-repeat;
	background-size: cover;
}

.kodawari__list .list__photo {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.kodawari__list .list__title {
	position: relative;
	z-index: 1;
	margin: -20px auto 40px;
}

.kodawari__list .list__title p {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.kodawari__list .list__title:before {
	position: absolute;
	content: "";
	width: 280px;
	height: 82px;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../img/kdoawari-title01.png) no-repeat;
	background-size: cover;
	z-index: -1;
}

.order {
	position: relative;
	background: url(../img/order-bg.jpg) no-repeat;
	background-size: cover;
}

.order:before {
	position: absolute;
	content: "";
	width: 486px;
	height: 526px;
	bottom: 0;
	left: 0;
	background: url(../img/order-bg2.png) no-repeat;
	background-size: cover;
	opacity: 0.5;
	filter: drop-shadow(0 0 4px rgba(51, 51, 51, 0.2));
}

.order .order__txt {
	text-align: center;
	font-weight: bold;
	color: #fff;
}

.order .order__photo {
	text-align: center;
	margin: -20px auto 30px;
	max-width: 300px;
}

.recipe {
	margin: 50px auto;
	padding: 50px 0;
}

.recipe .mainContents__inner {
	display: flex;
	flex-wrap: wrap;
	background-color: #fdf9f4;
	padding: 100px 100px;
	border-radius: 50px;
}

.recipe .mainContents__title {
	writing-mode: vertical-rl;
	width: 160px;
	position: relative;
	padding-top: 50px;
}

.recipe .mainContents__title:before {
	position: absolute;
	content: "";
	width: 98px;
	height: 65px;
	left: 20px;
	right: 0;
	margin: 0 auto;
	top: -30px;
	background: url(../img/title-icon03.png) no-repeat;
	background-size: cover;
}

.recipe .recipeBox {
	width: calc(100% - 240px);
	margin: 0 0 0 auto;
	border-left: 4px solid #f0d6a0;
}

.recipe .box__title {
	font-size: 2rem;
	font-weight: bold;
	margin: 0 auto 20px;
	text-align: center;
}

.recipe__list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px auto;
	max-width: 900px;
	justify-content: center;
}

.recipe__list li {
	width: 48%;
	margin: 0 -4% 0 0;
}

.recipe__list li:nth-child(2) {
	margin: 50px 0 0 -4%;
}

.recipe__list li:nth-child(2) a {
	margin: -20px 0 0 15%;
	background-color: #26473c;
	border: 2px solid #26473c;
}

.recipe__list li:nth-child(2) a:hover {
	background-color: #fff;
	color: #26473c;
}

.recipe__list li a {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	margin: -10px auto 0;
	background-color: #7f43a7;
	border: 2px solid #7f43a7;
	color: #fff;
	padding: 19px 50px;
	border-radius: 100px;
	line-height: 1.2;
}

.recipe__list li a:hover {
	background-color: #fff;
	color: #7f43a7;
}

.contact {
	width: 90%;
	margin: 0 auto 50px;
	position: relative;
	background: url(../img/recipe-bg.jpg) no-repeat;
	background-size: cover;
}

.contact .contact__txt {
	text-align: center;
	font-weight: bold;
}

.topBlog {
	position: relative;
	z-index: 1;
	margin: -2px auto 0;
	overflow: hidden;
}

.pickup .pickup__photo {
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	border: 2px solid #333;
}

.pickup .pickup__flex {
	display: flex;
	flex-wrap: wrap;
	margin: 60px auto 0;
	align-items: center;
}

.pickup .flex__photo {
	width: 45%;
	border: 2px solid #333;
	overflow: hidden;
	height: 550px;
}

.pickup .flex__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.pickup .flex__txtarea {
	width: 50%;
	margin: 0 0 0 5%;
}

.pickup .txtarea__sub {
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	color: #fff;
	background-color: #333;
	padding: 0 15px;
}

.pickup .txtarea__title {
	font-size: 3rem;
	font-weight: bold;
	width: -moz-fit-content;
	width: fit-content;
	border: 2px solid #333;
	padding: 0 20px;
	background-color: #d8964c;
	color: #fff;
}

.pickup .txtarea__txt {
	font-size: 2rem;
}

.pickup .txtarea__txt span {
	font-size: 2.2rem;
	font-weight: bold;
}

.pickup .btn {
	margin-top: 50px;
}

@media all and (max-width: 1367px) {
	.pickup .flex__photo {
		height: 400px;
	}

	.pickup .txtarea__title {
		font-size: 2.6rem;
	}

	.pickup .txtarea__txt {
		font-size: 1.6rem;
	}

	.pickup .txtarea__txt span {
		font-size: 2rem;
	}
}

@media all and (max-width: 639px) {
	.pickup .pickup__flex {
		margin: 20px auto 0;
	}

	.pickup .flex__photo {
		width: 80%;
		max-width: 150px;
		margin: 0 auto;
		height: 200px;
	}

	.pickup .flex__txtarea {
		width: 90%;
		margin: -63px auto 0;
	}

	.pickup .txtarea__title {
		font-size: 1.6rem;
	}

	.pickup .txtarea__txt {
		font-size: 12px;
	}

	.pickup .txtarea__txt span {
		font-size: 15px;
	}

	.pickup .btn {
		margin-top: 30px;
	}
}

.contents {
	position: relative;
	margin: 0 auto;
	padding-bottom: 50px;
}

.contents:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background-color: #5d993a;
	z-index: -1;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 45%, 0 62%);
	clip-path: polygon(0 0, 100% 0, 100% 45%, 0 62%);
}

.contents__list {
	max-width: 1000px;
	margin: 50px auto 0;
	display: flex;
	flex-wrap: wrap;
}

.contents__list li {
	position: relative;
	width: 48%;
	margin: 0 4% 40px 0;
	border: 2px solid #333;
	background-color: #fff;
}

.contents__list li:nth-child(2n) {
	margin: 0 0 40px 0;
}

.contents__list li:hover .list__title {
	transition: 0.4s;
	background-color: #fff;
	color: #333;
}

.contents__list li:hover .list__photo img {
	transition: 0.4s;
	opacity: 0.8;
	transform: scale(1.1);
}

.contents__list .list__photo {
	overflow: hidden;
	background-color: #333;
	height: 280px;
}

.contents__list .list__photo img {
	transition: 0.4s;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contents__list .list__title {
	transition: 0.4s;
	position: absolute;
	top: -8px;
	left: 15px;
	padding: 30px 14px;
	border: 2px solid #333;
	writing-mode: vertical-rl;
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	background-color: #333;
}

.contents__list .list__txt {
	padding: 20px 20px 120px 20px;
	font-weight: bold;
}

.contents__list .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 20px auto 30px;
}

@media all and (max-width: 1367px) {
	.contents__list .list__title {
		padding: 20px 8px;
		font-size: 2rem;
	}

	.contents__list .list__txt {
		padding: 20px 20px 120px 20px;
		font-weight: bold;
	}

	.contents__list .btn {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 20px auto 20px;
		transform: scale(0.9);
	}
}

@media all and (max-width: 1100px) {
	.contents__list li {
		width: 90%;
		margin: 0 auto 40px;
		background-color: #fff;
	}

	.contents__list li:nth-child(2n) {
		margin: 0 auto 40px;
	}

	.contents__list .list__photo {
		height: 200px;
	}

	.contents__list .list__photo img {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.contents__list .list__title {
		padding: 20px 6px;
		font-size: 1.6rem;
	}

	.contents__list .list__txt {
		padding: 20px 20px 0px 20px;
		font-weight: bold;
	}

	.contents__list .btn {
		position: relative;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 20px auto 20px;
		transform: scale(1);
	}
}

@media all and (max-width: 639px) {
	.contents__list .list__photo {
		height: 140px;
	}

	.contents__list .list__title {
		padding: 15px 6px;
		font-size: 15px;
	}

	.contents__list .list__txt {
		padding: 20px 20px 0px 20px;
		font-weight: bold;
		font-size: 12px;
	}
}

.contactDetail .contactDetail__txt {
	font-weight: bold;
	text-align: center;
	font-size: 2rem;
}

.contactDetail .contactDetail__box {
	max-width: 900px;
	margin: 20px auto 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.contactDetail .box__txt {
	background-color: #f1b065;
	border: 2px solid #f1b065;
	padding: 6px 40px;
	font-size: 2.5rem;
	font-family: "Unica One", cursive;
	font-weight: 300;
	font-weight: bold;
	border-radius: 50px;
}

.contactDetail .box__txt a {
	color: #fff;
}

.contactDetail .box__txt.type--link:hover {
	background-color: #fff;
}

.contactDetail .box__txt.type--link:hover a {
	color: #333;
}

.contactDetail .box__subtxt {
	margin: 20px auto 0;
	border-bottom: 2px solid #333;
	padding: 0 20px 10px;
	font-weight: bold;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
}

@media all and (max-width: 639px) {
	.contactDetail .contactDetail__txt {
		font-size: 12px;
		text-align: left;
	}

	.contactDetail .box__txt {
		font-size: 14px;
		padding: 4px 14px;
		text-align: center;
	}

	.contactDetail .box__txt.type--link {
		margin-right: 5px;
	}

	.contactDetail .box__subtxt {
		font-size: 12px;
	}
}

/* page content
----------------------------------*/
.company__list {
	margin: 60px auto 0;
	position: relative;
	z-index: 1;
	width: 100%;
}

.company__list li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 10px;
	border-radius: 8px;
	position: relative;
	margin: 0 0 10px auto;
}

.company__list li a {
	color: #975f39;
	font-weight: bold;
}

.company__list li a:hover {
	opacity: 0.6;
}

.company__list .list__title {
	width: 30%;
	max-width: 180px;
	background-color: #d8964c;
	padding: 8px 20px;
	position: relative;
	z-index: 1;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 0px;
}

.company__list .list__title:before {
	position: absolute;
	content: "";
	border-left: 40px solid #d8964c;
	border-top: 40px solid transparent;
	border-bottom: 0 solid transparent;
	z-index: -1;
	right: -10px;
	bottom: 0;
}

.company__list .list__txt {
	padding: 8px 20px 8px 60px;
	width: 86%;
	margin: 0 0 0 auto;
	background-color: #fff;
	border-radius: 0 50px 50px 0;
}

@media all and (max-width: 1100px) {
	.company__list .list__title {
		font-size: 1.4rem;
		width: 24%;
		max-width: 150px;
	}

	.company__list .list__txt {
		width: 80%;
	}
}

@media all and (max-width: 639px) {
	.company__list {
		margin: 30px auto 0;
	}

	.company__list li {
		margin: 0 0 10px auto;
	}

	.company__list .list__title {
		min-width: 75px;
		font-size: 12px;
		padding: 2px 10px;
		width: 15%;
		top: 5px;
	}

	.company__list .list__title:before {
		border-left: 15px solid #d8964c;
		border-top: 20px solid transparent;
		border-bottom: 0 solid transparent;
		right: -6px;
	}

	.company__list .list__txt {
		width: 80%;
		padding: 10px 10px 10px 30px;
		font-size: 12px;
	}
}

.company__list2 {
	margin: 0 auto 0;
	position: relative;
	z-index: 1;
	width: 100%;
}

.company__list2 li {
	display: flex;
	flex-wrap: nowrap;
	position: relative;
	margin: 0 0 5px auto;
	background-color: #f3f3f3;
	padding: 10px 20px;
}

.company__list2 li a {
	color: #975f39;
	font-weight: bold;
}

.company__list2 li a:hover {
	opacity: 0.6;
}

.company__list2 .list__title {
	width: 180px;
}

.company__list2 .list__txt {
	width: calc(100% - 200px);
	margin: 0 0 0 auto;
}

.company__box {
	margin: 100px auto 0;
}

.company__box .company__map {
	padding: 20px;
	border: 2px solid #333;
}

.company__box .company__map iframe {
	width: 100%;
	height: 400px;
}

@media all and (max-width: 639px) {
	.company__box .company__map {
		padding: 15px;
	}

	.company__box .company__map iframe {
		width: 100%;
		height: 140px;
	}
}

.company__box2 {
	margin: 20px auto 0;
}

.company__box2 .company__map {
	padding: 20px;
	border: 2px solid #c2c2c2;
}

.company__box2 .company__map iframe {
	width: 100%;
	height: 400px;
}

@media all and (max-width: 639px) {
	.company__box2 .company__map {
		padding: 15px;
	}

	.company__box2 .company__map iframe {
		width: 100%;
		height: 140px;
	}
}

.companyDetail__box {
	border: 1px solid #975f39;
	padding: 50px;
	margin: 100px auto 0;
	position: relative;
}

.companyDetail__box .box__title {
	position: absolute;
	left: 0;
	top: -50px;
	text-align: center;
	padding: 10px 50px 10px;
	width: -moz-fit-content;
	width: fit-content;
	font-weight: bold;
	background-color: #975f39;
	color: #fff;
	border-radius: 10px 10px 0 0;
}

.companyDetail__box .box__flex {
	display: flex;
	flex-wrap: wrap;
}

.recruit {
	margin: 0 auto 100px;
}

.about {
	position: relative;
	margin: 0 auto;
	padding: 60px 0 50px;
}

.about:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/about-bg01.png) repeat;
	background-size: 300px 300px;
	z-index: -1;
	opacity: 0.6;
}

.about.type2:before {
	background: url(../img/about-bg02.png) repeat;
	background-size: 150px 150px;
}

.about.type3:before {
	background: url(../img/about-bg03.png) repeat;
	background-size: 150px 150px;
}

.about .mainContents__inner {
	background-color: #fff;
	padding: 50px;
}

.about .mainContents__title {
	text-align: center;
	margin: -60px auto 40px;
	max-width: 300px;
}

.aboutDetail {
	margin: 0 auto;
}

.aboutDetail .aboutDetail__photo {
	max-width: 700px;
	margin: 0 auto;
}

.aboutDetail .aboutDetail__txt {
	margin: 30px auto 0;
}

.aboutDetail .aboutDetail__btntxt {
	width: -moz-fit-content;
	width: fit-content;
	background-color: #f1b065;
	padding: 2px 30px;
	border-radius: 50px;
	margin: 30px auto -10px;
	text-align: center;
	position: relative;
}

.aboutDetail .aboutDetail__btntxt:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	border-top: 10px solid #f1b065;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.aboutDetail__flex {
	display: flex;
	flex-wrap: wrap;
}

.aboutDetail__flex.flex--acenter {
	align-items: center;
}

.aboutDetail__flex.flex--reverse {
	align-items: center;
}

.aboutDetail__flex.flex--reverse .aboutDetail__photo {
	width: 37%;
	margin: 0 0 0 3%;
	order: 2;
}

.aboutDetail__flex.flex--reverse .aboutDetail__txt {
	width: 60%;
	margin: 0;
	order: 1;
}

.aboutDetail__flex .aboutDetail__photo {
	width: 37%;
	margin: 0 3% 0 0;
}

.aboutDetail__flex .aboutDetail__txt {
	width: 60%;
	margin: 0;
}

.aboutDetail__list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}

.aboutDetail__list li:nth-child(2) .list__title {
	background-color: #63594b;
}

.aboutDetail__list li:nth-child(3) .list__title {
	background-color: #9c9994;
}

.aboutDetail__list li:nth-child(4) .list__title {
	background-color: #ceb84e;
}

.aboutDetail__list .list__photo {
	width: 30%;
}

.aboutDetail__list .list__txtarea {
	width: 65%;
	margin: 0 0 0 5%;
}

.aboutDetail__list .list__title {
	font-weight: bold;
	padding: 2px 30px;
	background-color: #90659b;
	border-radius: 50px;
	color: #fff;
	width: -moz-fit-content;
	width: fit-content;
}

.aboutDetail__koyomi {
	margin: 30px auto 0;
}

.become {
	position: relative;
	background-color: rgba(208, 241, 176, 0.4);
	padding: 100px 0;
	margin-top: 50px;
}

.become:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	top: 0px;
	background: url(../img/bg-pattern-kusa.png) repeat-x;
	background-size: 1112px 50px;
	z-index: 1;
}

.become:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg-pattern01.png) repeat;
	background-size: 200px 401px;
	opacity: 0.4;
	mix-blend-mode: color-burn;
}

.become .become__bgphoto {
	position: absolute;
	width: 503px;
	height: 536px;
	top: 20%;
	left: -200px;
	background: url(../img/greet-photo2.png) no-repeat;
	background-size: cover;
}

.become .become__bgphoto2 {
	position: absolute;
	width: 416px;
	height: 545px;
	bottom: 10%;
	right: -150px;
	background: url(../img/greet-photo1.png) no-repeat;
	background-size: cover;
}

.become .mainContents__inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
}

.become__flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.become__flex .become__photo {
	width: 40%;
}

.become__flex .become__txtarea {
	width: 55%;
	margin: 0 0 0 5%;
}

.farm__list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 auto 15px;
}

.farm__list .list__photo {
	width: 70px;
}

.farm__list .list__txt {
	width: calc(100% - 100px);
	margin: 0 0 0 auto;
}

.farm__list .list__txt a {
	font-weight: bold;
	width: -moz-fit-content;
	width: fit-content;
	border-bottom: 2px solid #5d993a;
	color: #5d993a;
	padding: 0 15px 5px;
}

.farm__list .list__txt a:hover {
	color: #975f39;
	border-bottom: 2px solid #975f39;
}

.farm__list .list__title {
	font-weight: bold;
	margin-bottom: 2px;
}

.product__list {
	display: flex;
	flex-wrap: wrap;
}

.product__list li {
	width: 31%;
	margin: 0 3% 30px 0;
}

.product__list li:nth-child(3n) {
	margin: 0 0 30px;
}

.product__list .list__photo {
	margin: 0 auto 20px;
	height: 200px;
}

.product__list .list__photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.product__list .list__txt {
	background-color: #f2f2f2;
	padding: 20px;
}

.mailform {
	position: relative;
	margin: 0 auto;
}

/* slider
----------------------------------*/
.slider {
	/*横幅94%で左右に余白を持たせて中央寄せ*/
	width: 94%;
	margin: 0 auto;
}

.slick-slide {
	margin: 0 5px;
	padding: 15px !important;
	height: 200px;
}

.slick-slide img {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.slick-slide img {
	width: 100%;
	height: 100%;
}

.slick-prev,
.slick-next {
	z-index: 1;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-prev:before {
	position: absolute;
	content: "";
	color: #000;
	border-right: 20px solid #f1b065;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 20px;
	height: 10px;
	left: -20px;
	top: 44%;
	z-index: 1;
}

@media all and (max-width: 639px) {
	.slick-prev:before {
		left: -10px;
	}
}

@media all and (max-width: 639px) {
	.slick-prev {
		left: -30px !important;
	}
}

.slick-next:before {
	position: absolute;
	content: "";
	color: #000;
	border-left: 20px solid #f1b065;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	width: 20px;
	height: 10px;
	right: -20px;
	top: 44%;
	z-index: 1;
}

@media all and (max-width: 639px) {
	.slick-next:before {
		right: -10px;
	}
}

@media all and (max-width: 639px) {
	.slick-next {
		right: -30px !important;
	}
}

.slick-slide {
	transition: all ease-in-out 0.3s;
	opacity: 0.2;
}

.slick-active {
	opacity: 1;
}

.slick-current {
	opacity: 1;
}

.slick-track {
	height: 300px;
}

.slide_list {
	position: relative;
	display: none;
	margin: 0px auto 60px;
}

.slide_list li {
	margin-right: 1%;
	border-radius: 0px;
	overflow: hidden;
	width: 400px;
	height: 300px;
}

.slide_list li img {
	width: 400px;
	height: 300px;
	transition: filter 0.2s ease-in;
	-o-object-fit: cover;
	object-fit: cover;
}

.slide_list li:hover img {
	filter: grayscale(0);
}

@media all and (max-width: 639px) {
	.slide_list li {
		width: 300px;
		height: 240px;
	}

	.slide_list li img {
		width: 300px;
		height: 240px;
	}
}

/*----------------------------------
bg anime
----------------------------------*/
.photo-anime {
	position: relative;
}

.photo-anime:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
}

.photo-anime.photo-anime-on:before {
	animation: photoanimeon 1s ease-out 0.6s forwards;
}

.photo-anime-blur {
	opacity: 0;
}

.photo-anime-blur.photo-anime-on {
	animation: photoanimeon2 0.6s ease-out 0s forwards;
}

.photo-anime-blur.type2.photo-anime-on {
	animation: photoanimeon2 0.6s ease-out 0.3s forwards;
}

@keyframes photoanimeon {
	0% {
		height: 100%;
	}

	100% {
		height: 0%;
	}
}

@keyframes photoanimeon2 {
	0% {
		opacity: 0;
		filter: blur(10px);
	}

	100% {
		opacity: 1;
		filter: blur(0px);
	}
}

/*印象編　4-9、4-10　背景色が伸びて出現（左から・右から）　*/
.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/*印象編　4-9 背景色が伸びて出現（左から）*/
.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: #f1b065;
	/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	50% {
		transform-origin: left;
		transform: scaleX(1);
	}

	51% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/*印象編　4-9 背景色が伸びて出現（右から）*/
.bgRLextend::before {
	animation-name: bgRLextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #111;
	/*伸びる背景色の設定*/
}

@keyframes bgRLextendAnime {
	0% {
		transform-origin: right;
		transform: scaleX(0);
	}

	50% {
		transform-origin: right;
		transform: scaleX(1);
	}

	51% {
		transform-origin: left;
	}

	100% {
		transform-origin: left;
		transform: scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger {
	opacity: 0;
}

/*----------------------------------
pc/sp
----------------------------------*/
@media all and (max-width: 639px) {
	.pconly {
		display: none;
	}
}

.sponly {
	display: none;
}

@media all and (max-width: 639px) {
	.sponly {
		display: block;
	}
}

.form-box .form-pattern-2 {
	width: 100% !important;
	padding: 0 !important;
	background: none !important;
}

.form-box .form-pattern-2 .textarea,
.form-box .form-pattern-2 textarea {
	border: 0;
	height: auto !important;
	padding: 15px;
	width: 100%;
	border-radius: 0;
	-webkit-appearance: none;
	background: #ebebeb;
}

.form-box .form-pattern-2 form dl dt {
	font-weight: 600 !important;
	width: 240px !important;
}

@media all and (max-width: 896px) {
	.form-box .form-pattern-2 form dl dt {
		float: none !important;
		width: auto !important;
	}
}

.form-box .form-pattern-2 form dl dt span.required:before {
	background: #96d572;
}

.form-box .form-pattern-2 form dl dd {
	padding-left: 250px !important;
}

@media all and (max-width: 896px) {
	.form-box .form-pattern-2 form dl dd {
		padding-left: 0 !important;
	}
}

@media all and (max-width: 639px) {
	.form-box .form-pattern-2 form dl dd {
		padding-top: 5px;
	}
}

.form-box .form-pattern-2 .select-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.form-box .form-pattern-2 .select-group p {
	margin: 0 5px;
	font-weight: 600;
}

@media all and (max-width: 639px) {
	.form-box .form-pattern-2 .select-group .select-wrap {
		margin-top: 8px;
	}
}

.form-box .form-pattern-2 input[type=text],
.form-box .form-pattern-2 textarea {
	font-size: 16px;
}

@media all and (max-width: 639px) {

	.form-box .form-pattern-2 input[type=text],
	.form-box .form-pattern-2 textarea {
		transform: scale(0.9);
		margin-left: -5px;
	}
}

.form-box .form-pattern-2 .select-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-width: 13em;
	background-color: #ffffff;
	font-size: 1.7rem;
	color: #333;
}

.form-box .form-pattern-2 .select-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	z-index: 2;
	display: block;
	width: 200%;
	width: -webkit-calc(100% + 5em);
	margin: 0;
	padding: 11px 35px 11px 11px;
	font-weight: 600;
	background: transparent;
	border: 0;
	outline: none;
	line-height: 1.5;
}

.form-box .form-pattern-2 .submit-btn {
	cursor: pointer;
	display: block;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease-in-out;
	border: 1px solid #f1b065;
	font-weight: 600;
	padding: 18px 5px;
	margin: 0 auto;
	width: 250px;
	background: #f1b065;
	border-radius: 40px;
	font-size: 15px;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.form-box .form-pattern-2 .submit-btn:hover {
	background: #fff;
	color: #f1b065;
}

.form-box .form-pattern-2 .submit-btn:before {
	font-weight: normal;
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: 900;
	margin-right: 10px;
}

.form-box .form-pattern-2 .select-down:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0ab";
	font-weight: 900;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 12px;
	right: 0.75rem;
	margin-top: -8px;
	margin-top: -0.5rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	color: #f1b065;
}

#holiday {
	padding-top: 70px;
	margin-top: -70px;
}

.bnr_box {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 30px;
}

.bnr_box img {
	width: 100%;
}

.w-chosei img {
	max-width: 90%;
	margin: auto;
}