@charset "UTF-8";

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * Table of Contents:
 *
 * 1.0 - Price Page Settings
 *    1.1 - Main Visual
 *    1.2 - Concept
 *    1.3 - Banner01
 *    1.4 - Topics
 *    1.5 - Banner02
 * ----------------------------------------------------------------------------------------------------------------------------
 */ 




/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Overview Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

/* Overview Slider Floormap */
body.overview .overview_slider_floormap {
    margin-bottom: 60px;
    position: relative;
    }

    body.overview .overview_slider_floormap .overview_slider_floormap_item {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 10px 15px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 500;
        }

        body.overview .overview_slider_floormap .overview_slider_floormap_item img { width: auto; }

    body.overview .overview_slider_floormap .scroll-pane {
        width: 100% !important;
        height: 740px;
        margin-bottom: 25px;
        overflow: auto;
        }

        body.overview .overview_slider_floormap .scroll-pane .jspContainer { width: 100% !important; }

    body.overview .overview_slider_floormap .horizontal-only {
        height: 740px;
        max-height: 740px;
        }

        body.overview .overview_slider_floormap .scroll-pane .overview_slider_floormap_inner { width: 2226px; }

body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt {
    background: #ededed;
    padding: 20px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    text-align: center;
    position: relative;
    font-weight: bold;
    }
body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt:first-child { margin-bottom: 23px; }
body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt:last-child { margin-top: 13px; }
body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt:after {
    content: "";
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 20px 14px;
    display: block;
    width: 20px;
    height: 14px;
    margin-left: -10px;
    position: absolute;
    left: 50%;
    }
body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt:first-child:after {
    background-image: url(../img/page/overview_slider_floormap_scrolltxt_darrow.png);
    bottom: -13px;
    }
body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt:last-child:after {
    background-image: url(../img/page/overview_slider_floormap_scrolltxt_tarrow.png);
    top: -13px;
    }

    body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt > a.fancybox {
        background-image: url(../img/common/icon_ph_blue.png);
        background-repeat: no-repeat;
        background-position: left 50%;
        background-size: 18px 16px;
        display: inline-block;
        min-width: 18px;
        min-height: 16px;
        padding-left: 25px;
        margin-left: 10px;
        }

/* Overview Slider Layout */
body.overview .overview_slider_layout {
    width: 800px;
    margin: -40px auto 60px auto;
    letter-spacing: -.40em;
    }

body.overview .overview_slider_layout * { letter-spacing: normal; }

    body.overview .overview_slider_layout dl {
        display: inline-block;
        margin-top: 40px;
        letter-spacing: normal;
        }
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(3),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(4),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(5),
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(2),
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(3) { margin-right: 20px; }

        body.overview .overview_slider_layout dl dt {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            }

            body.overview .overview_slider_layout dl dt > span {
                display: inline-block;
                position: absolute;
                right: 0;
                bottom: 0;
                font-size: 14px;
                }

/* Pager */
body.overview .overview_slider .overview_slider_pager {
    width: 100%;
    margin-bottom: 40px;
    letter-spacing: -.40em;
    text-align: center;
    }

    body.overview .overview_slider .overview_slider_pager a {
        display: table;
        float: left;
        width: 20%;
        padding-bottom: 12px;
        vertical-align: top;
        letter-spacing: normal;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        }
    body.overview .overview_slider .overview_slider_pager a:hover {
        filter: alpha(opacity=70);
        -moz-opacity: 0.7;
        opacity: 0.7;
        text-decoration: none;
        }
    body.overview .overview_slider .overview_slider_pager a.active,
    body.overview .overview_slider .overview_slider_pager a.active:hover {
        background: url(../img/page/overview_slider_pager_arrow.png) no-repeat center bottom;
        background-size: 20px 12px;
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        }

        body.overview .overview_slider .overview_slider_pager a span {
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            background-color: #ededed;
            padding: 15px 10px;
            border: 1px solid #d9d9d9;
            color: #999;
            font-weight: bold;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            }
        
        body.overview .overview_slider .overview_slider_pager a.active span,
        body.overview .overview_slider .overview_slider_pager a.active:hover span {
            background-color: #180d7c;
            border-top: 1px solid #180d7c;
            border-bottom: 1px solid #180d7c;
            color: #fff;
            }

