@charset "utf-8";

/*common
----------------------------------------------------*/
/* 設定 */
/*
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
}
*/

* {
	font-family: YuGothic, "游ゴシック", sans-serif;
	font-weight: 400;
	margin: 0;
	padding: 0;
	color: #231815;
}

.mincho {
    font-family: "HG明朝E",serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
}

.mincho-sp {
	font-family: "Sawarabi Mincho";
	color: #006934;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.mincho-sp.hana_sp_txt { color: #ee869a;}
	
html{
	font-size: 62.5%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url("../images/bg_emblem.png"), url("../images/body.jpg");
	background-repeat: no-repeat, repeat;
	background-position: right top, left;
	background-attachment: fixed;	
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1;
	overflow-x: hidden;
}
body.hana {
	background-image: url("../images/hana/hana_conts_bg.png"), url("../images/body.jpg");
	background-repeat: no-repeat, repeat;
	background-position: left calc(50% + 420px) top 555px, 0 0;
	background-attachment: scroll, fixed;	
}

img {
	border: 0;
	vertical-align:bottom;
}

a { text-decoration: underline;}

ul, li { list-style: none;}

.sp { display: none;}


/* float */
.fLeft { float: left !important;}
.fRight { float: right !important;}


/* clearfix */
.cf:after {
    content: "";
    display: block;
    clear: both;
}


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


/* text-indent */
h1 a,
.utility a,
#gnav a,
.btn_style a,
.f_logo a,
.f_info li a,
.banner_area a {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	}

/* layout
----------------------------------------------------*/
.wrapper { border-bottom: 2px solid #d8d8d8;}

.trunk {
	width: 96%;
	max-width: 1000px;
	padding: 0 20px;
	margin: 0 auto;
	}
.fixed .trunk {
	width: 98%;
	padding: 0 10px;
}

header a,
#gnav a,
.fixed #gnav a,
.btn_style a,
.f_logo a,
.f_info li a,
.banner_area a {
	display: block;
	width: 100%;
}
h1 a { height: 79px;}
h1.hana_logo a { height: 83px;}
.fixed h1 a { height: 58px;}
.fixed h1.hana_logo a { height: 64px;}
.utility a { height: 40px;}
#gnav a { height: 14px;}
#gnav li:nth-last-of-type(2) a { height: 40px;}
.btn_style a { height: 54px;}
.f_logo a { height: 65px;}
.f_info li a { height: 36px;}
.banner_area a { height: 130px;}

.conts_ttl,
.policy_head,
.policy_area figcaption { text-align: center;}

.anc {
	padding-top: 94px;
	margin-top: -94px;
}


/* btn */
.btn_style {
	width: 250px;
	height: 54px;
	margin: 0 auto;
}

.top_policy .btn_style { background: url("../images/btn_policy.png") no-repeat left center;}

.top_blog .btn_style { background: url("../images/btn_blog.png") no-repeat left center;}

/* flex */
#gnav ul,
.policy_area,
.top_recruit ul,
#fnav > ul,
.for_wrap,
.img_garden,
.tab_area,
.rec_links,
.flow_in dd,
.hana_box_wrap,
.feature_conts,
.activity_list_wrap,
.hana_fee_wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}


/* header */
header {
	padding: 25px 0;
	margin-bottom: 20px;
}
header.fixed { padding: 15px 0 15px;}
.sub header { margin-bottom: 0;}

.h_inner {
	position: relative;
	padding: 0 20px;
}

h1 {
	position: relative;
	z-index: 100;
	background: url("../images/h_logo.png") no-repeat 0 0;
	width: 257px;
	height: 82px;
	transition: all .3s;
}
h1.hana_logo {
	background: url("../images/hana/hana_logo.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 245px;
	height: 74px;
}

.fixed h1 {
	background-image: url("../images/h_logo02.png");
	background-size: 180px 58px;
	width: 180px;
	height: 58px;
	transition: .4s;
}
.fixed h1:hover { opacity: 0.7;}

.fixed h1.hana_logo {
	background: url("../images/hana/hana_logo.png") no-repeat 0 0;
	background-size: 100% auto;
	width: 195px;
	height: 59px;
}

.utility {
	position: absolute;
	right: 20px;
	top: 0;
}
.fixed .utility { display: none;}

.utility p {
	display: inline-block;
	vertical-align: middle;
}

.utility p:nth-of-type(1) { margin-right: 30px;}

.utility p:nth-last-of-type(1) {
	background: url("../images/h_btn_contact01.png") no-repeat left top;
	width: 254px;
	height: 40px;
}


/* main visual */
.mv { width: 100%;}

.mv li.no-link a { pointer-events: none;}

/*.main_slider a { pointer-events: none;}*/

/* global nav */
.menu_btn { display: none;}

#gnav { margin-top: -15px;}
.fixed #gnav { margin-top: -30px;}
.hana .fixed #gnav { margin-top: -40px;}

#gnav ul { justify-content: flex-end;}
.fixed #gnav ul { align-items: center;}

#gnav li {
	background-repeat: no-repeat;
	background-position: center center;
	height: 14px;
	margin-left: 30px;
}
.fixed #gnav li {
	margin-left: 25px;
	transition: .4s;
}
.fixed #gnav li:hover { opacity: .6;}

#gnav li:nth-of-type(1) {
	background-image: url("../images/gnav01.png");
	width: 42px;
	margin-left: 0;
}

#gnav li:nth-of-type(2) {
	background-image: url("../images/gnav02.png");
	width: 62px;
}

#gnav li:nth-of-type(3) {
	background-image: url("../images/gnav03.png");
	width: 63px;
}

#gnav li:nth-of-type(4) {
	background-image: url("../images/gnav04.png");
	width: 80px;
}

#gnav li:nth-of-type(5) {
	background-image: url("../images/gnav05.png");
	width: 96px;
}

#gnav li:nth-of-type(6) {
	background-image: url("../images/gnav06.png");
	width: 75px;
}

#gnav li:nth-of-type(7) {
	background-image: url("../images/gnav07.png");
	width: 94px;
}


#gnav li:nth-of-type(8) {
	background-image: url("../images/gnav10.png");
	width: 96px;
}

#gnav li:nth-of-type(9) {
	background-image: url("../images/gnav08.png");
	width: 62px;
}

