/*
 Theme Name: aritama2026
 Description: aritama2026
 Author: WebScale
 Author URI: http: //www.w-scale.com
 Version: 1.0
*/


html,body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 130%;
	text-align: center;
	-webkit-text-size-adjust: 100%;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.ip #top-container #top-contents #top-main .top-fixed-bk {
	background-attachment: scroll;
}

/* 共通 */
h1 {
	font-size: 0.8rem;
	text-align: left;
	margin-top: 0px;
	margin-bottom: -10px;
}

h2 {
	font-size: 2em;
	color: #ee3e67;
}

h3{
	font-size: 2em;
	color: #ee3e67;
}

img {
	border: none;
}

img.sloperight {
	transform: rotate(3deg);
}

img.slopeleft {
	transform: rotate(-2deg);
}

strong.point {
	background-color: #FFFF8D;
}

.left {
	float: left;
}

.right {
	float: right;
}

.top {
	vertical-align: top;
}

.clearboth {
	clear: both;
}

.middle {
	vertical-align: middle;
}

.green {
	/*background-image: url(img/bk-green.png);*/
	background-color: #BDDB9C;
}

.blue {
	/*background-image: url(img/bk-blue.png);*/
	background-color: #BBE9F9;
}

.yellow {
	/*background-image: url(img/bk-yellow.png);*/
	background-color: #EDEF8F;
}

.white {
	background-color: #ffffff;
}

.pink {/*FFE6E8*/
	background-color: #FFD1BD;
}

.orange{
	background-color: #F79E4D;
}

.brown {
	background-color: #a47c4e;
}

ul {
	list-style: none;
}

.point {
	font-size: 1.4rem;
	line-height: 140%;
	padding: 0px 5px;
}

.font-pink {
	color: #f25050;
}

p.tolink {/* 親要素にposition: relative を指定 */
	width: 150px;
	padding: 5px;
	background-color: orange;
	position: absolute;
	right: 5px;
	bottom: 0px;
	text-align: center;
	z-index: 10001;
}

p.tolink a {
	text-decoration: none;
	color: #ffffff;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 100000;
}

.fixed-center {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left:-500px;
	margin-top:-190px;
	z-index: 100;
}

.fixed-right {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: 400px;
	margin-top:-180px;
	z-index: 100;
}

.fixed-left {
	position: fixed;
	top: 50%;
	right: 50%;
	margin-right: 400px;
	margin-top:50px;
	z-index: 100;
}

.clearfix:after {/* clearfix */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix{/* clearfix for ie7 */
	display: inline-block;
}

.clearfix {
	display: block;
}

.page-message {
	font-size: 1.2rem;
	border-top: 3px dotted #333333;
	border-bottom: 3px dotted #333333;
	margin-bottom: 30px;
	padding: 10px 30px;
}

.title {
	padding: .3em;
	margin: 40px 0px 20px;
	position: relative;
	width: 500px;
	text-align: center;
}

.title span {
	display: block;
	padding: .30em 1em;
	border: 2px dashed #ffffff;
}


/* 共通 */
#header,
#container,
#footer {
	width: 100%;
	min-width: 1200px;
	text-align: center;
}

.inner {
	width: 1200px;
	margin: auto;
}

/* 共通：ヘッダー */
#header {
	background-color: rgba(255,255,255,.9);
	width: 100%;
	min-width: 1000px;
	min-height: 140px;
	text-align: center;
	color: #7F4F21;
	margin: 0px 0px 0px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
}

#header-inner {
	width: 1000px;
	margin: auto;
}

#header-address {
	padding-left: 50px;
}

#header p.title {
	margin-top: -20px;
	margin-bottom: -20px;
}

#header #nav {
	width: 100%;
	text-align: center;
}

#header #nav #main-nav ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

#header #nav #main-nav ul li {
	width: 10%;
	margin: 0.5%;
	background-color: #ffffff;
	list-style: none;
	border: 2px solid #000000;
	border-radius: 10px;
}

#header #nav #main-nav ul li a {
	display: block;
	padding: 10px 0px;
	text-decoration: none;
	color: #000000;
}

#header #nav #main-nav .bt-all {
	padding: 10px 0px;
	cursor: pointer;
}

#header #nav #main-nav .bt-all:after {
	content: '全てのMENU';
}

#header #nav #all-nav {
	display: none;
}

#header.open {
	height: 100%;
	overflow: auto;
}

#header.open #nav {
	height: 100%;
}

#header.open #nav #main-nav .bt-all:after {
	content: '閉じる';
}