body.overview .cnt_table01 table { table-layout: fixed; }






/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Price Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.price .cnt_table01 table { table-layout: fixed; }

body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 td:nth-of-type(2),
body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 .cnt_table_col06 tr:nth-of-type(3) td:nth-of-type(3),
body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 .cnt_table_col06 tr:nth-of-type(9) td:nth-of-type(3) {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    }
body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 td.cnt_table01_ttl,
body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 .cnt_table_col06 tr:nth-of-type(3) td:nth-of-type(2),
body.price .cnt_tabs_in li:nth-of-type(1) .cnt_table01 .cnt_table_col06 tr:nth-of-type(9) td:nth-of-type(2) {
    font-size: 15px;
    font-weight: normal;
    }

body.price .cnt_tabs_in li:nth-of-type(2) .cnt_table01 td {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    }
body.price .cnt_tabs_in li:nth-of-type(2) .cnt_table01 td.cnt_table01_ttl,
body.price .cnt_tabs_in li:nth-of-type(2) .cnt_table01 td:nth-of-type(1),
body.price .cnt_tabs_in li:nth-of-type(2) .cnt_table01 .cnt_table_col06 tr:nth-of-type(5) td:nth-of-type(2),
body.price .cnt_tabs_in li:nth-of-type(2) .cnt_table01 .cnt_table_col06 tr:nth-of-type(11) td:nth-of-type(2) {
    font-size: 15px;
    font-weight: normal;
    }

body.price .cnt_tabs_in li:nth-of-type(3) .cnt_table01 td {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    }
body.price .cnt_tabs_in li:nth-of-type(3) .cnt_table01 td.cnt_table01_ttl,
body.price .cnt_tabs_in li:nth-of-type(3) .cnt_table01 td:nth-of-type(1) {
    font-size: 15px;
    font-weight: normal;
    }

body.price .cnt_table01 table td dl {
    display: table;
    width: 100%;
    margin-bottom: 10px;
    }
body.price .cnt_table01 table td dl:last-child { margin-bottom: 0; }

    body.price .cnt_table01 table td dl dt,
    body.price .cnt_table01 table td dl dd {
        display: table-cell;
        vertical-align: top;
        text-align: left;
        }
    body.price .cnt_table01 table td dl dt {
        width: 35%;
        font-weight: bold;
        }


/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 2.0 Equipment Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.equipment .parking_map img { width: 100%; }

body.equipment .cnt_tabs_in li:nth-of-type(1) .cnt_table01:nth-of-type(1) td { text-align: left; }

body.equipment .cnt_tabs_in li:nth-of-type(1) .cnt_table01:nth-of-type(1) td:nth-of-type(4) {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    }

body.equipment .parking_map .clearfix > div:nth-of-type(1) {
    float: left;
    width: 600px;
    }

    body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -10px;
        margin-left: -10px;
        }

        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            padding: 0;
            margin-top: 10px;
            margin-left: 10px;
            overflow: hidden;
            }
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt {
            width: 600px;
            height: 310px;
            }
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2) dl dt,
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3) dl dt {
            width: 295px;
            height: 180px;
            }

body.equipment .parking_map .clearfix > div:nth-of-type(2) {
    float: right;
    width: 380px;
    }

body.equipment .parking_map div:nth-of-type(2) .gallery_lists li { width: 100%; }




/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Guide Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.guide .guide_howto {
    background-color: #faf8f7;
    list-style: none;
    letter-spacing: -.40em;
    border: 1px solid #d9d9d9;
    }

    body.guide .guide_howto li {
        background: url(../img/page/guide_howto_arrow_pc.png) no-repeat right 50%;
        background-size: 27px 200px;
        display: inline-block;
        width: 127px;
        height: 200px;
        letter-spacing: normal;
        vertical-align: top;
        font-size: 16px;
        text-align: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        }
    body.guide .guide_howto li:first-child { width: 134px; }
    body.guide .guide_howto li:last-child {
        background: none;
        width: 102px;
        }

        body.guide .guide_howto li div { margin-left: -15px; }
        body.guide .guide_howto li:first-child div { margin-left: -10px; }

            body.guide .guide_howto li div span { display: block; }
            body.guide .guide_howto li div span:nth-of-type(1) {
                margin-top: 30px;
                margin-bottom: 25px;
                }
                body.guide .guide_howto li div span:nth-of-type(1) img { width: 17px; }
            body.guide .guide_howto li div span:nth-of-type(2) {
                margin-top: 5px;
                font-size: 12px;
                }





