<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
* {
    font-family: '游ゴシック体', 'Yu Gothic', YuGothic, sans-serif;
font-weight: 500;
 letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	color: #333333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: 'palt';
}

.hira,
.c-nav-ttl,
.str-box .balloon,
.str-box .str-ttl,
.chara-ttl,
.root-in p,
.root-in a,
.ttl-box h3,
.btn-txt-area p,
.model-area p,
footer .tel-txt {	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;}

.mei,
#g-nav a,
.btn-def,
.n-box .cat,
.n-box .date,
.item-box p:nth-last-of-type(1),
.inq-intro p,
footer a { font-family: "メイリオ", Meiryo, Osakas, sans-serif !important;}

.course-num,
.arial { font-family: Arial, Helvetica, "sans-serif" !important;}

.sample{
	font-family :
	MyYuGothicM, /* Windows調整用 */
	YuGothic,    /* Mac用 */
	sans-serif;
}

.utility-sp{
	display: none;
}
body {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
	min-width: 1000px;
	background: url(../img/top-box-bg.gif) repeat 0 0;
}
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}


img {
	border: 0;
	vertical-align:bottom;
}
.for-mv{
	display: block;
}
a { text-decoration: none;}

ul, li { list-style: none;}
.for-pc{ display:block;}
.for-tab,.for-sp { display: none !important;}

.pd10_p{ padding-bottom:10px;
       display:inline-block;
			 }
.for-tab{ display:none;}
/* インデント */
p.indent-1 {
padding-left:7px;
text-indent:-7px;
}
p.indent-2 {
padding-left:1em;
text-indent:-1em;
}
/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}

