.map {
    margin-bottom: 30px;
}
.page .inner{
    max-width:980px;
    margin:auto;
}
h2.title {
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 24px;
    color: #434343;
}
.page .inner .map iframe {
    width: 100% !important;
    margin: 20px 0;
    border: 0;
}
.tel a {
    font-weight: bold;
    font-family: 'Roboto';
    font-size: 23px;
    margin-left: 10px;
    color: #e24276;
    position: relative;
}
.tel {
    display: flex;
    margin-top: 10px;
    align-items: center;
    font-size: 18px;
}
.box p.ttl {
    font-weight: bold;
    font-size: 18px;
    color: #f06b84;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    margin-bottom: 5px;
}
p.desc {
    font-weight: normal;
    padding: 10px;
}
p.desc span.red {
    font-weight: normal;
    color: red;
}
p.desc span {
    font-weight: bold;
}
main.page {
    padding-top: 80px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
}
.box {
    margin-bottom: 20px;
}
.box_ttl {
    background: #f3f3ec;
    padding: 30px;
}
.box_ttl p {
    font-weight: normal;
}
.tel p{
    font-weight:500;
}

/*-------------------------タブレット-------------------------------*/
@media screen and (max-width:768px){
	main.page {
    padding-top: 30px; 
	}	
}
/*------------------------スマホ-------------------------------*/
@media screen and (max-width:667px){
	main.page {
    padding-top: 20px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}
	h2.title {
    font-size: 18px;
}
	.box_ttl {
    background: #f3f3ec;
    padding: 25px;
}
.tel {
    flex-direction: column;
    gap: 2px;
    background: white;
    padding: 7px;
}
	.tel a {
    margin-left: 0;
}
	p.desc {;
    padding: 0;
}
}