/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Access Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.access .cnt_block { margin-top: 40px; }

body.access .access_detail {
    background-color: #f7f6f5;
    padding: 40px 30px;
    margin-bottom: 45px;
    text-align: center;
    }


    body.access .access_detail > dt {
        margin-bottom: 25px;
        display: block;
        font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-weight: bold;
        letter-spacing: 0.03em;
        color: #180d7c;
        font-size: 20px;
        }

        body.access .access_detail > dd ul {
            list-style: none;
            letter-spacing: -.40em;
            text-align: center;
            }

            body.access .access_detail > dd ul li {
                width: 33.33%;
                display: inline-block;
                letter-spacing: normal;
                vertical-align: top;
                }

                body.access .access_detail > dd ul li dl dt {
                    display: block;
                    font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
                    font-weight: bold;
                    letter-spacing: 0.03em;
                    font-size: 16px;
                    }

body.access .access_map img,
body.access .train_map img,
body.access .parking_map img { width: 100%; }

body.access .access_map .lists,
body.access .train_map .lists { margin-top: -10px; }

    body.access .access_map .lists li,
    body.access .train_map .lists li { margin-top: 10px; }

body.access .access_map .clearfix > div:nth-of-type(1),
body.access .train_map .clearfix > div:nth-of-type(1) {
    float: left;
    width: 500px;
    }

    body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists,
    body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -10px;
        margin-left: -10px;
        }

        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li,
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            padding: 0;
            margin-top: 10px;
            margin-left: 10px;
            overflow: hidden;
            }
        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt { width: 500px; }

body.access .access_map .clearfix > div:nth-of-type(2),
body.access .train_map .clearfix > div:nth-of-type(2) {
    float: right;
    width: 470px;
    }


body.access .parking_map .clearfix > div:nth-of-type(1) {
    float: left;
    width: 600px;
    }

    body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -10px;
        margin-left: -10px;
        }

        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            padding: 0;
            margin-top: 10px;
            margin-left: 10px;
            overflow: hidden;
            }
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt {
            width: 600px;
            height: 370px;
            }
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2) dl dt,
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3) dl dt {
            width: 295px;
            height: 180px;
            }

body.access .parking_map .clearfix > div:nth-of-type(2) {
    float: right;
    width: 380px;
    }

body.access .parking_map div:nth-of-type(2) .gallery_lists li { width: 100%; }




/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Around Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.around .cnt_tabs_in li:nth-of-type(1) .gallery_lists > li dl > dd { text-align: left; }

    body.around .cnt_tabs_in li:nth-of-type(1) .gallery_lists > li dl > dd strong span {
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
        text-align: center;
        border-radius: 1000px;
        color: #fff;
        line-height: 20px;
        }
    body.around .cnt_tabs_in li:nth-of-type(1) .gallery_lists > li dl > dd strong span.green { background-color: #00693e; }
    body.around .cnt_tabs_in li:nth-of-type(1) .gallery_lists > li dl > dd strong span.orange { background-color: #f39800; }

body.around .cnt_tabs_in li:nth-of-type(1) .gallery_lists:nth-of-type(2) > li { width: 100%; }



/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Contact Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.contact .contact_tel {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    letter-spacing: -.40em;
    }

    body.contact .contact_tel dt,
    body.contact .contact_tel dd {
        display: inline-block;
        letter-spacing: normal;
        }

    body.contact .contact_tel dt {
        margin-right: 10px;
        font-size: 16px;
        }

    body.contact .contact_tel dd {
        font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-weight: bold;
        letter-spacing: 0.03em;
        color: #333;
        font-size: 24px;
        }
            
body.contact #contact_form h4 {
    padding: 5px 0 5px 15px;
    margin-bottom: 15px;
    border-left: 4px solid #999;
    font-size: 18px;
    font-weight: bold;
    }
    
    body.contact #contact_form h4 span {
        display: block;
        padding-top: 5px;
        font-size: 13px;
        font-weight: normal;
        }

