/*breadcrumb_nav*/
.breadcrumb_nav{
	padding-top: 25px;
	padding-bottom: 20px;
}
.breadcrumb_nav img{
	position: relative;
	top: 2px;
}

.Breadcrumb a {
	font-size: 1.4rem;
    color: #5b5b5b;
    text-decoration: none;
}
.Breadcrumb_greater {
	font-size: 1.4rem;
    display: inline-block;
    padding: 0 5px;
}
.sub_breadcrumb:before {
	font-size: 1.4rem;
    content: '>';
    padding: 0 5px;
}

/*content*/
.content_box{
	overflow: hidden;
}
.content_left{
	width: 69%;
	float: left;
}
.content_right{
	width: 28%;
	float: right;
}

/*subpage_title*/
.subpage_title{
	box-sizing: border-box;
	border: 3px solid #9e9e9f;
	padding: 5px 5px 3px;
	position: relative;
}
.subpage_title img{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.subpage_title_txt{
	vertical-align: middle;
	font-size: 2.1rem;
	color: #231815;
}
.address_box{
	height: 100%;
	background-color: #f6ae69;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
/***fore0124***/
.address_box_joto{
	height: 100%;
	background-color: #fff000;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.address_box_minamitama{
	height: 100%;
	background-color: #c3d600;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.address_box_nishitama{
	height: 100%;
	background-color: #f5ad6a;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
/***fore***/

.subpage_title_address{
	display: inline-block;
	font-size: 2.1rem;
	vertical-align: middle;
	padding-top: 5px;
}

/*table*/
.subpage_table_box{
	padding: 30px 0;
}
.subpage_table_title{
	padding-bottom: 10px;
	border-bottom: 3px solid #3478b7;
	position: relative;
}
.subpage_table_title span{
	font-size: 1.8rem;
	vertical-align: middle;
	font-weight: bold;
}
.subpage_table_title img{
	vertical-align: middle;
	margin-right: 10px;
}
.subpage_table_time{
	position: absolute;
	top: -2px;
	right: 0;
	padding-right: 5px;
}
.subpage_table_time p{
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.s_table{
	width: 100%;
	border: 1px solid #f0f1f1;
	box-sizing: border-box;
	margin-top: 20px;
	table-layout: fixed;
}
.s_table_th{
	background-color: #f0f1f1;
	width: 35%;
	padding: 10px 10px;
	border-top: 1px solid #d3d3d4;
}
.s_table_th span{
	font-size: 1.4rem;
	text-align: center;
}
.s_table_td{
	width: 65%;
	padding: 10px 20px;
	border-top: 1px solid #f0f1f1;
	word-wrap: break-word;
}
.s_table_td span{
	font-size: 1.4rem;
}
.border_none{
	border: none !important;
}
.table_map{
	margin-top: 40px;
	position: relative;
}
.table_map img{
	display: block;
	width: 100%;
	opacity: 0;
}
.table_map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.subpage_table_title02{
	margin-top: 30px;
}
.s_table_td a{
	text-decoration: underline;
}
.s_table_td a:hover{
	text-decoration: none;
}

.link_ico{
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.subpage_link_box{
	margin-top: 30px;
	display: table;
	padding: 10px;
	border: 2px solid #3478b7;
}
.subpage_link_left{
	display: table-cell;
	width: 30px;
	vertical-align: middle;
	padding-right: 5px;
}
.subpage_link_right{
	display: table-cell;
	vertical-align: middle;
}
.subpage_link_right a{
	text-decoration: underline;
}
.subpage_link_right a:hover{
	text-decoration: initial;
}
.subpage_link_right a span{
	font-size: 1.4rem;
	vertical-align: middle;
}
.subpage_link_right a img{
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.s_table_td ol{
	list-style: decimal;
	padding-left: 18px;
}
.mg_top10{
	margin-top: 5px;
}
.subpage_table_img_box{
	text-align: center;
	margin-top: 30px;
}
.subpage_table_img_box img{
	display: inline-block;
	width: 330px;
	max-width: 100%;
	margin: 0 5px;
}



/*** タブレット 768x ~ 1020px***/
@media screen and (max-width: 1020px) {
	.subpage_title {
	    box-sizing: border-box;
	    /*max-width: 98%;*/
	    margin: 0 auto;
	}
	.breadcrumb_nav {
	    max-width: 98%;
	    margin: 0 auto;
	}
	.content_box {
	    max-width: 98%;
	    margin: 0 auto;
	}
	.content_right {
	    width: 37%;
	}
	.content_left {
	    width: 60%;
	}
	
	
	
}

@media screen and (max-width: 768px) {
	.content_right {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.content_left {
	    width: 100%;
	}
	
	
	
}
@media screen and (max-width: 480px) {
	
	.breadcrumb_nav {
	    display: none;
	}
	.subpage_title {
	    margin-top: 20px;
	}
	.subpage_title span {
	    font-size: 1.8rem;
	}
	.content_right {
	    /*padding-top: 20px;*/
	    margin-bottom: 10px;
	}
	
	.s_table_th {
	    width: 35%;
	    padding: 10px 10px;
	    border-top: 1px solid #d3d3d4;
	    word-wrap:break-word ;
	}
	.s_table_th span {
	    font-size: 1.4rem;
	}
	.s_table_td {
	    width: 65%;
	    padding: 10px 10px;
	    border-top: 1px solid #f0f1f1;
	    word-wrap:break-word ;
	}
	.s_table_td span {
	    font-size: 1.4rem;
	}
	.subpage_link_left {
	    width: 25px;
	}
	.subpage_link_box {
	    padding: 5px 10px;
	}
	.subpage_table_img_box img{
	    margin: 0 0px;
	}
	.subpage_table_img_box img:nth-child(odd) {
	    margin: 0 0px 10px;
	}
	
	
}