/*
	Theme Name: オリジナルテーマ
*/

@charset "UTF-8";

@font-face {
	font-family: 'Yasashisa';
	src: url(fonts/YasashisaGothic.otf);
}

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
	color: #404040;
}

body {
	overflow-y: scroll;
	font-size: 14px;
	font-family: 'Yasashisa', sans-serif;
	/*font-family: 'Kosugi Maru', sans-serif;*/
	background: url(images/bg1.jpg) repeat;
}

a {
	color: #404040;
	outline: none;
}

img {
	width: 100%;
	height: auto;
	border: none;
	border-radius: 3px;
}

h1 {
	margin: 0 !important;
}

h2 {
	font-weight: bold;
	font-size: 200%;
	letter-spacing: 2px;
	margin: 0 0 30px;
	text-align: center;
}

h2 span.en {
	margin: 10px 0 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 50%;
	display: block;
}

h3 {
	font-size: 150%;
	font-weight: normal;
	text-align: left;
	padding: 0 0 5px;
	color: #4a3f38;
	border-bottom: 1px solid #4a3f38;
}

h4 {
	font-size: 120%;
	color: #4a3f38;
	letter-spacing: 2px;
	line-height: 1.5;
	border-bottom: 1px solid #4a3f38;
	margin: 14px 0 5px;
	padding: 0 0 5px;
}

h4 span {
	font-size: 60%;
}

h4 span::before {
	content: '/';
	margin: 0 5px;
}

h5 {
	font-size: 110%;
}


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

	h2 {
		font-size: 170%;
	}

}


.textL {
	text-align: left !important;
}

.textC {
	text-align: center !important;
}

.textR {
	text-align: right !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt45 {
	margin-top: 45px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt55 {
	margin-top: 55px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt65 {
	margin-top: 65px !important;
}

.mt70 {
	margin-top: 70px !important;
}


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

.mb5 {
	margin-bottom: 5px !important;
}

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

.mb15 {
	margin-bottom: 15px !important;
}

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

.mb25 {
	margin-bottom: 25px !important;
}

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

.mb35 {
	margin-bottom: 35px !important;
}

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

.mb45 {
	margin-bottom: 45px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb55 {
	margin-bottom: 55px !important;
}

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

.mb65 {
	margin-bottom: 65px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}


ul {
	overflow: hidden;
	margin: 10px 0;
}

ul li {
	list-style: none;
	line-height: 1.8;
}

ul li a {
	display: block;
	text-decoration: none;
}

ul.circle li {
	margin: 0 0 0 20px;
	text-indent: -23px;
}

ul.circle2 li {
	display: inline-block;
	margin: 0 0 0 20px;
	text-indent: -23px;
}

ul.circle li:before,
ul.circle2 li:before {
	content: "\f111";
	font-family: FontAwesome;
	margin: 0 5px;
	color: #0f9d58;
}

table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}

table.eq {
	table-layout: fixed;
}

table th {
	/*font-weight: normal;*/
	white-space: nowrap;
	padding: 15px 10px;
	border: 1px solid #4a3f38;
	background-color: #cce6ff;
	box-sizing: border-box;
}

table td {
	padding: 15px;
	border: 1px solid #4a3f38;
	background-color: #ffffff;
	box-sizing: border-box;
}

table td span.notice {
	color: #ff0000;
}

.inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}


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

	.inner {
		max-width: 100% !important;
		width: 98% !important;
		margin: 0 1%;
		overflow: hidden;
		position: relative;
	}

}


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

	.inner {
		width: 96% !important;
		margin: 0 2% !important;
	}

}


/*---------------------------------
	header
---------------------------------*/
header {
	width: 100%;
	/*height: 105px;*/
	position: fixed;
	z-index: 5;
	background: url(images/bg1.jpg) repeat;
}

header .inner {
	overflow: visible;
	position: relative;
}

header h1 a {
	display: none;
}


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

	header {
		top: 0;
		height: 64px;
	}

	header .inner {
		height: 64px;
	}

	header h1 {
		top: 55%;
		width: 230px;
	}

	header h1 a {
		display: block;
	}

}


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

	header h1 {
		width: 200px;
	}

}


