@charset "UTF-8";
/* コンテンツ */

#title {
    background-image: url("../img/title.jpg");
}

.telbox {
    border: 3px solid #f57722;
    padding: 40px;
    border-radius: 20px;
}

.telbox ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.telbox ul li {
    width: 50%;
    text-align: center;
    flex-shrink: 0;
    line-height: 1.5;
}
.telbox ul li p {
    font-weight: bold;
    font-size: 1.4em;
}
.telbox ul li h3 {
    font-size: 1.4em;
    color: #f57722;
    font-family: 'Lato', sans-serif !important;
}
.telbox ul li h3 span {
    font-size: 2em;
}
.etime {
    text-align: center;
}
.etime div {
    display: inline-block;
    text-align: left;
}
.etime div p {
    padding-left:4em;
    text-indent:-4em;
    line-height: 1.5;
}

#dpick {
	margin-bottom:10px;
}

@media screen and (min-width: 500px) {


}

@media screen and (max-width: 499px) {

.telbox {
    border: 2px solid #f57722;
    padding: 30px 0;
}

.telbox ul {
    display: block;
}
.telbox ul li {
    width: auto;
    margin-bottom: 20px;
}
.telbox ul li:last-child {
    margin-bottom: 0;
}
.telbox ul li p {
    font-size: 1em;
}
.telbox ul li h3 {
    font-size: 1em;
}
.telbox ul li h3 span {
    font-size: 2em;
}
.etime {
    font-size: 0.84em;
}

#dpick {
	width:100%;
}
.ui-datepicker {
	width:auto !important;
}
#dpick .table {
	display:table;
	width:auto !important;
}
#dpick tbody {
    display: table-row-group;
}
#dpick tr {
	display:table-row;
}
#dpick thead th {
    background-color: #fff !important;	
}
#dpick th,#dpick td {
	float:none;
	clear:none;
	display:table-cell;
}
}