#gnav li:nth-of-type(10) {
	background-image: url("../images/gnav09.png");
	width: 65px;
}

#gnav li:nth-of-type(11) {
	display: none;
	background-image: url("../images/h_btn_contact03.png");
	width: 40px;
	height: 40px;
	margin-right: 0;
}
.fixed #gnav li:nth-of-type(11) { display: block;}

.fixed {
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: rgba(255, 255, 255, 0.92);
	width: 100%;
	transition: .3s;
	transform: translateY(-100%);
}

.is-show { transform: translateY(0);}


/* footer */
footer { padding: 50px 20px 30px !important;}

#fnav { margin-bottom: 100px;}

#fnav > ul { justify-content: space-between;}

#fnav ul li ul li { margin-bottom: 14px;}

#fnav > ul > li > a {
	display: block;	
	color: #006934;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 17px;
}

/*#fnav ul li:nth-of-type(5) ul li:nth-of-type(1) a,*/
#fnav ul li:nth-of-type(5) ul li:nth-of-type(2) a,
#fnav ul li:nth-of-type(5) ul li:nth-of-type(3) a {
	pointer-events: none;
	color: #b2aba1;
}

.f_bottom { margin-bottom: 60px;}

.f_info,
.banner_area,
.f_map { float: left;}

.f_info { margin-right: 35px;}

.f_logo {
	background-image: url("../images/f_logo.png");
	width: 236px;
	height: 75px;
	margin-bottom: 15px;
}

.f_logo + p {
	border-bottom: 1px solid #231815;
	font-size: 1.5rem;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.f_info > p:nth-of-type(3) {
	font-size: 1.2rem;
	margin-bottom: 15px;
}

.f_info li {
	float: left;
	margin-right: 15px;
}

.f_info li a {
	background-image: url("../images/f_btn_contact.png");
	width: 180px;
	height: 36px;
}

.banner_area {
	background-image: url("../images/f_banner.jpg");
	width: 640px;
	height: 130px;
	margin-top: 10px;
}

.copy {
	background: url("../images/copy_bg.png") no-repeat center center;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 22px 0;
}

.f_attention {
	clear: both;
	font-size: 1.0rem;
	text-align: right;
	padding-top: 20px;
}

#mapDiv .gm-inset { display: none !important;}

/*pageTop*/
.totop {
	position: fixed;
	right: 60px;
	bottom: 80px;
}


/*index.html
======================================*/
h2.conts_ttl { margin-bottom: 50px;}

.info-para {
    width: 900px;
    margin: 0 auto 60px;
}

.info-para a {
    display: inline-block;
    padding-bottom: 8px;
    font-size: 1.8rem;
    color: #f00;
    border-bottom: 1px solid #f00;
}

/* 園の理念 */
.top_policy { margin-bottom: 150px;}

.policy_head { margin-bottom: 50px;}

.policy_area {
	justify-content: space-between;
	margin-bottom: 60px;
}

.policy_area figure {
	position: relative;
	width: 235px;
	text-align: center;
}

.policy_area figure p {
	position: absolute;
	top: -18px;
	left: 15px;
}

.policy_area img { margin-bottom: 15px;}

.policy_area figcaption {
	color: #228b22;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.policy_area p {
	line-height: 1.5;
	letter-spacing: 0.08em;
}


/* 募集エリア */
.top_recruit { margin-bottom: 115px;}

.top_recruit ul { justify-content: center;}

.top_recruit ul li {
	position: relative;
	background-color: #000;
	width: 320px;
	vertical-align: top;
	margin: 0 15px;
/*	overflow: hidden;*/
}

.top_recruit ul li:before {
	display: block;
	content: "";
	padding-bottom: 207px;
}
/*
.top_recruit ul li:nth-of-type(1):after {
	content: "2017年9月より、平成29年度11月入園・平成30年度4月入園の1号認定児（幼稚園児）の募集がはじまります。";
	position: absolute;
	color: #eb5400;
	font-size: 1.5rem;
	line-height: 1.7;
	padding: 0 10px;
	margin-top: 15px;
}
*/

.rnav_img {
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.88;
	width: 100%;
	height: 100%;
	transition: all .25s ease-in-out 0s;
}
.top_recruit ul li:hover .rnav_img { opacity: 1.0;}
/*
.top_recruit ul li:nth-of-type(2):hover .rnav_img,
.top_recruit ul li:nth-of-type(3):hover .rnav_img { opacity: 0.88;}
*/

.rnav_bg01 { background-image: url("../images/recruit_nav_img01.jpg");}
.rnav_bg02 { background-image: url("../images/recruit_nav_img02.jpg");}
.rnav_bg03 { background-image: url("../images/recruit_nav_img03.jpg");}

.top_recruit ul li a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.top_recruit h3,
.top_recruit h3 span {
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.08em;
}

.top_recruit h3 {
	position: absolute;
	bottom: 15px;
	width: 100%;
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.5;
	margin-top: -1.5em;
}
.mac .top_recruit h3 { font-size: 1.7rem;}

.top_recruit h3 span { font-size: 2.0rem;}

.top_recruit li.no_link span { visibility: hidden;}

.top_recruit li.no_link a { pointer-events: none;}

.top_recruit ul li.no_link:hover .rnav_img { opacity: 0.88;}


/* 園の記録 */
.blog_box p { text-align: left;}

.conts_body { margin-bottom: 110px;}

.blog_ttl { margin-bottom: 50px;}

.top_blog { margin-bottom: 150px;}

.blog_list { margin-bottom: 60px;}

.blog_list a {
	width: 298px;
	display: block;
	transition: all .25s ease-in-out 0s;
}
.blog_list a:hover { opacity: 0.7;}

.blog_list span {
	display: block;
	position: relative;
	width: 298px;
	height: 192px;
	background-color: #fff;
	overflow: hidden;
	margin-bottom: 20px;
}

.blog_box img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%!important;
	transform: translate(-50%, -50%);
}

.blog_box figcaption {
	color: #006934;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 6px;
}

.blog_box p:nth-of-type(1) {
	color: #808080;
	margin-bottom: 17px;
}

.blog_box p:nth-of-type(2) {
	line-height: 1.5;
	letter-spacing: 0.08em;
}

.top_blog .bx-viewport { margin-bottom: 50px;}


