@charset "UTF-8";

@media screen and (max-width: 980px) {

/* ページ全体 共通コマンド */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-family: "メイリオ","OCRB","SimHei";
    border: 0;
}
a {
    color: #333;
}
a:hover {
    color: #666;
}
a img:hover {
    opacity: 0.5;
}
#Header-Obi h1 {
    font-size: 12px;
    margin: 0 auto;
    text-align: left;
}
/* 共通ヘッダー */
#Header {
    width: auto;
    margin: 0px auto; /* 余白の大きさ 中央寄せ(センタリング)) */
    text-align: center;
}
#Header-Obi {
    width: auto;
    margin: 0px auto; /* 余白の大きさ 中央寄せ(センタリング)) */
    background-color: #24a;
}
#Header-Obi-Text {
    width: 100%;
    font-size: 12px;
    padding: 8px auto;
    margin: 0 auto;
    color: #FFF;
}
/* ヘッダータイトル */
#Header-Title {
    width: 100%;
    height: auto;
    margin: 12px auto 4px auto;
}
div#HT-Table {
    display: table;
    width: 100%;
    height: auto;
    vertical-align: top;
}
div#HT-Table-Cell-TitleImg,
div#HT-Table-Cell-TravieImg,
div#HT-Table-Cell-CC,
div#HT-Table-Cell-Contact {
    display: table-cell;
    height: 80px;
    vertical-align: top;
}

div#HT-Table-Cell-TitleImg {
    width: 100%;
    text-align: center;
}
div#HT-Table-Cell-TravieImg {
    display: none;
    width: 10%;
}
div#HT-Table-Cell-CC {
    display: none;
    width: 28.5%;
}
div#HT-Table-Cell-Contact {
    display: none;
    width: 35%;
    text-align: right;
}
div#HT-Table-Cell-CC p {
    font-size: 12px;
    font-weight: bold;
}
div#HT-Table-Cell-Contact p {
    font-size: 12px;
}
/* ヘッダータイトル WCN画像 */
#Header-title-img {
    height: auto;
    max-width: 230px;
    width: 100%;
}
#Header-travie-img {
    height: auto;
    width: 120px;
    margin-top: 22px;
}
#Header-Contact-img {
    margin-bottom: 4px;
}
/* ヘッダーメニュー */
#Header-Menu {
    background: #fff;
    width: 100%;   /* 横幅 */
}
#Header-Menu-Sp-OpenButton {
    display: block;
    position: relative;
    background-color: #4f4f4f;
}
#Header-Menu-Sp-CloseButton {
    display: block;
    position: relative;
    background-color: #4f4f4f;
}
.Header-Menu-Nav {
    width: 100%;   /* 横幅*/
    margin: 0 auto; /* センターに配置 */
    padding: 0;     /* ボーダー⇔内容の余白 */
    list-style-type: none;
    text-align: center;
    display: none;
}
/* ヘッダーメニュー 項目 */
.Header-Menu-Nav li {
}
.Header-Menu-Nav li:first-child {

}
.Header-Menu-Nav li:last-child {
/*    border-right: 1px solid #CCC;*/
}
.Header-Menu-Nav li#HMN-Tour {
    background-color: #f0f0f0;
}
.Header-Menu-Nav li#HMN-Air {
    background-color: #f0f0f0;
}
.Header-Menu-Nav li#HMN-Ryugaku {
    background-color: #f0f0f0;
}
.Header-Menu-Nav li#HMN-Honyaku {
    background-color: #f0f0f0;
}
.Header-Menu-Nav li#HMN-Jhotel {
    background-color: #f0f0f0;
}
/* ヘッダーメニュー アンカー */
.Header-Menu-Nav li a {
    display: block; /* ブロック表記 */
    position: relative; /* IE6用 */
    padding: 12px 8px 12px; /* リンクエリアのパディング（上、左右、下） */
    text-decoration: none; /* テキストの下線（なし） */
    font-weight: bold; /* 文字の太さ（太字） */
    font-size: 16px;  /* 文字のサイズを小さめに */
    color: #222; /* 文字色 */
    line-height: 100%; /* 行の高さ */
}
/* ヘッダーメニュー カーソル */
.Header-Menu-Nav li a:hover {
    background: #e0eaff;
    color: #101000;
}
/* ヘッダーメニュー 現在のページ */
.Header-Menu-Nav li.active a {
    background: #24a;
    color: #fff;
}
/* --- clearfix --- */
.clearFix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearFix {
    min-height: 1px;
}
/* フッターメニュー */
#Footer-Menu {
    margin: 0; /* 余白なし */
    padding: 0; /* 余白なし */
    width: 100%;
    background: #FFF;
}
.Footer-Menu-Nav,
.Footer-Menu-Search {
    width: 100%;   /* 横幅*/
    margin: 0 auto; /* センターに配置 */
/*    border-left: 1px #333 solid; /* メニューの左境界線 */
/*    border-right: 1px #333 solid; /* メニューの右境界線 */
    list-style-type: none;
    text-align: center;
}
.Footer-Menu-Nav {
    padding: 6px 0;     /* ボーダー⇔内容の余白 */
}
.Footer-Menu-Search {
    padding: 0;     /* ボーダー⇔内容の余白 */
}
/* ヘッダーメニュー 項目 */
.Footer-Menu-Nav li {
/*    width: 20%;     /* 項目の幅 */
    display: inline-block;
    border-left: 1px solid #666;
}
.Footer-Menu-Nav li:last-child {
    border-right: 1px solid #666;
}
/* ヘッダーメニュー アンカー */
.Footer-Menu-Nav li a {
    display: block; /* ブロック表記 */
    position: relative; /* IE6用 */
    padding: 4px auto; /* リンクエリアのパディング（上、左右、下） */
    text-decoration: none; /* テキストの下線（なし） */
    font-size: 12px;  /* 文字のサイズを小さめに */
    color: #111; /* 文字色 */
    line-height: 100%; /* 行の高さ */
}
/* フッターメニュー カーソル */
.Footer-Menu-Nav li a:hover {
    color: #777;
}
/* 共通フッター */
#Footer {
    width: auto;   /* 横幅 */
    margin: 40px auto 20px auto; /* 余白の大きさ 中央寄せ(センタリング)) */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}