/*---------------------------------
	subnav
---------------------------------*/
.subnav {
	width: 100%;
	padding: 15px 0;
	overflow: hidden;
}

.subnav .inner {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto 25px;
	position: relative;
}

.subnav .tel {
	font-size: 160%;
	font-weight: bold;
	letter-spacing: 3px;
	position: absolute;
	top: 0;
	left: 0;
}

.subnav .tel span.number {
	margin: 0 0 0 5px;
	white-space: nowrap;
	position: absolute;
	top: 2px;
	letter-spacing: normal;
}

.subnav .tel::before {
	content: '';
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(images/ico_tel.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.subnav .times {
	position: absolute;
	left: 225px;
}

.subnav .times dl {
	width: 100%;
}

.subnav .times dl dt {
	clear: both;
	float: left;
	width: 96px;
	margin: 0 15px 0 0;
	-moz-text-align-last: justify;
	text-align-last: justify;
	text-align: justify;
	text-justify: inter-ideograph;
}

.subnav .times dl dd {
	overflow: hidden;
}

.subnav ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

.subnav ul li {
	float: left;
	margin: 0 15px 0 0;
	list-style: none;
}

.subnav ul li:last-child {
	margin: 0;
}

.subnav ul li a {
	font-size: 90%;
}

.subnav ul li a.cr,
.subnav ul li a:hover {
	color: #213a7d !important;
}

.subnav ul li:nth-child(1) a span.text {
	background-image: none;
	margin: 0 0 0 5px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.subnav ul li:nth-child(2) a span.text {
	background-image: none;
	margin: 0 0 0 5px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.subnav ul li:nth-child(3) a span.text {
	background-image: none;
	margin: 0 0 0 5px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}

.subnav ul li:nth-child(4) a span.text {
	background-image: none;
	margin: 0 0 0 5px;
	display: inline-block;
	height: 26px;
	line-height: 26px;
}


.subnav ul li:nth-child(1) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_privacy.png) no-repeat;
	background-size: 100% auto;
}

.subnav ul li:nth-child(2) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_recruit.png) no-repeat;
	background-size: 100% auto;
}

.subnav ul li:nth-child(3) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_letter.png) no-repeat;
	background-size: 100% auto;
}
.subnav ul li:nth-child(4) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_map.png) no-repeat;
	background-size: 100% auto;
}


.subnav ul li:nth-child(1) a.cr span.img,
.subnav ul li:nth-child(1) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_privacy_hover.png) no-repeat;
	background-size: 100% auto;
}

.subnav ul li:nth-child(2) a.cr span.img,
.subnav ul li:nth-child(2) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_recruit_hover.png) no-repeat;
	background-size: 100% auto;
}

.subnav ul li:nth-child(3) a.cr span.img,
.subnav ul li:nth-child(3) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_letter_hover.png) no-repeat;
	background-size: 100% auto;
}

.subnav ul li:nth-child(4) a.cr span.img,
.subnav ul li:nth-child(4) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0 auto;
	background: url(images/ico_map_hover.png) no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 1000px) {

	.subnav .times {
		display: none;
	}

}

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

	.subnav {
		overflow: visible;
		margin: 0 0 30px;
	}

	.subnav .tel {
		font-size: 130%;
	}

}


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

	.subnav,
	header .nav {
		display: none;
	}

}


.is-animation {
	position: fixed;
	transition: .3s;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}


/*---------------------------------
	nav
---------------------------------*/
header .nav {
	width: 100%;
	overflow: visible;
	padding: 5px 0 15px;
}

header .nav .inner {
	max-width: 1200px;
	width: 100%;
	height: 60px;
	/*padding: 35px 0 0;*/
}

header .nav ul {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	overflow: visible;
}

header .nav ul li:first-child {
	width: calc(16.666%);
	position: relative;
	list-style: none;
	border-left: 1px dashed #4a3f38;
	box-sizing: border-box;
}