/* sub-layout
----------------------------------------------------*/
.sub_mv {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	width: 100%;
	/*height: 320px;*/
	height: 280px;
}
.mv_policy { background-image: url("../images/policy_mv.jpg");}
.mv_about { background-image: url("../images/about_mv.jpg");}
.mv_life { background-image: url("../images/life_mv.jpg");}
.mv_info { background-image: url("../images/info_mv.jpg");}
.mv_faq { background-image: url("../images/faq_mv.jpg");}
.mv_recruit { background-image: url("../images/recruit_mv.jpg");}
.mv_blog { background-image: url("../images/blog_mv.jpg");}
.mv_hana { background-image: url("../images/hana/hana_mv.jpg");}
.mv_misyu { background-image: url("../images/misyu_mv.jpg");}

.conts_wrap { margin-bottom: 150px;}

.conts_subttl {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	border-bottom: 2px solid #d5d9db;
	padding-bottom: 5px;
}

.please {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 50px;
}

/*パンくず*/
.page_path {
	position: relative;
	z-index: 100;
	background-color: #76a32d;
	margin-bottom: 30px;
}
.page_path_hana,
.page_path_contact { background-color: #ee869a;}

.page_path ul {
	margin-left: 180px;
	padding: 0.8em 0;
}

.page_path li,
.page_path a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.page_path li { display: inline-block;}

.page_path a { text-decoration: underline;}
.page_path a:hover { text-decoration: none;}


/*ページタイトルエリア .ttl_area*/
.ttl_area { position: relative;}
.ttl_policy { margin-bottom: 66px;}
.ttl_about { margin-bottom: 73px;}
.ttl_life { margin-bottom: 66px;}
.ttl_info { margin-bottom: 95px;}
.ttl_recruit { margin-bottom: 66px;}
.ttl_r_nursing { margin-bottom: 44px;}
.ttl_r_nursing_form { margin-bottom: 72px;}
.ttl_contact { margin-bottom: 142px;}
.ttl_access { margin-bottom: 142px;}
.ttl_pp { margin-bottom: 108px;}
.ttl_blog { margin-bottom: 176px;}
.ttl_faq { margin-bottom: 175px;}
.ttl_misyu { margin-bottom: 143px;}

.ttl_area h2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 101;
	margin-top: calc(-82px - 1.6em);
}

.head_area { margin-left: 190px;}

.head_area p.pc_txt { margin-bottom: 20px;}

.head_area p:nth-of-type(3) {
	font-size: 1.4rem;
	line-height: 2.0;
	letter-spacing: 0.05em;
}


.for_wrap,
.director_conts,
.ov_conts,
.info_conts,
.flow_conts,
.time_conts,
.pp_list,
.kids_conts { margin-bottom: 100px;}


/*園の方針
======================================*/
.for_wrap { justify-content: space-between;}

.for_box { width: 235px;}

.for_box figcaption,
.for_box p {
	line-height: 1.6;
	letter-spacing: 0.08em;
}

.for_box figcaption {
	color: #228b22;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	margin: 12px 0;
}

.for_box p { letter-spacing: 0.05em;}


/*教育・保育の理念*/
.vision_conts h3 { margin-bottom: 40px;}

.vision_conts > p {
	text-align: center;
	margin-bottom: 60px;
}

.vision_area {
	width: 490px;
	float: left;
	margin-bottom: 30px;
}
	.vision_area:nth-of-type(odd) { margin-right: 20px;}

.vision_area .v_list,
.vision_area .v_txt {
	display: table-cell;
	vertical-align: top;
}

.vision_area .v_txt { padding: 16px 0 0 20px;}

.vision_area .v_txt p { letter-spacing: 0.08em;}