#header.open #nav #all-nav {
	display: block;
	background-color: rgba(0,0,0,0.6);
}

#header.open #nav #all-nav ul {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	padding: 0px;
}

#header.open #nav #all-nav ul li {
	width: 20%;
	margin: 0.5%;
	background-color: #ffffff;
	list-style: none;
	border: 2px solid #000000;
	border-radius: 10px;
}

#header.open #nav #all-nav ul li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #000000;
}

/* 共通：コンテンツ */
#container {
	width: 100%;
	min-width: 1000px;
	margin-top: 180px;
	margin-bottom: -60px;
}

#contents {
	width: 100%;
	min-width: 1000px;
	margin-top: 30px;
	text-align: left;
	background-image: url(img/bk-yellow.png);
	padding-top: 30px;
}

#contents-inner {
	width: 960px;
	margin: auto;
	padding-bottom: 80px;
}

/* 共通：フッター */

#footer {
	width: 100%;
	padding-top: 1em;
}

#footer-nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#footer-nav ul li {
	width :13%;
	padding: 10px 0;
	text-align: left;
	border: 1px solid #000000;
	margin: 10px 0.5% 0 0.5%;
	border-radius: 3px;
	text-align: center;
	background-color: rgb( 255,255,255,0.8);
}

#footer-nav ul li ul.sub-menu li{
	width: 95%;
	padding-left: 5%;
}

#footer-nav ul li a {
	text-decoration: none;
	color: #000000;
}

#footer img {
/*	width: 45%; */
	width: 234px;
	height: auto;
}

#footer iframe {
	width: 45%;
	height: 450px;
	margin: auto;
}

/* 共通：ホームへ */
#to-home {
	position: fixed;
	bottom: 10px;
	right: 20px;
	font-size: 0.8rem;
	color: #722f03;
	z-index: 100000;
}

#to-home img {
	margin: 0px 0px -20px 0px;
}

#to-home a {
	text-decoration: none;
	color: #722f03;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}

#to-home a:hover {
	text-decoration: none;
}


/* トップページ */
#top-container {
	width: 100%;
	min-width: 1000px;
	margin-top: 190px;
}

#top-contents {
	width: 100%;
	min-width: 1000px;
	margin-top: 10px;
	text-align: center;
	height: 100%;
}

#top-banner {
	clear: both;
	width: 100%;
	text-align: center;
}

#top-banner-inner {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	/*height: 100%;*/
}

.top-erea-title {
	font-size: 1.4rem;
	font-weight: normal;
	width: 200px;
	border: 3px dotted #40220F;
	color: #40220F;
	padding: 10px 5px;
	margin :1em auto 0 auto;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

#top-main {
	height: 100%;
	text-align: center;

}

.top-fixed-bk {
	position: relative;
	min-height: 100vh;
	text-align: center;
/*	background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	display: flex;
}

.top-fixd-title {
	font-size: 2rem;
	color: #ffffff;
	font-weight: bold;
	border: 3px double #ffffff;
	line-height: 210%;
	padding: 0px 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
}

.top-fixed-bk.top-bk1 {
	background-image: url(img/bk-1.jpg);
}

.top-fixed-bk.top-bk2 {
	background-image: url(img/bk-2.jpg);
}

.top-fixed-bk.top-bk3 {
	background-image: url(img/bk-3.jpg);
}

.top-fixed-bk.top-bk4 {
	background-image: url(img/bk-4.jpg);
}

.top-scrolling-bk {
	min-height: 100%;
	margin: 0px;
}

.top-scrolling-container1 {
	width:100%;
	margin: auto;
	line-height: 200%;
	position: relative;
}

.top-scrolling-container2 {
	width: 100%;
	min-width: 1000px;
	margin: auto;
	padding-top: 1em;
}

.tokuchou {
	padding-top: 30px;
}

.taisetsu-title {
	font-size: 1.5rem;
	color: #ffffff;
	margin: auto;
	width: 250px;
	padding: 20px;
	-webkit-border-top-left-radius: 20px;  
	-webkit-border-top-right-radius: 20px;  
	-moz-border-radius-topleft: 20px;  
	-moz-border-radius-topright: 20px;  
}

.three-colum {
	clear: both;
	width:960px;
	overflow: hidden;
	margin: auto;
	padding: 0px;
	display: table;
	position: relative;
	z-index: 10000;
}

.three-colum li {
	display: table-cell;
}

.three-colum li img.taisetsu {
	border: 6px double #ffffff;
	margin-top: -30px;
	position: relative;
}

#blog,
#news {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 80%;
	margin: auto 10%;
}

#blog div,
#news div {
	width: 31%;
	height: 300px;
	margin: 1% 0.72%;
	border: 1px solid #000000;
	border-radius: 5px;
	background: #ffffff;
	overflow: hidden;
	padding: 3px;
}

#blog div {
	text-align: center;
}

#blog-more p.more,
#news-more p.more {
	float: right;
	margin-right: 8%;
	width: 100px;
	text-align: center;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #000000;
	border-radius: 3em;
}

p.more a {
	text-decoration: none;
}

#news p {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2em;
  padding: 0 1em 0.2em 1em;
}

#news p a.moreread {
	text-decoration: none;
	border: 1px solid #000000;
	padding: 0px 10px;
	background: gray;
	border-radius: 5px;
	text-align: right;
	color: #ffffff;
}

#blog img,
#news img {
	width: 250px;
	height: 250px;
	object-fit: cover;
}

.photo-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.photo-list div {
	width: 30%;
	margin: 1%;
}

.photo-list div img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/*園の概要*/
.info h4 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #333333;
	width: auto;
}

