﻿@charset "UTF-8";

/* ▼▼▼ アクセス・パーキング
=====================================*/
/* 共通 */
section{
    max-width: 1000px;
    margin: 0 auto;
	padding: 0 20px 50px;
    }
p.kome{
	margin: 15px 0 0;
	}
.line{
	border-bottom: 1px dotted #ccc;
	padding: 0 0 40px;
	margin: 0 0 40px;
	}
.kome02{
	color: #A25E5E;
	}
ul.kome li{
	text-indent: -1em;
	padding-left: 1em;
	}
.under_space{
	margin: 0 0 20px;
	}

/* 営業時間 */
#time_area{
    padding: 50px 20px;
}
#time_area table{
    border: 1px solid #000;
    margin-bottom: 40px;
    width: 100%;
    font-size: 18px;
}
#time_area table th{
    border-right: 1px solid #000;
    font-weight: normal;
    width: 10%;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
}
#time_area table td{
    font-weight: bold;
    padding: 20px 40px;
}
#time_area table td a{
    color: #3E459B;
    font-size: 16px;
    font-weight: normal;
}
#time_area table td a:after{
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
}

#time_area dl{
    padding: 20px 0;
}
#time_area dl:not(:last-child){
    border-bottom: 1px solid #ccc;
}
#time_area dl dt{
    font-weight: bold;
    float: left;
    clear: both;
    width: 30%;
}
#time_area dl dd{
    padding-left: 20em;
    width: 70%;
}
#time_area dl dd p{
    position: relative;
    padding-left: 100px;
}
#time_area dl dd :before{
    background: #eee;
    width: 80px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    font-size: 14px;
}
#time_area dl dd p.main_bldg:before{
    content: "本館";
}
#time_area dl dd p.plaza:before{
    content: "プラザ館";
}
#time_area dl dd p span{
    padding-left: 60px;
}
#time_area dl dd p span.miores10{
    background: url(../img/miores10.svg) no-repeat center/contain;
}
#time_area dl dd p span.miores11{
    background: url(../img/miores11.svg) no-repeat center/contain;
}
#time_area dl dd p span.miores4{
    background: url(../img/miores4.svg) no-repeat center/contain;
}
#time_area dl dd p span.mioekitchen{
    background: url(../img/mioekitchen.svg) no-repeat center/contain;
}
#time_area dl dd p span.ekiue_stand{
    background: url(../img/ekiue_stand.svg) no-repeat center/contain;
}

/* 地図 */
.main_img {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px 50px;
	}
	.main_img p:first-child{
		margin: 0 0 30px;
		}
	.main_img img{
		width: 100%;
		}
	.main_img ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		}
	.main_img ul li:nth-child(2n){
		margin-left: 50px;
		}
	#access a[href^="mailto:"] {
		color: #A25E5E;
		}

/* MIOインフォメーションカウンター */
table.info_area{
	border: 1px solid #ccc;
	border-bottom: 0 none;
	width: 100%;
	margin: 0 0 20px;
	}
	table.info_area tr th,
	table.info_area tr td{
		border-bottom: 1px solid #ccc;
	    }
	table.info_area tr th{
		background: #F7F7F7;
		border-right: 1px solid #ccc;
		width: 30%;
	    padding: 15px 30px;
		font-weight: normal;
		vertical-align: middle;
		}
	table.info_area tr td{
	    padding: 20px 30px;
		}
	table.info_area tr td img{
		margin: 0 0 30px;
		}

	.initials{
		margin: 0 0 30px;
		}
	.initials li{
		text-indent: -1em;
		padding-left: 1em;
		}
	.initials li:before{
		content: "・";
		}
	.tokuten{
		color: #A25E5E;
		font-weight: bold;
		margin: 0 0 10px;
		}
	.bg_txt01 {
		background: #FAF7F7;
		border-radius: 10px;
		padding: 30px 20px;
		}
		table.info_area tr:nth-child(3) .bg_txt01{
			margin: 0 0 30px;
			}
		.bg_txt01 > p{
			margin-bottom: 30px;
			}
	table.info_area .counter li:first-child{
		margin-bottom: 20px;
		}

