@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, 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;
	outline: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

:focus {
	outline: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

body {
	color: #333;
	font-family: 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
}


/* リンク設定
------------------------------------------------------------*/

a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #813b4e;
}

a:hover,
a:active {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #cdcdcd;
}


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

#wrapper,
.inner {
	margin: 0 auto;
	width: 1040px;
}

#header {
	text-align: center;
	border-top: 10px solid #813b4e;
	margin-bottom: 60px;
	background-color: #FFF7EC;
	padding: 60px 0;
}



#footer {
	clear: both;
	padding: 40px 20px;
	background-color: #813b4e;
}


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

#site-logo {
	text-align: center;
	font-size: clamp(22px, 6vw, 48px);
	font-weight: bold;
}


/* トップページ　メイン画像
------------------------------------------------------------*/

.post {
	margin: 0 0 80px 0;
}


/* タイポグラフィ
------------------------------------------------------------*/

.title {
	clear: both;
	margin-bottom: 40px;
	padding-bottom: 7px;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

.title span {
	padding-bottom: 10px;
	border-bottom: 3px solid #000000;
}

.post p {
	margin-bottom: 15px;
}

.post ul,
.post ol{
	margin: 10px 0 20px 20px;
}

.post ul li {
	padding-left: 5px;
	list-style: disc;
	margin-bottom: 10px !important;
}

.post ol li {
	padding-left: 5px;
	list-style: decimal;
	margin-bottom: 10px !important;
}

.post h1 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 150%;
	font-weight: bold;
	color: #000000;
	border-bottom: 3px solid #000000;
}

.post h2{
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 130%;
	font-weight: bold;
	color: #000000;
	border-bottom: 2px solid #000000;
	clear: both;
}

.post h3 {
	margin: 15px 0 25px;
	padding: 15px 0;
	font-size: 120%;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	overflow: hidden;
}

.post h4 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.post h5 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}

.post h6 {
	margin: 15px 0 10px;
	padding: 15px 0;
	font-size: 110%;
	font-weight: bold;
}


.post img {
	max-width: 100%;
	height: auto;
}


.post .contentL{
	float: left;
}

.post .contentR{
	float: right;
	width: 60%;
}


.post .btn a {
	width: 60%;
	border: 2px solid #000;
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 20px;
    line-height: 1;
    clear: both;
    background: #fff;
    margin: 0 auto;
}

.post .btn a:hover { color: #813b4e; border: 2px solid #813b4e;}


@media screen and (max-width: 320px) {
  .post dt{
    width: 100%;
    float: none;
  }
  .post dd{
    margin-left: auto;
    border-left: none;
  }
}


img.aligncenter {
	display: block;
	margin: 5px auto 30px auto;
}

img.alignright {
	margin: 5px 0 30px 30px;
}

img.alignleft {
	margin: 5px 30px 30px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}
.aligncenter {
	text-align: center;
}
.text-right{
	text-align: right;
}

.strong{
	font-size: 24px;
	font-weight: bold;
	color: #db0654;
}

.button {
	display: inline-block;
	position: relative;
	background-color: #1abc9c;
	padding: 10px 40px;
	border-radius: 4px;
	color: #fff;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
	color: #FFF;
}
.button:active {
	top: 3px;
	box-shadow: none;
}

.button.pink {
	background-color: #ff7787;
	box-shadow: 0 3px 0 #e85868;
}
.button.pink:hover {
	background-color: #f997b0;
	box-shadow: 0 3px 0 #fbc1d0;
}

h4 span{
	font-size: 14px;
}


.post .notice{
	padding: 15px 25px 7px;
	border-radius: 4px;
	background-color: #eaf4ff;
	word-wrap: break-word;
}




/* フッター
------------------------------------------------------------*/
#footer .footer-title {
	text-align: center;
	margin-bottom: 20px;
}

#footer .footer-title a {
	font-size: 150%;
	font-weight: bold;
	color: #fff;
}

#footer .footer-inner {
    width: 700px;
    margin: 0 auto 20px;
}

#footer .footer-inner h3{
    text-align :center;
     margin: 40px auto 20px;
}

#footer .footer-inner p{
    color: #fff;
}

#footer .footer-inner dl{
	width: 350px;
    margin: 20px auto 20px;
}


