@charset "UTF-8";
/* CSS Document */

/*===================================================
	交通アクセス　ACCESS
====================================================*/

.address {
width: 100%;
height: auto;
position: relative;
float: left;
margin-bottom: 10px;
font-size: 14px;
}

.address .name {
width: 100%;
height: auto;
font-size: 18px;
margin-bottom: 10px;
}

.map {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
}

.sep {
width: 100%;
height: auto;
float: left;
margin-bottom: 20px;
}

.sep img {
width: 100%;
height: auto;
}


.title_car {
height: 60px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 25px;
line-height: 100%;
color: #208DCC;
padding-left: 30px;
background-image: url(../images/icon_car.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 24px 24px;
}

.title_train {
height: 60px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 25px;
line-height: 100%;
color: #208DCC;
padding-left: 30px;
background-image: url(../images/icon_train.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 24px 24px;
}

.title_bus {
height: 60px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 25px;
line-height: 100%;
color: #208DCC;
padding-left: 30px;
background-image: url(../images/icon_bus.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 24px 24px;
}

.orange {
float: left;
clear: left;
font-size: 18px;
color: #fa7b22;
font-weight: bold;
padding: 0 20px 0 30px;
margin-bottom: 30px;
}

.subject {
float: left;
clear: left;
font-size: 18px;
color: #208dcc;
font-weight: bold;
padding: 0 20px 0 30px;
margin-bottom: 10px;
}

.text {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 0px 0 50px;
margin-bottom: 30px;
}



.text a {
color: #208dcc;
text-decoration: underline;
}


/*--PC用　1000px以上　のスタイル END--*/
/* ================================================================================================== */
/* Tablet用　1000px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 1000px) {



}/*--Tablet用　1000px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　768px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 768px) {

.title_car {
height: 40px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 20px;
line-height: 100%;
color: #208DCC;
padding-left: 28px;
background-image: url(../images/icon_car.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 22px 22px;
}

.title_train {
height: 40px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 20px;
line-height: 100%;
color: #208DCC;
padding-left: 28px;
background-image: url(../images/icon_train.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 22px 22px;
}

.title_bus {
height: 40px;
float: left;
display: flex;
align-items: center;
font-weight: bold;
font-size: 20px;
line-height: 100%;
color: #208DCC;
padding-left: 28px;
background-image: url(../images/icon_bus.svg);
background-repeat: no-repeat;
background-position: left 0px center;
background-size: 22px 22px;
}

.orange {
float: left;
clear: left;
font-size: 16px;
color: #fa7b22;
font-weight: bold;
padding: 20px 0px 0 0px;
margin-bottom: 10px;
}

.subject {
float: left;
clear: left;
font-size: 16px;
color: #208dcc;
font-weight: bold;
padding: 10px 0px 0 0px;
margin-bottom: 10px;
}

.text {
width: 100%;
float: left;
clear: left;
font-size: 14px;
line-height: 160%;
padding: 0 0px 0 0px;
margin-bottom: 30px;
}



.text a {
color: #208dcc;
text-decoration: underline;
}


}/*--SP用　768px以下　専用のスタイル END--*/

/* ================================================================================================== */
/* SP用　640px以下　専用のスタイル */
/* ================================================================================================== */
@media only screen and (max-width: 640px) {


}/*--SP用　640px以下　専用のスタイル END--*/
