@charset "utf-8";



/* --------------------------------------------------------------------------------
reset
-------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	text-align: justify;
  font-family: "M PLUS Rounded 1c", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-feature-settings: "palt";
	line-height: 25px;
	letter-spacing: 0.05em;
	color: #000000;
	background-color: #fff9e0;
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto 900px;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body.spring {
	background-image: url(../imgs/spring-gradation.png);
}
body.summer {
	background-image: url(../imgs/summer-gradation.png);
}
body.autumn {
	background-image: url(../imgs/autumn-gradation.png);
}
body.winter {
	background-image: url(../imgs/winter-gradation.png);
}
a {
	text-decoration: none;
	color: #000000;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=password],
input[type=button],
input[type=submit],
textarea,
select {
	box-sizing: border-box;
	font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;
	font-size: 16px;
	line-height: 30px;
	outline: none;
	border: none;
	margin: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
	border: 1px solid #000000;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	line-height: 20px;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 30px;
	text-indent: 10px;
	padding: 5px 0px;
}
input[type=button],
input[type=submit] {
	display: inline-block;
	text-align: center;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 10px;
	background-color: #666666;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

img {
	display: block;
	max-width: 100%;
	height: auto;
}
*.clearfix {
	zoom: 1;
}
*.clearfix:before,
*.clearfix:after {
	display: table;
	content: "";
}
*.clearfix:after {
	clear: both;
}



/* --------------------------------------------------------------------------------
general
-------------------------------------------------------------------------------- */

div#general {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 900px;
}
body.spring div#general {
	background-image: url(../imgs/spring-background.png);
}
body.summer div#general {
	background-image: url(../imgs/summer-background.png);
}
body.autumn div#general {
	background-image: url(../imgs/autumn-background.png);
}
body.winter div#general {
	background-image: url(../imgs/winter-background.png);
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	height: 680px;
}
header#header h1#title {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 30px;
	text-align: center;
}
header#header h1#title span {
	display: inline-block;
	font-size: 38px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: 0.1em;
	padding-left: 60px;
	background: url(../imgs/logo.png) no-repeat left center;
	background-size: auto 50px;
}
header#header div.block {
	position: absolute;
}
header#header div.block h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
}
header#header div.block-search {
	width: 600px;
	left: calc(50% - 300px);
	top: 200px;
}
header#header div.block-search form {
	position: relative;
	padding: 0px 80px 0px 110px;
}
header#header div.block-search form h2 {
	position: absolute;
	width: 110px;
	left: 0px;
	top: 0px;
	text-shadow: -2px 0px 0.25px #ffffff, -1.84283px 0.77849px 0.25px #ffffff, -1.41421px 1.41421px 0.25px #ffffff, -0.77849px -1.84283px 0.25px #ffffff, 0px 2px 0.25px #ffffff, 0.77849px -1.84283px 0.25px #ffffff, 1.41421px 1.41421px 0.25px #ffffff, 1.84283px 0.77849px 0.25px #ffffff, 2px 0px 0.25px #ffffff, 1.84283px -0.77849px 0.25px #ffffff, 1.41421px -1.41421px 0.25px #ffffff, 0.77849px -1.84283px 0.25px #ffffff, 0px -2px 0.25px #ffffff, -0.77849px -1.84283px 0.25px #ffffff, -1.41421px -1.41421px 0.25px #ffffff, -1.84283px -0.77849px 0.25px #ffffff;
}
header#header div.block-search form p.note {
	position: absolute;
	left: 110px;
	top: 50px;
	font-size: 14px;
	letter-spacing: 0.025em;
}
header#header div.block-search form input[type=text],
header#header div.block-search form input[type=submit] {
	box-sizing: border-box;
	height: 45px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
header#header div.block-search form input[type=text] {
	width: 100%;
	text-indent: 45px;
	font-size: 18px;
	line-height: 39px;
	letter-spacing: 0em;
	border: 3px solid #1478c7;
	border-right: none;
	background: #ffffff url(../imgs/icon-search.png) no-repeat 10px center;
	background-size: auto 25px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
