@charset "utf-8";
/*h2
====================================================*/
.block-main h2{
	text-align:center;
	background-color:#ecedd3;
}
/* PC ------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){
/*h2
====================================================*/
.block-main h2{
	padding:10px 0;
	margin-bottom:30px;
	font-size:1.6em;
	position:relative;
}
.block-main h2 span.deco{
	position:absolute;
	top:-38px;
	right:-20px;
}
/*
----------------------------------------------------*/
.block-main h2 span.icn-ikebukuro {
	position:absolute;
	left:20px;
	text-align:center;
	padding: 2px 0;
	width: 7em;
	color:#ffffff;
	border-radius: 4px;
	font-size:0.85em;
	background: #eaad00;
}
.block-main h2 span.icn-mejiro{
	position:absolute;
	left:20px;
	text-align:center;
	padding: 2px 0;
	width: 7em;
	color:#ffffff;
	border-radius: 4px;
	font-size:0.85em;
	background: #92c43b;
}
.block-main h2 span.icn-komagome {
	position:absolute;
	left:20px;
	text-align:center;
	padding: 2px 0;
	width: 7em;
	color:#ffffff;
	border-radius: 4px;
	font-size:0.85em;
    background: #4db2b2;
}
.block-main h2 span.icn-kamiikebukuro {
	position:absolute;
	left:20px;
	text-align:center;
	padding: 2px 0;
	width: 7em;
	color:#ffffff;
	border-radius: 4px;
	font-size:0.85em;
    background: #a573bf;
}
/*h3
====================================================*/
.block-main h3{
	background-image:url(../images/icn_sakura.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:#b2b2b2 dotted 2px;
	padding: 12px 0 12px 45px;
	margin-bottom:30px;
	font-size:1.6em;
}
/*h4
====================================================*/
.block-main h4{
	padding:6px 0 6px 20px;
	margin-bottom:20px;
	font-size:1.3em;
	background-color:#ffe1db;
}
/*h5
====================================================*/
.block-main h5{
	margin-bottom:10px;
	color:#ff6679;
}
/*block-breadcrumb
====================================================*/
.block-breadcrumb{
	width:1000px;
	margin:18px auto ;
	overflow:hidden;
}
.block-breadcrumb ul{
	margin-left:220px;
}
.block-breadcrumb li{
	float:left;
}
.block-breadcrumb li a{
	background:url(../images/common/icn_breadcrumb_arrow.gif) right center no-repeat;
	padding-right:20px;
	margin-right:10px;
	color:#47493d;
	text-decoration:underline;
}
/*p
====================================================*/
p.first-paragraph{
	margin-bottom:30px;
}
/*block-link
====================================================*/
.block-link{
	overflow:hidden;
	margin:0 20px 30px 20px;
}
.block-link .left-box{
	float:left;
}
.block-link .right-box{
	float:right;
}
.block-link dl{
	margin-bottom:10px;
	width:360px;
}
.block-link dt{
	color:#000000;
	background:url(../images/icn_sakura.gif) left center no-repeat;
	padding:12px 0 12px 42px;
	margin-bottom:16px;
	font-size:1.4em;
	border-bottom:#b2b2b2 dotted 2px;
}
.block-link dt a{
	color:#25a0a0;
}
/*block-map
====================================================*/
.block-map{
	position:relative;
	width:602px;
	height:482px;
	margin:0 auto 30px;
}
.block-map a{
	text-indent:-9999px;
	position:absolute;
}
.block-map a.map-01{
	top:55px;
	left:280px;
	width:105px;
	height:32px;
}
.block-map a.map-02{
	top:64px;
	right:26px;
	width:105px;
	height:32px;
}
.block-map a.map-03{
	top:120px;
	left:190px;
	width:105px;
	height:32px;
}
.block-map a.map-04{
	top:128px;
	right:120px;
	width:105px;
	height:32px;
}
.block-map a.map-05{
	top:194px;
	right:203px;
	width:105px;
	height:32px;
}
.block-map a.map-06{
	top:217px;
	left:45px;
	width:105px;
	height:32px;
}
.block-map a.map-07{
	top:268px;
	left:130px;
	width:105px;
	height:32px;
}
.block-map a.map-08{
	top:312px;
	right:70px;
	width:197px;
	height:32px;
}
/*block-news
====================================================*/
.block-news{
	margin:40px 0;
}
.block-news dl{
	border-bottom:#b2b2b2 dotted 2px;
	padding:0 0 10px 0;
	margin:0 25px 20px;
	overflow: hidden;
	line-height: 1.6em;
}
.block-news dl.detail{
	border-bottom:none;
}
.block-news dt{
	background:none;
	margin-bottom: 20px;
}
.block-news dt span{
	text-align:center;
	padding: 2px 0;
	width: 7em;
	color:#ffffff;
	border-radius: 4px;
	margin-left:1em;
	display:inline-block;
	font-size:0.9em;
}
.block-news dt span.icn-ikebukuro {
	background: #eaad00;
}
.block-news dt span.icn-mejiro{
	background: #92c43b;
}
.block-news dt span.icn-komagome {
    background: #4db2b2;
}
.block-news dt span.icn-kamiikebukuro {
    background: #a573bf;
}
.block-news dd a{
	text-decoration:underline;
	color:#47493d;
}
/*block-btn
====================================================*/
.block-btn {
	margin-bottom:30px;
	overflow:hidden;
}
.block-btn a{
	background-color:#f7e7c1;
	background-image:url(../images/icn_blue.png);
	background-repeat:no-repeat;
	background-position:10px center;
	margin:0 25px;
	padding:16px 0;
	text-align:center;
	border-radius:5px;
	float:right;
	width:14em;
	display:block;
	color:#47493d;
}
.block-btn a:hover{
	background-color:#fcda97;
	background-image:url(../images/common/icn_green.png);
}
/*block-event
====================================================*/
.block-event{
	margin:0 25px 20px;
}
.block-event p{
	margin-bottom:30px;
}
.block-event table{
	border:#d3d3d3 solid 2px;
}
.block-event tr{
	border:#d3d3d3 solid 1px;
}
.block-event tr:last-child{
	border-bottom:none;
}
.block-event tr:nth-child(even){
	background-color:#f7f2e7;
}
.block-event th{
	border-right:#f4b3a6 solid 5px;
	padding:20px 15px;
	width:25%;
}
.block-event td{
	padding:20px 15px;
}
/*block-guide
===================================================*/
.block-guide {
    margin: 0 25px 40px;
}
.block-guide table{
	border:#d3d3d3 solid 2px;
	margin-bottom:30px;
}
.block-guide tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-guide tr:last-child{
	border-bottom:none;
}
.block-guide th{
	background-color:#fff3f3;
	border-right:#d3d3d3 solid 1px;
	padding:20px 25px;
	width:25%;
}
.block-guide td{
	padding:20px 25px;
}
.block-guide td iframe{
	margin-bottom:30px;
}
.block-guide td dl{
	margin-bottom:30px;
}
.block-guide td dd{
	margin-bottom:30px;
}
.block-guide td dl:last-child,
.block-guide td dd:last-child{
	margin-bottom:10px;
}

.block-guide td a{
	text-decoration:underline;
}
.block-guide .block-item{
	margin-bottom:30px;
}
.block-guide .block-item h5{
	color:#ff6679;
	margin-bottom:10px;
}
.block-guide .block-item p{
	margin-bottom:20px;
}
.block-guide .block-item table{
	border:none;
}
.block-guide .block-item tr{
	border-bottom:none;
}
.block-guide .block-item th{
	width:auto;
	padding:0;
	background-color:inherit;
	border:none;
	white-space:nowrap;
}
.block-guide .block-item td{
	padding:0;
}
.block-guide .block-item ul{
	overflow:hidden;
}
.block-guide .block-item ul li{
	border-right: 1px solid #828282;
    display: inline;
    margin-right: 14px;
    padding-right: 14px;
}
.block-guide .block-item ul li:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
/*block-contents   -- tmp --
====================================================*/
.block-contents{
	margin:0 25px 20px;
}
.block-contents p{
	margin-bottom:30px;
}
.block-contents table{
	margin-bottom:30px;
}
.block-contents table caption{
	margin-bottom:15px;
	font-size: 1.3em;
}
/*block-pager
----------------------------------------------------*/
.block-pager {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}
.block-pager li a {
    color: #6daf43;
    font-size: 1.2em;
}
.block-pager li a:hover{
	text-decoration:underline;
}
.block-pager li.prev {
    float: left;
}
.block-pager li.next {
    float: right;
}
/*table.tbl-01
----------------------------------------------------*/
.block-contents table.tbl-01{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-01 caption{
	text-align:center;
}
.block-contents table.tbl-01 thead{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-01 th{
	background-color:#fff3f3;
	border-right:#d3d3d3 solid 1px;
	padding:20px 25px;
	text-align:center;
}
.block-contents table.tbl-01 td{
	padding:20px 25px;
	text-align:center;
	border-right:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 td:last-child{
	border-right:none;
}
/*table.tbl-02
----------------------------------------------------*/
.block-contents table.tbl-02{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-02 caption{
	text-align:center;
}
.block-contents table.tbl-02 tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-02 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-02 th{
	background-color:#fff3f3;
	border-right:#d3d3d3 solid 1px;
	padding:20px 25px;
	width:25%;
}
.block-contents table.tbl-02 td{
	padding:20px 25px;
}
/*table.tbl-03
----------------------------------------------------*/
.block-contents table.tbl-03{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-03 tr{
	border:#d3d3d3 solid 1px;
}
.block-contents table.tbl-03 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-03 tr:nth-child(even){
	background-color:#f7f2e7;
}
.block-contents table.tbl-03 th{
	border-right:#f4b3a6 solid 5px;
	padding:20px 15px;
	width:25%;
}
.block-contents table.tbl-03 td{
	padding:20px 15px;
}
/*table.tbl-04
----------------------------------------------------*/
.block-contents table.tbl-04{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-04 tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-04 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-04 tr:nth-child(even) {
    background-color:#f7f2e7;
}
.block-contents table.tbl-04 th{
	border-bottom: 1px solid #d1d1d1;
	background-color: #fff3f3;
    text-align: center;
}
.block-contents table.tbl-04 th,
.block-contents table.tbl-04 td{
	padding:10px;
	border-right:#d3d3d3 solid 1px;
}
.block-contents table.tbl-04 th:last-child,
.block-contents table.tbl-04 td:last-child{
	border-right:none;
}
/*block-link
----------------------------------------------------*/
.block-contents ul.block-link{
	margin:0 0 30px 0;
}
.block-contents ul.block-link li{
	margin-bottom:10px;
}
.block-contents ul.block-link li a{
	background-image:url(../images/icn_arrow_pink.gif) ;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:1em auto;
	padding-left:20px;
	margin-bottom:16px;
}
.block-contents ul.block-link li a{
	text-decoration:underline;
}
/*.block-btn a {
----------------------------------------------------*/
.block-contents .block-btn a {
	margin:0 0 30px 0;
}
}
/* SP ------------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
/*h2
====================================================*/
.block-main h2{
	padding:4px;
	margin-bottom:1em;
	font-size:1.8rem;
}
.block-main h2 span.deco{
	display:none;
}
/*
----------------------------------------------------*/
.block-main h2 span.icn-ikebukuro {
	text-align:center;
	padding: 2px 8px;
	width: 7em;
	color:#ffffff;
	border-radius: 2px;
	font-size:0.85em;
	background: #eaad00;
	margin-right:1em;
}
.block-main h2 span.icn-mejiro{
	text-align:center;
	padding: 2px 8px;
	width: 7em;
	color:#ffffff;
	border-radius: 2px;
	font-size:0.85em;
	background: #92c43b;
	margin-right:1em;
}
.block-main h2 span.icn-komagome {
	text-align:center;
	padding: 2px 8px;
	width: 7em;
	color:#ffffff;
	border-radius: 2px;
	font-size:0.85em;
    background: #4db2b2;
	margin-right:1em;
}
.block-main h2 span.icn-kamiikebukuro {
	text-align:center;
	padding: 2px 8px;
	width: 7em;
	color:#ffffff;
	border-radius: 2px;
	font-size:0.85em;
    background: #a573bf;
	margin-right:1em;
}
/*h3
====================================================*/
.block-main h3{
	background-image:url(../images/icn_sakura.gif);
	background-repeat:no-repeat;
	background-position:left center;
	border-bottom:#b2b2b2 dotted 2px;
	padding: 10px 0 10px 40px;
	margin-bottom:20px;
	font-size:1.8rem;
}
/*h4
====================================================*/
.block-main h4{
	padding:4px 58px 4px 14px;
	margin-bottom:20px;
	font-size:1.4rem;
	background-color:#ffe1db;
}
/*h5
====================================================*/
.block-main h5{
	margin-bottom:10px;
	color:#ff6679;
}
/*block-main
====================================================*/
.block-main{
	padding:0 10px;
}
/*block-breadcrumb
====================================================*/
.block-breadcrumb{
	padding:0 10px;
	margin:0 auto 10px;
	overflow:hidden;
}
.block-breadcrumb li{
	float:left;
}
.block-breadcrumb li a{
	background:url(../images/common/icn_breadcrumb_arrow.gif) right center no-repeat;
	padding-right:20px;
	margin-right:10px;
	color:#47493d;
	text-decoration:underline;
}
/*p
====================================================*/
p.first-paragraph{
	margin-bottom:20px;
}
/*block-link
====================================================*/
.block-link{
	overflow:hidden;
	margin:0 0 20px 0;
}
.block-link dl{
	margin-bottom:10px;
}
.block-link dt{
	color:#000000;
	background-image:url(../images/icn_sakura.gif);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:20px auto;
	padding:10px 0 10px 30px;
	margin-bottom:10px;
	border-bottom:#b2b2b2 dotted 2px;
	font-size:1.6rem;
}
.block-link dt a{
	color:#25a0a0;
}
/*block-map
====================================================*/
.block-map{
	position:relative;
	width:260px;
	height:auto;
	margin:0 auto 20px;
}
.block-map a{
	text-indent:-9999px;
	position:absolute;
}
.block-map a.map-01{
	top:23px;
	left:120px;
	width:45px;
	height:13px;
}
.block-map a.map-02{
	top:28px;
	right:10px;
	width:45px;
	height:13px;
}
.block-map a.map-03{
	top:55px;
	left:160px;
	width:45px;
	height:13px;
}
.block-map a.map-04{
	top:52px;
	right:132px;
	width:45px;
	height:13px;
}
.block-map a.map-05{
	top:93px;
	right:195px;
	width:45px;
	height:13px;
}
.block-map a.map-06{
	top:115px;
	left:55px;
	width:45px;
	height:13px;
}
.block-map a.map-07{
	top:84px;
	left:126px;
	width:45px;
	height:13px;
}
.block-map a.map-08{
	top:135px;
	right:30px;
	width:85px;
	height:13px;
}
/*block-news
====================================================*/
.block-news{
	margin:20px 0 40px;
}
.block-news dl{
	border-bottom:#b2b2b2 dotted 2px;
	padding:0 0 10px 0;
	margin:0 0 10px;
	overflow: hidden;
	line-height: 1.6em;
}
.block-news dl.detail{
	border-bottom:none;
}
.block-news dt{
	background:none;
	margin-bottom: 10px;
}
.block-news dt span{
	text-align:center;
	width: 7em;
	color:#ffffff;
	border-radius: 2px;
	margin-left:1em;
	display:inline-block;
	font-size:0.9em;
}
.block-news dt span.icn-ikebukuro {
	background: #eaad00;
}
.block-news dt span.icn-mejiro{
	background: #92c43b;
}
.block-news dt span.icn-komagome {
    background: #4db2b2;
}
.block-news dt span.icn-kamiikebukuro {
    background: #a573bf;
}
.block-news dd a{
	text-decoration:underline;
	color:#47493d;
}
/*block-btn
====================================================*/
.block-btn {
	margin-bottom:20px;
	overflow:hidden;
}
.block-btn a{
	background-color:#f7e7c1;
	background-image:url(../images/icn_blue.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:16px 0;
	text-align:center;
	border-radius:5px;
	float:right;
	width:14em;
	display:block;
	color:#47493d;
}
.block-btn a:hover{
	background-color:#fcda97;
	background-image:url(../images/common/icn_green.png);
}
/*block-event
====================================================*/
.block-event{
	margin:0 0 20px;
}
.block-event p{
	margin-bottom:20px;
}
.block-event table{
	border:#d3d3d3 solid 2px;
}
.block-event tr{
	border:#d3d3d3 solid 1px;
}
.block-event tr:last-child{
	border-bottom:none;
}
.block-event tr:nth-child(even){
	background-color:#f7f2e7;
}
.block-event th{
	border-bottom:#f4b3a6 solid 2px;
	padding:10px;
	display:block;
}
.block-event td{
	padding:10px;
	display:block;
}
/*block-guide
===================================================*/
.block-guide {
    margin:0 0 20px;
}
.block-guide table{
	border:#d3d3d3 solid 2px;
	margin-bottom:30px;
}
.block-guide tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-guide tr:last-child{
	border-bottom:none;
}
.block-guide th{
	background-color:#fff3f3;
	border-bottom:#d3d3d3 solid 1px;
	padding:10px;
	display:block;
}
.block-guide th br{
	display:none;
}
.block-guide td{
	display:block;
	padding:10px;
}
.block-guide td iframe{
	margin-bottom:20px;
}
.block-guide td dl{
	margin-bottom:20px;
}
.block-guide td dd{
	margin-bottom:20px;
}
.block-guide td dl:last-child,
.block-guide td dd:last-child{
	margin-bottom:10px;
}
.block-guide td ul{
	overflow:hidden;
}
.block-guide td ul li{
	border-right: 1px solid #828282;
    display: inline;
    margin-right: 10px;
    padding-right: 10px;
}
.block-guide td ul li:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
.block-guide td a{
	text-decoration:underline;
}	
.block-guide .block-item{
	margin-bottom:30px;
}
.block-guide .block-item h5{
	color:#ff6679;
	margin-bottom:10px;
}
.block-guide .block-item p{
	margin-bottom:20px;
}
.block-guide .block-item table{
	border:none;
	margin-bottom:20px;
}
.block-guide .block-item tr{
	border-bottom:none;
}
.block-guide .block-item th{
	width:auto;
	background-color:inherit;
	border:none;
	white-space:nowrap;
	display:inline-block;
	padding:0;
}
.block-guide .block-item td{
	padding:0;
	display:inline-block;
}
.block-guide .block-item ul{
	overflow:hidden;
}
.block-guide .block-item ul li{
	border-right: 1px solid #828282;
    display: inline;
    margin-right: 14px;
    padding-right: 14px;
}
.block-guide .block-item ul li:last-child {
    border-right: medium none;
    margin-right: 0;
    padding-right: 0;
}
/*block-contents   -- tmp --
====================================================*/
.block-contents{
	margin-bottom:20px;
}
.block-contents p{
	margin-bottom:20px;
}
.block-contents table{
	margin-bottom:20px;
}
.block-contents table caption{
	margin-bottom:10px;
	font-size: 1.3em;
}
/*block-pager
----------------------------------------------------*/
.block-pager {
    clear: both;
    margin-bottom: 15px;
    overflow: hidden;
}
.block-pager li a {
    color: #6daf43;
    font-size: 1.2em;
}
.block-pager li a:hover{
	text-decoration:underline;
}
.block-pager li.prev {
    float: left;
}
.block-pager li.next {
    float: right;
}
/*table.tbl-01
----------------------------------------------------*/
.block-contents table.tbl-01{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-01 caption{
	text-align:center;
}
.block-contents table.tbl-01 thead{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-01 th, .block-contents table.tbl-01 td {
    padding: 1.5em 10px;
    text-align: center;
	border-right:#d3d3d3 solid 1px;
}
.block-contents table.tbl-01 th{
	background-color:#fff3f3;
}
.block-contents table.tbl-01 td:last-child{
	border-right:none;
}
/*table.tbl-02
----------------------------------------------------*/
.block-contents table.tbl-02{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-02 caption{
	text-align:center;
}
.block-contents table.tbl-02 tr{
	border-bottom:#d3d3d3 solid 1px;
}
.block-contents table.tbl-02 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-02 th{
	background-color:#fff3f3;
	border-bottom:#d3d3d3 solid 1px;
	padding:10px;
	display:block;
}
.block-contents table.tbl-02 td{
	padding:10px;
	display:block;
}
/*table.tbl-03
----------------------------------------------------*/
.block-contents table.tbl-03{
	border:#d3d3d3 solid 2px;
}
.block-contents table.tbl-03 tr{
	border:#d3d3d3 solid 1px;
}
.block-contents table.tbl-03 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-03 tr:nth-child(even){
	background-color:#f7f2e7;
}
.block-contents table.tbl-03 th{
	border-bottom:#f4b3a6 solid 2px;
	padding:10px;
	display:block;
}
.block-contents table.tbl-03 td{
	padding:10px;
	display:block;
}
/*table.tbl-04
----------------------------------------------------*/
.block-contents table.tbl-04{

}
.block-contents table.tbl-04 thead {
    display: none;
}
.block-contents table.tbl-04 tr{
	border-top:#d3d3d3 solid 1px;
	display:block;
	margin-bottom: 20px;
}
.block-contents table.tbl-04 tr:last-child{
	border-bottom:none;
}
.block-contents table.tbl-04 tr:nth-child(even) {
    background-color:#f7f2e7;
}
.block-contents table.tbl-04 td::before {
    content: attr(data-label);
    display: block !important;
    float: left;
    font-weight: bold;
    height: 3em;
    width: 10rem;
}
.block-contents table.tbl-04 td {
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d1d1d1;
    display: block;
    padding: 10px;
    text-align: left;
}
/*block-link
----------------------------------------------------*/
.block-contents ul.block-link{
	margin:0 0 30px 0;
}
.block-contents ul.block-link li{
	margin-bottom:10px;
}
.block-contents ul.block-link li a{
	background-image:url(../images/icn_arrow_pink.gif) ;
	background-position:left center;
	background-repeat:no-repeat;
	background-size:1em auto;
	padding-left:20px;
	margin-bottom:16px;
	text-decoration:underline;
}
/*.block-btn a {
----------------------------------------------------*/
.block-contents .block-btn a {
	margin:0 0 30px 0;
}
}