@charset "utf-8";
.wrapper {
padding-top: 35px;
padding-bottom: 50px;
}
h3 {
background-color: #F3F3F3;
padding: 10px 0 10px 15px;
border: solid 1px #E1E1E1;
margin-bottom: 40px;
font-weight: bold;
}
.map01 {
display: block;
padding-left: 40px;
}
.map01 img {
width: 100%;
}
.map01_inner {
display: flex;
justify-content: space-between;
margin-bottom: 60px;
}
.airplane {
margin-right:60px; 
}
main h4 {
color: #00316C;
font-size: 1.5rem;
display: block;
padding-bottom: 15px;
}
.city {
color: #E5667F;
font-size: 1.5rem;
padding-bottom: 5px;
padding-left: 10px;
font-weight: bold;
}
.time {
padding-bottom: 20px;
padding-left: 10px;
}
main h5 {
font-size: 1.6rem;
letter-spacing: 0.3em;
padding-bottom: 8px;
border-bottom: solid 1px #0F3866;
color: #0B2A4B;
font-weight: bold;
margin-bottom: 30px;
padding-left: 5px;
}
.accessBox {
display: flex;
justify-content: space-between;
margin-bottom: 50px;
}
.boxRight {
margin-right: 100px;
}
.aTitle {
font-size: 1.5rem;
display: block;
padding-bottom: 20px;
color: #00316C;
font-weight: bold;
}
.cName {
font-size: 1.5rem;
display: block;
font-weight: bold;
padding-bottom: 10px;
color: #E5667F;
margin-left: 10px;
}
.txt00 {
padding-left: 10px;
display: block;
line-height: 180%;
margin-bottom: 25px;
}
.map02 {
display: block;
padding-right: 40px;
}
.map02 img {
width: 100%;
}
.highway {
display: flex;
justify-content: center;
}
.highwayBox {
padding-top: 30px;
}
.hTitle {
line-height: 160%;
display: flex;
align-items: center;/* 縦位置の調整 */
margin-bottom: 20px;
}
/* 見出しの文字と横棒の間隔を開ける */
.hTitle::before {
margin-right: 12px;
}
.h01::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #1B9BC5;
}
.h02::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #185E9D;
}
.h03::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #73C150;
}
.h04::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #148751;
}
.h05::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #F44D13;
}
.h06::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #F7A01E;
}
.h07::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #F06EB4;
}
.h08::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #B00C83;
}
.h09::before {
content: '';
width: 65px; /* 線の長さ */
height: 10px;
background: #7E1106;
}
.h10::before {
content: '';
width: 65px; /* 線の長さ */
border-top: 5px dashed #BF5B0B;
}
.h11::before {
content: '';
width: 65px; /* 線の長さ */
border-top: 5px dashed #4EA124;
}
.h12::before {
content: '';
width: 65px; /* 線の長さ */
border-top: 5px dashed #83CEE3;
}


/*　for スマートフォン 　*/
@media all and (max-width : 767px ){
.wrapper {
padding-bottom: 10px;
}
.main_inner {
padding: 0 15px;
}
h3 {
font-size: 1.2rem;
margin-bottom: 30px;
}
.map01_inner {
display: flex;
justify-content: space-between;
flex-direction: column;
margin-bottom: 30px;
}
.map01 {
padding: 0px ;
margin: 0 auto 20px;
}
.map01 img {
width: 80%;
}
.airplane {
margin-right:0px; 
}
main h4 {
font-size: 1.2rem;
padding-bottom: 12px;
}
.city {
font-size: 1.2rem;
padding-bottom: 5px;
}
.time {
padding-bottom: 10px;
font-size: 1.2rem;
}
main h5 {
font-size: 1.2rem;
letter-spacing: 0.2em;
padding-bottom: 5px;
margin-bottom: 20px;
}
.accessBox {
display: flex;
justify-content: space-between;
flex-direction: column;
margin-bottom: 20px;
}
.boxRight {
margin-right: 0px;
}
.aTitle {
font-size: 1.2rem;
padding-bottom: 15px;
}
.cName {
font-size: 1.2rem;
padding-bottom: 5px;
color: #E5667F;
margin-left: 10px;
}
.txt00 {
padding-left: 10px;
font-size: 1.2rem;
margin-bottom: 15px;
}
.map02 {
width: 80%;
padding-right: 0px;
margin: 0 auto;
}
.map02 img {
width: 100%;
}
.highway {
display: flex;
justify-content: center;
flex-direction: column;
}
.highwayBox {
padding-top: 20px;
}
.hTitle {
font-size: 1.2rem;
line-height: 160%;
margin-bottom: 10px;
}
/* 見出しの文字と横棒の間隔を開ける */
.hTitle::before {
margin-right: 10px;
}
.h01::before,
.h02::before,
.h03::before,
.h04::before,
.h05::before,
.h06::before,
.h07::before,
.h08::before,
.h09::before,
.h10::before,
.h11::before,
.h12::before{
width: 50px;
height: 7px;
}
}