header#header div.block-search form input[type=submit] {
	position: absolute;
	width: 80px;
	right: 0px;
	top: 0px;
	text-align: center;
	text-indent: 0.25em;
	font-size: 22px;
	font-weight: 700;
	line-height: 45px;
	color: #ffffff;
	letter-spacing: 0.25em;
	background-color: #1478c7;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
header#header div.block-facility,
header#header div.block-book,
header#header div.block-user {
	width: 180px;
	text-align: center;
}
header#header div.block-facility {
	left: calc(50% - 430px);
	top: 320px;
}
header#header div.block-book {
	left: calc(50% - 90px);
	top: 320px;
}
header#header div.block-user {
	left: calc(50% + 270px);
	top: 400px;
}
header#header div.block ul li {
	margin-bottom: 10px;
}
header#header div.block ul li:last-child {
	margin-bottom: 0px;
}
header#header div.block ul li a {
	display: block;
	border-width: 1px;
	border-style: solid;
	padding: 9px;
	border-radius: 10px;
}
header#header div.block-facility ul li a {
	border-color: #7fa869;
	background-color: #e8ffe4;
	box-shadow: 0px 4px 0px #7fa869;
}
header#header div.block-book ul li a {
	border-color: #bd8522;
	background-color: #fff9db;
	box-shadow: 0px 4px 0px #bd8522;
}
header#header div.block-user ul li a {
	border-color: #64aad6;
	background-color: #eaf4ff;
	box-shadow: 0px 4px 0px #64aad6;
}
header#header p.anime {
	position: absolute;
	width: 130px;
	height: 130px;
}
header#header p.anime span {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 130px;
	transition: 1.25s opacity ease-in-out;
}
header#header p.anime span:nth-child(1) {
	z-index: 1;
}
header#header p.anime.shift span:nth-child(1) {
	opacity: 0;
}
header#header p.anime span:nth-child(2) {
	opacity: 0;
}
header#header p.anime.shift span:nth-child(2) {
	opacity: 1;
}
body.spring header#header p.anime {
	left: calc(50% + 75px);
	top: 290px;
}
body.spring header#header p.anime span:nth-child(1) {
	background-image: url(../imgs/spring-anime-01.png);
}
body.spring header#header p.anime span:nth-child(2) {
	background-image: url(../imgs/spring-anime-02.png);
}
body.summer header#header p.anime {
	left: calc(50% - 385px);
	top: 485px;
}
body.summer header#header p.anime span:nth-child(1) {
	background-image: url(../imgs/summer-anime-01.png);
}
body.summer header#header p.anime span:nth-child(2) {
	background-image: url(../imgs/summer-anime-02.png);
}
body.autumn header#header p.anime {
	left: calc(50% + 160px);
	top: 470px;
}
body.autumn header#header p.anime span:nth-child(1) {
	background-image: url(../imgs/autumn-anime-01.png);
}
body.autumn header#header p.anime span:nth-child(2) {
	background-image: url(../imgs/autumn-anime-02.png);
}
body.winter header#header p.anime {
	left: calc(50% - 360px);
	top: 490px;
}
body.winter header#header p.anime span:nth-child(1) {
	background-image: url(../imgs/winter-anime-01.png);
}
body.winter header#header p.anime span:nth-child(2) {
	background-image: url(../imgs/winter-anime-02.png);
}
header#header p.kids {
	position: absolute;
	width: 210px;
	height: 250px;
	left: calc(50% + 315px);
	top: 80px;
}
header#header p.kids a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 250px;
}
body.spring header#header p.kids a {
	background-image: url(../imgs/spring-kids.png);
}
body.summer header#header p.kids a {
	background-image: url(../imgs/summer-kids.png);
}
body.autumn header#header p.kids a {
	background-image: url(../imgs/autumn-kids.png);
}
body.winter header#header p.kids a {
	background-image: url(../imgs/winter-kids.png);
}



/* --------------------------------------------------------------------------------
content
-------------------------------------------------------------------------------- */