header .nav ul li {
	width: calc(16.666%);
	position: relative;
	list-style: none;
	border-right: 1px dashed #4a3f38;
	box-sizing: border-box;
}

header .nav ul li:nth-child(4) {
	width: 350px;
	padding: 0 1%;
}

header .nav ul li a {
	display: block;
	height: 60px;
	text-align: center;
	color: #4a3f38;
	font-size: 14px;
	transition: 0.5s;
	text-decoration: none;
	box-sizing: border-box;
}

header .nav ul li a.cr,
header .nav ul li a:hover {
	color: #213a7d !important;
}

header .nav ul li:nth-child(1) a span.text,
header .nav ul li:nth-child(2) a span.text,
header .nav ul li:nth-child(3) a span.text,
header .nav ul li:nth-child(5) a span.text,
header .nav ul li:nth-child(6) a span.text,
header .nav ul li:nth-child(7) a span.text {
	background-image: none;
}

header .nav ul li:nth-child(1) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_news.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(1) a.cr span.img,
header .nav ul li:nth-child(1) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_news_hover.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(2) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_pre.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(2) a.cr span.img,
header .nav ul li:nth-child(2) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_pre_hover.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(3) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_member.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(3) a.cr span.img,
header .nav ul li:nth-child(3) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_member_hover.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(5) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_disclosure.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(5) a.cr span.img,
header .nav ul li:nth-child(5) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_disclosure_hover.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(6) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_blog.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(6) a.cr span.img,
header .nav ul li:nth-child(6) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_blog_hover.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(7) a span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_mail.png) no-repeat;
	background-size: 100% auto;
}

header .nav ul li:nth-child(7) a.cr span.img,
header .nav ul li:nth-child(7) a:hover span.img {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: url(images/ico_mail_hover.png) no-repeat;
	background-size: 100% auto;
}

/***** ドロップダウンメニュー *****/
header .nav ul > li:hover > a {
	color: #4a3f38;
}

header .nav ul li ul {
	display: block;
	position: absolute;
	top: 75px;
	left: -25px;
}

header .nav ul li ul li {
	width: 200px !important;
	overflow: hidden;
	height: 0;
	transition: 0.2s;
	border: none;
}

header .nav ul li ul li a {
	line-height: 60px;
	background: url(images/bg1.jpg) repeat;
	border-left: 1px dashed #4a3f38;
	border-right: 1px dashed #4a3f38;
	border-bottom: 1px dashed #4a3f38;
}

header .nav ul li ul li:first-child a {
	border-top: 1px dashed #4a3f38;
	border-left: none;
}

header .nav ul li ul li:nth-child(4) {
	padding: 0;
}

header .nav ul li:hover > ul > li {
	overflow: visible;
	height: 60px;
}

header .nav ul li ul li ul {
	top: 0;
	left: 110px;
}

header .nav ul li ul li ul.left:before,
header .nav ul li ul li ul li ul.left:before {
	position: absolute;
	content: "";
	top: 15px;
	left: 190px;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
}

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

	header nav {
		display: none;
	}

}


main {
	max-width: 100%;
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
}

body.member main,
body.contact main {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	overflow: hidden;
}


/*---------------------------------
	slider
---------------------------------*/
.slider-center {
	width: 100%;
	overflow: hidden;
	margin: 110px 0 0;
}


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

	.children {
		left: 30px; /* 190px */

	}

}


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

	.children {
		width: 150px;
		height: 150px;
		top: 40%;
		left: 15px;
	}

}


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

	.slider-center {
		margin: 50px 0 0;
	}

}


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

	.children {
		display: none;
	}

}


/*---------------------------------
	ふわっと
---------------------------------*/
.dot {
	background-color: transparent;
	background-image: radial-gradient(#add8e6 2px, transparent 2px);
	background-size: 30px 30px;
	background-color: rgba(255,255,255,0.8);
}


/*---------------------------------
	園からのお知らせ
---------------------------------*/
body.home .news {
	width: 100%;
	padding: 0 0 50px; /* 50px 0 */
	overflow: hidden;
}

body.home .news .in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	/*overflow: hidden;*/
	clear: both;
	position: relative;
	animation: vertical 1s ease-in-out infinite alternate;
}