.yu-mi,
.inst-r dl * { font-family: YuMincho,    /* Macの游明朝 */
               'Yu Mincho', /* Windowsの游明朝 */
               'MS Mincho', /* 游明朝がないWindows（MS PMinchoなら字詰めされる） */
               serif;
}
/* clearfix */
.cf:after,
.ie9 .crs-links ul:after{
    content: "";
    display: block;
    clear: both;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/* align */
.cen   { text-align: center !important; }
.left  { text-align: left !important; }
.right { text-align: right !important; }


/* text-indent */
.indent {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

.att {
  padding-left: 0.7em;
  text-indent: -0.6em;
	display: inline-block;
}

.txt-red { color: #f00;}


/* font-size */


/* margin,padding */
.sce_bottom{
	margin-bottom:50px;
	}

.pt10{
	padding-top: 10px;
}

.pt20{
	padding-top: 20px;
}

.mb20{
	margin-bottom:20px;
	}
.mb40{
	margin-bottom:40px;
	}
/* 半透明 */
	a:hover img{
	transition: all .3s;
 opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
	}
.com-inner{
	width: 1000px;
	margin: 0 auto;
}
.li-18{
	line-height: 1.8;
}


/* -------------------------------------------------
header
----------------------------------------------------*/
header{
    background: url(../img/head-top-bg-repeat.png) repeat-x center top 0,url(../img/head-niji.png) no-repeat right 0px top 20px,#fff;
	position: relative;
	z-index: 2;
	background-size: auto,300px;
	padding: 0 0 40px;
}

header .btn-ag li{
	display: inline-block;
	border-right: dotted 1px #592f2a;
}
header .btn-ag li:first-child{
	border-left: dotted 1px #592f2a;
}
header .btn-ag li a{
	display: block;
	padding: 0 20px;
}
header .left-box{
	float: left;
}
header .right-box{
	float: right;
	background: url(../img/head-bird.png) no-repeat left 0; 
	padding: 0 0 10px 160px;
}
header .com-inner{
	padding:100px 0 0;
}
header .heead-contact{
	text-align: right;
	padding-top: 20px;
}
/* -------------------------------------------------
フッター
----------------------------------------------------*/
footer{
	padding-top: 70px;
}
.footer-logo{
	text-align: center;	
}
.footer-access{
	flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}
.contact-muso{
	display: inline-block;
	background: #ac9270;
	border-radius: 50px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	padding: 5px  20px;
	margin: 30px 0 25px;
}
.footer-access ul{
	float: left;
	line-height: 1.8;

}
.footer-access ul a{
	font-weight: bold;
	font-size: 1.4rem;	
}
.footer-access .farst{
	padding-right: 30px;
}
.footer-name{
	padding-bottom: 20px;
}
.footer-tel{
	padding-bottom: 65px;
}
.footer-access{
	padding:  60px 0 100px;
}
.f-map iframe{
	width: 100%;
}
.footer-copy{
	background: #ac9270;
	color: #fff;
	text-align: center;
	padding: 25px 10px;
}
#map-footer-area {
 width: 100%;
   height: 400px;
}
.btn-fix {
    position: fixed;
    top: calc(50% - 270px);
    right: -4px;
    z-index: 20;
}
.btn-fix2 {
    position: fixed;
    top: calc(50% - 270px);
	left: -6px;
    z-index: 20;
}
.btn-fix img {
	max-width: 95%;
}
.btn-fix2 img {
	max-width: 95%;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 100;
}
#page-top a {
    padding: 10px;
    text-align: center;
    display: block;
}
/* -------------------------------------------------
トップページコンテンツ
----------------------------------------------------*/
.top-mv-warap{
	position: relative;

}
.top-mv-warap .main-mv{
	position: relative;
	top: -20px;
	z-index: 1;
	text-align: center;
	background:url(../img/white-si-bg.png) repeat-x center bottom 0;
}
.top-mv-warap .top-mv-second{
	padding: 30px 0 0;
	position: relative;
	z-index: 3;
    top: -70px;
}
.top-mv-warap .top-mv-second .com-inner{
	display: table;
}
.top-mv-warap .top-mv-second p {
	display: table-cell;
}
.pc-g-nav ul{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
	margin-bottom: 100px;
}
.pc-g-nav ul img{
	vertical-align: -5em;
}
.pc-g-nav ul a{
 position: relative;
  display: inline-block;
  text-decoration: none;
}
.pc-g-nav ul a::after {
  position: absolute;
  bottom: -18px;
  left:25%;
  content: '';
  width:50% ;
border-top: dotted 5px #b38f7e;
 opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.pc-g-nav ul a:hover::after {
  bottom: -18px;
  opacity: 1;
  visibility: visible;
}
.top-sec01{
	background:url(../img/dod-bg-img.png) repeat-x center bottom 0,url(../img/top-blue-bg.gif) repeat 0 0;
	padding-top: 20px;
}
.top-sec01 .top-middle-text-img{
	text-align: center;
}
.top-sec01 .boder-radius{
	background: url(../img/top-box-bg.gif) repeat 0 0;
	box-sizing: border-box;
	border-radius: 25px;
	border: solid 6px #9e674c;
	position: relative;
	padding: 75px 10px 35px;
}
.top-sec01 .top-middle-img{
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translate(-50%,-50%);
}
.top-sec01 .niji-bg{
	background: url(../img/top-tonbo.png) no-repeat right 20% top 30px,url(../img/top-niji.png) no-repeat left -173px top 50px;
	padding: 200px 0 60px;	
}
.top-sec02 ul{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}
.top-sec02{
	padding: 80px 0 100px;
	background: url(../img/dod-bg-img.png) repeat-x center bottom 0;
}
.sub-com-title {
	font-size: 2.8rem;
	font-weight: bold;
	text-align: center;
	color: #67321c;
	margin-bottom: 60px;
}
.sub-com-title .english{
	font-size: 1.5rem;
	font-weight: bold;
	display: block;
	color: #67321c;
	padding-top: 10px;
}
.com-sub-icon{
	padding-bottom: 15px;
}
.top-sec03{
	padding: 100px 0 120px;
	background: url(../img/dod-bg-img.png) repeat-x center bottom 0,url(../img/dod-bg-img.png) repeat-x center top 0;}
.top-sec03 .top-ceo-img{
	text-align: center;
	padding: 10px;
	margin-right: 20px;
}
.top-sec03 .top-ceo-img span{
	display: block;
	padding-top: 20px;	
}
.top-sec03 .right-text{
	line-height: 2.2;
}
.top-sec03 .top-ceo-ara{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;	
}
.top-sec04{
	background: url(../img/top-oreng-bg.gif) repeat 0 0;
	padding: 90px 0 80px;
}
.info-list{
	margin-bottom: 40px;
}
.info-list{
	display: block;
	background: url(../img/info-bg.jpg) repeat 0 0;
	border:solid 4px #cab8b2;
	transition: all 0.3s;
}

.info-list-inner{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
	padding: 30px;
}
.info-list-inner .title{
font-size: 1.6rem;
    font-weight: bold;
    background: #a57a60;
    color: #fff;
    padding: 15px;
	margin-bottom: 25px;

}
.info-list-inner .content{
	font-size: 1.5rem;
	line-height: 1.8;
}
.info-list-inner .content img{
	max-width: 100%;
	height: auto;
}
.info-list-inner .tham{
	padding: 10px;
}


.info-list-inner .right-cont{
	padding: 10px;
	width: 70%;
}
.top-slider ul{
	height: 220px!important;
	overflow: hidden;
}
top-middle-text-img
/* -------------------------------------------------
ぬくもりのある遊具
----------------------------------------------------*/
.com-main-sub-title{
	text-align: center!important;
	padding-bottom: 40px;
}
.com-main-sub-title img{
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sub-header{
    background: url(../img/head-top-bg-repeat.png) repeat-x center top 0,
				url(../img/head-niji.png) no-repeat right 0px top 20px,
				url(../img/sub-head-sky.jpg) repeat-x 0 0,
				url(../img/top-box-bg.gif) repeat 0 0;
	position: relative;
	z-index: 2;
	background-size: auto,300px;
	padding: 0 0 40px;	
}
.com-sub-mv{
	text-align: center;
	padding: 0 10px 0;
}
.yugu-sec01{
	padding-bottom: 40px;
}
.yugu-sec01 .text{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #4d3d31;
	line-height: 2.2;
	letter-spacing: 0.1em;
	padding-top: 40px;
	background: url(../img/yu-gu-text-bg.png) no-repeat center;
}
.yugu-middle-title{
	background: url(../img/orenge-dod.png) no-repeat left 0 bottom 0;
	padding: 0 0 15px;
	margin-bottom: 20px;
}
.yugu-su-text{
	font-size: 1.6rem;
	font-weight: bold;
	color: #563b3b;
	line-height:1.9;
}
.yugu-sec02 .com-inner{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;	
}
.yugu-com-box .left-box{
	padding-top: 70px;
}
.mokusei-doubutu{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;		
}
.mokusei-doubutu li{
	padding: 0 5px 0;
}
.yugu-sec02{
	margin-bottom: 20px;
}
.yugu-sec03{
	margin-bottom: 60px;
}
.yugu-sec03 .com-inner{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;	
	flex-flow: row-reverse;
}
.yugu-sec03 .yugu-su-text{
	padding-bottom: 50px;	
}
.yugu-sec04 ul{
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;		
}
.yugu-sec04 ul li{
	padding: 0 5px;
}
.yugu-sec04 .yugu-su-text{
	padding-bottom: 70px;
}
/* -------------------------------------------------
園での一日
----------------------------------------------------*/
.day-mv-text{
	text-align: center;
}
.day-sec01{
	background: url(../img/day-sec-top-bg.png) no-repeat bottom 0 center;
	background-size: 100%;
	padding: 20px 0  80px;
}
.day-sec02{
	background:url(../img/day-line-bg.png) repeat-y center, #fff;
}
.day-sec02 .day-en-top{
	text-align: center;
}
.day-sec02 .bg-orenge{
	background: url(../img/day-tex-bg-orenge.png) no-repeat center;
	background-size: cover;
	position: relative;
	display:inline-block;
	padding: 36px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.8;
	width: 100%;
	margin-bottom: 30px;
}
.day-sec02 .bg-orenge::after{
 position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    -moz-box-shadow: inset 0px 0px 10px 10px #fff;
    -webkit-box-shadow: inset 0px 0px 10px 10px #fff;
    box-shadow: inset 0px 0px 10px 10px #fff;
    content: " ";
}
.day-sec02 .flex-01{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;			
}
.day-sec02 h4{
	text-align: center;
}
.day-sec02 .day-pm-ereven{
	padding-top: 150px;
	padding-bottom: 20px;
}
.day-sec02 .day-pm-ereven img{
	max-width: 100%;
}
.day-sec02 .flex-01 .box-right{
	width: 50%;
	padding-left: 52px;
}
.day-sec02 .days-lunch{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	padding-bottom: 55px;
}
.day-sec02 .days-lunch li{
	width: 33%;
}
.day-sec02 .flex-02{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;		
}
.cont-01 .flex-01 .box-02{
	padding-top: 40px;
}
.cont-02 .flex-02 .box-02{
	padding-top: 40px;
	padding-bottom: 40px;
}
.cont-02 .flex-02 .box-end{
	padding-top: 60px;
}
.cont-02 .flex-02 .box-right{
	width: 50%;
	padding-left: 44px;
}
.cont-02 .flex-02 .day-tow-oclock{
	padding-right: 20px;
}
.cont-02 .flex-02 .day-tow-oclock img{
	max-width: 100%;
}
.day-sec03{
	background: #fff;
	padding-bottom: 70px;
}
.day-sec03 .com-inner{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
}
.day-sec03 .com-inner .left-box{
	width: 30%;
}
.day-sec03 .com-inner .right-box{
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
	width: 70%;
	padding-top: 60px;
}
.day-sec04{
	background: #fff;
	padding-bottom: 40px;
}
.day-sec04 .com-inner{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
	background: url(../img/day-pink-bg.png) left 100px center no-repeat;
	}
.day-sec04 .left-box{
	width:45%;
	padding-top: 150px;
	}
.day-sec04 .right-box{
	width:55%;
	}
.day-sec04 .time{
	font-size: 2.2rem;
	font-weight: bold;
	color: #42392f;
	padding-bottom: 20px;
	line-height: 1.4;
	padding-top: 30px;
}
.day-sec04 .time span{
	font-size:1.6rem;
	font-weight: bold;
	color: #42392f;
}
.day-sec04 .bodre-text{
	background: linear-gradient(transparent 60%, #fb7e7e 0%);
	display: inline;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #42392f;
}
.text-under{
	font-weight: bold;
	font-size: 1.8rem;
	color: #42392f;
	padding-top: 25px;
}
.day-sec05{
	background: #fff;
	padding-top: 45px;
}
.day-sec05 .com-inner{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
	text-align: center;
}
.day-sec05 .left-box{
	width: 48%;
	background: url(../img/day-nakayoshibgt01.png) no-repeat center top,url(../img/day-yellow-heart.png) no-repeat center top 20px;
	background-size: auto, 60%;
	padding-bottom: 50px;
}
.day-sec05 .right-box{
	width: 48%;
	background: url(../img/day-nakayoshibgt02.png) no-repeat center top,url(../img/day-pink-heart.png) no-repeat center;
	background-size: auto,contain;
}
.day-sec05 .tex01{
	font-size: 1.6rem;
	font-weight: bold;
	color: #42392f;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 18px;
}
.day-sec05 ul li{
	line-height: 1.8;
	font-size: 1.5rem;
}
.day-sec06{
	background:url(../img/day-bottom-bg.gif) no-repeat,#fff;
	background-position: bottom 0 center;
	background-size: 100%;
	padding: 40px 0 150px;
}
.day-sec06 .com-inner ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;	
}
.day-sec06 .com-inner ul li{
	width: 33%;
}
.day-nakayoshi-under-title{
	text-align: center;
	padding-bottom: 30px;	
}
/* -------------------------------------------------
園の紹介
----------------------------------------------------*/
.intro-sec01{
	background: url(../img/intro-sub-title-bg.png) no-repeat;
	padding: 0 0 140px;
	background-position: top 50px center;
	
}
.intro-sub-title{
	padding: 10px 10px 40px;
	text-align: center;
}
.intro-sec01 .text{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 2.2;
	letter-spacing: 0.2rem;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}

.sub-title-star{
	text-align: center;
}
.intro-feature-box-warap01{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 60px;
	padding-top: 30px;
}
.intro-feature-box-warap01 .intro-fueature-box-list{
	width: 24%;
}
.intro-fueature-box-list .no01{
	padding-bottom: 20px;
	text-align: center;
}
.intro-fueature-box-list .text{
	text-align: left;
	line-height: 1.8;
	font-size: 1.3rem;
}
.intro-fueature-box-list .title{
	text-align: center;
	padding-bottom: 40px;
}.intro-fueature-box-list .title img{
    vertical-align: -35px;
}
.intro-feature-box-warap02{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.intro-feature-box-warap02 .intro-fueature-box-list{
	width:32%;
}
.intro-sec02{
	padding: 0 0 75px;
}
.intro-sec03{
	background: url(../img/top-oreng-bg.gif) repeat 0 0;
	padding: 70px 0 120px;
}
.intro-sec03 .white-box-warap{
	background: #fff;
	border-radius: 50px;
	padding: 50px 40px;
	margin-top: 30px;
}
.intro-sec03 .white-box-warap dl{
	display: table;
	border-bottom: dashed 1px #a6937c;
	width: 100%;
	padding: 15px 0;
}
.intro-sec03 .white-box-warap dt,dd{
	display:table-cell;
	vertical-align:top;
	line-height: 1.8;
}
.intro-sec03 .white-box-warap dt{
	background: url(../img/intro-table-bg.png) no-repeat left 0 top 8px;
	width: 90px;
	padding-left:15px;
	color: #67321c;
	font-size: 1.5rem;
	font-weight: bold;
}
.intro-sec03 .white-box-warap dd{
	padding-left: 60px;
}
.intro-sec03 .white-box-warap .last{
	border-bottom: none;
}
.intro-sec04{
	padding: 70px 0 0px;
}
.intro-sec04 dl{
	display: table;
	width: 100%;
	padding: 15px 0;
	border-bottom: dashed 1px #a6937c;
}
.intro-sec04 dl dt,.intro-sec04 dl dd{
	display:table-cell;
	vertical-align:top;
	line-height: 1.8;
}
.intro-sec04 dl dt{
	width: 135px;
}
.intro-sec04 .top-dl{
	border-top: dashed 1px #a6937c;
}
.under-table-warap{
	padding-top: 40px;
}
/* -------------------------------------------------
年間行事
----------------------------------------------------*/

.event-sec {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2% 0;
}

.event-sec .event-l {
	width: 23%;
}

.event-sec .event-l img {
	width: 100%;
}

.event-sec .event-r {
	width: 77%;
}

.event-sec .event-r img {
	width: 100%;
}


/* -------------------------------------------------
給食について
----------------------------------------------------*/

.lunch-img01 img {
	margin: 0 auto;
	padding: 4% 0;
}

.lunch-img02 img {
	display: block;
	margin: 0 auto;
	padding: 4% 0;
}

.lunch-img03 img {
	display: block;
	margin: 0 auto;
	padding: 4% 0;
}

.lunch-txtcenter {
	text-align: center;
	display: block;
	line-height: 2.5;
    padding: 1% 0;
}

.lunch-box-area01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4% 0;
}

.lunch-box-area01 .lunch-box {
	width: 30%;
}

.lunch-box-area01 .lunch-box img {
	width: 100%;
}

.lunch-box-area01 .lunch-box p {
	line-height: 1.5;
    padding: 4%;
}

.lunch-box-area02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4% 0;
}

.lunch-box-area02 .lunch-box-l {
	width: 45%;
}

.lunch-box-area02 .lunch-box-l img {
	width: 100%;
}

.lunch-box-area02 .lunch-box-r {
	width: 50%;
}

.lunch-box-area02 .lunch-box-r p {
	line-height: 2;
	padding: 4% 0;
	font-weight: bold;
}

.lunch-box-area02 + p {
	line-height: 2;
	padding: 0 0 2%;
	font-weight: bold;
}

.lunch-box-area03 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 4% 0 0;
}

.lunch-box-area03 .lunch-box-l {
	width: 45%;
	padding-bottom: 2%;
}

.lunch-box-area03 .lunch-box-r {
	width: 50%;
	padding-bottom: 2%;
}

.lunch-box-area03 .lunch-box-l img{
	width: 100%;
}

.lunch-box-area03 .lunch-box-r img{
	width: 100%;
}

.lunch-box-area03 .lunch-box-l p {
	line-height: 1.5;
	padding: 2% 0;
	font-weight: bold;
}

.lunch-box-area03 .lunch-box-r p {
	line-height: 1.5;
	padding: 2% 0;
	font-weight: bold;
}

.lunch-box-area03:nth-child(odd) {
  flex-direction: row-reverse;
}


/* -------------------------------------------------
年間行事
----------------------------------------------------*/

.event-sec {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2% 0;
}

.event-sec .event-l {
	width: 23%;
}

.event-sec .event-l img {
	width: 100%;
}

.event-sec .event-r {
	width: 77%;
}

.event-sec .event-r img {
	width: 100%;
}




/* -------------------------------------------------
園内案内
----------------------------------------------------*/

.about-img01 {
	background: url(../img/about-icon01.png) left bottom no-repeat, url(../img/about-icon02.png) right bottom no-repeat;
	padding-bottom: 8%;
}



.about-img01 img {
	margin: 0 auto;
	padding: 4% 0;
}

.about-img02 {
	background: url(../img/about-img02.png) right top no-repeat;
	background-size: contain;
	margin: 4% 0 0;
}

.about-img02 img {
	width: 60%;
	padding: 4% 0 4% 4%;
}

.sec-about02, .sec-about03, .sec-about04, .sec-about05, .sec-about06 {
	background: #fff;
}


.about-entei-title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 4%;
}

