@charset "UTF-8";
/* 倉敷稲荷町location */

.location {
    color: #eee;
}

.location h3, .location h4, .location h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.location p {
    font-size: 0.9rem;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .location p {
        font-size: 1rem;
        line-height: 1.7;
    }
}


/* location-main */
.location-main-wrap {
    padding-bottom: 15px;
}
.location-main {
    padding-top: 20px;
}
@media (min-width: 768px) {
    .location-main-wrap {
      padding-bottom: 80px;
    }
    .location-main {
      padding-top: 40px;
    }
}


/*地図*/
.location-map {
    padding-top: 30px;
    padding-bottom: 40px;
}

.location-map .container {
    position: relative;
}

.mapimg {
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .location-photo {
        display: none;
    }
}

@media (min-width: 768px) {
    .location-map {
        padding-top: 100px;
    }
    .location-photo {
        position: absolute;
        top: -180px;
    }
    .location-photo-sp {
        display: none;
    }
    .mapimg {
        padding-top: 240px;
        padding-bottom: 80px;
    }
}

.location-map h3 {
    font-family: "Roboto Condensed", sans-serif; 
    letter-spacing: 0.2em;
    font-size: 1.4rem;
    color : #111;
    text-align: center;
}
@media (min-width: 768px) {
    .location-map h3 {
      font-size: 1.8rem;
    }
}


/* lifeinfo */
.lifeinfo {
    color: #111;
    padding-bottom: 30px;
}

.lifeinfo h3 {
  font-family: "Roboto Condensed", sans-serif; 
  letter-spacing: 0.2em;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
    .lifeinfo {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .lifeinfo h3 {
      font-size: 1.8rem;
    }
}

.life_i {
    text-align: center;
    margin-bottom: 12px;
}

.lifeinfo h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #004DA0;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
    text-align: center;
}
.lifeinfo .table-responsive {
	font-size: 0.8rem;
	margin-bottom: 5px;
}
.lifeinfo .table-responsive th {
	font-weight: normal;
        width: 45%;
}
.lifeinfo .table-responsive {
	border: none;
}
.lifeinfo .table-responsive .table {
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.lifeinfo .table-responsive .table>tbody>tr>td {
	border-top: solid 1px #ccc;
	padding: 4px;
	text-align: right;
	font-weight: normal;
}
.lifeinfo .table-responsive .table>tbody>tr>th {
	border-top: solid 1px #ccc;
	padding: 4px;
    font-weight: normal;
}

@media (min-width: 768px) {
    .lifeinfo .table-responsive {
        font-size: 0.9rem;
    }
	.lifeinfo .leftpc {
		padding-right: 55px;
	}
	.lifeinfo .rightpc {
		padding-left: 60px;
        padding-right: 20px;
	}
    .lifeinfo .table-responsive th {
        width: 50%;
        letter-spacing: 0.03em;
    }
    .lifeinfo h5 {
        font-size: 1.2rem;
    }
}

.lifeinfo .xstx {
    font-size: 12px;
    letter-spacing: 0;
    color: #ccc;
}