@charset "UTF-8";

/* ------------------------------------------------------------------------------------------

追加修正分CSS 2018-9

------------------------------------------------------------------------------------------ */



/* -------------------- TOPページ 下部リンク -------------------- */

#sai .linksList li.l1 a {
	display: flex;
    align-items: center;
}

#sai .linksList li a {
	min-height: 62px;
}

@media print, screen and (min-width: 481px) {

#sai .linksList li {
	display: flex;
    align-items: center;
}

}



/* -------------------- 保育園紹介検索 -------------------- */


#sai #categorizeBox .toggleInner ul li input[type="text"] {
	width: 100%;
    height: auto;
    line-height: 20px;
    padding: 8px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    margin: 16px auto;
}

#sai #categorizeBox .toggleInner ul li .site {
	width: 100%;
}

#sai #categorizeBox .toggleInner ul li .site label {
	width: 100%;
}

#sai #categorizeBox .toggleInner ul li .site + .siteInner {
	background: #f8f8f8;
    overflow: hidden;
    max-height: 0;
    transition: all 300ms ease;
}

#sai #categorizeBox .toggleInner ul li .site.site-off + .siteInner {
	max-height: 0 !important;
}

#sai #categorizeBox .toggleInner ul li .siteInner .siteHeight {
	background: #f1f1f1;
}

#sai #categorizeBox .toggleInner ul li .siteInner .siteHeight label {
	border-top: 1px solid #e2e2e2;
	padding-left: 16px;
}


@media print, screen and (min-width: 481px) {

#sai #categorizeBox .toggleInner ul li label:hover {
    text-decoration: underline;
    background: #f1f1f1;
}

#sai #categorizeBox .toggleInner ul li input[type="text"] {
	display: block;
	width: calc(100% - 32px);
}

#sai #categorizeBox .toggleInner ul li .siteInner .siteHeight {
    background: #f8f8f8;
}

#sai #categorizeBox .toggleInner ul li .siteInner .siteHeight label {
	padding-left: 36px;
}

}



/* -------------------- 保育園紹介画像の大きさ -------------------- */

@media print, screen and (min-width: 481px) {

#sai .detailHeader .nurseryImg {
	width: 310px;
    height: 232.5px;
    overflow: hidden;
	text-align: center;
}

#sai .detailHeader .nurseryImg img {
	width: auto;
	height: 100%;
}

}



/* -------------------- イベント・説明会 -------------------- */

#sai .other .linkBox ul li {
	padding: 6% 4%;
	border-top: 1px solid #e2e2e2;
}

#sai .other .linkBox ul li:first-child {
	padding-top: 0;
	border-top: none;
}

#sai .other .linkBox ul li a {
	display: block;
}

#sai .other .linkBox ul li img {
	display: block;
	margin-bottom: 4%;
}

#sai .other .linkBox ul li .sitename {
	display: block;
}

#sai .other .linkBox ul li .sitetxt {
	display: block;
	color: #7c7c7c;
}

@media print, screen and (min-width: 481px) {

#sai .other .linkBox ul {
	display: flex;
	justify-content: space-between;
}

#sai .other .linkBox ul li,
#sai .other .linkBox ul li:first-child {
	width: 310px;
	border: 1px solid #e2e2e2;
    transition: background 150ms ease-in-out;
	padding: 16px;
}

#sai .other .linkBox ul li:hover {
    background: #f8f8f8;
}

#sai .other .linkBox ul li a:hover {
	text-decoration: none;
}

#sai .other .linkBox ul li a:hover .sitename {
	text-decoration: underline;
}

}



/* -------------------- イベント・説明会 カレンダー -------------------- */

#sai #calendar .date {
	font-size: 1.8rem;
	font-weight: bold;
	color: #FF5D52;
    padding: 2% 0 2% 4%;
}

#sai #calendar .calendarBox {
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
    margin: 0 4% 4%;
}

#sai #calendar .calendarBoxInner {
    width: 640px;
}

#sai #calendar .calendarBoxInner,
#sai #calendar .topweek,
#sai #calendar .week {
	border-collapse: collapse;
	border: 1px solid #E2E2E2;
}

#sai #calendar .topweek {
	width: 92px;
    height: 27px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    background: #F8F8F8;
}

#sai #calendar #sat {
	color: #6ED2C3;
}

#sai #calendar #sun {
	color: #FF5D52;
}

#sai #calendar .week {
	width: 92px;
    height: 64px;
    font-weight: bold;
    font-size: 1.2rem;
    vertical-align: baseline;
    padding: 6px;
}

