@charset "UTF-8";

@font-face {
	font-family: 'Noto Sans JP';
	src: url('../fonts/Noto_Sans_JP/NotoSansJP-VariableFont_wght.otf') format('otf');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Old Mincho';
	src: url('../fonts/Zen_Old_Mincho/ZenOldMincho-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Old Mincho';
	src: url('../fonts/Zen_Old_Mincho/ZenOldMincho-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Old Mincho';
	src: url('../fonts/Zen_Old_Mincho/ZenOldMincho-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Old Mincho';
	src: url('../fonts/Zen_Old_Mincho/ZenOldMincho-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Zen Old Mincho';
	src: url('../fonts/Zen_Old_Mincho/ZenOldMincho-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

* {
	font-size: inherit;
	line-height: inherit;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
body {
	color: #1C1B1A;
	font-size: 1.6em;
	/*font-size: clamp(1.4rem, 1.6vw, 1.6rem);*/
	line-height: 1.8;
	font-weight: normal;
	font-family: "Noto Sans JP", verdana,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing: .05em;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
svg {
	display: block;
	margin: -0.2px 0;
	position: relative;
	z-index: 1;
}
p.img img {
	border-radius: 12px;
}
p {
	margin: 0 0 1.1rem 0;
	padding: 0;
}
p:last-child {
	margin: 0;
}
p span {
}

@media screen and (max-width: 1194px) {
	body:before {
		animation: none;
	}
}
@media screen and (max-width: 834px) {
	body {
		line-height: 2;
	}
}
@media screen and (max-width: 560px) {
}
@media screen and (max-width: 320px) {
	body {
		font-size: 1.4rem;
	}
}


/* ***************************************
 * リンク
 * **************************************/

a {
	color: #071305;
	text-decoration: none;
	transition: all .3s ease;
	word-break: break-all;
	cursor: pointer;
}
a:hover {
	opacity: .7;
}
a.noopacity,
a.noopacity img {
	opacity: 1 !important;
}
a img {
	transition: all .3s;
	-webkit-transition: all .3s;
}
a img:hover {
	opacity: .7;
}


/* ふつうのテキストリンク */
a.btnText {
	display: inline-block;
	border-bottom: 1px solid #000
}


/* ページボタン */
a.btnPage {
	display: inline-block;
	min-width: 220px;
	background: #3eb034;
	color: #FFF;
	padding: 1.2vw 7vw 1.2vw 3.2vw;
	border-radius: 50px;
	box-shadow: 0 0 24px rgba(190, 191, 191, .3);
	position: relative;
}
a.btnPage:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    right: 2.2vw;
    transform: translateY(calc(-50% - 2px)) rotate(30deg);
    width: 12px;
    height: 1px;
    background-color: #FFF;
    transition: 0.3s;
}
a.btnPage:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.2vw;
    transform: translateY(-50%);
    width: 36px;
    height: 1px;
    background-color: #FFF;
    transition: 0.3s;
}
a.btnPage:hover:before,
a.btnPage:hover:after {
    right: 1.6vw;
}
a.btnPage:hover {
	opacity: 1;
	background: #318929;
}

/* お知らせ一覧ボタン */
a.btnAll {
	display: inline-block;
	color: #3eb034;
    border-bottom: 1px solid;
    padding-bottom: 6px;
	font-size: 1.4rem;
}
a.btnAll:hover {
	opacity: 1;
	color: #318929;
}


@media screen and (max-width: 768px) {
	
	/* ページボタン */
	a.btnPage {
		padding: 1.8vw 7vw 1.8vw 3.2vw;
	}
	a.btnPage:before {
		right: 3.6vw;
	}
	a.btnPage:after {
		width: 30px;
		right: 3.6vw;
	}
	a.btnPage:hover:before,
	a.btnPage:hover:after {
		right: 3vw;
	}
}
@media screen and (max-width: 430px) {
	
	/* ページボタン */
	a.btnPage {
		min-width: 240px;
		padding: 3vw 7vw 3vw 3.2vw;
	}
	a.btnPage:before {
		right: 5vw;
	}
	a.btnPage:after {
		right: 5vw;
	}
	a.btnPage:hover:before,
	a.btnPage:hover:after {
		right: 4vw;
	}
}


/* ***************************************
 * リスト
 * **************************************/

table {
	table-layout: fixed;
}
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul ul{
	margin-left: 1em;
}


/* ***************************************
 * レスポンシブ
 * **************************************/

@media screen and (min-width: 769px) {
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}


/****************************************
 * h要素
*****************************************/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Zen Old Mincho', serif;
	margin: 0;
	text-align: center;
	line-height: 1;
}

h1 {
	font-size: 3.6rem;
}
h2 {
	font-size: 5rem;
    font-weight: 400;
}
h3 {
	font-size: 3rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.3rem;
}
h6 {
	font-size: 1rem;
}

@media screen and (max-width: 1194px) {
	h1 {
		font-size: 3.2rem;
	}
	h2 {
		font-size: 4rem;
	}
	h3 {
		font-size: 2.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.3rem;
	}
	h6 {
		font-size: 1rem;
	}
	
}
@media screen and (max-width: 560px) {
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 3rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	h6 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 380px) {
	h1 {
		font-size: 2.2rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5 {
		font-size: 1rem;
	}
	h6 {
		font-size: 1rem;
	}
}
@media screen and (max-width: 320px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 1.3rem;
	}
	h4 {
		font-size: 1.1rem;
	}
	h5 {
		font-size: 1rem;
	}
	h6 {
		font-size: 1rem;
	}
}


/* トップページのセクション見出し */
.secTitle {
	text-align: left;
}

@media screen and (max-width: 559px) {
	.secTitle {
		text-align: center;
	}

}


/****************************************
 * 上部固定ヘッダー
 * *************************************/

.fixed-header {
	background: #FFF;
	color: #333;
	position: fixed;
	top: -100px;
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	opacity:0;
	z-index: 1000;
	box-shadow: 0 0 12px rgb(0 0 0 / 20%);
}
.fixed-header .fixed-header-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fixed-header .fixed-header-flex .fixed-header-flex___logo {
	max-width: 200px;
}
.fixed-header .fixed-header-flex .fixed-header-flex___nav {
	max-width: calc(100% - 200px);
	padding-left: 60px;
}

@media screen and (max-width: 1180px) {
	.fixed-header ul.menu > li > a {
		
	}
	.fixed-header ul li.home {
		width: calc(100% - 600px);
	}
	.fixed-header .fixed-header-flex .fix_header_flex___nav {
		padding-left: 45px;
	}
}
@media screen and (max-width: 1024px) {
	.fixed-header {
		display: none;
	}
}


/****************************************
 * ヘッダー
 * *************************************/

/* 通常 */
header {
	width: 100%;
	background: #FFF;
}
header .header-top {
	position: relative;
}
header .header-top-flex {
	display: flex;
	justify-content: space-between;
    align-items: flex-end;
}
header .header-top-flex .header-top-flex___logo {
    width: 440px;
	width: 30vw;
	padding: 18px 0;
	padding: 1.5vw 4vw 1.5vw 0;
}
header .header-nav {
	
}
header .header-nav .header-nav-flex {
	display: flex;
    justify-content: flex-end;
}


/* スライドイン */
.slideinSlow {
	animation: SlideInSlow 2s;
}
@keyframes SlideInSlow {
	0% {
		opacity: 0;
		transform: translateX(64px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
.slideinSlow2 {
	animation: SlideInSlow2 2.8s;
}
@keyframes SlideInSlow2 {
	0% {
		opacity: 0;
		transform: translateX(128px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@media screen and (max-width: 1024px) {
	header .header-top .logo_box {
		width: 160px;
	}
}
@media screen and (max-width: 768px) {
	header .header-nav {
		display: none;
	}
	header .header-nav_sp {
		display: block;
	}
	
	header .header-top-flex .header-top-flex___logo {
		width: 32vw;
		padding: 2vw 0 2vw 0;
	}
}
@media screen and (max-width: 559px) {
	header .header-top-flex .header-top-flex___logo {
		width: 52vw;
		padding: 3vw 0 3vw 0;
	}
}
@media screen and (max-width: 430px) {
	header .header-top-flex .header-top-flex___logo {
		padding: 6vw 0 6vw 0;
	}
}


/****************************************
 * グローバルナビゲーション
 * *************************************/

ul.gnav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
ul.gnav-list li {
    text-align: center;
}
ul.gnav-list a {
	display: block;
	padding: 18px 30px 12px 30px;
	padding: clamp(14px, 2vw, 18px) clamp(20px, 2.4vw, 42px) clamp(10px, 1.5vw, 12px);
	border-bottom: 6px solid #FFF;
}
ul.gnav-list a span.ja {
	display: block;
	white-space: nowrap;
	font-size: clamp(12px, 1.2vw, 16px);
	transition: all .3s ease;
}
ul.gnav-list a span.en {
	display: block;
	color: #3eb034;
	font-size: .6em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	transition: all .3s ease;
}
ul.gnav-list a:hover {
	opacity: 1;
	border-bottom: 6px 3eb034;
}
ul.gnav-list a:hover span {
	opacity: 1;
	color: #3eb034;
}
ul.gnav-list a.current {
	border-bottom: 6px solid #3eb034;
}


@media screen and (max-width: 768px) {
	ul.gnav-list {
		flex-direction: column;
		border-top: 1px solid #ededed;
	}
	ul.gnav-list li {
		border-bottom: 1px solid #ededed;
	}
	ul.gnav-list a {
		border-bottom: none;
	}
	ul.gnav-list a:hover {
		border-bottom: none;
		background: #ededed;
	}
	ul.gnav-list a.current {
		border-bottom: none;
		background: #ededed;
	}
	
	ul.gnav-list a span.ja {
		font-size: 1.6rem;
	}
}


/****************************************
 * スマホナビゲーション
 * **************************************/

#few_nav {
	display: none;
}

@media screen and (max-width: 768px) {
	#few_nav {
		display: block;
	}
	#few_nav a.arrow {
		padding: 12px 15px;
		color: #FFF;
	}
	#few_nav_body_area {
		background: #FFF;
		box-sizing: border-box;
		height: 100%;
		position: fixed;
		right: -280px;
		top: 0;
		transition: transform 0.3s linear 0s;
		width: 280px;
		white-space: nowrap;
		overflow-x: auto;
		z-index: 999;
	}
	#few_nav_body_area .spNav-info {
		width: 100%;
		padding: 30px;
        text-align: center;
		        display: flex;
        flex-direction: column;
	}
	#few_nav_body_area .spNav-info a.spNav-logo {
		display: block;
	}
	#few_nav_body_area .spNav-info a.phone-inquiry-number {
		display: block;
	}
	#few_nav_body_area .spNav-info a.phone-inquiry-number span {
		display: inline-block;
		font-family: 'Zen Old Mincho', serif;
		font-size: 1.4em;
        margin-top: 12px;
	}
	#few_nav_body_area .spNav-info p.open {
		text-align: center;
		font-size: .8em;
	}
	
	
	.contact_box {
		border-bottom: 1px solid;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	nav#few_nav_body ul.gnav {
		list-style: none;
		margin: 0;
		padding: 0;
		border-top: 1px solid #ededed;
	}
	nav#few_nav_body ul.gnav li {
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
	nav#few_nav_body ul.gnav a {
		display: block;
		padding: 18px;
	}
	nav#few_nav_body ul.gnav a span {
		display: block;
		color: #fcc800;
		font-size: .6rem;
		font-weight: bold;
		letter-spacing: .1em;
		text-transform: uppercase;
		transition: all .3s ease;
	}
	nav#few_nav_body ul.gnav a:hover {}
	nav#few_nav_body ul.gnav a:hover span {
		opacity: 1;
		color: #0080cc;
	}
	#few_nav_background {
		background: #000;
		display: block;
		height: 100%;
		opacity: 0;
		position: fixed;
		right: 0;
		top: 0;
		transition: all .3s linear 0s;
		width: 100%;
		z-index: -1;
	}
	#few_nav_icon {
		display: block;
		cursor: pointer;
		position: fixed;
		right: 2vw;
		top: 1vw;
        width: 52px;
        height: 52px;
		text-align: center;
		transition: all 0.3s linear 0s;
		z-index: 1000;
	}
	#few_nav_icon img.few_nav_button {}
	input#switching {
		display: none;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-280px);
	}
	input#switching:checked ~ #few_nav_background {
		opacity: .7;
		z-index: 999;
	}
	
	#few_nav a.phone {
		padding: 0;
		margin-top: 15px;
	}
	p.few_nav_phone {
		margin-top: 8px;
		color: #FFF;
		text-align: center;
		font-family: 'Noto Sans JP';
		font-weight: 700;
	}
	p.few_nav_phone span {
		display: block;
		font-size: .8em;
	}
}
@media screen and (max-width: 559px) {
	#few_nav_icon {
		right: 2.6vw;
		top: 2.8vw;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 430px) {
	#few_nav_icon {
		top: 4.4vw;
		right: 30px;
	}
}
@media screen and (max-width: 380px) {
	#few_nav a {
		padding: 8px 0;
	}
	#few_nav a.arrow {
		font-size: .8em;
	}
	#few_nav_body_area {
		padding: 20px;
		right: -220px;
		width: 220px;
	}
	input#switching:checked ~ #few_nav_body_area,
	input#switching:checked ~ #few_nav_icon {
		transform: translate(-220px);
	}
	#few_nav_icon {
		right: 20px;
	}
}