div#content {
	padding-bottom: 80px;
}
div#content div.information {
	width: 820px;
	margin: 0px auto 40px auto;
}
div#content div.information div.block {
	float: left;
	width: calc(50% - 20px);
	margin: 0px 10px;
}
div#content div.block {
	text-align: center;
	border-radius: 10px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
}
div#content div.block-time h3,div#content div.block-holiday h3,div#content div.block-news h3 {
	text-indent: 0.2em;
	font-size: 24px;
	font-weight: 700;
	line-height: 45px;
	color: #ffffff;
	letter-spacing: 0.2em;
	background-color: #1478c7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div#content div.block div.content {
	padding: 20px;
	background-color: #ffffff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
div#content div.block div.content p {
	min-height: 75px;
}
div#content div.block-news {
	width: 800px;
	margin: 0px auto 40px auto;
}
div#content div.block-news ul li {
	text-align: left;
	border-bottom: 2px dotted #cccccc;
	padding: 10px 0px;
}
div#content div.block-news ul li:first-child {
	padding-top: 0px;
}
div#content div.block-news ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
div#content div.block-news ul li span {
	display: inline-block;
	margin-right: 10px;
}
div#content div.block-news ul li span i {
	display: inline-block;
	width: 85px;
	text-align: center;
	text-indent: 0.15em;
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 0.15em;
	margin-right: 5px;
	border-radius: 5px;
}
div#content div.block-news ul li span i:last-child {
	margin-right: 0px;
}
div#content div.block-news ul li span i.all {
	background-color: #1478c7;
}
div#content div.block-news ul li span i.matsuoka {
	text-indent: 0.725em;
	letter-spacing: 0.725em;
	background-color: #cf005d;
}
div#content div.block-news ul li span i.eiheiji {
	background-color: #a26a14;
}
div#content div.block-news ul li span i.kamishihi {
	background-color: #007764;
}
div#content div.block-news ul li a {
	color: #1478c7;
}
div#content div.block-news ul li a:hover {
	text-decoration: underline;
}
div#content div.library {
	width: 960px;
	margin: 0px auto 60px auto;
}
div#content div.library div.row {
	float: left;
	width: calc(33.33% - 20px);
	margin: 0px 10px;
}
div#content div.library div.row h4 {
	text-align: center;
	text-indent: 0.2em;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	color: #ffffff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
div#content div.library div.row-matsuoka h4 {
	background-color: #cf005d;
}
div#content div.library div.row-eiheiji h4 {
	background-color: #a26a14;
}
div#content div.library div.row-kamishihi h4 {
	background-color: #007764;
}
div#content div.library div.row p.image {
	margin-bottom: 10px;
}
div#content div.library div.row p.image img {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
div#content div.library div.row p.address {
	min-height: 125px;
	margin-bottom: 10px;
}
div#content div.library div.row p.map {
	width: 140px;
	text-align: center;
}
div#content div.library div.row p.map a {
	display: block;
	border: 1px solid #808080;
	padding: 6px 0px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0px 4px 0px #808080;
}
div#content p.button-mail {
	width: 400px;
	font-weight: 700;
	margin: auto;
}
div#content p.button-mail a {
	display: block;
	padding: 20px 20px 15px 100px;
	border-radius: 10px;
	background: #1478c7 url(../imgs/icon-mail.png) no-repeat 25px 20px;
	background-size: auto 45px;
	box-shadow: 0px 4px 0px #666666;
}
div#content p.button-mail span {
	display: block;
}
div#content p.button-mail span.main {
	font-size: 22px;
	color: #ffffff;
	letter-spacing: 0.1em;
}
div#content p.button-mail span.sub {
	color: #000000;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer {
	position: relative;
	text-align: center;
	color: #ffffff;
	padding: 10px 0px 20px 0px;
	background-color: #468150;
}
footer#footer div.background {
	position: absolute;
	width: 100%;
	height: 30px;
	left: 0px;
	top: -30px;
	background: url(../imgs/background-footer.png) repeat-x center bottom;
	background-size: auto 30px;
}
footer#footer p.copyright {
	font-size: 14px;
}
