@charset "utf-8";
/* CSS Document */

/**********************************************************************
*
*　　 ■マップ
*
**********************************************************************/

#map_area h2 {
	background: #F0F0F0;
	color: #555;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

#map_area section p#top_txt {
	padding: 10px;
	line-height: 18px;
	font-size: 14px;
}

#area_nav {
    width:94%;
	height: 60px !important;
	margin: 10px auto 20px;
}

#map_t {
    width:94%;
	margin: 10px auto 20px;
}

#area_nav li {
	float: left;
	width: 48%;
	height: 60px;
	margin: 0 0 0 4%;
}

#area_nav li:first-child {
	margin: 0;	
}

#area_nav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 8px 20px 8px 0;
	text-align: center;
	line-height: 18px;
	font-size: 12px;
	border: 4px solid #DD272D;
	background: #FFF url(/sp/common/img/red_arrow.png) no-repeat 95% center;
	background-size: 16px;
	font-weight: bold;
}

#area_nav li a.on {
	display: block;
	color: #FFF !important;
	background: #01B9FF url(/sp/common/img/ulink_arrow.png) no-repeat 95% center;
	background-size: 16px;
	border: 4px solid #01B9FF;
}

#area_address {
	width: 100%;
	padding: 10px 10px 10px 60px;
	background: #29C7F3 url(/sp/common/img/cnt03_icon.png) no-repeat 10px center !important;
	margin: 0 0 15px;
}

#area_address p {
	color: #FFF;
}

table#area-t {
	width:100%;
	padding: 0 0 10px;
}

table#area-t th {
	width: 50px;
	text-align: center;
	color: #FFF;
	background: #29C7F3;
	vertical-align:middle;
}

table#area-t td {
	padding: 10px 0;
	text-align: center;
	color: #333;
	background: #DFF7FD;
	vertical-align:middle;
}

table#area-t td p {
	width: auto;
	float: left;
	margin-left: 10px;
}

/**********************************************************************
*
*　　 ■料金
*
**********************************************************************/

table.price_t {
	width:100%;
	padding: 0 0 10px;
}

table.price_t tr {
	width:100%;
	text-align:center;
}

table.price_t td {
	font-size: 12px !important;
	line-height: 36px !important;
	color: #333;
}

table.price_t tr.top td {
	color: #FFF;
	background: #F0182C;
	border-bottom: none;
	height: 40px !important;
	line-height: 40px !important;
}

table.price_t th.leftJ , table.price_t th.leftS , table.price_t th.leftH {
	width:20%;
	text-align:center;
	border: #FFF 1px solid;
	color: #FFF;
}

table.price_t th.leftJ {
	background: #FF8000;
}

table.price_t th.leftS {
	background: #00A4E3;
}

table.price_t th.leftH { 
	background: #238C00;
}

table.price_t td.centerN {
	width:35%;
}

table.price_t td.rightC {
	width:40%;
}

table.price_t tr.Aline td {
	border-bottom: #DDD solid 1px;
}

table.price_t tr.Aline td:first-child {
	border-bottom: none !important;
}

table.price_t tr td {
	border-bottom: #DDD solid 1px;
}

table.price_t tr.no_border td {
	border-bottom:none;
}

table.price_t td span.red,
table.price_t td span.redB {
	font-size: 1.2em;
	color: #CC2728;
}

/**********************************************************************
*
*　　 ■st-accordion
*
**********************************************************************/

.st-accordion{
    width:94%;
    min-width:270px;
    margin: 10px auto 10px;
}
.st-accordion ul li,
.map_top ul li{
    height: 60px;
    overflow: hidden;
	background: #F2F2F2;
	margin-bottom: 15px;
}

.map_top ul li {
	background: #DD272D !important;
	margin-bottom: 1px !important;
}

.st-accordion ul li:first-child{
}
.st-accordion ul li > a{
	padding-left:20px;
    font-size: 16px !important;
	font-weight: bold;
	color: #333;
    display: block;
	position: relative;
	line-height: 60px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
    border-left: 4px solid #01B9FF;
}

.map_top ul li > a {
	color: #FFF;
}
.st-accordion ul li > a span{
	background: transparent url(/sp/common/img/ustd_arrow.png) no-repeat center center;
	background-size: 20px;
	text-indent:-9000px;
	width: 26px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -13px;
	opacity:1;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #01B9FF;
}

.st-accordion ul li > a:hover span{
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a{
    color: #01B9FF;
}

.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content{
	padding: 15px 0;
	background: #FFF;
}
.map_top ul li div.st-content {
	padding: 0 !important;
}
.st-content p{
	width: 100%;
    font-size: 14px;
    line-height:  22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

#map_campaign li,
.std_school li {
	margin: 10px 0;
	background: #FFF !important;
}

#map_campaign li h4 {
	
}

#area_campaign {
	height: auto !important;
	margin: 10px 0;
	background: #FFF !important;
	border: 15px solid #FFE7E7;
	padding: 20px;
}

#area_campaign li {
	background: url(/sp/common/img/check_icon.png) no-repeat left center !important;
	background-size: 20px !important;
	height: 24px !important;
	line-height: 24px !important;
	padding: 0 0 0 30px !important;
	margin: 0 !important;
	font-size: 14px !important;
}

.std_school li {
	height: auto !important;
	margin: 0 !important;
	border-bottom: 1px dotted #DDD;
}

.std_school li:last-child {
	border-bottom: none !important;
}

.std_school li a {
	height: auto !important;
    font-size: 16px !important;
	font-weight: normal !important;
	color: #333;
    border-left: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/sp/common/img/std_arrow.png) no-repeat 96% center !important;
	background-size: 20px !important;
}

.std_school li p {
	line-height: 20px !important;
	height: auto !important;
	margin: 0 0 0 10px !important;
	padding: 0 30px 0 0 !important;
}

.std_school li p:first-child {
	padding: 10px 30px 3px 0 !important;
	color: #29C7F3;
	font-size: 15px;
	font-weight: bold;
}

.std_school li p:last-child {
	padding: 0 30px 10px 0 !important;
}

#campaign_list {
	width: 100%;
	margin: 0 auto !important;
	height: auto !important;
}

#campaign_list li {
	padding-top: 20px !important;
	height: auto !important;
	background: none !important;
	margin: 0 !important;
}

#campaign_list li img {
	width: 100%;
}

#campaign_list li a {
	border: none !important;
	padding: 0 !important;
	display: block;
	width: 100%;
}

#campaign_list li a p {
	height: auto !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	font-weight: normal !important;
}

#campaign_list li a div {
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

#campaign_list li a p.s_tit {
	background: #FFE6E6;
	line-height: 38px;
	border-bottom: 2px solid #F0182C;
	margin-bottom: 10px !important;
	padding-left: 50px !important;
	font-weight: bold;
}

/**********************************************************************
*
*　　 ■透過
*
**********************************************************************/

#column-box ul li a:hover section h3 img,
#column-box ul li a:hover section div img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/**********************************************************************
*
*　　 ■角丸
*
**********************************************************************/

#column-box ul li a,
#column-box ul li a section p,
#column-cnt h3,
#column-cnt #back-btn a {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}

/**********************************************************************
*
*　　 ■border-box
*
**********************************************************************/

#area_address,
#area_campaign,
#area_nav li a,
.std_school li p {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/**********************************************************************
*
*　　 ■回り込み解除
*
**********************************************************************/

#area_nav:after,
table#area-t td:after {
	content: "";
	display: block;
	clear: both;
}