.info {
	line-height: 150%;
}

.gaiyou li {
	border-bottom : 3px dotted green;
	padding: 10px 2px;
	min-height: 20px;
}

.gaiyou li span {
	padding-left: 20px;
}

.colum1 {
	float: left;
}

.colum2 {
	display: block;
	margin-left: 150px;
}

ul.shisetsu li {
	float: left;
	margin: 5px;
	text-align: center;
}

dl.mokuhyou dt {
	margin-top: 20px;
	padding: 10px 0px;
}

/*園の特徴*/

.feature .description {
	float: left;
	margin: 20px 0px 0px 0px;
	height: 80px;
	width: 700px;
	padding: 10px 20px;
	border: 3px dotted #ffffff;
	font-size: 1.1rem;
}

.feature h4 img {
	float: left;
}

.feature ul {
	margin-left: 150px;
}

.feature ul li {
	float: left;
	margin: 0px 20px 20px 20px;
	text-align: center;
	font-size: 1.1rem;
	padding: 10px;
	width: 300px;
}

.feature ul li img {
	border: 6px double #ffffff;
}

#real,#tasty,#think,#else {
	margin-top: -100px;
	padding-top: 100px;
}


/*園の一日*/
.schedule table {
	width: 100%;
}

.schedule table tr th img {
	margin: 0px;
	vertical-align: middle;
	width: 60px;
}

.schedule table tr td img {
	margin: 10px;
	vertical-align: middle;
}

.schedule table tr th{
	font-size: 1.2rem;
}

.schedule table tr td{
	background-color: rgba(255,255,255,.8);
	text-align: center;
	width: 250px;
	padding: 10px;
	font-size: 1.5rem;
	color: #C5354C;
	line-height: 120%;
	vertical-align: top;
	height:60px;
}

.schedule table.collapse-cell th {
	visibility: collapse;
	display: none;
}

#tiisaiko {
	float: left;
	width: 560px;
}

#ookiiko {
	float :left;
	width: 350px;
}

#tiisaiko td.pink {
	background-color: #FFD1BD;
}

#ookiiko td.blue {
	background-color: #BBE9F9;
}

/*給食*/
.lunchservice-tag img {
	margin-bottom: 30px;
}

/*給食のこだわり*/
.lunchpoint h4 {
	width: auto;
}

.lunchpoint {
	text-align: center;
}

.lunchpoint img {
	margin: 20px auto;
}

.lunchpoint-message p {
	text-align: left;
}

ul.lunchboast li {
	float: left;
	padding: 10px;
	font-size: 1.2em;
}

.lunchboast li img {
	margin: 0px;
}

/*年間行事*/
.event {
	position: relative;
	color: #333333;
	display: inline-block;
	padding: 5px;
	overflow: hidden;
}

.event img {
	border: 10px solid #fff;
	border-bottom: 45px solid #fff;
	-webkit-box-shadow: 3px 3px 3px #777;
	-moz-box-shadow: 3px 3px 3px #777;
	box-shadow: 3px 3px 3px #777;
}

.event-comment {
	position: absolute;
	bottom: 0;
	left: 20px;
}

span.month {
	font-size :150%;
	font-weight: bold;
	padding-right: 10px;
	color: #662121;
}

.event-tag p {
	display: inline;
}

.event-tag p span {
	position: absolute;
	color: #ffffff;
	display: inline-block;
	right: -20px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
	text-align: center;
	text-transform: uppercase;
	top: 16px;
	background: #d93131;
	width: 125px;
	padding: 5px 8px 5px 15px;
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
}

