@charset "utf-8";
.GoogleMap{
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 30%;/*比率をお好みで*/
}
.GoogleMap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.eigyousyo  {
    background-color: rgb(255 255 255 / 70%);
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.eigyousyo > div {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.eigyousyo2 {
    display: flex;
    justify-content: space-between;
}
.eigyousyo2 div:nth-child(1) {
    width: 70%;
    padding-right: 20px;
}
.eigyousyo2 div:nth-child(2) {
    width: 30%;
}
.eigyousyo2 div:nth-child(1) dt {
    float: left;
}
.eigyousyo2 div:nth-child(1) dd {
    padding-left: 80px;
    border-bottom: 1px dotted rgba(228,228,228,1.00);
}






/* CSS Document */

.rv {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    background-color: white;
}

#container .rv .p-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(229,229,229,1.00);
}
.rv > div:nth-child(1)  {
    width: 40%;
    padding: 10px 0 0 10px;
}
.rv > div:nth-child(2) {
    background-color: rgba(255,255,255,1.00);
    width: 60%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#container .title {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: rgba(229,249,255,1.00);
}

div .dl-shisetsu dt {
    font-weight: bold;
}

div .dl-shisetsu dd {
    border-bottom: 1px dotted rgba(197,192,193,1.00);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
div .dl-shisetsu dd:last-child {
    border-bottom-style: none;
}



@media screen and (max-width:600px){
/* CSS Document */

.rv {
    max-width: 1040px;
    margin-left: 10px;
    margin-right: 20px;
    display: block;
    justify-content: space-between;
    margin-bottom: 50px;
}
.rv > div:nth-child(1) {
    width: 100%;
    padding: 10px;
}
.rv > div:nth-child(2) {
    background-color: rgba(255,255,255,1.00);
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.eigyousyo2 {
    display: block;
}
.eigyousyo2 div:nth-child(1) {
    width: 100%;
    padding-right: 20px;
}
.eigyousyo2 div:nth-child(2) {
    width: 100%;
}
.eigyousyo2 div:nth-child(1) dt {
    float: none;
    font-weight: bold;
    font-size: 5vw;
}
.eigyousyo2 div:nth-child(1) dd {
    padding-left: 0px;
    border-bottom: 1px dotted rgba(228,228,228,1.00);
    margin-bottom: 15px;
}
.GoogleMap {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 60%;/*比率をお好みで*/
}











}
