@charset "UTF-8";

/* :basic
-----------------------------------------------------------------------------*/
html
{
    height:100%;
}
body
{
	font-family: "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.75;
	background-color: #e5eef4;
	color: #000000;

    height: 100%;
}
img
{
	vertical-align: bottom;
}
.imgbox img
{
	max-width: 100%;
}

p
{
	margin: 15px 10px;
}
a
{
	color: #3333CC;
	text-decoration: none;
}
a:hover, a:focus
{
	color: #CC3333;
	cursor: pointer;
	text-decoration: underline;
}

.header
{
	background-color: #FFFFFF;
}
.subheader
{
	background-color: #005794;
}

.header_inner
{
	max-width: 960px;
	padding: 15px 20px;
	margin: 0 auto;
}

.main
{
	padding-bottom: 50px;
}

.wrapper
{
	max-width: 960px;
	padding: 15px 20px;
	margin: 0 auto;
}

.suginami
{
	background-color: #f4f7e9;
}
.tama
{
	background-color: #fcf7ee;
}
.mizuho
{
	background-color: #faf0ee;
}

.suginami .subheader
{
	background-color: #91b122;
}
.tama .subheader
{
	background-color: #e1b052;
}
.mizuho .subheader
{
	background-color: #cb6a52;
}

.bg_default
{
	background-color: #005794;
}
.bg_suginami
{
	background-color: #91b122;
}
.bg_tama
{
	background-color: #e1b052;
}
.bg_mizuho
{
	background-color: #cb6a52;
}