body.home .news .box {
	width: calc(33.333% - 1%);
	margin: 0 0.5% 15px;
	/*padding: 15px;*/
	float: left;
	box-sizing: border-box;
	/*background-color: #ffffff;*/
	border-radius: 3px;
	animation: vertical 1s ease-in-out infinite alternate;
}

body.home .news .box a {
	display: block;
	text-decoration: none;
	padding: 10px;
	background-color: rgba(255,255,255,0.8);
	border: 1px dashed #4a3f38;
	overflow: hidden;
}

body.home .news .box a i {
	color: #ff0000;
}

body.home .news .box .boxL {
	max-width: 100px;
	width: 100%;
	float: left;
	margin: 0 5px 0 0;
	box-sizing: border-box;
}

body.home .news .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	padding: 3px;
	border: 1px solid #dddddd;
}

body.home .news .box .imgbox img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

body.home .news .box a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

body.home .news .box .boxR {
	width: calc(100% - 110px);
	float: left;
	margin: 0 0 0 5px;
	padding: 5px;
	box-sizing: border-box;
}

body.home .news .box .boxR .date {
	clear: both;
	margin: 0 0 15px;
}

body.home .news .box .boxR p {
	margin: 0;
}

body.home .news .box .boxR p.title {
	font-size: 130%;
	font-weight: bold;
}

.cate_news {
	width: 70px;
	line-height: 1.2;
	color: #ffffff;
	font-size: 90%;
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px;
	background-color: #d64139;
	box-sizing: border-box;
}

.cate_recruit {
	width: 70px;
	line-height: 1.2;
	color: #ffffff;
	font-size: 90%;
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px;
	background-color: #0f9d58;
	box-sizing: border-box;
}

.cate_disclosure {
	width: 70px;
	line-height: 1.2;
	color: #ffffff;
	font-size: 90%;
	display: inline-block;
	text-align: center;
	display: inline-block;
	margin: 0 0 0 15px;
	padding: 3px;
	background-color: #213a7d;
	box-sizing: border-box;
}


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

	body.home .news .box .boxL {
		max-width: 100%;
		width: 97%;
		float: none;
		margin: 0 0 15;
		box-sizing: border-box;
	}

	body.home .news .box .boxR {
		width: 100%;
		float: none;
		margin: 0;
		padding: 5px;
		box-sizing: border-box;
	}

}

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

	body.home .news .in {
		width: 96%;
		margin: 0 2%;
	}

}

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

	body.home .news .box {
		width: 100%;
		margin: 0 0 15px;
		/*padding: 15px;*/
		float: left;
		box-sizing: border-box;
	}

	body.home .news .box .boxL {
		max-width: 150px;
		width: 100%;
		float: left;
		margin: 0 5px 0 0;
		box-sizing: border-box;
	}

	body.home .news .box .boxR {
		width: calc(100% - 160px);
		float: left;
		margin: 0 0 0 5px;
		padding: 5px;
		box-sizing: border-box;
	}

}


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

	body.home .news .box .boxL {
		max-width: 100px;
	}

	body.home .news .box .boxR {
		width: calc(100% - 110px);
	}

}


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

	body.home .news .box {
		width: 100%;
		margin: 0 0 15px;
	}

	body.home .news .box:last-child {
		width: 100%;
		margin: 0;
	}

	body.home .news .box .boxL {
		max-width: 100%;
		width: 97%; /* 100% */
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

	body.home .news .box .boxR {
		width: 100%;
		float: none;
		margin: 0;
		box-sizing: border-box;
	}

}


/*---------------------------------
	園について
---------------------------------*/
body.home .garden {
	width: 100%;
	padding: 0 0 50px; /* 50px 0 */
	overflow: hidden;
}

.garden {
	width: 100%;
	padding: 0; /* 0 0 50px */
	/*overflow: hidden;*/
}

