@charset "utf-8";
/* CSS Document */
#content_column #schedule .list {
    padding: 0;
}
#schedule　.tanto_top{
    margin-bottom: 100px;
}
/*#schedule .bg_box{
    margin-top: 90px;
    margin-bottom: 160px;
}*/
/*.tanto_top{
    margin-bottom: 100px;
}*/
/* タイトル */
.cont_ttl_center {
    font-size: 2.1rem;
    padding: 1px;
    margin-bottom: 40px;
    color: #fff;
    box-shadow: 3px 4px 2px 0 rgba(0,0,0,.1);
}
.red .cont_ttl_center{
    background: #E87978;
}
.blue .cont_ttl_center{
    background: #007CC0;
}
.orange .cont_ttl_center{
    background: #E28344;
}
.cont_ttl_center .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    border: 2px solid rgba(255, 255, 255, 0.25);
}
.sub_txt{
    font-size: 1.5rem;
    display: contents;
}
.yellow .content_subttl03{
    border-bottom: 1px solid #F9AE17;
}
.yellow .content_subttl03::before{
    background-color: #F9AE17;
}
.aqua .content_subttl03{
    border-bottom: 1px solid #5AA4C4;
}
.aqua .content_subttl03::before{
    background-color: #5AA4C4;
}
/* タイトルend */
/*.tanto_list{
    margin-bottom: 90px;
}*/
.tanto_list .table_box{
    margin-bottom: 30px;
}
.tanto_list table{
    font-size: 1.6rem;
    text-align: center;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.tanto_list table th{
    width: 157px;
    color: #fff;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding: 10px 0 10px 0;
}
.tanto_list .yellow table th{
    background: #F9AE17;
}
.tanto_list .aqua table th{
    background: #5AA4C4;
}
.tanto_list table td{
    width: 157px;
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
	padding: 10px 0 10px 0;
}
.tanto_list table td a{
    text-decoration: underline;
}
/* table */

#schedule .service_search_link_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#schedule .service_txt {
    font-size: 1.6rem;
    line-height: 1.7;
}
#schedule .service_search_link {
    /*width: 258px;
    max-width: 100%;*/
    margin-left: 30px;
}

.link_btn_block .note_txt{
    position: relative;
    top: -10px;
    margin-bottom: 40px;
}
.link_btn_block .note_txt span{
    background: #E65247;
    color: #fff;
    font-size: 1.4rem;
    padding: 1px 11px;
    border-radius: 15px;
    margin: 0 5px;
    
}
#schedule .bdr {
    margin: 100px 0 60px;
}
#schedule .other_cate_link .cate_list {
    padding-top: 0;
}
#time_area.schedule {
    margin-top: 30px;
}




@media screen and (max-width: 767px) {
#schedule .service_search_link_box{
	display: block;
}
#schedule .service_txt {
    font-size: 1.4rem;
    line-height: 1.7;
}
#schedule .service_search_link {
    margin-left: 0px;
    margin-top: 15px;
    /*width: 100%;*/
}
.sub_txt {
    font-size: 1.2rem;
}   
    
    
    
#schedule .other_cate_link{
    margin-top: 50px;
}
    
    
    
    
.link_btn_block .note_txt {
    margin-bottom: 10px;
}    
    
    
.cont_ttl_center {
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.cont_ttl_center .ttl_wrap {
    height: 45px;
}
.page #main_column #schedule .service_search_link_box{
    margin-bottom: 35px;
}
    
.tanto_list{
    margin-bottom: 45px;
}    
.tanto_list table {
    font-size: 1.4rem;
    width: 100%;
}
.tanto_list table th {
    width: 15%;
}
.tanto_list table td {
    width: auto;
    height: 54px;
}
.tanto_top {
    margin-bottom: 35px;
}
#schedule .btn_01 {
    margin-top: 20px;
}
}
/* table end */
















/* ボタンリスト */
.jump_btn_group{
	display: flex;
	flex-wrap: wrap;
	/*margin-bottom: 80px;*/
}
/*.jump_btn_group li{
	width: calc( ( 100% - 10px * 2 )/3);
	height: 54px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
}*/
.jump_btn_group li{
	width: calc( ( 100% - 10px * 2 )/3);
	height: 54px;
	box-sizing: border-box;
	margin-right: 10px;
	margin-bottom: 10px;
    display: table;
}

.jump_btn_group li:nth-of-type(3n){
	margin-right: 0;
}

/*.jump_btn_group li a{
	font-size: 1.8rem;
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px 0 16px;
	box-shadow: 0px 0px 5px 1px rgba(221,221,221,.85);
}*/

.jump_btn_group li a{
	font-size: 1.8rem;
	position: relative;
	width: 100%;
	height: 100%;
	display: table-cell;
	/*align-items: center;*/
    vertical-align: middle;
	padding: 0 30px 0 16px;
	box-shadow: 0px 0px 5px 1px rgba(221,221,221,.85);
}

.jump_btn_group li .arrow::after {
    right: 15px;
    left: auto;
	top: -2px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #E87978;
    border-right: 2px solid #E87978;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.blue .jump_btn_group li .arrow::after {
    border-top: 2px solid #007CC0;
    border-right: 2px solid #007CC0;
}
.orange .jump_btn_group li .arrow::after {
    border-top: 2px solid #E28344;
    border-right: 2px solid #E28344;
}
@media all and (-ms-high-contrast: none) {
    .jump_btn_group li .arrow::after {
       top:21px;
    }
}
.jump_btn_group li a:hover{
	text-decoration: none;
	opacity: 0.7;
}








@media all and (-ms-high-contrast: none) {
    #schedule .service_search_link {
        padding-top: 3px;
    }
    #schedule .service_search_link::before {
        top: -1px;
    }
}





@media screen and (max-width: 768px) {
	.jump_btn_group li,
	.jump_btn_group li:nth-of-type(3n){
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2vw;
	}
	.jump_btn_group li:nth-of-type(2n){
		margin-right: 0 ;
	}
	.jump_btn_group li{
		height: 54px;
	}
	.jump_btn_group li a{
		font-size: 1.6rem;
		line-height: 1.2;
	}
	.jump_btn_group li .arrow::after{
		right: 10px;
		width: 8px;
	    height: 8px;
	}
    .jump_btn_group {
        margin-bottom: 35px;
    }    
}
@media screen and (max-width: 425px) {

	.jump_btn_group li a{
		font-size: 1.4rem;
	}

}
/* ボタンリスト end*/