h1
{
	float: left;
	color: #005794;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.subpage h1
{
	color: #000000;
}
.header_logo
{
	float: right;
}

.gnavi
{
	font-size: 0;
}
.menu
{
	display: inline-block;
}
.menu.current
{
	background-color: rgba(255,255,255,0.25);
	font-weight: bold;
	pointer-events: none;
}
.menu a
{
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1;
	border-right: 1px solid #FFFFFF;
	padding: 4px 16px;
	min-width: 5vw;
	text-align: center;
}
.menu a:first-child
{
	border-left: 1px solid #FFFFFF;
}

.flexslider
{
	position: relative;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	margin-bottom: 0 !important;
	background: transparent !important;
}

.flex-direction-nav
{
	position: absolute;
	width: 100%;
	top: 50%;
}
.flex-control-nav
{
	bottom: -25px !important;
}
.flex-next
{
	position: absolute;
/*
	left: auto !important;
	right: -20px !important;
*/
	background-color: #999999;
	border-radius: 25px;
	overflow: hidden;
	padding: 5px;
	text-indent: -2px;

    /* always show */
	right: 0 !important;
	opacity: 0.65 !important;
	margin-right: -40px;
}
.flex-prev
{
/*
	left: -20px !important;
	right: auto !important;
*/
	background-color: #999999;
	border-radius: 25px;
	overflow: hidden;
	padding: 5px;
	text-indent: 2px;

    /* always show */
	left: 0 !important;
	opacity: 0.65 !important;
	margin-left: -40px;
}

.topcarou
{
	max-width: 900px;
	margin: 20px auto;
}
.topcarou .flexslider
{
	position: relative;
	overflow: hidden;
}
.topcarou .slides
{
}
.topcarou li
{
	padding: 0 15px;
}
.topcarou .imgbox
{
	position: relative;
	border-radius: 15px;
	overflow: hidden;
}
.topcarou .imgbox .caption
{
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	margin: 0;
	font-size: 13px;
	line-height: 1;

	background: linear-gradient( to right, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100% );
	background: -webkit-linear-gradient( left, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 100% );
}
.topcarou .imgbox .caption span
{
	display: inline-block;
	border-radius: 4px;
	padding: 2px 4px;
	margin-right: 5px;
}

.lead
{
	background-color: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	font-weight: bold;
	padding: 0 10px;
	margin: 20px auto;
}
.news
{
	margin: 20px auto;
}
.news h2
{
	background-color: #005794;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 4px;
	padding: 4px 8px;
	font-size: 13px;
	line-height: 1;
}
.news_inner
{
	margin-top: 10px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 15px 5px;
	overflow-y: auto;
	max-height: 200px;
}
.news_inner td
{
	padding: 5px 10px;
	line-height: 1.25;
}

.secthd
{
	margin: 30px 0 10px 0;
	color: #005794;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}

.suginami .secthd
{
	color: #91b122;
}
.tama .secthd
{
	color: #e1b052;
}
.mizuho .secthd
{
	color: #cb6a52;
}

.dia_day
{
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}
.dia_dir
{
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	padding: 4px 8px;
}


.area
{
	position: relative;
	width: 400px;
	margin: 10px auto 20px auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 10px 60px 10px;
	background-color: #FFFFFF;
}
.area a
{
	color: #000000;
	text-decoration: none;
}
@media all and (max-width: 999px)
{
	.area
	{
		width: 90%;
		max-width: 300px;
	}
}
@media all and (min-width: 1000px)
{
	.areas
	{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.areanm
{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
	padding-bottom: 5px;
}
.areaimg
{
	margin: 10px auto;
	max-height: 200px;
	overflow: hidden;
}
.area dd p
{
	margin-top: 0;
}
.area .areabtn
{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
}
.areabtn > p,
.areabtn > a
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}
.area:hover
{
	opacity: 0.75;
}
.areabtn_single
{
	padding: 15px 0;
}
.areabtn_single:hover
{
	opacity: 0.75;
}


.area_suginami
{
	border: 3px solid #91b122;
}
.area_tama
{
	border: 3px solid #e1b052;
}
.area_mizuho
{
	border: 3px solid #cb6a52;
}

.area_suginami .areanm
{
	color: #91b122;
	border-bottom: 1px solid #91b122;
}
.area_tama .areanm
{
	color: #e1b052;
	border-bottom: 1px solid #e1b052;
}
.area_mizuho .areanm
{
	color: #cb6a52;
	border-bottom: 1px solid #cb6a52;
}


.leadhd
{
	margin: 20px 10px 0 10px;
	color: #005794;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
}
.leadtx
{
	margin-top: 5px;
}


.subpagearea
{
	padding-bottom: 5px;
}
.suginami .subpagearea
{
	border-bottom: 1px solid #91b122;
}
.tama .subpagearea
{
	border-bottom: 1px solid #e1b052;
}
.mizuho .subpagearea
{
	border-bottom: 1px solid #cb6a52;
}

.subpagehd
{
	font-size: 28px;
	font-weight: bold;
}
.subpagehd span
{
	display: inline-block;
	font-size: 18px;
	border-radius: 4px;
	padding: 0 16px;
	color: #FFFFFF;
}
.suginami .subpagehd
{
	color: #91b122;
}
.tama .subpagehd
{
	color: #e1b052;
}
.mizuho .subpagehd
{
	color: #cb6a52;
}

.subpagearea .areaimg
{
	width: 200px;
}

.subpagetx
{
	margin: 10px 15px;
}
.subpagefig
{
	margin: 10px auto;
}
.subpagefig_s
{
	margin: 10px 0;
}

.subpageul
{
	padding: 2px 0;
}
.subpageul li
{
	list-style: disc;
	line-height: 1.25;
	margin: 10px 0 10px 20px;
}

.guide_strong
{
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}





.takao
{
	background-color: #F0FFF0;
}
.maru
{
	background-color: #FFF0F0;
}

.takao .subheader
{
	background-color: #34AD5A;
}
.maru .subheader
{
	background-color: #EC6D82;
}

.bg_takao
{
	background-color: #34AD5A;
}
.bg_maru
{
	background-color: #EC6D82;
}

.takao .secthd
{
	color: #34AD5A;
}
.maru .secthd
{
	color: #EC6D82;
}

.area_takao
{
	border: 3px solid #34AD5A;
}
.area_maru
{
	border: 3px solid #EC6D82;
}

.area_takao .areanm
{
	color: #34AD5A;
	border-bottom: 1px solid #34AD5A;
}
.area_maru .areanm
{
	color: #EC6D82;
	border-bottom: 1px solid #EC6D82;
}

.takao .subpagearea
{
	border-bottom: 1px solid #34AD5A;
}
.maru .subpagearea
{
	border-bottom: 1px solid #EC6D82;
}

.takao .subpagehd
{
	color: #34AD5A;
}
.maru .subpagehd
{
	color: #EC6D82;
}


.subpage_2col
{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.subpage_col
{
	max-width: 48%;
	margin-bottom: 20px;
}
@media all and (max-width: 768px)
{
	.subpage_col
	{
		width: 100%;
		max-width: initial;
	}
}



.footer
{
	background-color: #FFFFFF;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	color: #808080;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_seippi
{
	max-width: 75px;
	margin: 15px 20px;
}
.footer p
{
	margin: 15px 0;
}




.clear {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	margin: 0px;
}

@media all and (max-width: 767px)
{
	.pconly
	{
		display: none;
	}
}
@media all and (min-width: 768px)
{
	.mbonly
	{
		display: none;
	}
}
