﻿/* CSS Document */

/* --- company page --- */
#top { background-image: url(../images/main01.jpg);}
#mapholder iframe { width: 100%; height: 100%;}
#map  p { text-align: left; margin-top: 1em;}
/* --- common --- */
@media only screen and (min-width: 768px) {
section#overview .shelf.dot li { font-size: 0.9rem; padding-left: 9em;}
section#overview .shelf.dot li span { display: inline-block; width: 9em; margin-left: -9em;}
#map #mapholder { width: 100%; aspect-ratio: 1000 / 468;}
#map  p { font-size: 0.85rem;}
}/* --- pc --- */
@media only screen and (max-width: 767px) {
section#overview .shelf.dot li { font-size: 1.1rem;}
section#overview .shelf.dot li span { font-weight: 500;}
#map #mapholder { width: 100%; aspect-ratio: 1 / 1;}
#map  p { font-size: 0.85rem;}
}/* --- sp --- */





/* --- company page --- */

/* --- common --- */
@media only screen and (min-width: 768px) {
}/* --- pc --- */
@media only screen and (max-width: 767px) {
}/* --- sp --- */