body.contact #contact_form table { width: 100%; }

    body.contact #contact_form table th,
    body.contact #contact_form table td {
        padding: 15px 20px;
        border: 1px solid #d9d9d9;
        text-align: left;
        vertical-align: top;
        } 
    body.contact #contact_form table th {
        background: #f2f2f2;
        font-weight: bold;
        width: 35%;
        }
        
        body.contact #contact_form table th .caption { font-weight: normal; }
        
        body.contact #contact_form table td .w33per {
            display: inline-block;
            width: 33.3%;
            }
    
    body.contact #contact_form table input,
body.contact #contact_form table label { display: inline-block; }
    
    body.contact #contact_form table .contact_input01 { width: 40%; }
    body.contact #contact_form table .contact_input02 { width: 99%; }

    body.contact #contact_form table #contact_applicant05_01,
    body.contact #contact_form table #contact_applicant06_01 { margin-right: 10px; }

        body.contact #contact_form table #contact_applicant05_01 + br,
        body.contact #contact_form table #contact_applicant06_01 + br { display: none; }
    
    body.contact #contact_form table textarea { height: 200px; }

body.contact .cnt_btn { text-align: center; }

    body.contact .cnt_btn li { width: 50%; }

        body.contact .cnt_btn li a,
        body.contact .cnt_btn li input {
            width: 100%;
            padding: 20px 30px;
            font-size: 18px;
            }

/*
body.contact #contact_form .btn_submit {
    list-style: none;
    text-align: center;
    margin-top: 65px;
    }
    
    body.contact #contact_form .btn_submit li {
        display: inline-block;
        margin: 0 10px;
        vertical-align: top;
        }

    body.contact #contact_form .btn_submit #contact_confirm,    
    body.contact #contact_form .btn_submit #contact_reset,
    body.contact #contact_form .btn_submit #contact_submit,
    body.contact #contact_form .btn_submit #contact_close {
        display: block;
        width: 280px;
        height: 75px;
        text-indent: -9999px;
        border: none;
        }
    body.contact #contact_form .btn_submit #contact_confirm {
        background: url(../images/contact/btn_confirm.png) no-repeat;
        width: 360px;
        height: 85px;
        }
    body.contact #contact_form .btn_submit #contact_reset { background: url(../images/contact/btn_reset.png) no-repeat; }
    body.contact #contact_form .btn_submit #contact_submit { background: url(../images/contact/btn_submit.png) no-repeat; }
    
    body.contact #contact_form .btn_submit .disable {
        width: 280px;
        height: 75px;
        text-indent: -9999px;
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        }
        body.contact #contact_form .btn_submit .disable a#contact_reset,
        body.contact #contact_form .btn_submit .disable input#contact_submit { display: none; }
    body.contact #contact_form .btn_submit #disable_reset { background: url(../images/contact/btn_reset.png) no-repeat; }
    body.contact #contact_form .btn_submit #disable_submit { background: url(../images/contact/btn_submit.png) no-repeat; }
*/