.vision_area .v_txt p:nth-of-type(1) {
	color: #ea5504;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.vision_area .v_txt p:nth-of-type(2) { line-height: 1.9;}


/*園の概要
======================================*/
.director_conts {
	display: table;
	width: 100%;
}

.director_conts > p,
.director_conts .txt_area {
	display: table-cell;
	vertical-align: top;
}

.director_conts > p { width: 240px;}

.director_conts .txt_area { padding: 10px 0 0 50px;}

.director_conts .txt_area p {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.08em;
	margin-bottom: 1.0em;
}

.director_conts .txt_area p:nth-of-type(1) { text-indent: 1em;}

p.d_name {
	font-size: 1.8rem!important;
	text-align: right;
	margin-bottom: 0!important;
}

/*園の概要*/
video {
  width: 100%;
  height: auto;
}

.mov_area { margin-bottom: 60px;}

.about_area,
.capacity_area { margin-bottom: 80px;}

.ov_conts h3 { margin-bottom: 30px;}

.about_area h4,
.about_area h4 span {
	font-weight: bold;
	letter-spacing: 0.08em;
}

.about_area h4 {
	font-size: 2.0rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.about_area h4 span {
	font-size: 1.4rem;
	margin-right: 1em;
}

.tbl_about { border-top: 1px dotted #231815;}

.tbl_about dl {
	display: table;
	width: 100%;
	border-bottom: 1px dotted #231815;
	padding: 15px 0;
}

.tbl_about dt,
.tbl_about dd {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.9;
	padding-left: 20px;
}
.tbl_about dl:nth-of-type(5) dt { vertical-align: top!important;}

.tbl_about dt {
	width: 155px;
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
}

.tbl_about dd { font-size: 1.4rem;}

/*利用定員と職員配置*/
.subttl_area { margin-bottom: 30px;}

.subttl_area h4,
.subttl_area p { display: inline;}

.subttl_area h4 {
	color: #228b22;
	margin-right: 55px;
}

.subttl_area p {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.capacity_area table {
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

.capacity_area th,
.capacity_area td {
	width: 249px;
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 20px 0;
}

.capacity_area th {
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
}
	.capacity_area tr.mix td:nth-of-type(1) { line-height: 1.5;}

.capacity_area td { font-size: 1.4rem;}
	.capacity_area tr.mix td { vertical-align: middle;}

/*園舎について*/
.garden_conts h3 { margin-bottom: 30px;}

.img_garden {
	justify-content: space-between;
	flex-wrap: wrap;
}

.g_box {
	width: 320px;
	text-align: center;
	margin-bottom: 30px;
}

.g_box p:nth-of-type(1) { margin-bottom: 20px;}

.g_box p:nth-of-type(2) {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
}


/*園での生活
======================================*/
.oneday { margin-bottom: 100px;}

.oneday h3 { margin-bottom: 30px;}

.tab_area {
	/*background: url("../images/tab_area_outlind.png") no-repeat center center;*/
	justify-content: space-between;
	border: 1px solid #006934;
	padding: 43px 40px;
	margin-bottom: 70px;
}

.tab_area p,
.ts01 > p,
.ts02 > p,
.ts03 > p,
.ts04 > p {
	background-color: #fff;
	border-radius: 10px;
	box-shadow:0px 0px 7px 0px #ccc;
	-moz-box-shadow:0px 0px 7px 0px #ccc;
	-webkit-box-shadow:0px 0px 7px 0px #ccc;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.08em;
}

.tab_area p {
	width: 200px;
	color: #006934;
	font-size: 1.6rem;
	line-height: 1.6;
	cursor: pointer;
	padding: 13px 0;
}

.time_schedule { margin: 0 50px 100px;}

.ts01 > p,
.ts02 > p,
.ts03 > p,
.ts04 > p {
	color: #ff8c00;
	font-size: 1.9rem;
	padding: 20px 0;
	margin: 0 auto 50px;
}

.ts01,
.ts02,
.ts04 { background: url("../images/life_time01.png") no-repeat left top 108px;}

.ts03 { background: url("../images/life_time02.png") no-repeat left top 108px;}

.hide { display: none;}

.time_schedule ul {
	float: left;
	margin-left: 145px;
}

.time_schedule .ts_img_area {
	width: 350px;
	float: right;
}

.time_schedule ul { padding-top: 30px;}

.time_schedule li {
	font-size: 1.5rem;
	margin-bottom: 45px;
}
	.time_schedule li:nth-last-of-type(1) { color: #ea5504;}

.time_schedule .ts01 li:nth-of-type(5),
.time_schedule .ts01 li:nth-of-type(9) { margin-bottom: 1.3em;}
.time_schedule .ts01 li:nth-of-type(6) { margin-bottom: 68px;}
.time_schedule .ts01 li:nth-of-type(10) { margin-bottom: 186px;}
.time_schedule .ts01 li:nth-of-type(13) { margin-bottom: 72px;}

.time_schedule .ts02 li:nth-of-type(5),
.time_schedule .ts02 li:nth-of-type(9) { margin-bottom: 1.3em;}
.time_schedule .ts02 li:nth-of-type(6) { margin-bottom: 68px;}
.time_schedule .ts02 li:nth-of-type(10) { margin-bottom: 186px;}
.time_schedule .ts02 li:nth-of-type(13) { margin-bottom: 72px;}

.time_schedule .ts03 li:nth-of-type(3) { margin-bottom: 166px;}
.time_schedule .ts03 li:nth-of-type(5),
.time_schedule .ts03 li:nth-of-type(6) { margin-bottom: 100px;}

.time_schedule .ts04 li:nth-of-type(2) { margin-bottom: 160px;}
.time_schedule .ts04 li:nth-of-type(3) { margin-bottom: 160px;}
.time_schedule .ts04 li:nth-of-type(5) { margin-bottom: 220px;}
.time_schedule .ts04 li:nth-of-type(8) { margin-bottom: 75px;}

.ts_img_area p { margin-bottom: 20px;}
	.ts_img_area p:nth-last-of-type(1) { margin-bottom: 0;}

.other_schedule,
.other_year {
	margin-left: 70px;
	margin-right: 70px;
}

.other_schedule { margin-bottom: 70px;}

.other_schedule h4,
.other_year h4 {
	color: #228b22;
	margin-bottom: 20px;
}

.other_schedule li {
	background: url("../images/life_list_type.png") no-repeat left center;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding-left: 18px;
	margin-bottom: 1.5em;
}

/*年間行事*/
.years { margin-bottom: 120px;}

.years h3 { margin-bottom: 40px;}

.years > p { margin-bottom: 80px;}

.other_year li {
	display: inline-block;
	background: url("../images/life_list_type.png") no-repeat left center;
	font-size: 1.5rem;
	padding-left: 20px;
	margin-right: 43px;
}


/*入園のご案内
======================================*/
#link_info .page_title {
	color: #eb5400;
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

#link_info .head_txt {
	color: #eb5400;
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.info_conts01 {
	padding: 0 25px;
	margin-bottom: 40px;
}

.info_conts01 p {
	display: inline-block;
	background: url("../images/life_list_type.png") no-repeat left top 2px;
	border-bottom: 2px solid #d5d9db;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding-left: 18px;
	padding-bottom: 5px;
}

.info_conts01 dl {
	display: table;
	width: 100%;
	/*border-bottom: 1px dotted #231815;*/
	padding: 13px 0;
}

.info_conts01 dt,
.info_conts01 dd {
	display: table-cell;
	line-height: 1.5;
	padding-left: 1em;
	vertical-align: top;
}

.info_conts01 dt { width: 100px;}

.tbl_info {
	width: 76%;
	float: left;
}

.info_conts .link_area { float: right;}

.tbl_info p {
	font-size: 1.5rem;
	/*text-align: right;*/
}

.tbl_info table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	margin-bottom: 20px;
}

.tbl_info th,
.tbl_info td {
	width: 14.3%;
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	text-align: center;
	letter-spacing: 0.08em;
	padding: 20px 0;
}

.tbl_info th {
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
}

.tbl_info td { font-size: 1.4rem;}

.tbl_info2 {
	margin-left:17px;
}

.tbl_info2 table {
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
	margin-bottom: 20px;
}

.tbl_info2 th,
.tbl_info2 td {
	padding: 10px 6px;
	font-size: 1.6rem;
	line-height: 1.8rem;
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	letter-spacing: 0.08em;
}

.tbl_info2 th {
	text-align: center;
	vertical-align:middle;
	font-weight: bold;
	color: #eb5400;
}

.tbl_info2 td {
	text-align: left;
}

.info_conts .link_area { padding-top: 55px;}

.info_conts .link_area a {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}
.info_conts .link_area a:hover { text-decoration: underline;}

.link_area li {
	background-repeat: no-repeat;
	padding-left: 30px;
	padding-bottom: 17px;
	margin-bottom: 40px;
}

.link_area li:nth-of-type(1) {
	background-image: url("../images/info_icon_entry.png"), url("../images/info_btn_border.png");
	background-position: left top, left bottom;
	padding-top: 3px;
}

.link_area li:nth-of-type(2) {
	background-image: url("../images/info_icon_contact.png"), url("../images/info_btn_border.png");
	background-position: left top 1px, left bottom;
}

.flow_conts h3,
.time_conts h3,
.fee_conts h3 { margin-bottom: 30px;}

/*入園の流れ*/
.flow_conts > p {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.flow_out {
	background-color: #fff;
	padding: 60px 100px;
}

.flow_out > p {
	background: url("../images/life_list_type.png") no-repeat left top 2px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	padding-left: 15px;
	margin-bottom: 1em;
}

.flow_out > p a {
	display: inline-block;
	color: #00f;
	font-size: 1.3rem;
	text-decoration: underline;
	margin-top: 8px;
}

.flow_out > p a:hover { text-decoration: none;}

.flow_in { margin-bottom: 30px;}

.flow_in dl { position: relative;}

.flow_in dl:nth-of-type(1) ~ dl { border-bottom: 1px dotted #231815;}

.flow_in dt,
.flow_in dd { float: left;}

.flow_in dt {
	position: absolute;
	top: calc(50% - 20px);
}

.flow_in dd {
	width: 625px;
	justify-content: space-between;
	padding-left: 175px;
}

.flow_in div {
	width: 278px;
	border-left: 1px solid;
	border-right: 1px solid;
}
.flow_in div.above { border-color: #3497ce;}
.flow_in div.later { border-color: #ec7592;}

.flow_in .head_col div {
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px !important;
	border: none !important;
	text-align: center;
	padding: 29px 0 27px;
}
	.flow_in .head_col div.above {background-image: url("../images/info_flow_tab01.png");}
	.flow_in .head_col div.later { background-image: url("../images/info_flow_tab02.png");}

.flow_in dl.head_col ~ dl dd div { padding: 26px 0;}

.flow_in dl.head_col p {
	color: #fff !important;
	font-size: 1.5rem !important;
	font-weight: bold !important;
	letter-spacing: 0.1em !important;
}

.flow_in dd div p:nth-of-type(1) {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 1.6;
}

.flow_in .above p:nth-of-type(1) { color: #3497ce;}
.flow_in .later p:nth-of-type(1) { color: #ec7592;}

.flow_in div p:nth-of-type(2) { padding: 0 15px;}

.flow_in div p span {
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1.5;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 14px;
}



/*保育時間*/
.time_conts table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

.time_conts th,
.time_conts td {
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	vertical-align: middle;
	line-height: 1.8;
	letter-spacing: 0.08em;
	padding: 15px 0;
}

.time_conts th,
.time_conts .th {
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.time_conts th.cer { width: 26.6%;}

.time_conts td { font-size: 1.4rem;}

.time_conts td p { padding-left: 25%;}

/*保育料案内*/
.fee_conts {
	border-bottom: 1px solid #ccc;
	margin-bottom: 80px;
}

.fee_area { margin-bottom: 80px;}

.fee_area h4 {
	color: #228b22;
	margin-bottom: 30px;
}

.fee_area > p {
	background: url("../images/life_list_type.png") no-repeat left center;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-left: 18px;
}
	.fee_area:nth-last-of-type(1) p {
		font-size: 1.3rem;
		font-weight: normal;
		margin-bottom: 0.5em;
	}

.fee_area table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}
	.fee_area:nth-last-of-type(1) table { margin-bottom: 1em;}

.fee_area th,
.fee_area td {
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	letter-spacing: 0.08em;
	padding: 20px 0;
}

.fee_area th,
.fee_area .th {
	background-color: rgba(255, 255, 255, 0.6);
	width: 17.5%;
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

/*.fee_conts .fee_area:nth-of-type(1) th { width: 30%;}*/

.fee_area td {
	font-size: 1.4rem;
	padding-left: 85px;
}

/*.fee_area .th,
.fee_conts .fee_area:nth-of-type(1) td { padding-left: 0;}*/

/*.fee_conts .fee_area:nth-of-type(1) td { text-align: center;}*/

.fee_area .month {
	padding-left: 1em;
	margin-top: 10px;
}

.fee_area .month p { margin-bottom: 5px;}

.fee_area .month dl {
	display: inline-block;
	vertical-align: middle;
}
.fee_area .month dl:nth-of-type(1) dd:after {
	display: inline-block;
	content: "/";
	vertical-align: middle;
	margin-right: calc(1em - 5px);
	margin-left: 1em;
}

.fee_area .month dt,
.fee_area .month dd {
	display: table-cell;
	line-height: 1.5;
}

.fee_area .month dt { padding-right: 1.5em;}

/*ひよこクラブ（未就園児保育）について*/
/*
.chick_conts {
	border-bottom: 1px solid #ccc;
	padding-bottom: 80px;
	margin-bottom: 40px;
}
*/

.chick_conts > .conts_subttl {
	border-bottom: none;
	margin-bottom: 30px;
}


/*放課後キッズ事業について*/
.kids_conts > .conts_subttl {
	border-bottom: none;
	margin-bottom: 20px;
}

.kids_conts > p {
	font-size: 1.6rem;
	letter-spacing: 0.08em;
	margin-bottom: 30px;
}

.kids_one_day { margin-bottom: 60px;}

.kids_one_day,
.kids_fee { padding: 0 15px;}

.kids_one_day h4,
.kids_fee h4 {
	color: #228b22;
	margin-bottom: 15px;
}

.kids_one_day dt,
.kids_fee th {
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
}

.kids_one_day dd,
.kids_fee td {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}

.kids_one_day dl {
	width: 100%;
	border-bottom: 1px dotted #231815;
	padding: 30px 0;
}
	.kids_one_day dl:nth-last-of-type(1) { margin-bottom: 15px;}

.kids_one_day dt,
.kids_one_day dd {
	display: table-cell;
	vertical-align: middle;
}

.kids_one_day dt {
	width: 120px;
	padding-left: 15px;
}

.kids_one_day p { font-size: 1.5rem;}

/*放課後キッズ事業の料金*/
.kids_fee table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

.kids_fee th,
.kids_fee td {
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	letter-spacing: 0.08em;
	padding: 20px 0;
}

.kids_fee th {
	background-color: rgba(255, 255, 255, 0.6);
	width: 17.5%;
	text-align: center;
}

.kids_fee td { padding-left: 85px;}

.kids_fee .assist01 td {
	border-bottom: none;
	padding: 20px 0 10px 85px;
}

.kids_fee .assist02 td {
	border-bottom: none;
	padding: 0 0 10px 85px;
}

.kids_fee .assist03 td { padding: 0 0 20px 85px;}

.kids_fee .assist02 td span,
.kids_fee .assist03 td span { visibility: hidden;}

/* 現在の空き状況 */
.availability-wrap { margin-bottom: 60px;}

.ava-table table { width: 76%;}

.ava-table td {
	width: 25%;
	font-size: 1.5rem;
	vertical-align: middle;
	border-bottom: 1px dotted #231815;
	padding: 17px;
}

.ava-table td.thead { font-weight: bold;}

/* 2018.09.18 追記 */
.guide-conts { margin-bottom: 60px;}

.guide-conts:nth-of-type(1) p:nth-of-type(2) { margin-bottom: 15px;}

.guide-conts:not(:nth-last-of-type(1)) { margin-bottom: 40px;}

.guide-conts p:not(:nth-of-type(1)) {
	padding-left: 17px;
	font-size: 1.6rem;
}

.guide-conts p:nth-of-type(3) { font-weight: bold;}

.guide-conts .sub_block { margin-top: 15px;}

.guide-conts p.sub_head_txt {
	margin-bottom: 9px;
	font-size: 1.6rem;
	font-weight: bold;
}

/* 2020.09.10 追記 */
.guide-conts p:not(:nth-of-type(1)) {
	margin-bottom: 10px !important;
}
.guide-conts:nth-of-type(1) p:nth-of-type(2) { margin-bottom: 0;}

.guide-conts p:nth-of-type(3) {
	font-weight: inherit;
}



/*よくある質問
======================================*/
.faq_wrap {
	margin: 0 auto 120px;
	padding: 0 30px;
}

.faq_box { margin-bottom: 20px;}

.faq_box {
	background-color: #fff;
	border: 1px solid #228b22;
}

.faq_box a.faq_q {
	position: relative;
	display: block;
	padding: 30px 40px;
}

.faq_box h3 {
	color: #228b22;
	font-size: 16px;
	font-weight: bold;
}

.faq_box a.faq_q::before {
	float: left;
	content: url("../images/faq_icon_q.png");
	vertical-align: middle;
	margin-right: 15px;
}

.ans {
	display: none;
	padding: 0 40px 20px;
}

.ans p {
	font-size: 1.6rem;
	line-height: 2.0;
	letter-spacing: 0.08em;
	text-indent: -2.7em;
	padding-left: 2.2em;
}

.ans p::before {
	content: url("../images/faq_icon_a.png");
	float: left;
	margin-right: 44px;
}


/*開閉ボタン*/
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: absolute;
	top: 30px;
	background-color: #228b22;
	right: 40px;
	width: 15px;
	height: 15px;
}

.menu-trigger span {
	position: absolute;
	left: 0;
	width: 11px;
	height: 1px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 7px;
	left: 2px;
	transform: rotate(90deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 7px;
	left: 2px;
}

.faq_q.active .menu-trigger span:nth-of-type(1) {
	-webkit-transform: translateY(0) rotate(0deg);
	transform: translateY(0) rotate(0deg);
}
.faq_q.active .menu-trigger span:nth-of-type(2) {
	opacity: 0;
}


/*採用情報
======================================*/
.rec_links {
	justify-content: space-between;
	margin-bottom: 80px;
}

.rec_links + div { margin-bottom: 120px;}

.rec_box { text-align: center;}

.rec_box p:nth-of-type(1) {
	position: relative;
	margin-bottom: 20px;
}

.rec_box p:nth-of-type(2) {
	color: #228b22;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.rec_box.no_recruit p:nth-of-type(1):after {
	position: absolute;
	top: 0;
	left: 0;
	content: "- 現在、募集は行っておりません -";
	background-color: rgba(0, 0, 0, 0.4);	
	width: 100%;
	height: 111px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	padding-top: calc(104px - 0.5em);
}

.rec_box p:nth-of-type(2)::before {
	content: url("../images/arrow01.png");
	vertical-align: 2px;
	margin-right: 8px;
}

.rec_box.no_recruit a {
	pointer-events: none;
	cursor: default;
}


/*採用情報-保育スタッフ募集要項
======================================*/
.rec_des {
	display: table;
	margin-bottom: 80px;
}

.rec_l,
.rec_r {
	display: table-cell;
	vertical-align: top;
}

.rec_r { padding-left: 40px;}

.rec_r h3 {
	background: url("../images/r_nursing_border.png") repeat-x left bottom;
	display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.rec_r p { letter-spacing: 0.1em;}

.rec_r p.works_ttl {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 13px;
}

.rec_r p.works_ttl + p {
	line-height: 1.5;
	padding-left: 1.2em;
	margin-bottom: 20px;
}

.rec_tbl {
	width: 100%;
	margin: 0 auto 100px;
}

.rec_tbl table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

.rec_tbl th,
.rec_tbl td {
	border-left: 1px solid #231815;
	border-bottom: 1px solid #231815;
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rec_tbl th {
	background-color: rgba(255, 255, 255, 0.6);
	width: 180px;
	color: #ff8c00;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

.rec_tbl td {
	font-size: 1.4rem;
	padding-left: 40px;
}

.rec_tbl td,
.rec_tbl td dt,
.rec_tbl td dd { letter-spacing: 0.08em;}

.rec_tbl td dt,
.rec_tbl td dd { float: left;}

.rec_tbl td span {
	display: inline-block;
	text-indent: -1em;
	padding-left: 1em;
}

p.btn_entry {
	text-align: center;
	margin-bottom: 120px;
}


/*採用情報-保育スタッフ募集要項-エントリーフォーム
======================================*/
.form_wrap {
	background-color: #fff;
	padding: 60px;
}

.form_wrap p { margin-bottom: 30px;}

input[type="text"],
input[type="email"],
select,
textarea {
	background-color: #fffff3;
	border: 1px solid #76a32d;
	border-radius: 4px;
	font-size: 1.4rem;
}

input[type="text"],
input[type="email"],
textarea { padding: 3px 5px;}

input[type="text"],
input[type="email"] { height: 34px;}

input[type="text"] { width: 230px;}
input[type="text"].birth_box,
input[type="text"].zip { width: 100px;}
input[type="text"].add_box {
	width: 380px;
	margin-top: 15px;
}

input[type="email"] { width: 300px;}

select { height: 44px;}

select.birth_box {
	width: 50px;
	margin-left: 1em;
}

.sex label { margin-right: 30px;}

textarea { width: 500px;}

/*確認画面*/
#mw_wp_form_mw-wp-form-28.mw_wp_form_confirm dl.add_col dd br { display: none;}




/*アクセス
======================================*/
.map_area { margin-bottom: 60px;}

.map_area .area_l {	float: left;}
.map_area .area_r {
	float: right;
	border: 1px solid #fff;
}

.map_area .area_l p:nth-of-type(1) { margin-bottom: 26px;}

.traffic {
	padding: 0 70px;
	margin-bottom: 120px;
}

.traffic h3 {
	display: block;
	margin-bottom: 30px;
}

.traffic p {
	background-color: #76a32d;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	padding: 20px;
}


/*個人情報保護方針
======================================*/
.pp_area {
	padding: 0 30px;
	margin-bottom: 50px;
}

.pp_area h3 {
	color: #228b22;
	margin-bottom: 12px;
}

.pp_area p {
	font-size: 1.7rem;
	line-height: 1.7;
	letter-spacing: 0.05em;
}

.pp_area:nth-last-of-type(1) p:nth-of-type(1) { margin-bottom: 1em;}

.pp_area a { text-decoration: underline;}

.pp_area a:hover { text-decoration: none;}


/*お問い合わせ
======================================*/
.con_intro { margin-bottom: 60px;}

.con_intro .conts_subttl {
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 20px;
}

.con_intro p {
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	text-indent: 1.5em;
	margin-bottom: 15px;
}

.con_intro a { text-decoration: underline;}

.con_intro a:hover { text-decoration: none;}

.form_conts {
	border-top: 1px solid #231815;
	margin-bottom: 60px;
}

.form_conts dl {
	width: 100%;
	border-bottom: 1px dotted #231815;
	padding: 26px 0;
}

.form_conts dl:nth-last-of-type(1) { margin-bottom: 50px;}

.form_conts dt,
.form_conts dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.5rem;
}

.form_conts dt { width: 240px;}

.form_conts dt span {
	display: inline-block;
	background-color: #f00;
	float: right;
	color: #fff;
	font-size: 1.1rem;
	padding: 5px 8px;
}

.form_conts dd {
	padding-left: 60px;
	margin-right: 10px;
}
/*

.form_conts dd input[type="text"],
.form_conts textarea {
	width: 100%;
	border: none;
	font-size: 1.5rem;
	padding: 5px;
}

.form_conts dd input[type="text"] { height: 40px;}

.form_conts textarea { height: 300px;}
*/

.mw_wp_form .error { margin-top: 10px;}

.btn_area { text-align: center;}

.btn_area input[type="submit"] {
	width: 240px;
	border: none;
	border-radius: 6px;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 56px;
	cursor: pointer;
}

.btn_area .btn_normal {
	background-color: #228b22;
	color: #fff;
}
.btn_area .btn_back {
	background-color: #eee;
	margin-right: 40px;
}

/*確認画面*/
.mw_wp_form_confirm dl.check_col { display: none;}

/*完了画面*/
.complete_intro p:nth-last-of-type(1) { margin-top: 30px;}

.complete_intro a { color: #00f;}


/*園のきろく
======================================*/
.blog_conts img {
	display: block;
	/*width: 100%;
	text-align: center;*/
	max-width: 700px;
	height: auto;
	margin: 0 auto;
}

/*.ttl_blog .head_area { visibility: hidden;}*/

.blog_wrap { margin-bottom: 100px;}

.blog_l {
	float: left;
	width: 700px;
}

.blog_r {
	float: right;
	width: 250px;
	padding-top: 30px;
}

.roop_list { margin-bottom: 100px;}

.b_ttl_area {
	border-bottom: 2px solid #d5d9db;
	margin-bottom: 20px;
}

.b_ttl_area h3 {
	color: #ff8c00;
	font-size: 1.7rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.u_area { margin-bottom: 15px;}

.u_area p,
.u_area a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.u_area p.date::before {
	content: "/";
	margin: 0 5px;
}

.blog_conts p {
	font-size: 1.5rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.s_nav { margin-bottom: 50px;}

.s_nav h4 {
	width: 100%;
	margin-bottom: 20px;
}

.s_nav .conts_subttl { padding-bottom: 7px;}

.s_nav li {
	border-bottom: 1px dotted #243d5a;
	padding-bottom: 17px;
	margin-bottom: 17px;
}

.s_nav li span {
	display: block;
	color: #ff8c00;
	font-size: 1.1rem;
	margin-bottom: 5px;
}

.s_nav li a {
	font-size: 1.4rem;
	line-height: 1.5;
}

/*pager*/
.wp-pagenavi { margin-top: 100px;}

.wp-pagenavi a,
.wp-pagenavi span {
	border: 1px solid #76a32d!important;
	color: #76a32d;
	padding: 5px 7px!important;
	margin: 3px!important;
}

.wp-pagenavi span.current {
	background-color: #76a32d;
	border-color: #76a32d;
	color: #fff;
}

.wp-pagenavi a:hover {
	background-color: #76a32d;
	color: #fff;
}


/*詳細記事*/
/*page nation*/
.page_nation { margin-top: 50px;}

.page_nation a { font-size: 1.4rem;}

.page_nation span {
	color: #76a32d;
	text-decoration: underline;
}

.page_nation span:hover { text-decoration: none;}

.page_nation span.btn_prev { float: left;}
.page_nation span.btn_next { float: right;}


/*未就園児保育
======================================*/
.club-wrap { margin: 0 30px;}

.club-wrap h3 { margin-bottom: 10px;}

.target-area { margin-bottom: 70px;}

.target-area h4,
.year-plan h4 {
	color: #228b22;
	margin-bottom: 30px;
}

.target-area p {
	background: url("../images/life_list_type.png") no-repeat left center;
	font-size: 1.5rem;
	letter-spacing: 0.08em;
	padding-left: 18px;
	margin-bottom: 1.5em;
}

.p-t-01 { margin-bottom: 50px;}

.p-t-02 { margin-bottom: 80px;}

.plan-table table {
	width: 100%;
	border-top: 1px solid #231815;
	border-right: 1px solid #231815;
}

.plan-table th,
.plan-table td {
	width: 30%;
	border-bottom: 1px solid #231815;
	border-left: 1px solid #231815;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.08em;
	padding-top: 25px;
	padding-bottom: 25px;
}

.plan-table th {
	background-color: rgba(255, 255, 255, 0.6);
	color: #ff8c00;
	font-weight: bold;
}

.plan-table th.assist01,
.p-t-02 td:nth-last-of-type(1) { width: 40%;}

.plan-table td:nth-last-of-type(1) {
	text-align: left;
	padding-left: 30px;
}

.p-t-02 p {
	font-size: 1.5rem;
	margin-bottom: 20px;
}

.misyu-contact p {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

.misyu-contact a { pointer-events: none;}



/*デイサービス
======================================*/
body.hana { color: #727171;}

.hana_feat_box .feat_ttl { margin-bottom: 5px;}
.hana_greeting p:nth-of-type(1),
.hana_feat_box .feat_img { margin-bottom: 10px;}
.hana_activity_ttl,
.hana_act_event,
.hana_footer_conts p:nth-of-type(1),
.one_day_r p { margin-bottom: 15px;}
.hana_head_conts p:nth-of-type(1),
.hana_service h3,
.hana_feat_wrap h3,
.hana_one_day h3,
.hana_greeting h3,
.hana_about h3,
.hana_about_r p:nth-of-type(1) { margin-bottom: 20px;}
.hana_intro > p:nth-last-of-type(1),
.other_act { margin-bottom: 25px;}
.conts_logo + h3,
.hana_service > p,
.hana_feat_wrap > p { margin-bottom: 30px;}
.conts_logo,
.hana_feat_box { margin-bottom: 35px}
.hana_intro { margin-bottom: 50px;}
.hana_intro .headtxt,
.hana_intro .conts_logo { margin-bottom: 60px;}
.hana_feat_wrap { margin-bottom: 80px;}
.hana_head_conts,
.hana_greeting,
.hana_service,
.hana_one_day { margin-bottom: 100px;}
.hana_about { margin-bottom: 140px;}

.hana_head_conts,
.hana_intro,
.hana_greeting,
.hana_service,
.hana_feat_wrap h3,
.hana_feat_wrap > p,
.hana_one_day h3,
.hana_footer_conts,
.few_conts_ttl,
.hana_about h3 { text-align: center;}

.hana_conts_wrap {
  width: 900px;
  margin: auto;
}


/* デイサービス パンくずリスト */
/*.page_path_hana ul { margin-left: 0;}*/


/* デイサービス コンテンツ */
.hana_head_conts p:nth-of-type(3) {
  font-size: 1.5rem;
  line-height: 2.0;
}

.hana_greeting p {
  font-size: 1.5rem;
  line-height: 2.0;
}

.hana_greeting p:nth-of-type(2) { font-size: 1.6rem;}

.hana_feat_conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hana_feat_box { width: 284px;}
.hana_feat_box_l { width: 436px;}

.hana_feat_box .feat_ttl {
  font-size: 1.6rem;
  color: #ee869a !important;
}
.hana_feat_box_l .feat_ttl { font-size: 1.7rem;}

.hana_feat_box p:nth-last-of-type(1) { line-height: 1.5;}

.one_day_l {
  background: url("../images/hana/hana_conts_bg02.png") no-repeat left 320px top 130px;
  width: 550px;
  float: left;
}

.one_day_r {
  width: 300px;
  float: right;
}

.time_box {
  background-repeat: no-repeat;
  background-position: left center;
  border-top: 1px dotted #ccc;
  padding: 15px 0 15px 123px;
}
.tb01 { background-image: url("../images/hana/hana_day_time01.png");}
.tb02 { background-image: url("../images/hana/hana_day_time02.png");}
.tb03 { background-image: url("../images/hana/hana_day_time03.png");}
.tb04 { background-image: url("../images/hana/hana_day_time04.png");}
.tb05 {
  position: relative;
  background-image: url("../images/hana/hana_day_time05.png");
  padding: 65px 0;
}
.tb06 {
  background-image: url("../images/hana/hana_day_time06.png");
  padding: 58px 0 60px;
}
.tb07 { background-image: url("../images/hana/hana_day_time07.png");}
.tb08 { background-image: url("../images/hana/hana_day_time08.png");}

.time_box_in {
  background-color: #fff;
  width: 423px;
  border: 1px solid #ec7592;
}
.tb05 .time_box_in {
  position: absolute;
  top: 15px;
  left: 123px;
}

.time_box_in p {
  padding-left: 7px;
  padding-right: 7px;
}

.time_box_ttl {
  background-color: #ec7592;
  color: #fff;
  font-size: 1.8rem;
  line-height: 30px;
}

.time_box_in p:nth-last-of-type(1) {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 7px;
}

.one_day_r p:nth-last-of-type(1) {
  color: #ee869a;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.05em;
  font-feature-settings : "palt";
  text-indent: -1em;
  padding-left: 1em;
}

.hana_about_l {
  width: 615px;
  float: left;
}

.hana_about_r {
  width: 256px;
  float: right;
}


.hana_about_l dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 22px 0 23px;
}
.hana_about_l dl:nth-of-type(1) { border-top: 1px dotted #ccc;}

.hana_about_l dt,
.hana_about_l dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
}

.hana_about_l dt {
  width: 6em;
  color: #ee869a;
  padding-left: 15px;
}

.hana_about_l dd {
  color: #727171;
  padding-left: 2em;
}

.hana_footer_conts p:nth-of-type(2) {
	font-size: 1.5rem;
	margin-bottom: 35px;
}




/*デイサービス-お問い合わせ
======================================*/
.con_tel { margin-bottom: 100px;}

.con_tel .conts_subttl {
	margin-bottom: 20px;
	padding-bottom: 12px;
	width: 100%;
} 

.con_tel p { padding-left: 30px;}

.form_hana input[type="text"],
.form_hana input[type="email"],
.form_hana select,
.form_hana textarea { border: 1px solid #ee869a;}


.form_hana .btn_area .btn_normal { background-color: #ee869a;}