.about-entei-title .about-entei-l {
	width: 50%;
}

.about-entei-title .about-entei-r {
	width: 48%;
	padding: 12% 0 4%;
	background: url(../img/about-img05.png) right top no-repeat;
	background-size: 45%;
}

.about-entei-title .about-entei-r p {
	padding: 4% 0;
	line-height: 2;
	font-weight: bold;
}

.about-entei-title .about-entei-l img {
	width: 100%;
}


.about-entei-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2%;
}

.about-entei-box .about-entei-l {
	width: 46%;
}

.about-entei-box .about-entei-r {
	width: 46%;
}

.about-entei-box .about-entei-l img {
	width: 100%;
}

.about-entei-box .about-entei-r img {
	width: 100%;
}

.about-entei-box .about-entei-l p, .about-entei-box .about-entei-r p {
	line-height: 2;
	padding: 4%;
}

.about-hoiku-title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 4%;
}

.about-hoiku-title .about-hoiku-l {
	width: 48%;
	padding: 12% 0 4%;
	background: url(../img/about-img10.png) right top no-repeat;
	background-size: 45%;
}

.about-hoiku-title .about-hoiku-l p {
	padding: 4% 0;
    line-height: 2;
    font-weight: bold;
}

.about-hoiku-title .about-hoiku-r {
	width: 50%;
}