/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Use Policy Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.use_policy .use_policy_nav dl {
    margin-top: -20px;
    margin-bottom: 60px;
    }

    body.use_policy .use_policy_nav dl dt {
        display: block;
        margin-top: 20px;
        font-family: "KohinoorBangla-Semibold", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-weight: bold;
        letter-spacing: 0.03em;
        color: #333;
        font-size: 16px;
        }

        body.use_policy .use_policy_nav dl dt a { color: #333; }
        body.use_policy .use_policy_nav dl dt a:hover {
            color: #d0111b;
            text-decoration: underline;
            }

    body.use_policy .use_policy_nav dl dd { margin-top: 10px; }

body.use_policy .lists_num > li > strong {
    color: #333;
    font-size: 16px;
    }







@media only screen and (min-width: 0px) and (max-width: 768px) {

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Overview Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */
    
/* Overview Slider Floormap */
body.overview .overview_slider_floormap { margin-bottom: 30px; }

    body.overview .overview_slider_floormap .overview_slider_floormap_item {
        padding: 0 10px;
        margin-bottom: 10px;
        position: static;
        }
    
        body.overview .overview_slider_floormap .overview_slider_floormap_item img { width: 100%; }

    body.overview .overview_slider_floormap .scroll-pane {
        height: 370px;
        margin-bottom: 25px;
        }

    body.overview .overview_slider_floormap .horizontal-only {
        height: 370px;
        max-height: 370px;
        }

        body.overview .overview_slider_floormap .scroll-pane .overview_slider_floormap_inner { width: 1113px; }

body.overview .overview_slider_floormap .overview_slider_floormap_scrolltxt {
    padding: 10px;
    font-size: 12px;
    }

body.overview .overview_slider .overview_slider_floormap { margin-bottom: 30px; }
    
/* Overview Slider Layout */
body.overview .overview_slider_layout {
    width: 100%;
    margin: -20px 0 30px 0;
    }

    body.overview .overview_slider_layout dl {
        margin-top: 20px;
        margin-right: 0 !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        }
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(3),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(4),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(5),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(6) { width: 50%; }
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(3),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(5) { padding-right: 10px; }
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(4),
    body.overview .cnt_tabs_in li:nth-of-type(1) .overview_slider_layout dl:nth-of-type(6) { padding-left: 10px; }
    
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(2),
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(3),
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(4) { width: 50%; }
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(2),
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(4) { padding-right: 10px; }
    body.overview .cnt_tabs_in li:nth-of-type(2) .overview_slider_layout dl:nth-of-type(3) { padding-left: 10px; }

        body.overview .overview_slider_layout dl dt {
            margin-bottom: 5px;
            font-size: 14px;
            }

            body.overview .overview_slider_layout dl dt > span {
                display: block;
                position: static;
                font-size: 12px;
                }

/* Page */
body.overview .overview_slider .overview_slider_pager { margin-bottom: 20px; }

    body.overview .overview_slider .overview_slider_pager a {;
        padding-bottom: 6px;
        }
    body.overview .overview_slider .overview_slider_pager a:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        text-decoration: none;
        }
    body.overview .overview_slider .overview_slider_pager a.active,
    body.overview .overview_slider .overview_slider_pager a.active:hover {
        background-size: 10px 6px;
        }

        body.overview .overview_slider .overview_slider_pager a span {
            padding: 10px 5px;
            line-height: 1.2;
            }


body.overview .cnt_table01.fleft { padding-right: 5px; }
body.overview .cnt_table01.fright { padding-left: 5px; }
    
    
    

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 1.0 Price Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.price .cnt_table01 table td dl dt,
body.price .cnt_table01 table td dl dd {
    display: inline-block;
    width: 100%;
    }
    
    


/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 2.0 Equipment Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.equipment .parking_map .clearfix div:nth-of-type(1),
body.equipment .parking_map .clearfix div:nth-of-type(2) {
    float: none;
    width: 100%;
    }
body.equipment .parking_map .clearfix div:nth-of-type(1) { margin-bottom: 10px; }

    body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -5px;
        margin-left: 0px;
        }

        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            margin-top: 5px;
            margin-left: 0;
            }
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt {
            width: 100%;
            height: auto;
            }
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2) dl dt,
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3),
        body.equipment .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3) dl dt {
            width: 100%;
            height: auto;
            }

    
    
    
/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Guide Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */


body.guide .guide_howto li {
    background: url(../img/page/guide_howto_arrow_sp.png) no-repeat 50% bottom;
    background-size: 100% 27px;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 15px 20px 25px 20px;
    letter-spacing: normal;
    vertical-align: top;
    font-size: 13px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
body.guide .guide_howto li:first-child,
body.guide .guide_howto li:last-child { width: 100%; }

    body.guide .guide_howto li div,
    body.guide .guide_howto li:first-child div { margin-left: 0; }

        body.guide .guide_howto li div span:nth-of-type(1) {
            margin-top: 0;
            margin-bottom: 10px;
            }
            body.guide .guide_howto li div span:nth-of-type(1) img { width: 25px; }
        body.guide .guide_howto li div span:nth-of-type(2) {
            margin-top: 3px;
            font-size: 10px;
            }
            body.guide .guide_howto li div span:nth-of-type(2) br { display: none; }
    
    
    
    

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Access Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.access .cnt_block { margin-top: 20px; }

body.access .access_detail {
    padding: 20px;
    margin-bottom: 20px;
    }


    body.access .access_detail > dt {
        margin-bottom: 10px;
        font-size: 14px;
        }

        body.access .access_detail > dd ul {
            margin-top: -5px;
            }

            body.access .access_detail > dd ul li {
                width: 100%;
                margin-top: 5px;
                }

                body.access .access_detail > dd ul li dl dt {
                    margin-bottom: 0;
                    font-size: 13px;
                    }
    
body.access .access_gmap {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 20px;
    width: 100%;
    height: 0;
    overflow: hidden;
    }

    body.access .access_gmap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        }