/****************************************
 * レイアウト
 * *************************************/

.inner {
	width: 100%;
	padding: 0 60px;
	margin: 0 auto;
}
.sec-inner {
	padding-right: 5.856515373352855vw;
	padding-left: 20.937042459736457vw;
}
.inner__nr {
	padding: 0 30px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
article {
	width: 100%;
}
section {
	padding: 120px 0;
}
.contents {
	margin: 0 auto 0;
	padding-top: 90px;
}
.contents-wrapper {
	margin: 0 auto 0;
	padding-top: 90px;
}
.contents-wrapper .contents-flex {
	display: flex;
}
.contents-wrapper .contents-flex .contents-flex___main {
	webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
	min-width: 620px;
    padding: 0;
    margin-right: 60px;
}
.contents-wrapper aside {
	width: 220px;
}

.btnBox {
	text-align:center;
	margin-top: 45px;
}


@media screen and (max-width: 1194px) {
	.inner__nr {
		width: 100%;
	}
	.contents-wrapper .contents-flex .contents-flex___main {
		min-width: 515px;
		margin-right: 45px;
	}
	.contents-wrapper aside {
		width: 200px;
	}
}
@media screen and (max-width: 834px) {
	
}
@media screen and (max-width: 768px) {
	section {
		padding: 90px 0;
	}
	.inner {
		padding: 0 30px;
	}
	
	.contents-wrapper {
		padding-top: 60px;
	}
	.contents-wrapper .contents-flex {
		flex-direction: column;
	}
	.contents-wrapper .contents-flex .contents-flex___main {
		min-width: 100%;
	}
	.contents-wrapper aside {
		width: 100%;
		margin-top: 60px;
	}
}
@media screen and (max-width: 559px) {
	section {
		padding: 60px 0;
	}
	.contents {
		padding-top: 60px;
	}
	.sec_inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 430px) {
	section {
		padding: 45px 0;
	}
	.contents-wrapper {
		padding-top: 45px;
	}
}
@media screen and (max-width: 380px) {
	.inner,
	.sec_inner,
	.inner__nr {
		padding: 0 20px;
	}
}


/* メインビジュアル */
.mv {
	overflow: hidden;
	background:#eee;
	text-align: center;
	position: relative;
	z-index:1;
}
.mv:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	background: url(../images/common/top.svg) no-repeat;
	background-size: 100%;
	width: 36vw;
    height: 3.2vw;
	line-height: 1;
	z-index: 2;
}
.mv .mv-msg {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.mv img {
	animation: animationZoom1 25s ease-in-out;
}
@keyframes animationZoom1 {
	100% { transform:scale(1.4)} 
}
.mv .mv-title {
	
}
.mv .mv-title span.mv-title-top {
	display: block;
	font-size: 3.4rem;
	font-family: 'Zen Old Mincho', serif;
	line-height: 1.6;
	color: #FFF;
}
.mv .mv-title span.mv-title-bottom {
	display: block;
	font-size: 2.2rem;
	color: #f9be00;
}
.mv_page {
	position: relative;
}

/* ページのメインビジュアル */
.page-mv {
	    position: relative;
}
.page-mv:after {
	content: "";
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: -1px;
	transform: translateX(-50%);
	background: url(../images/common/top.svg) no-repeat;
	background-size: 100%;
	width: 36vw;
	height: 3.2vw;
	line-height: 1;
	z-index: 2;
}
.page-mv .page-titleSet {
	position: absolute;
	top: 50%;
	left: 20vw;
	transform: translateY(-50%);
}
.page-mv .page-titleSet .page-title {
	color: #FFF;
	text-align: left;
}
.page-mv .page-titleSet .page-title span.h1-title {
	display: block;
    font-size: 2.6rem;
    font-weight: normal;
    margin-bottom: 12px;
}
.page-mv .page-titleSet span.page-title-en {
	display: inline-block;
	margin-top: 12px;
	font-size: 1.4rem;
	color: #FFF;
}


@media screen and (max-width: 1194px) {
	
	/* メインビジュアル */
	.mv .mv-title span.mv-title-top {
		font-size: 3.2rem;
	}
	.mv .mv-title span.mv-title-bottom {
		font-size: 2rem;
	}
}
@media screen and (max-width: 768px) {
	/* メインビジュアル */
	.mv .mv-title span.mv-title-top {
		font-size: 2.6rem;
	}
	.mv .mv-title span.mv-title-bottom {
		font-size: 1.8rem;
	}
	
	.page-mv .page-titleSet {
		left: 10vw;
	}
	.page-mv .page-titleSet .page-title span.h1-title {
		font-size: 2.2rem;
	}
}
@media screen and (max-width: 559px) {
	.mv:after {
		width: 60vw;
        height: 5.2vw;
	}
	
	/* メインビジュアル */
	.mv .mv-title span.mv-title-top {
		font-size: 2.4rem;
	}
	.mv .mv-title span.mv-title-bottom {
		font-size: 1.6rem;
	}
	
	.page-mv .page-titleSet {
		left: 30px;
	}
	.page-mv .page-titleSet .page-title span.h1-title {
		font-size: 2.2rem;
	}
	.page-mv .page-titleSet span.page-title-en {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 430px) {
	.mv:after {
		width: 50vw;
		height: 4.5vw;
	}

	.page-mv .page-titleSet .page-title span.h1-title {
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 380px) {
	/* メインビジュアル */
	.mv .mv-title span.mv-title-top {
		font-size: 2rem;
	}
	.mv .mv-title span.mv-title-bottom {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 320px) {
	/* メインビジュアル */
	.mv .mv-title span.mv-title-top {
		font-size: 1.6rem;
	}
	.mv .mv-title span.mv-title-bottom {
		font-size: 1.2rem;
	}
	
	.page-mv .page-titleSet span.page-title-en {
		font-size: 1rem;
	}
}


/* スクロール */
.scrolldown {
    display: flex;
    justify-content: center;
    gap: 1px;
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}
.scrolldown span {
    display: inline-block;
    background-color: #efefef;
    background-image: linear-gradient(#00a0e8, #3eb034);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 100% 2%;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 1.2rem;
    animation: water-anime 2s infinite linear;
    text-transform: uppercase;
}
.scrolldown span:nth-child(1) {
    animation-delay: 0.1s;
}
.scrolldown span:nth-child(2) {
    animation-delay: 0.2s;
}
.scrolldown span:nth-child(3) {
    animation-delay: 0.3s;
}
.scrolldown span:nth-child(4) {
    animation-delay: 0.4s;
}
.scrolldown span:nth-child(5) {
    animation-delay: 0.5s;
}
.scrolldown span:nth-child(6) {
    animation-delay: 0.6s;
}
.scrolldown span:nth-child(7) {
    animation-delay: 0.7s;
}
.scrolldown span:nth-child(8) {
    animation-delay: 0.8s;
}
.scrolldown span:nth-child(9) {
    animation-delay: 0.9s;
}
.scrolldown span:nth-child(10) {
    animation-delay: 1s;
}

@keyframes water-anime {
    50%,
    70% {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 768px) {
	/* スクロール */
	.scrolldown {
		display: none;
	}
}


/****************************************
 * パンくず
 * *************************************/

.breadcrumbs_area {
	padding: 18px 0;
	background: #FFF;
}
.breadcrumbs {
	font-size: 1.2rem;
	color: #071305;
}
.breadcrumbs a {
	color: #3eb034;
}
.breadcrumbs span.current-item {
	color: #071305;
}

@media screen and (max-width: 559px) {
	.breadcrumbs {
		overflow-x: auto;
		white-space: nowrap;
	}
}


/****************************************
 * フェードイン
 * **************************************/

.fadein {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
}


/****************************************
 * サイドバー
 * **************************************/

.sidebar-title {
	color: #3eb034;
	    font-size: 1.6rem;
	font-family: "Noto Sans JP", verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	    margin-bottom: 30px;
}

ul.category-list {
	display: block;
	font-size: .9em;
	border-top: 1px solid #ededed;
}
ul.category-list li {
	border-bottom: 1px solid #ededed;
	position: relative;
}
ul.category-list li:before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #999;
	border-right: 2px solid #999;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	right: 12px;
	top: 50%;
}
ul.category-list li a {
	display: block;
	padding: 9px 22px 9px 9px;
}


select.category-select {
	display: none;
}

@media screen and (max-width: 768px) {
	ul.category-list {
		display: none;
	}
	select.category-select {
		display: block;
		border-radius: 60px;
		padding: 12px 34px 12px 18px;
	}
}


/****************************************
 * ページナビゲーション
 * **************************************/

nav.navigation {
	clear: both;
	overflow: hidden;
	float: none;
	max-width: 100%;
	text-align: center;
	padding: 0;
	margin-top: 45px;
}
nav.navigation h2.screen-reader-text {
	display: none;
}
nav.navigation .nav-links {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: .8em;
}
nav.navigation .nav-links .page-numbers {
	display: inline-block;
	margin: 0 1em;
	background: #ededed;
	color: #333;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
}
nav.navigation .nav-links .page-numbers.dots {
	color: #999;
}
nav.navigation .nav-links span.current {
	background: #fafafa;
	color: #999;
}
nav.navigation .nav-links a:hover {
	background: #3eb034;
	color: #FFF;
}
nav.navigation .nav-links a.page-numbers:hover {
	opacity: .7;
}
nav.navigation .nav-links a.prev,
nav.navigation .nav-links a.next {
	background: #ededed;
	color: #333;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: .8em;
}
nav.navigation .nav-links a.prev:hover,
nav.navigation .nav-links a.next:hover {
	background: #3eb034;
	color: #FFF;
}


/****************************************
 * フォーム
 * **************************************/

/* iOSリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

/*フォーム*/
textarea {
	overflow: auto;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
textarea {
	margin: 0;
	padding: 12px;
	width: 100%;
	max-width: 100%;
	outline: none;
	background: #FFF;
	color: #000;
	vertical-align: bottom;
	letter-spacing: 1px;
	font-family: inherit;
	font-weight: inherit;
	border-radius: 4px;
	border: 1px solid #ededed;
	transition: .3s;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
textarea:focus {
	background: #ECF9EB;
	border: 1px solid #3EB034;
	outline: none;
}
select {
	position: relative;
	width: 100%;
	padding: 12px 34px 12px 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #ededed;
	background: #fff url(../images/common/select-arrow.webp) no-repeat;
    background-position: right 1em center;
    background-size: 14px, 100%;
	font-size: 1em;
	color: #000;
	border-radius: 4px;
}

/*ボタン*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 0;
	margin: 0;
	height: auto;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
}
.button:before,
button:before,
input[type="submit"]:before,
input[type="reset"]:before,
input[type="button"]:before,
.button:after,
button:after,
input[type="submit"]:after,
input[type="reset"]:after,
input[type="button"]:after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	background: #095034;
}


/****************************************
 * フッター
 * **************************************/

/*トップへ戻る*/
.totop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 1;
}

footer {
	padding: 90px 0;
    background: #FFF;
    border-top: 6px solid #3EB034;
    margin-top: 18px;
}

footer .footer-logo {
	text-align: center;
}
footer .footer-nav {
	margin-top: 60px;
	text-align: center;
}
footer .footer-nav ul.footer-nav-list {
	
}
footer .footer-nav ul.footer-nav-list li {
	display: inline-block;
}
footer .footer-nav ul.footer-nav-list li:not(:first-child) {
	margin-left: 2em;
}
footer .footer-must {
    font-size: .8em;
    margin-top: 45px;
	text-align: center;
}
footer .footer-must a:not(:first-child) {
	margin-left: 2rem;
}
footer #copyright {
	text-align: center;
	margin: 60px 0 0;
	padding: 30px 0 0;
	font-size: 1.2rem;
	border-top: 1px solid #F9F9F9;
	position: relative;
}
footer #copyright:before {
	content: "";
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: #DDDDDD;
}
footer #copyright p,
footer #copyright a {
	color: #D1D1D1;
}

@media screen and (max-width: 768px) {
	footer {
		padding: 90px 0;
	}
}
@media screen and (max-width: 560px) {
	/*トップへ戻る*/
	.totop img {
		width: 45px;
	}

	footer {
		padding: 60px 0;
	}
	footer .footer-nav {
		display: none;
	}
}
@media screen and (max-width: 430px) {
	/*トップへ戻る*/
	.totop {
		bottom: 20px;
		right: 20px;
	}
	
	footer {
		padding: 45px 0;
	}
}