/* 天王寺バス駐車場のご案内 */
.bus_stop{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.bus_stop p.img{
		width: 45%;
		}
	.bus_stop .info_area{
		width: 52%;
		}
	.bus_stop .info_area .tel_box{
		border: 1px solid #A25E5E;
		padding: 15px;
		margin: 5px 0 0;
		}
		.bus_stop .info_area .tel_box p{
			text-align: center;
			}
		.bus_stop .info_area .tel_box span{
			color: #A25E5E;
			font-weight: bold;
			}
		.bus_stop .info_area .tel_box span.tel-moji{
			font-size: 22px;
			}
		.bus_stop .info_area .tel_box span.tel-moji a{
			color: #A25E5E!important;
			}
.bg_txt{
	margin: 0 0 50px;
	}
	.bg_txt ul.initials li{
		text-indent: -3.5em;
		padding-left: 3.5em;
		}
	.bg_txt ul.initials li span{
	    display: inline-block;
		width: 2.5em;
	    text-indent: 0em;
		}

/* マージンボトム0 */
.mb0{
	margin: 0;
	}


/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {

/* 共通 */
section{
	padding: 0 20px 30px;
    }
p.kome{
	margin: 15px 0 0;
	}
.line{
	padding: 0 0 30px;
	margin: 0 0 30px;
	}
.bg_title{
	margin-bottom: 0px;
	}
.kome02{
	margin: 0 0 30px;
	}
.under_space{
	margin: 0 0 20px;
	}

/* 営業時間 */
#time_area table{
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
}
#time_area tbody,#time_area tr{
    display: block;
}
#time_area table th{
    display: block;
    border-right: 0 none;
    border-bottom: 1px solid #000;
    width: 100%;
    padding: 10px 0;
}
#time_area table td{
    display: block;
    padding: 10px 20px;
}
#time_area table td a{
    font-size: 14px;
}
#time_area dl{
    padding: 10px 0;
    overflow: hidden;
}
#time_area dl:not(:last-child){
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}
#time_area dl dt{
    width:43%;
}
#time_area dl dd{
    padding-left: 43%;
    width: 100%;
}
#time_area dl dd p{
    padding-left: 60px;
}
#time_area dl dd :before{
    background: #eee;
    width: 55px;
    position: absolute;
    top: 2px;
    left: 0;
    text-align: center;
    font-size: 10px;
}
#time_area dl dd p.main_bldg:before{
    content: "本館";
}
#time_area dl dd p.plaza:before{
    content: "プラザ館";
}
#time_area dl dd p span{
    padding-left: 40px;
}

/* 地図 */
.main_img {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
	}
	.main_img p:first-child{
		margin: 0 0 20px;
		}
	.main_img img{
		width: 100%;
		}
	.main_img ul li:nth-child(2n){
		margin-left: 0;
		}
	#access a[href^="mailto:"] {
		color: #A25E5E;
		}

/* MIOインフォメーションカウンター */
table.info_area{
	margin: 0 0 20px;
	}
	table.info_area tr th,
	table.info_area tr td{
		display: block;
		width: 100%;
	    padding: 15px 25px;
		}
	table.info_area tr th{
		border-right: 0 none;
		text-align: center;
		}
	table.info_area tr td{
		text-align: center;
		}
	table.info_area tr td img{
		margin: 0 0 20px;
		}

	.initials{
		margin: 0 0 20px;
		}
	.tokuten{
		display: block;
		margin: 0 0 10px;
		}
	table.info_area .counter li:first-child{
		margin-bottom: 20px;
		}
	table.info_area tr:nth-child(3) .bg_txt01{
		margin: 0 0 20px;
		}
	.bg_txt01 > p{
		margin-bottom: 20px;
		}

/* 天王寺バス駐車場のご案内 */
.bus_stop p.img{
	width: 100%;
	margin-bottom: 20px;
	}
	.bus_stop .info_area{
		width: 100%;
		}
	.bus_stop .info_area .tel_box{
		border: 1px solid #A25E5E;
		padding: 15px;
		margin: 5px 0 0;
		}
		.bus_stop .info_area .tel_box span.tel-moji{
			font-size: 18px;
			}
.bg_txt{
	margin: 0 0 30px;
	}
	.bg_txt ul.initials li{
		text-indent: -3.5em;
		padding-left: 3.5em;
		}
	.bg_txt ul.initials li span{
	    display: inline-block;
		width: 2.5em;
	    text-indent: 0em;
		}

/* マージンボトム0 */
.mb0{
	margin: 0;
	}

}


