@charset "utf-8";
/*共通設定*/
.txt-flex {
    display: flex;
    align-items: flex-start;
    justify-content: left;
}

.txt-flex span {
    margin-right: 4px;
}

.access-map,
.access-how {
    margin-bottom: 100px;
}

.access h1,
.access h2 {
    margin-bottom: 40px;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.access h1::after,
.access h2::after {
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
  margin-left: 16px;
}
/*終わり*/  

/*<section class="access">*/
.breadcrumb {
    display: flex;
    justify-content: left;
    align-items: center;
    font-size: 14px;
    margin: 40px 0;
}

.breadcrumb p {
    margin: 0 8px;
}

.breadcrumb a:hover {
    opacity: 0.8;
}

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
}

.access-txt {
    margin-top: 40px;
}

.hos-name {
    color: #14B88D;
    font-size: 18px;
    font-weight: 600;
}

.access-txt .txt-02 {
    margin: 16px 0;
}

.access-how h3 {
    margin-bottom: 32px;
    color: #2264b9;
    font-size: 18px;
    display: flex;
    align-items: center;
    line-height: 1;
}

.square {
    width: 30px;
    margin-right: 10px;
}

.car-txt {
    margin-bottom: 80px;
}

.access-how span {
    font-weight: 600;
}

.car-txt .txt-01 {
    color: #14B88D;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
}

.train-txt .txt-01 {
    margin-bottom: 8px;
}
/*終わり*/  

/*タブレット*/
@media (max-width: 1024px) {
/*共通設定*/
/*終わり*/ 
}    

/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .txt-flex {
        display: block;
    }

    .access h1,
    .access h2 {
        font-size: 18px;
    }
/*終わり*/ 

/*<section class="access">*/
    .train-txt .txt-01 {
        margin-bottom: 16px;
    }
/*終わり*/ 
}    