/* Form用フッター */
#Form-Footer {
    width: auto;
    text-align: center;
    border-top: 2px solid #CCC;
    border-bottom: 1px solid #CCC;
}
/* フッターコピーライト */
#Footer-CopyLight {
    margin: 0 auto; /* 余白なし */
    padding: 0; /* 余白なし */
    width: 100%;  /* 横幅 */
    vertical-align: central;    /* テキストの配置位置をセンター */
    &:after {
        content: "";
        display: block;
        clear: both;
    }
}
/* フッター 許可書 */
.Footer-Copyright-other {
    width: 100%;     /* 横幅を指定 */
    float: block;    /* 左側に配置 */
}
/* フッター 許可書　左側 */
#Footer-Copyright-other-L {
    margin: 0; /* 余白なし */
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px; /* 文字の大きさは小さく */
    text-align: center;
}
#Footer-Copyright-other-L p {
    line-height: 1.3em;
    font-size: 12px; /* 文字の大きさは小さく */
}
/* フッター 許可書　右側 */
#Footer-Copyright-other-R {
    margin: 0; /* 余白なし */
    padding: 0; /* 余白なし */
    text-align: center;
}
/* フッター画像サイズ指定 */
.Footer-image {
    display: inline-block;
    vertical-align: top;
    width: 75px;
}
#FI-Iata {
    width: 75px;
}
#FI-Jata {
    width: 62px;
    padding-top: 8px;
}
/* フッターコピーライト */
#Footer-Copyright-wcn {
    margin: 0 auto; /* 余白なし */
    padding: 0; /* 余白なし */
    width: 100%;  /* 横幅 */
    text-align: center;  /* 文字位置は右側へ */
    font-size: 10px; /* 文字の大きさは小さく */
}
#Form-Footer-Pic {
    text-align: center;
}
#FCO-Secom {
    padding-top: 8px;
}
/* トップへボタン */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(50, 50, 50, 0.5);
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(100, 100, 100, 0.8);
}

}

/* End of File */