.about-hoiku-title .about-hoiku-r img {
	width: 100%;
}

.about-hoiku-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2%;
}


.about-hoiku-box .about-hoiku-l {
	width: 46%;
}

.about-hoiku-box .about-hoiku-r {
	width: 46%;
}

.about-hoiku-box .about-hoiku-l img {
	width: 100%;
}

.about-hoiku-box .about-hoiku-r img {
	width: 100%;
}

.about-hoiku-box .about-hoiku-l p, .about-hoiku-box .about-hoiku-r p {
	line-height: 2;
	padding: 4%;
}

.about-img01{
	text-align: center;
}
.sumire-box01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 2%;
}

.sumire-box01 .sumire-box01-l {
	width: 30%;
}

.sumire-box01 .sumire-box01-l img {
	width: 100%;
}

.sumire-box01 .sumire-box01-r {
	width: 66%;
}

.sumire-box01 .sumire-box01-r p {
	padding: 4% 0;
	line-height: 2;
}


.sumire {
	background: url(../img/about-img16.png) no-repeat center center;
}


.sumire-box02 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 0 2%;
}

.sumire-box02 .sumire-box02-l {
	width: 47%;
}

.sumire-box02 .sumire-box02-l p {
	padding: 16% 0;
	line-height: 2;
}

