.layoutArea, section {
    margin-bottom: 0;
}

/* 空港タイトル */
h2.airportname_title{
    all: unset;
    font-size: 3rem;
    font-weight: bold;
	line-height: 30px;
	padding-left: 10px;
    display:block;
    border-left: 4px solid #cc0100;
    height: 30px;
    margin: 10px 0;
}
h2.airportname_title span.coutner_label{
    background: #ba3030;
    color: #fff;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 1.8rem;
    vertical-align: bottom;
}
/* 空港タイトル 2行ver. */
h2.airportname_title.two_line {
    height: 80px;
    line-height: 40px;
}
/* 受取・返却 */
p.receive_marker , p.return_marker {
    color: #fff;
    padding: 7px 45px;
    display: table;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 30px;
    margin-right: 20px;
}
p.receive_marker {
    background-color: #CC0000;
}
p.return_marker {
    background-color: #000;
}
.marker_columns {
    display: flex;
}
/* マップ */
.mgt20 {
    width: 60%;
}
/*-------------------
    マップ下の情報全体 
--------------------*/
.airport-map-info {
    width: 100%;
    height: auto;
    display: flex; 
    margin-top: 2%;
}
/*------------
    カウンター
-------------*/
.receiveArea {
    width: 55%;
    height: auto;
    order: 2;
}
.receiveArea img {
    width: 54%;
}
.counter_contents {
    display: flex; /* Flexbox を有効にする */
    justify-content: space-between; /* 要素を左右に配置し、間に均等なスペースを空ける */
    align-items: center; /* 要素を垂直方向に中央揃え */
    width: 100%; /* 必要に応じてコンテナの幅を調整 */
    margin: 0 auto; /* コンテナを中央揃え */
    background-color: #F8F8F8;
}
.counter_image {
    width: 55%;
}
.receiveArea img.width-100{
    width: 100%;
}
/* ロゴ一覧 */
.counter_logo {
    width: 45%;
    height: auto;
    text-align: center;
}
.counter_logo img {
    margin: 1% 0;
    background-color: #FFF;
    width: 90%;
    border-radius: 4px;
}
.counter_logo img.jalabc {
    padding: 2% 15%;
}
.counter_logo img.jwifi_mobile, .counter_logo img.ninja_wifi {
    padding: 2% 20%;
}
/*---------------
    空港テーブル
----------------*/
.tbl_airport_02 {
    width: 35%;
    order: 1;
    margin-right: 20px;
}
.tbl_airport_02 tr td:last-child {
    padding: 5px;
    text-align: center;
}
.tbl_airport_02 table tr:nth-child(2) td{
    padding: 15px 5px;
}
.tbl_airport_02 table tr:nth-child(2) td a{
    color: #000;
    text-decoration: none;
}
.tbl_airport_02 table {
    border-left: none;
    border-right: none;
    border: 0.25px solid #CCC;
}
.tbl_airport_02 tr td:last-child {
    border-right: none;
    border-left: none;
    border-bottom: none;
}
.tbl_airport_02 tr td.cl_f3f3f3.txt_14 {
    border-bottom: 0.5px solid #CCC;;
}
/*-----------
    ＊文章
------------*/
.airport_annotation {
    margin: 10px 0 30px;
}
/*---------------
    返却・ボックス
----------------*/
.contents_receive {
    margin-bottom: 60px;
}

.tbl_airport_02 tr td .BusinessHour {
    display: block;
    text-align: center;
}

.tbl_airport_02 tr td .BusinessHour_box {
    display: inline-block;
    text-align: left;
}

.youtube_video{
    width: 100%;
}

@media screen and (max-width:950px) {
    /* 受取・返却 */
    p.receive_marker , p.return_marker {
        font-size: 1.3rem;
        padding: 5px 40px;
    }
}

@media screen and (max-width:799px) {
    /* 各空港名 */
    h2.airportname_title{
        font-size: 2.2rem;
        line-height: 1.2!important;
        height: auto;
        padding-left: 10px;
        margin: 0;
    }
    h2.airportname_title span.coutner_label{
        font-size: 1.6rem;
        margin-right: 8px;
        vertical-align: baseline;
    }
    /* 空港タイトル 2行ver. */
    h2.airportname_title.two_line {
        height: 53px;
    }
    /* マップ */
    .mgt20 {
        width: 100%;
    }
    .airport-map-info {
        display: block;
        margin-top: 3%;
    }    
    .receiveArea {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
    }
    .tbl_airport_02 {
        width: 100%;
        margin: 5% 0 0;
    }
    .contents_receive {
        margin-bottom: 40px;
    }
    /* カウンター写真 */
    .counter_logo{
        padding: 10px 0;
    }
    .counter_image, .counter_logo{
        width: 55%;
    }
    .counter_contents>img{
        width: 45%;
    }
    .receiveArea img.pic_sp {
        margin: 0 auto;
        display: block;
        max-width: 300px;
    }

    .airport_annotation{
        margin-bottom: 0;
    }
    .airport_annotation p{
        font-size: 12px;
    }

    .youtube_video{
        margin: 20px 0;
        aspect-ratio: 16/9;
    }
    .youtube_video iframe{
        width: 100%;
        height: 100%;
    }
}
@media screen and (max-width:399px) {
    /* 受取・返却 */
    p.receive_marker , p.return_marker {
        font-size: 1.2rem;
        padding: 10px 30px;
    }
}
