charset "UTF-8";

/* 画面表示用スタイル-トップページPC用 */

/* ------------------------基本設定------------------------ */
body {/* 他の設定はPC用・スマホ共用のmain.cssに記述 */
	width: auto;
}
div.baseall {
	min-width: auto;
}


/* ------------------------ヘッダー------------------------ */
/* style_baseに記述 */


/* ------------------------グローバルナビ------------------------ */
/* style_baseに記述 */


/* ------------------------コンテンツ大枠------------------------ */
/* コンテンツ大枠------------------------ */
div#main {
    margin: 0 10px 100px;
    width: calc(100% - 20px);
    color: #87612a;
    float: none;
    clear: both;
    padding: 0;
    font-size: 100%;
}
div.wrap {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
	width: 100%;
}
div.infoarea {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}


/* ------------------------フッター------------------------ */
/* style_baseに記述 */


/* ------------------------子育てトップ------------------------ */
/* トップ画像エリア */
div.designContents{
	width: 100%; 
}
#Mainvisual {
    text-align: center;
    width: 100%;
    margin: 0px auto 20px;
}
#Mainvisual img{
	max-width: 100%;
	width: 100%!important;
	height: auto!important;
}

/* 施設紹介エリア */
div.topContentWrap,
div.bottomContentWrap{
	display: block;
}
.topContentLeft, .topContentRight {
    position: relative;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    float: none;
    clear: both;
}
.topContentLeft {
    margin-right:0;
}
.topContentRight {
    margin-left: 0;
}
.topContentWrap .topContentRight {
	margin-top: 50px;
}
.facilityContents, div.designContents div.freshContents {
    position: relative;
    margin-bottom: 30px;
    background-image: url(/images/ornament_img01.png);
    background-repeat: repeat-x;
    background-size: 100px auto;
    background-position: left top;
    background-color: #FFF;
    padding: 41px 20px 20px;
    height: 270px;
    border-radius: 0 0 3px 3px;
}
.facilityTitle {
    margin: 0 0 25px;
    font-size: 140%;
    font-weight: 500;
    color: #87612a;
}
div.designContents * p.facilityMore {
    margin: 0;
    position: absolute;
    top: 47px;
    right: 35px;
}
.facilityMore a {
    padding: 8px 21px 7px;
    color: #FFF;
    font-size: 78%;
    border-radius: 15px;
    text-decoration: none;
    background-color: #87612a;
}
.facilityContent {
    display: flex;
    justify-content: center;
    width: 100%;
}
.facilityContentLeft, .facilityContentRight {
    float: none;
    clear: both;
    width: auto;
}
.facilityContentLeft{
	margin-right: 20px;
}
.facilityContent img {
    margin-bottom: 5px;
    width: 200px;
}
div.designContents h3.facilityContentTitle {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 90%;
    color: #87612a;
    line-height: 1.5;
    text-indent: 0;
}
div.designContents h3.facilityContentTitle:before{
	content: none;
}
div.designContents h3.facilityContentTitle span {
    font-size: 140%;
    display: block;
}

@media (max-width: 490px){
	div.facilityContents{
		height: auto;
	}
	.facilityContent{
		display: block;
	}
	.facilityContentLeft, .facilityContentRight {
		width: 80%;
		margin: 0 auto;
		text-align: center;
	}
	.facilityContentLeft{
		margin-right: auto;
		margin-bottom: 10px;
	}
	.facilityContentTitle{
	}
	div.designContents * p.facilityMore{
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 20px;
	}
	.facilityTitle{
		margin: 0 0 10px;
		text-align: center;
	}
}



/* 更新情報エリア */
.fls {
    background-image: url(/images/koushin_dummy.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% auto;
    height: 360px;
}
div.designContents * p.newsMore {
    margin: 0;
    position: absolute;
    right: 10px;
    z-index: 2;
    top: 47px;
    right: 35px;
}
.newsMore a {
    top: 20px;
    padding: 8px 21px 7px;
    color: #FFF;
    font-size: 78%;
    border-radius: 15px;
    text-decoration: none;
    background-color: #87612a;
}
.facilityContents, div.designContents div.freshContents {
    position: relative;
    margin-bottom: 30px;
    background-image: url(/images/ornament_img01.png);
    background-repeat: repeat-x;
    background-size: 100px auto;
    background-position: left top;
    background-color: #FFF;
    padding: 41px 30px 20px;
    height: 270px;
    border-radius: 0 0 3px 3px;
}
div.designContents div.freshContents::before {
    position: absolute;
    top: -55px;
    right: 55px;
    content: '';
    display: block;
    width: 80px;
    height: 62px;
    background-image: url(/images/character_img02.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 80px auto;
}
h2.freshTitle {
    margin: 0 0 20px;
    padding: 0;
    font-size: 130%;
    background: none;
    color: #87612a;
    font-weight: 500;
    border: none;
}
div.freshContents ul.freshContentList {
    margin: 0 5px 0 0;
    padding: 0 0 5px;
    list-style-type: none;
    height: 200px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.freshContents li.freshContentBlock {
    padding: 10px 0;
    border-bottom: 1px solid #cea467;
    list-style-type: none;
}
div.freshContents .freshContentDate {
	display: block;
    padding: 0;
    width: 100%;
    float: none;
}
div.freshContents .freshContentTitle {
	display: block;
    margin-left: 0;
    margin-top: 5px;
}

@media (max-width: 490px){
	div.designContents div.freshContents{
		height: auto;
	}
	h2.freshTitle{
		text-align: center;
		margin: 0 0 10px;
	}
	div.designContents * p.newsMore{
		text-align: center;
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto 20px;
	}
}


/* バナーエリア */
.eventBtn, .reportBtn{
	margin: 10px 0;
}
.eventBtn a {
    line-height: 4.5;
    color: #FFF;
    text-decoration: none;
    background-color: #ff9069;
    width: 100%;
    display: flex;
    font-size: 124%;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
}
.eventBtn a img,
.reportBtn a img{
	height: auto;
	padding-right: 0.3em;
}
.reportBtn a {
    line-height: 4.5;
    color: #FFF;
    font-size: 124%;
    text-decoration: none;
    background-color: #bfd638;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 3px;
}