.sumire-box02 .sumire-box02-r {
	width: 53%;
}

.sumire-box02 .sumire-box02-r img {
	width: 100%;
}

.sec-about05 {
	width: 100%;
	margin: 0 auto;
}

.sec-about05 img {
	width: 100%;
	margin: 0 auto;
}

.sec-about06-title {
	padding: 4% 0;
}

.sec-about06-title img {
	display: block;
	margin: 0 auto;
}

.sec-about06-txt {
	padding: 4% 0;
}

.sec-about06-txt img {
	margin: 0 auto;
}

.sec-about06-box-l img {
	display: block;
}

.sec-about06-box-l p {
	line-height: 2;
	padding: 1% 0 4%;
	font-weight: bold;
}

.sec-about06-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 2% 0 2%;
}

.sec-about06-box:nth-child(even){
	flex-direction: row-reverse;
}

.sec-about06-box .sec-about06-box-l {
	width: 48%;
}

.sec-about06-box .sec-about06-box-l-bg {
	background: url(../img/about-img23.png) no-repeat top right;
	background-size: 36%;
}

.sec-about06-box .sec-about06-box-l img.img20-bg {
	padding: 20% 0 4%;
}

.sec-about06-box .sec-about06-box-r {
	width: 48%;
}

.sec-about06-box .sec-about06-box-r img {
	width: 100%;
}