#sai #calendar .week a {
    width: 100%;
    height: 100%;
    display: inherit;
}

#sai #calendar .week .plan {
    display: block;
    border-radius: 4px;
    padding: 4px;
    margin-top: 2px;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.4;
}

#sai #calendar .week .plan .Tbtime {
	font-weight: bold;
}

#sai #calendar .week .category1 {
	background: rgba(110, 210, 195, .6);
}

#sai #calendar .week .pk {
	background: #FFC1B6;
}

#sai #calendar .week .category2 {
	background: #f9c801;
}

#sai #calendar .week .category3 {
	background: #bdda5c;
}

#sai #calendar .gray {
	color: #E2E2E2;
}

/*ボタン*/

#sai .buttonBox {
	margin-bottom: 12%;
	padding: 0 4%;
}

#sai .buttonBox button {
	width: 30%;
	font-size: 1.2rem;
	border: 1px solid #E2E2E2;
	border-radius: 20px;
	position: relative;
	background: #fff;
	margin-right: 3%;
}

#sai .buttonBox button:last-child {
	margin-right: 0;
}

#sai .buttonBox .bt1:after {
	content: url(../svg/arrow-pink.svg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    margin: auto;
    width: 8px;
    height: 14px;
    transform: scale(-1, 1);
}

#sai .buttonBox .bt3:after {
	content: url(../svg/arrow-pink.svg);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25%;
    margin: auto;
    width: 8px;
    height: 14px;
}

#sai .buttonBox button a {
	display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 11px 0;
}

#sai .buttonBox .bt1 a {
	padding-left: 10px;
}

#sai .buttonBox .bt3 a {
	padding-right: 10px;
}

/*ボタン user agent stylesheet 変更*/

#sai .buttonBox button {
	padding: 0;
    align-items: normal;
    text-align: center;
    text-rendering: inherit;
    letter-spacing: 0;
    word-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    display: initial;
    -webkit-writing-mode: unset !important;
}

/*月リンク先*/

#sai .eventListBox {
	margin-top:-50px;
	padding-top:50px;
}

#sai .eventList {
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
}

#sai .eventTitle .tags.category1 {
	background-color: rgba(110, 210, 195, .6);
}

/*#sai .eventTitle .tags.pk {
	background: #FFC1B6;
}*/

#sai .eventTitle .tags.category2 {
	background-color: #f9c801;
}

#sai .eventTitle .tags.category3 {
	background-color: #bdda5c;
}

/* カレンダー説明 */
#sai .plannoteBox {
	margin-bottom: 4%;
	padding: 0 4%;
}

@media print, screen and (min-width: 481px) {

#sai #calendar .date {
	font-size: 2.4rem;
    padding: 2% 0;
}

#sai #calendar .calendarBox {
    overflow-x: hidden;
    margin: 0 0 4%;
}

/*ボタン*/

#sai .buttonBox {
	margin-bottom: 12%;
	padding: 0;
}

#sai .buttonBox button {
	width: 120px;
	font-size: 1.5rem;
	border-radius: 24px;
	margin-right: 135px;
	transition: background 150ms ease-in-out;
}

#sai .buttonBox button:hover {
	background: #f8f8f8;
}

#sai .buttonBox button a {
    padding: 1.4rem 0;
}

/*月リンク先*/

#sai .eventListBox {
	margin-top:-60px;
	padding-top:60px;
}

/* カレンダー説明 */
#sai .plannoteBox {
	margin-bottom: 4%;
	padding: 0;
}

}

/* カレンダー説明 */
#sai .plannote.category1 {
	background-color: rgba(110, 210, 195, .6);
}

#sai .plannote.category2 {
	background-color: #f9c801;
}

#sai .plannote.category3 {
	background-color: #bdda5c;
}


/* -------------------- 現役保育士の声 検索 MAP -------------------- */

#sai #categorizeBox .toggleInner .saitamaMap {
    padding: 6% 0;
    margin: 0 4%;
    border-bottom: 1px solid #e2e2e2;
}

#sai #categorizeBox .toggleInner .saitamaMap img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

#sai #categorizeBox .toggleInner .saitamaMap p {
	font-size: 1.3rem;
}

@media print, screen and (min-width: 481px) {
#sai #categorizeBox .toggleInner .saitamaMap {
    padding: 4% 4% 6%;
    margin: 0;
}

#sai #categorizeBox .toggleInner .saitamaMap img {
    width: 100%;
}


#sai #categorizeBox .toggleInner .saitamaMap p {
	font-size: 1.5rem;
}
}