.event-tag p:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -17px;
	right: 69px;
	z-index: -1;
	border: 17px solid;
	border-color: transparent transparent #662121 transparent;
}

.event-tag p:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: 74px;
	z-index: -1;
	right: -10px;
	border: 17px solid;
	border-color: #662121 transparent transparent transparent;
}

/* 園児募集 */
.boshuu {
	text-align: center;
}

.boshuu table {
	border: 1px solid #000000;
	font-size: 120%;
	margin: auto;
}

.boshuu table tr {
	border: 1px solid #000000;
	padding: 10px;
	background-color: #ffffff;
}

.boshuu table td {
	border: 1px solid #000000;
	padding: 10px 30px;
	background-color: #ffffff;
}

.boshuu dl {
	width: 500px;
	margin: 20px auto 0px auto;
}

.boshuu dl dt {
	clear: both;
	float: left;
	font-size: 140%;
	padding: 20px 0px;
}

.boshuu dl dd {
	float: left;
	padding: 20px 0px;
}


/* 情報開示 */
.kaiji {
	padding: 20px;
	text-align: center;
}

.kaiji h5 {
	margin: auto;
	font-size: 1.4rem;
	padding: 30px;
	width: 200px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
}

.kaiji ul {
	border: 1px solid #ffffff;
	margin: -10px auto auto auto;
	padding: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;

}

.kaiji ul li {
	float: left;
	width: 272px;
	margin :10px;
	padding: 10px;
}

.kaiji ul li img {
	margin: 10px;
}

/*苦情解決*/
.complaint table {
	width: 80%;
	margin: 30px auto;
} 

.complaint table th,
.complaint table td {
	border: 1px solid #333333;
	padding: 10px;
	background: #ffffff;
}

.complaint table th {
	background-color: #dddddd;
	width: 28%;
	text-align: center;
}

.complaint table td {
	width: 68%;
}

/*お問い合わせ*/
.contact{
	background-color: #ffffff;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
	width: 100%;
}

.contact-inner{
	padding: 20px;
	margin: auto;
}

.contact-form {
	border-top: 2px dotted #000000;
}
.contact-form dl dt {
	margin: 0px;
	padding: 0px;
}

.contact-form dl dd {
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.policy {
	padding: 10px;
	border: 1px solid #000000;
	text-align: left;
}

/*保護者専用書類ダウンロード*/
.download ul {
	border: 1px solid #ffffff;
	margin: auto;
	padding: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

.download ul li {
	display:inline-block;
	text-align: center;
	width: 400px;
	margin-bottom: 20px;
}

.download ul li img {
	margin: 10px;
}

.childpage-list ul {
	list-style: none;
}

.childpage-list ul li {
	float: left;
	margin: 10px 10px 50px 10px;
	text-align: center;
}


/*保護者専用アルバム*/
.albumlist {
	margin-bottom: 350px;
}

.albumlist li {
	float: left;
}

.album {
	clear: both;
	margin-top:-100px;
	padding-top:100px;
	margin-bottom: 100px;
}
.album h4 {
	background-color: rgba(255,255,255,.6);
}

.album ul {
	background-color: rgba(255,255,255,.6);
	margin-top: -22px;
}

.album ul li {
	float: left;
	margin :10px;
	padding: 10px;
	text-align: center;
}

.album ul li img {
	margin: 10px;
}


/*記事一覧*/
#entry-list dl dt {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	margin-bottom: 10px;
	float: left;
	clear: both;
}

#entry-list dl dd {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

button {
	width: 30%;
	margin-left: 35%;
	padding: 10px 20px;
	font-size: 1em;
	border: 1px solid #000000;
	border-radius: 5px;
	background: gray;
	color: #ffffff;
}

select {
	width: 30%;
	margin-left: 35%;
	padding: 10px 20px;
 	font-size: 1em;
 	border: 1px solid #000000;
 	border-radius: 5px;
 	color: #000000;
}

/*記事詳細*/
#entry {
	width: 100%;
	margin-bottom: 2em;
}

#entry-inner {
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	text-align: center;
}

#entry h4 {
	font-size: 1.4em;
	margin-top: 10px;
	color: #79532e;
	border-bottom: 2px dotted #79532e;
	padding-left: 10px;
	padding-bottom: 10px;
}

#entry-content {
	margin: auto;
	text-align: left;
	width: 80%;
	margin-left: 10%;
}

.recently-more {
	text-align: center;
	background-color: green;
	padding: 10px;
}

.recently-more a {
	color: #ffffff;
}