#footer .footer-inner dl dt{
    color: #fff;
    float: left;
}

#footer .footer-inner dl dd{
    color: #fff;
    margin-left: 80px;
    text-align: left;
}

#footer .footer-inner dl dd a{
    color: #fff;
}

#footer .btn a {
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 15px 20px;
    line-height: 1;
    clear: both;
    background: #fff;
    margin: 0 auto;
}

#footer .btn a:hover { color: #813b4e; }

#copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	font-size: 75%;
	zoom: 1;
}

#pagetop {
	position: fixed;
	right: 30px;
	bottom: 0;
	font-size: 40px;
}

#pagetop a {
	color: #fff;
	text-decoration: none;
}


/* トップページ 最新記事3件
------------------------------------------------------------*/

.post h3.nursery-name{
	padding: 0;
	border-bottom:0!important;
	text-align: center;
	margin-bottom: 20px;
}

.post h3.nursery-name img {
	max-width: 480px!important;
	height: auto;
}

.post dl {
	margin-bottom: 30px;
}

.post dt {
	font-weight: bold;
}

.post dd {
	margin-bottom: 10px;
}



/*
------------------------------------------------------------*/
@media only screen and (min-width:645px) {
	.post dl {
		width: 100%;
		overflow: hidden;
	}

	.post dt {
		width: 30%;
		float: left;
		padding: 10px;
		box-sizing: border-box;
	}

	.post dd {
		margin-left: 30%;
		padding: 10px;
	}

	.post dd:after {
		display: block;
		content: "";
		clear: both;
	}
}

/* iPadサイズ以下（1024px）から 1カラム表示に切り替え
------------------------------------------------------------*/

@media only screen and (max-width:1024px) {
	#wrapper,
	#header,
	.inner {
		width: 100%;
	}

	#mainImg {
		margin-bottom: 30px;
	}
	#page-title h1,
	#page-title p{
		padding-left: 20px;
		padding-right: 20px;
	}

	#content,
	.content,
	#sidebar {
		clear: both;
		float: none;
		margin: 20px;
	}
	#footer {
		margin: 0;
		border: 0;
		text-align: center;
	}
	#footer ul {
		text-align: center;
	}
	#footer li {
		margin-right: 20px;
	}
}


/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/

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

	#site-logo img {
		width: 80%;
	}

	.title {
		margin-bottom: 20px;
	}
	
	.post h3.nursery-name img {
	    max-width: 300px!important;
	    height: auto;
	}	
	.post .contentL,
	.post .contentR {
	    float: none;
	     width: 98%; 
	}
	
	.post img {
		display: block;
	    margin: 0 auto;
	    width: 96%;
	}
	#footer .footer-inner {
	    width: 98%;
	    margin: 0px auto 20px;
	}
	.thumbWrap ul.thumb li {
		width: 95%;
		margin-bottom: 30px;
	}
	.thumbWrap.onecol ul.thumb li,
	.thumbWrap.twocol ul.thumb li {
		width: 95%;
	}
	.post .special-service{
		padding: 10px 10px 10px 8px;
	}
}


/* News
------------------------------------------------------------*/

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

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }


/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #333;
	font-size: 12px;
	padding: 3px 7px 2px;
	text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
	background: #999;
	border: 1px solid #999;
	border-radius: 5px 5px 5px 5px;
	color: #fff;
	font-size: 12px;
	padding: 3px 7px 2px;
	margin:0 1px;
	text-decoration: none;
}

.pager a:hover{
	background:#999;
	color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}

.bullet span{
	display: block;
	font-weight: bold;
}

.photos .alignleft{
	margin-right: 10px;
	margin-bottom: 20px;
}

.photos .alignleft:nth-child(2n) {
	margin-right: 0;
	
}


.photos .alignleft span{
	display: block;
}

.map-responsive {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
	height: 0;
	overflow: hidden;
}
.map-responsive iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

/* Form
------------------------------------------------------------*/
@media (max-width:480px) {
  .sp-hide {
    display:none
  }
}
@media (min-width:481px) and (max-width:640px) {
  .tb-hide {
    display:none
  }
}
@media (min-width:641px) {
  .pc-hide {
    display:none
  }
}

.ozn-input {
    font-size: 1em;
}
.ozn-check.vertical label {
    display: inline-block;
}
button {
    cursor: pointer;
}