body.access .access_map .lists,
body.access .train_map .lists { margin-top: -5px; }

    body.access .access_map .lists li,
    body.access .train_map .lists li { margin-top: 5px; }
    
body.access .access_map .clearfix > div:nth-of-type(1),
body.access .train_map .clearfix > div:nth-of-type(1),
body.access .parking_map .clearfix > div:nth-of-type(1) { margin-bottom: 10px; }

body.access .access_map .clearfix > div:nth-of-type(1),
body.access .train_map .clearfix > div:nth-of-type(1),
body.access .access_map .clearfix > div:nth-of-type(2),
body.access .train_map .clearfix > div:nth-of-type(2) {
    float: none;
    width: 100%;
    }

    body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists,
    body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -5px;
        margin-left: 0;
        }

        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li,
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            margin-top: 5px;
            margin-left: 0;
            }
        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .access_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .train_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt { width: 100%; }

body.access .parking_map .clearfix > div:nth-of-type(1),
body.access .parking_map .clearfix > div:nth-of-type(2) {
    float: none;
    width: 100%;
    }

    body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists {
        margin-top: -5px;
        margin-left: 0px;
        }

        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li {
            margin-top: 5px;
            margin-left: 0;
            }
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(1) dl dt,
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(2) dl dt,
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3),
        body.access .parking_map .clearfix > div:nth-of-type(1) .gallery_lists > li:nth-of-type(3) dl dt {
            width: 100%;
            height: auto;
            }

    
    

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Contact Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.contact .contact_tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    }
    body.contact .contact_tel:nth-of-type(2) { margin-bottom: 10px; }

    body.contact .contact_tel dt {
        margin-right: 5px;
        font-size: 12px;
        }

    body.contact .contact_tel dd { font-size: 16px; }
            
body.contact #contact_form h4 {
    padding: 3px 0 3px 10px;
    margin-bottom: 10px;
    font-size: 13px;
    }
    
    body.contact #contact_form h4 span {
        padding-top: 0;
        font-size: 10px;;
        }

    body.contact #contact_form table th,
    body.contact #contact_form table td { padding: 10px 15px; } 
        
        body.contact #contact_form table td .w33per { width: 100%; }
        
    body.contact #contact_form table .contact_input01 {width: 80%; }
    body.contact #contact_form table .contact_input02 { width: 100%; }
    
    body.contact #contact_form table #contact_applicant05_01,
    body.contact #contact_form table #contact_applicant06_01 {
        margin-right: 0;
        margin-bottom: 5px;
        }
        body.contact #contact_form table #contact_applicant05_01 + br,
        body.contact #contact_form table #contact_applicant06_01 + br { display: inline; }
    
    body.contact #contact_form table textarea { height: 100px; }

body.contact .cnt_btn { text-align: center; }

    body.contact .cnt_btn li a,
    body.contact .cnt_btn li input {
        padding: 15px 20px;
        font-size: 14px;
        }
    
    

/**
 * ----------------------------------------------------------------------------------------------------------------------------
 * 3.0 Use Policy Page Settings
 * ----------------------------------------------------------------------------------------------------------------------------
 */

body.use_policy .use_policy_nav dl {
    margin-top: -10px;
    margin-bottom: 30px;
    }

    body.use_policy .use_policy_nav dl dt {
        display: block;
        margin-top: 10px;
        font-size: 12px;
        }

        body.use_policy .use_policy_nav dl dt a:hover { color: #333; }

    body.use_policy .use_policy_nav dl dd { margin-top: 5px; }

body.use_policy .lists_num > li > strong { font-size: 13px; }


    
}