.garden .in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.garden .in .boxL {
	max-width: 800px;
	width: 100%;
	border: 1px solid #dfefe4;
	border-radius: 3px;
	line-height: 0;
	box-sizing: border-box;
	overflow: hidden;
}

.garden .in .boxL img {
	width: 100%;
	height: auto;
}

.garden .in .boxR {
	max-width: 520px;
	padding: 30px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.garden .in .boxR p.catch {
	font-size: 200%;
	font-weight: bold;
}

.garden .in .boxR p.txt {
	letter-spacing: 1.5px;
	line-height: 1.5;
}

.garden .in .boxR .btn {
	width: 140px;
	float: right;
}

.garden .in .boxR .btn a {
	background-color: #4a3f38;
	position: relative;
}

.garden .in .boxR a.anime {
	display: block;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(33, 58, 125) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: all .3s ease 0s;
	padding: 15px;
}

.garden .in .boxR .btn a.anime:hover {
	cursor: pointer;
	color: #ffffff;
	background-position: -100% 0;
}


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

	.garden .in .boxL {
		max-width: 60%;
	}

	.garden .in .boxR {
		max-width: 50%;
	}

}


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

	.garden .in {
		overflow: visible;
	}

	.garden .in .boxL {
		max-width: 96%;
		margin: 0 2%;
	}

	.garden .in .boxR {
		max-width: 96%;
		margin: 0 2%;
		transform: translateY(0);
		bottom: 0;
		position: static;
		overflow: hidden;
	}

	.garden .in .boxR p.catch {
		font-size: 164%;
	}

}


/*---------------------------------
	園の特徴
---------------------------------*/
.features {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}

.features .in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.features .box {
	width: calc(33.333% - 1%);
	margin: 0 0.5% 15px;
	float: left;
	text-align: center;
}

.features .box img {
	width: 100%;
	height: auto;
}

.features .box .title {
	font-size: 160%;
	font-weight: bold;
	padding: 5px;
	position: relative;
	bottom: 30px; /* 20px */
	display: inline-block;
}

.features .box .txt {
	padding: 5px;
	text-align: left;
	letter-spacing: 1.5px;
	line-height: 1.5;
}


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

	.features .in {
		width: 96%;
		margin: 0 2%;
	}

}


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

	.features .box {
		width: 100%;
		margin: 0 0 15px;
		float: none;
		text-align: center;
	}

}


/*---------------------------------
	ブログ
---------------------------------*/
#blog {
	width: 100%;
	overflow: hidden;
}

.blogbox {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.blogbox .box {
	width: calc(25% - 1%);
	float: left;
	margin: 0 0.5% 15px;
}

.blogbox .box a {
	text-decoration: none;
	display: block;
	height: 100%;
	background-color: #ffffff;
	border: 1px solid #4a3f38;
	overflow: hidden;
	padding: 5px;
	box-sizing: border-box;
}

.blogbox .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	box-sizing: border-box;
}

.blogbox .box .imgbox img {
	width: 100%;
	height: 100%;
	transition-duration: 0.3s;
	box-sizing: border-box;
}

.blogbox .box a:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.blogbox .box .date {

}

.blogbox .box .title {
	font-size: 130%;
}


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

	.blogbox {
		width: 96%;
		margin: 0 2%;
	}

}


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

	.blogbox .box {
		width: calc(50% - 1%);
		margin: 0 0.5% 15px;
	}

}


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

	.blogbox .box {
		width: 100%;
		margin: 0 0 15px;
	}

}


/*---------------------------------
	お便り
---------------------------------*/
body.home .letter {
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
}

.letter {
	width: 100%;
	margin: 0; /* 0 0 30px */
	/*overflow: hidden;*/
}