.sec-about06-box-l img.about06-sub {
	padding: 4% 0;
}

.sec-about06-btm {
	padding: 0 0 4%;
}

.sec-about06-btm img {
	display: block;
	margin: 0 auto;
}
/* -------------------------------------------------
お知らせ-シングル
----------------------------------------------------*/
.news-single-warap .info-list-inner {
    flex-wrap: nowrap;
    display: inherit;
    justify-content: space-between;
    padding: 30px;
	width: 100%;
}
.news-single-warap .info-list-inner .right-cont {
    padding: 10px;
    width: 100%;
}
.news-single-warap .info-list-inner .right-cont img {
	max-width: 100%;
	height: auto;
}
.c-backbtn a {
    display: block;
    background: #ac9270;
    transition: all 0.3s;
    box-sizing: border-box;
    border: solid 1px #ac9270;
    padding: 15px 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
	width: 80%;
	margin: 30px auto 0;
	
}
.c-backbtn a:hover{
	color: #ac9270;
	background: #fff;
}
.news-single-warap .info-list-inner .title {
    font-size: 2.2rem;
    padding-bottom: 0;
    font-weight: bold;
	border-left: 3px solid #9a705d;
	padding-left: 15px;
	margin-bottom: 40px;
	background: #7e411d;
	padding: 15px 0 15px 15px;
	color:#fff; 
}
.news-single-warap .date{
	color: #7e411d;
	font-weight: bold;
    padding:0 0 10px;
}

.sekai-link a{
    text-decoration: underline;
    text-decoration-color: blue;
    color: blue;
}
/* -------------------------------------------------
園だより
----------------------------------------------------*/
.tayori-table-box .content{
	line-height: inherit;
}

#tayori_first_pic{
	padding-top: 50px;
}

.tayori-table-box .see-pdf {
	background: url(../img/tayori_pdf.png) no-repeat;
	background-position: left center;
	padding:34px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* -------------------------------------------------
スライダー
----------------------------------------------------*/


.bx-wrapper {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
	border: none;
	background:inherit;
}
</pre></body></html>