.letter .letterbox {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.letterbox .box {
	float: left;
	width: calc(25% - 1%);
	margin: 0 0.5% 15px;
}

.letterbox .box a {
	display: block;
	text-decoration: none;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #4a3f38;
	box-sizing: border-box;
}

.letterbox .box .imgbox {
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
}

.letterbox .box img {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition-duration: 0.3s;
	box-sizing: border-box;
	overflow: hidden;
}

.letterbox .box .imgbox:hover img {
	transform: scale(1.1);
	transition-duration: 0.3s;
}

.letter .letterbox .box p {
	margin: 10px 0 0 !important;
	text-align: center;
	line-height: normal;
}


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

	.letter .letterbox {
		width: 96%;
		margin: 0 2%;
	}

}


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

	.letterbox .box {
		width: calc(50% - 1%);
		margin: 0 0.5% 15px;
	}

}


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

	.letterbox .box {
		width: 100%;
		margin: 0 0 15px;
	}

}


/*---------------------------------
	Google マイマップ
---------------------------------*/
/*
#access .inner {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

#access .map {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

#access .map .in {
	margin: -46px 0 0;
}

#access .map iframe {
	border: none;
}

#access table td img {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	display: block;
}
*/


/*---------------------------------
	pagetop
---------------------------------*/
footer #page-top {
	position: fixed;
	bottom: 0 !important;
	right: 10px;
	font-size: 2.2em;
}

footer #page-top a {
	color: #4a3f38;
	font-size: 140% !important;
	display: block;
}

footer #page-top a:hover {
	opacity: 0.7;
}


/*---------------------------------
	footer
---------------------------------*/
footer {
	width: 100%;
	margin: 40px auto 0;
	/*padding: 15px 0 0;*/
	box-sizing: border-box;
	background-color: #4a3f38;
	position: relative;
}

footer .boxL {
	width: 200px;
	float: left;
	margin: 6px 0 0;
}

footer .boxL a {
	display: block;
	text-decoration: none;
}

footer .boxL a img {
	width: 100%;
	height: auto;
}

footer .boxR {
	width: calc(100% - 210px);
	float: right;
}

footer .nav {
	width: 100%;
	overflow: hidden;
}

footer .nav ul li:first-child {
	width: 10%;
	border-left: 1px dashed #ffffff;
	list-style: none;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

footer .nav ul li {
	width: 10%;
	border-right: 1px dashed #ffffff;
	list-style: none;
	float: left;
	text-align: center;
	box-sizing: border-box;
}

footer .nav ul li a {
	color: #ffffff;
	font-size: 80%;
}

footer .boxR {
	width: calc(100% - 215px);
	float: right;
	margin: 0 0 0 15px;
}

footer .boxR ul {
	overflow: hidden;
}

footer .boxR ul li {
	font-size: 90%;
	color: #ffffff;
	list-style: none;
}

footer .boxR ul li:nth-child(2) {
	float: left;
	margin: 0 15px 0 0;
}

address {
	clear: both;
	font-style: normal;
	color: #ffffff;
	padding: 15px 0;
	background-color: #4a3f38;
	text-align: center;
}

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

	footer .nav ul li a {
		font-size: 60%;
	}

}


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

	footer .nav {
		display: none;
	}

}


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

	footer {
		padding: 0;
	}

	footer .inner {
		display: none;
	}

	address {
		padding: 18px 0;
		float: none;
		text-align: center;
	}

}


.bnr {
	width: 100%;
	padding: 10px 0 0px; /* 10px 0 */
	overflow: hidden;
	/*position: fixed;
	bottom: -10px;
	z-index: 1;
	border-top: 1px solid #333333;
	background-color: #282923;*/
}

.bnr ul {
	width: 100%;
	font-size: 0;
	text-align: center;
}

.bnr ul li {
	display: inline-block;
	padding: 0 5px 0 0;
}

.bnr ul li a {
	text-decoration: none;
	display: block;
}

.bnr ul li a img {
	width: 120px;
	height: auto;
}

.bnr ul li a img:hover {
	opacity: 0.8;
}


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

	.bnr ul li {
		display: inline-block;
		margin: 0 3px;
		padding: 0;
	}

	.bnr ul li a img {
		width: 140px;
	}

}


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

	.bnr ul li a img {
		width: 124px;
	}

}


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

	.bnr {
		bottom: -2px;
	}

}
