/* CSS Document */
/* formatting style 
------------------------*/

h1 {
    font-size: 1.9em;
    color: #333333;
}

h2 {
    font-size: 1.7em;
    font-weight: bold;
}

h5,
.h5 {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}

.yen {
    margin-left: 2px;
    font-size: 13px;
}


.bottomNone {
    overflow: hidden;
}

.dispNone {
    display: none !important;
}

.dispInherit {
    display: inherit !important;
}

.listLineDotted {
    border-bottom: dashed 1px #dddddd;
    margin-bottom: -1px;
}

.listLineDotted2 {
    font-weight: bold;
}

.listLine {
    border-bottom: solid 1px #dddddd;
}

.site-logo {
    /* サイズ指定 */
    width: 40px;
    height: 40px;
    /* 背景色 */
    background-color: #34ac98;
    /* 角を丸くする */
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.site-info {
    padding-top: 10px; /* 真ん中にまで文字を下ろす */
}

.site-logo p {
    text-align: center; /* 中央寄せ */
    color: #fff; /* 文字を白色に */
    margin: 0; /* h1とpの余白をリセット */
}

/* あとは文字サイズや太字を指定 */
.site-logo p {
    font-size: 14px;
    font-weight: bold;
}

.label {
    font-size: 14px;
    letter-spacing: 3px;
}

.labelDiv {
    margin-top: 10px;
    margin-bottom: 10px;
}

.paddingChkBox {
    padding: 20px;
}

.goodsTitle {
    font-size: 22px;
    font-weight: bold;
}

.goodsList {
    font-size: 17px;
    font-weight: bold;
}

.goodsTitleDetail {
    font-size: 22px;
    font-weight: bold;
}

.goodsTitleCart {
    font-size: 16px;
    font-weight: bold;
}

.goodsHeader {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
}

.goodsCode {
    font-size: 8pt;
    color: #666666;
}

.goodsPrice {
    font-size: 19px;
    font-weight: bold;
    color: red;
}

.airCompanyImage {
    margin: 0px 0px 5px 0px;
}

.airGoing {
    color: blue;
}

.airReturn {
    color: red;
}

/* table 
------------------------*/
.tableDef {
    border-top: 1px Silver solid;
    border-right: 1px Silver solid;
    border-bottom: 1px Silver solid;
    border-left: 1px Silver solid;
    padding: 5px;
}

.tableCal {
    border-top: 1px Silver solid;
    border-right: 1px Silver solid;
    border-bottom: 1px Silver solid;
    border-left: 1px Silver solid;
    padding: 5px 0px 5px 0px;
}

.pkgCell {
    border: 1px solid Silver;
    vertical-align: top;
    text-align: center;
}

.tblCel {
    border: 1px solid Silver;
    text-align: center;
}

.tabLabe {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* schedule (calendar)
------------------------*/
.scjTable {
    border-top: 1px Silver solid;
    border-right: 1px Silver solid;
    border-bottom: 1px Silver solid;
    border-left: 1px Silver solid;
}

    .scjTable a {
        text-decoration: none;
    }

.scjCell {
    border: 1px solid Silver;
    vertical-align: top;
    text-align: center;
    font-size: 8pt;
    padding: 5px 0px 5px 0px;
}

.content-font-4 {
    color: #e90100;
    font-size: 16px;
    font-weight: bold;
}

.content-font-17 {
    color: #89c738;
    font-size: 12px;
    font-weight: bold;
}

.content-font-19 {
    color: #4e8bc8;
    font-size: 12px;
    font-weight: bold;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    -o-box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 6px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

    /* line 28, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0;
        background-color: #f2f2f2;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
    }

    /* line 34, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 5px;
        width: 16px;
        height: 16px;
    }

    /* line 41, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-prev {
        left: 4px;
        background: url(../../images/icon/icon_calendar_prev.png) no-repeat 0 0;
    }

    /* line 45, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-next {
        right: 4px;
        background: url(../../images/icon/icon_calendar_next.png) no-repeat 0 0;
    }

    /* line 49, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-prev-hover {
        background: url(../../images/icon/icon_calendar_prev.png) no-repeat 0 -16px;
    }

    /* line 52, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-next-hover {
        background: url(../../images/icon/icon_calendar_next.png) no-repeat 0 -16px;
    }

    /* line 55, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
        text-indent: -999em;
    }

    /* line 65, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        /* line 70, ../../sass/plugin/_jquery.ui.scss */
        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    /* line 74, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 49%;
    }

    /* line 78, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em;
    }

    /* line 84, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0;
    }

    /* line 90, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        /* line 94, ../../sass/plugin/_jquery.ui.scss */
        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
            border: 1px solid #dadada;
            color: #333;
            background-color: #fff;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -o-border-radius: 2px;
            border-radius: 2px;
        }
            /* line 104, ../../sass/plugin/_jquery.ui.scss */
            .ui-datepicker td span:hover,
            .ui-datepicker td a:hover {
                background-color: #999;
                color: #fff;
            }

            /* line 109, ../../sass/plugin/_jquery.ui.scss */
            .ui-datepicker td span.ui-state-highlight,
            .ui-datepicker td a.ui-state-highlight {
                background-color: #fffbc4;
            }

    /* line 113, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        /* line 121, ../../sass/plugin/_jquery.ui.scss */
        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible;
        }

            /* line 129, ../../sass/plugin/_jquery.ui.scss */
            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    /* with multiple calendars */
    /* line 134, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

/* line 137, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    /* line 140, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em;
    }

/* line 144, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

/* line 147, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

/* line 150, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

/* line 153, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

/* line 157, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

/* line 160, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
/* line 167, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-rtl {
    direction: rtl;
}

    /* line 170, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    /* line 174, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    /* line 178, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    /* line 182, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    /* line 186, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        /* line 189, ../../sass/plugin/_jquery.ui.scss */
        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            /* line 192, ../../sass/plugin/_jquery.ui.scss */
            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    /* line 196, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }


/*===== datepicker =====*/
.ui-datepicker-calendar .ui-datepicker-unselectable span {
    background: #e9e9e9;
    color: #333;
}

    .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
        background: #fff;
        color: #333;
    }

.ui-datepicker-calendar .ui-state-active {
    background: #cff;
}

.ui-datepicker-calendar .date-saturday a {
    color: #00f;
}

.ui-datepicker-calendar .date-sunday a {
    color: #f00;
}

.date-holiday0 .ui-state-default {
    color: #F00;
}

/*===== ui switch-class =====*/
/* line 204, ../../sass/plugin/_jquery.ui.scss */
.ui-effects-toggle-open {
    height: 0;
}

/* line 210, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-calendar .ui-datepicker-unselectable span {
    background: #e9e9e9;
}

    /* line 213, ../../sass/plugin/_jquery.ui.scss */
    .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
        background: #e9e9e9;
        color: #333;
    }

/* line 217, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-calendar .ui-state-active {
    background: #cff;
}

/* line 220, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-calendar .date-saturday a {
    color: #00f;
}

/* line 223, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-calendar .date-sunday a {
    color: #f00;
}

/* line 226, ../../sass/plugin/_jquery.ui.scss */
.ui-datepicker-calendar .date-holiday0 a {
    color: #f00;
}

.content-font-12 {
    color: #999999;
    font-size: 12px;
}

/*イメージスライダー*/
@media only screen and (max-width: 640px) {
    /* line 76, ../../sass/media_query/_mq_hotel.scss */
    #hotel-room-img-slider-wrapper {
        float: none;
        width: 100%;
    }
        /* line 83, ../../sass/media_query/_mq_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-img-slides #hotel-img-slides li img {
            width: auto;
            height: 200px;
            margin: 0 auto;
        }
        /* line 91, ../../sass/media_query/_mq_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides {
            padding: 15px 39px 0; /*.flex-control-nav li {
    margin: 0 6px 6px;
}*/
        }
            /* line 95, ../../sass/media_query/_mq_hotel.scss */
            #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li a {
                width: 32px;
            }
            /* line 98, ../../sass/media_query/_mq_hotel.scss */
            #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li .flex-prev {
                background: #00afc0 url(../images/icon/icon_flexslider_prev_mb.png) no-repeat center center;
            }
            /* line 101, ../../sass/media_query/_mq_hotel.scss */
            #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li .flex-next {
                background: #00afc0 url(../images/icon/icon_flexslider_next_mb.png) no-repeat center center;
            }
}
/*===== スライドショー =====*/
/* line 146, ../../sass/page/_hotel.scss */
#hotel-room-img-slider-wrapper {
    width: 100%;
    float: left;
}

    /* line 149, ../../sass/page/_hotel.scss */
    #hotel-room-img-slider-wrapper #hotel-room-img-slides {
        margin-bottom: 5px; /*border-top: 20px solid #00afc0;
border-bottom: 20px solid #00afc0;*/
        background-color: #fff;
    }

        /* line 156, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-img-slides #hotel-img-slides li img {
            width: auto;
            height: 305px;
            margin: 0 auto;
        }

    /* line 164, ../../sass/page/_hotel.scss */
    #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides {
        padding: 15px 23px 0 /*.flex-control-nav li {
margin: 0 6px 6px;
}*/;
    }

        /* line 167, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .slides li {
            width: 88px;
            height: 58px;
            margin-right: 5px;
            overflow: hidden;
        }

            /* line 172, ../../sass/page/_hotel.scss */
            #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .slides li img {
                width: 100%;
                height: auto;
                cursor: pointer;
            }

            /* line 178, ../../sass/page/_hotel.scss */
            #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .slides li:last-child {
                margin-right: 0;
            }

        /* line 184, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li a {
            width: 16px;
            height: 58px;
            margin: 0;
            background-color: #00afc0;
            opacity: 1;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        /* line 192, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li .flex-prev {
            top: 15px;
            left: 0;
            background: #00afc0 url(../images/icon/icon_flexslider_prev.png) no-repeat center center;
        }

        /* line 197, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li .flex-next {
            top: 15px;
            right: 0;
            background: #00afc0 url(../images/icon/icon_flexslider_next.png) no-repeat center center;
        }

        /* line 202, ../../sass/page/_hotel.scss */
        #hotel-room-img-slider-wrapper #hotel-room-thumbnail-slides .flex-direction-nav li .flex-disabled {
            opacity: 1 !important;
            background-color: #e0e0e0 !important;
        }

@media only screen and (max-width: 640px) {
    #hotel-room-img-slider-wrapper {
        float: none;
        width: 100%;
    }

        #hotel-room-img-slider-wrapper #hotel-room-img-slides ul li img {
            width: 100%;
            height: auto;
        }
}


/*===== スライドショー =====*/
/* line 146, ../../sass/page/_option.scss */
#option-room-img-slider-wrapper {
    width: 100%;
    float: left;
}

    /* line 149, ../../sass/page/_option.scss */
    #option-room-img-slider-wrapper #option-room-img-slides {
        margin-bottom: 5px; /*border-top: 20px solid #00afc0;
border-bottom: 20px solid #00afc0;*/
        background-color: #fff;
    }

        /* line 156, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-img-slides #option-img-slides li img {
            width: auto;
            margin: 0 auto;
        }

    /* line 164, ../../sass/page/_option.scss */
    #option-room-img-slider-wrapper #option-room-thumbnail-slides {
        padding: 0px 23px 0 /*.flex-control-nav li {
margin: 0 6px 6px;
}*/;
    }

        /* line 167, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-thumbnail-slides .slides li {
            width: 88px;
            height: 58px;
            margin-right: 5px;
            overflow: hidden;
        }

            /* line 172, ../../sass/page/_option.scss */
            #option-room-img-slider-wrapper #option-room-thumbnail-slides .slides li img {
                width: 100%;
                height: auto;
                cursor: pointer;
            }

            /* line 178, ../../sass/page/_option.scss */
            #option-room-img-slider-wrapper #option-room-thumbnail-slides .slides li:last-child {
                margin-right: 0;
            }

        /* line 184, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-thumbnail-slides .flex-direction-nav li a {
            width: 16px;
            height: 58px;
            margin: 0;
            background-color: #00afc0;
            opacity: 1;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
        }

        /* line 192, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-thumbnail-slides .flex-direction-nav li .flex-prev {
            top: 0px;
            left: 0;
            background: #00afc0 url(../images/icon/icon_flexslider_prev.png) no-repeat center center;
        }

        /* line 197, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-thumbnail-slides .flex-direction-nav li .flex-next {
            top: 0px;
            right: 0;
            background: #00afc0 url(../images/icon/icon_flexslider_next.png) no-repeat center center;
        }

        /* line 202, ../../sass/page/_option.scss */
        #option-room-img-slider-wrapper #option-room-thumbnail-slides .flex-direction-nav li .flex-disabled {
            opacity: 1 !important;
            background-color: #e0e0e0 !important;
        }

@media only screen and (max-width: 640px) {
    #option-room-img-slider-wrapper {
        float: none;
        width: 100%;
    }

        #option-room-img-slider-wrapper #option-room-img-slides ul li img {
            width: 100%;
            height: auto;
        }
}

/* ---------------------------------------- */
/*======================================================================
flexslider style
======================================================================*/
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
/* line 26, ../../sass/plugin/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

/* line 30, ../../sass/plugin/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src: url("fonts/flexslider-icon.eot");
    src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* FlexSlider Necessary Styles
*********************************/
/* line 50, ../../sass/plugin/_flexslider.scss */
.flexslider {
    margin: 0;
    padding: 0;
}

    /* line 51, ../../sass/plugin/_flexslider.scss */
    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    /* Hide the slides before the JS is loaded. Avoids image jumping */
    /* line 52, ../../sass/plugin/_flexslider.scss */
    .flexslider .slides img {
        width: 100%;
        display: block;
    }

/* line 53, ../../sass/plugin/_flexslider.scss */
.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 56, ../../sass/plugin/_flexslider.scss */
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* line 57, ../../sass/plugin/_flexslider.scss */
html[xmlns] .slides {
    display: block;
}

/* line 58, ../../sass/plugin/_flexslider.scss */
* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* line 63, ../../sass/plugin/_flexslider.scss */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 67, ../../sass/plugin/_flexslider.scss */
.flexslider {
    margin: 0 0 20px;
    position: relative;
    zoom: 1;
}

/* line 68, ../../sass/plugin/_flexslider.scss */
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

/* line 69, ../../sass/plugin/_flexslider.scss */
.loading .flex-viewport {
    max-height: 300px;
}

/* line 70, ../../sass/plugin/_flexslider.scss */
.flexslider .slides {
    zoom: 1;
}

/* line 71, ../../sass/plugin/_flexslider.scss */
.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
/* line 74, ../../sass/plugin/_flexslider.scss */
.flex-direction-nav {
    *height: 0;
}

    /* line 75, ../../sass/plugin/_flexslider.scss */
    .flex-direction-nav a {
        text-indent: -999em;
        text-decoration: none;
        display: block;
        width: 30px;
        height: 30px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

    /* line 76, ../../sass/plugin/_flexslider.scss */
    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    /* line 77, ../../sass/plugin/_flexslider.scss */
    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

/* line 78, ../../sass/plugin/_flexslider.scss */
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
    width: 30px;
    height: 30px;
    background: url(../image/button/bg_play_pause.png);
}

/* line 79, ../../sass/plugin/_flexslider.scss */
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
    width: 30px;
    height: 30px;
    background: url(../image/button/bg_play_pause.png);
}

    /* line 80, ../../sass/plugin/_flexslider.scss */
    .flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

/* line 81, ../../sass/plugin/_flexslider.scss */
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

/* line 83, ../../sass/plugin/_flexslider.scss */
.flex-direction-nav a:before {
    display: inline-block;
}

/* Pause/Play */
/* line 87, ../../sass/plugin/_flexslider.scss */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.content-font-70 {
    color: red;
    font-size: 12px;
}

.content-font-72 {
    color: #ff2070;
}

.content-font-73 {
    color: #29694f;
    font-weight: bold;
}
/* line 88, ../../sass/plugin/_flexslider.scss */
.flex-pauseplay a:before {
    display: inline-block;
    content: '';
}

/* line 89, ../../sass/plugin/_flexslider.scss */
.flex-pauseplay a:hover {
    opacity: 1;
}

/* line 90, ../../sass/plugin/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
/* line 93, ../../sass/plugin/_flexslider.scss */
.flex-control-nav {
    width: 100%;
    position: absolute;
    text-align: center;
}

@media (max-width: 767px) {
    .flex-control-nav {
        display: none !important;
    }
}

/* line 94, ../../sass/plugin/_flexslider.scss */
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/* line 95, ../../sass/plugin/_flexslider.scss */
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

    /* line 96, ../../sass/plugin/_flexslider.scss */
    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    /* line 97, ../../sass/plugin/_flexslider.scss */
    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

/* line 99, ../../sass/plugin/_flexslider.scss */
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    /* line 100, ../../sass/plugin/_flexslider.scss */
    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    /* line 101, ../../sass/plugin/_flexslider.scss */
    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        /* line 102, ../../sass/plugin/_flexslider.scss */
        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    /* line 103, ../../sass/plugin/_flexslider.scss */
    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    /* line 106, ../../sass/plugin/_flexslider.scss */
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    /* line 107, ../../sass/plugin/_flexslider.scss */
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/*======================================================================
 おすすめ・閲覧履歴
======================================================================*/
@media only screen and (max-width: 640px) {
    /* line 1254, ../../sass/media_query/mq_common.scss */
    #recommend-history-area {
        width: 100%;
        margin: 0 0 60px;
    }
        /* line 1258, ../../sass/media_query/mq_common.scss */
        #recommend-history-area #recommend ul, #recommend-history-area #history ul {
            padding: 0 10px;
        }
}

/*ツアートップページだけpaddingとborderをつける*/
@media only screen and (max-width: 640px) {
    /* line 1266, ../../sass/media_query/mq_common.scss */
    #recommend-history-area.pad-none {
        padding: 20px 0 10px !important;
        border-bottom: 1px solid #ccc !important;
    }
}
/*======================================================================
 おすすめ商品・履歴
======================================================================*/
/* line 2006, ../../sass/page/page_common.scss */
#recommend-history-area {
    width: 100%;
    margin: 0 auto 90px;
    padding-top: 36px;
    border-top: 2px solid #e0e0e0;
}
    /* line 2011, ../../sass/page/page_common.scss */
    #recommend-history-area #recommend {
        padding-bottom: 20px;
    }
        /* line 2014, ../../sass/page/page_common.scss */
        #recommend-history-area #recommend h2, #recommend-history-area #history h2 {
            padding-bottom: 18px;
            text-align: center;
        }
            /* line 2017, ../../sass/page/page_common.scss */
            #recommend-history-area #recommend h2 span, #recommend-history-area #history h2 span {
                display: block;
            }
                /* line 2020, ../../sass/page/page_common.scss */
                #recommend-history-area #recommend h2 span:first-child, #recommend-history-area #history h2 span:first-child {
                    font-family: "Open Sans", sans-serif;
                    font-weight: 400;
                    font-size: 14px;
                }
                /* line 2025, ../../sass/page/page_common.scss */
                #recommend-history-area #recommend h2 span:last-child, #recommend-history-area #history h2 span:last-child {
                    font-size: 17px;
                }
        /* line 26, ../../sass/mixin/_mixin.scss */
        #recommend-history-area #recommend ul:after, #recommend-history-area #history ul:after {
            content: "";
            display: table;
            clear: both;
        }
        /* line 2031, ../../sass/page/page_common.scss */
        #recommend-history-area #recommend ul .item, #recommend-history-area #history ul .item {
            width: 188px;
            float: left;
            padding: 0 0 10px;
            margin-right: 10px;
            border: 1px solid #d9d9d9;
            overflow: hidden;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -o-border-radius: 4px;
            border-radius: 4px;
        }
            /* line 2039, ../../sass/page/page_common.scss */
            #recommend-history-area #recommend ul .item .item-img, #recommend-history-area #history ul .item .item-img {
                position: relative;
                margin-bottom: 10px;
                border-bottom: 1px solid #d9d9d9;
            }
                /* line 2043, ../../sass/page/page_common.scss */
                #recommend-history-area #recommend ul .item .item-img .item-history-icon, #recommend-history-area #history ul .item .item-img .item-history-icon {
                    width: 59px;
                    height: 59px;
                    text-indent: -999em;
                    z-index: 2;
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: auto;
                    left: auto;
                }
                    /* line 2050, ../../sass/page/page_common.scss */
                    #recommend-history-area #recommend ul .item .item-img .item-history-icon.tour, #recommend-history-area #history ul .item .item-img .item-history-icon.tour {
                        background: url(../../image/icon/icon_history_tour.png) no-repeat 0 0;
                    }
                    /* line 2051, ../../sass/page/page_common.scss */
                    #recommend-history-area #recommend ul .item .item-img .item-history-icon.hotel, #recommend-history-area #history ul .item .item-img .item-history-icon.hotel {
                        background: url(../../image/icon/icon_history_hotel.png) no-repeat 0 0;
                    }
                    /* line 2052, ../../sass/page/page_common.scss */
                    #recommend-history-area #recommend ul .item .item-img .item-history-icon.air, #recommend-history-area #history ul .item .item-img .item-history-icon.air {
                        background: url(../../image/icon/icon_history_air.png) no-repeat 0 0;
                    }
                /* line 2053, ../../sass/page/page_common.scss */
                #recommend-history-area #recommend ul .item .item-img img, #recommend-history-area #history ul .item .item-img img {
                    width: 100%;
                    height: auto;
                }
            /* line 2058, ../../sass/page/page_common.scss */
            #recommend-history-area #recommend ul .item a, #recommend-history-area #history ul .item a {
                display: block;
                padding: 0 10px 12px;
            }
                /* line 2062, ../../sass/page/page_common.scss */
                #recommend-history-area #recommend ul .item a.item-titile-tour, #recommend-history-area #history ul .item a.item-titile-tour {
                    padding: 0 10px 5px !important;
                }
            /* line 2065, ../../sass/page/page_common.scss */
            #recommend-history-area #recommend ul .item .item-spec-txt, #recommend-history-area #history ul .item .item-spec-txt {
                padding: 0 10px 12px;
                font-size: 12px;
                line-height: 18px;
            }
            /* line 2070, ../../sass/page/page_common.scss */
            #recommend-history-area #recommend ul .item .item-price-txt, #recommend-history-area #history ul .item .item-price-txt {
                padding: 0 10px;
                color: #c1272d;
                text-align: right;
                font-family: "Open Sans", sans-serif;
                font-weight: 700;
                font-size: 15px;
            }
        /* line 2079, ../../sass/page/page_common.scss */
        #recommend-history-area #recommend ul li:last-child, #recommend-history-area #history ul li:last-child {
            margin-right: 0;
        }
        /* line 2082, ../../sass/page/page_common.scss */
        #recommend-history-area #recommend ul li:nth-child(n+6), #recommend-history-area #history ul li:nth-child(n+6) {
            margin-bottom: 10px;
        }

    /* line 2088, ../../sass/page/page_common.scss */
    #recommend-history-area.add-mg {
        margin: 0 auto 50px !important;
    }

@media only screen and (max-width: 640px) {
    #recommend-history-area {
        width: 100%;
        margin: 0 0 60px
    }

        #recommend-history-area #recommend ul, #recommend-history-area #history ul {
            padding: 0 10px
        }
}

.ui-datepicker-calendar .ui-datepicker-unselectable span {
    background: #e9e9e9;
    color: #333;
}

    .ui-datepicker-calendar .ui-datepicker-unselectable span:hover {
        background: #fff;
        color: #333;
    }

.ui-datepicker-calendar .ui-state-active {
    background: #cff;
}

.ui-datepicker-calendar .date-saturday a {
    color: #00f;
}

.ui-datepicker-calendar .date-sunday a {
    color: #f00;
}

.date-holiday0 .ui-state-default {
    color: #F00;
}

.lbl-custom {
    float: left;
    font-weight: normal;
    line-height: 34px;
    padding-right: 3%;
}

.content-panel-24 {
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    margin: 0px;
}

@media (max-width: 767px) {
    .panel-padding-19 {
        padding-top: 15px;
    }
}

@media (max-width: 767px) {
    .panel-padding-18 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.content-font-2 {
    color: #393939;
    font-size: 13px;
    font-weight: bold;
}

.content-font-padding-5 {
    padding-top: 8px;
}

.content-font-padding-6 {
    margin-top: 19px;
}

.panel-padding-12 {
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .content-font-padding-23 {
        min-height: 40px;
    }
}

.panelUsael {
    min-height: 20px;
    padding: 0px;
    margin: 0px;
    background-color: #f5f5f5;
    border-top: 1px solid #e3e3e3;
}

.label-red,
.label-green,
.label-lite-green,
.label-blue,
.label-orange,
.label-lite-blue,
.label-gray,
.label-brown {
    font-size: 14px;
    font-weight: normal;
    padding: .2em .8em .2em;
}

.label-red {
    background: #f03500;
}

.label-green {
    background: #16b57c;
}

.label-lite-green {
    background: #89c738;
}

.label-orange {
    background: #f67637;
}

.label-blue {
    background: #4183c4;
}

.label-lite-blue {
    background: #71b2f2;
}

.label-gray {
    background: #999;
}

.label-brown {
    background: #8B4513;
}

.label-more-gray {
    background: #727274;
    margin-left: 20px;
    position: relative;
    top: -3px;
    padding: 0.05em 1.5em;
    font-size: 12px;
    font-weight: normal;
}

.label-clear,
.label-clear[href]:hover,
.label-clear[href]:focus {
    color: #9bbdf2;
    background: #e7f1fa;
}

.btn-1 {
    color: #ffffff;
    background-color: #0162c3;
    border-color: #0162c3;
    font-weight: bold;
}

    .btn-1:hover,
    .btn-1:focus,
    .btn-1:active,
    .btn-1.active,
    .open .dropdown-toggle.btn-1 {
        color: #ffffff;
        background-color: #04519d;
        border-color: #04519d;
    }

    .btn-1:active,
    .btn-1.active,
    .open .dropdown-toggle.btn-1 {
        background-image: none;
    }

    .btn-1.disabled,
    .btn-1[disabled],
    fieldset[disabled] .btn-1,
    .btn-1.disabled:hover,
    .btn-1[disabled]:hover,
    fieldset[disabled] .btn-1:hover,
    .btn-1.disabled:focus,
    .btn-1[disabled]:focus,
    fieldset[disabled] .btn-1:focus,
    .btn-1.disabled:active,
    .btn-1[disabled]:active,
    fieldset[disabled] .btn-1:active,
    .btn-1.disabled.active,
    .btn-1[disabled].active,
    fieldset[disabled] .btn-1.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }

.btn-3 {
    color: #ffffff;
    background-color: #e36318;
    border-color: #e36318;
    font-weight: bold;
}

    .btn-3:hover,
    .btn-3:focus,
    .btn-3:active,
    .btn-3.active,
    .open .dropdown-toggle.btn-3 {
        color: #ffffff;
        background-color: #ce5915;
        border-color: #ce5915;
    }

    .btn-3:active,
    .btn-3.active,
    .open .dropdown-toggle.btn-3 {
        background-image: none;
    }

    .btn-3.disabled,
    .btn-3[disabled],
    fieldset[disabled] .btn-3,
    .btn-3.disabled:hover,
    .btn-3[disabled]:hover,
    fieldset[disabled] .btn-3:hover,
    .btn-3.disabled:focus,
    .btn-3[disabled]:focus,
    fieldset[disabled] .btn-3:focus,
    .btn-3.disabled:active,
    .btn-3[disabled]:active,
    fieldset[disabled] .btn-3:active,
    .btn-3.disabled.active,
    .btn-3[disabled].active,
    fieldset[disabled] .btn-3.active {
        background-color: #ffffff;
        border-color: #cccccc;
    }
/* contact-thanks */
.contact-thanks {
    font-size: 13px;
    padding: 0 40px 20px;
}

    .contact-thanks .message {
        text-align: center;
        font-weight: bold;
        padding-top: 25px;
    }

        .contact-thanks .message .thanks-1 {
            font-size: 36px;
            color: #549c82;
        }

        .contact-thanks .message .thanks-2 {
            font-size: 18px;
        }

            .contact-thanks .message .thanks-2 br {
                display: none;
            }

        .contact-thanks .message .thanks-3 {
            font-size: 16px;
            color: #999;
            padding: 30px 0;
        }

            .contact-thanks .message .thanks-3 span {
                color: #ed0000;
            }

    .contact-thanks .notice-1 {
        line-height: 1.6;
        background: #f5f5f5;
        padding: 15px 35px;
        margin-bottom: 25px;
    }

    .contact-thanks .notice-2,
    .contact-thanks .notice-3 {
        line-height: 1.6;
        padding: 0 15px;
    }

    .contact-thanks .notice-2 {
        color: #549c82;
    }

    .contact-thanks .link-wrap {
        text-align: center;
        padding: 60px 0;
    }

    .contact-thanks a {
        font-size: 14px;
        font-weight: bold;
        display: inline-block;
        padding: 15px 35px;
    }

.content-panel-10 {
    padding: 15px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #f5f5f5;
}

.content-panel-11 {
    padding: 10px 15px;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .contact-heading {
        padding: 5px 10px 0;
    }

    .contact-step {
        padding: 0 10px 20px;
    }

    .mw_wp_form form .form-group, .mw_wp_form {
        border: 0;
    }

    .mw_wp_form {
        padding-bottom: 0;
    }

        .mw_wp_form form .item-name {
            font-size: 14px;
            margin: 0;
            padding: 10px;
            border-top: 1px solid #d9d9d9;
            border-bottom: 1px solid #d9d9d9;
        }

        .mw_wp_form form .item-submit {
            margin: 0;
        }

            .mw_wp_form form .item-submit p {
                position: static;
                text-align: right;
                padding-top: 25px;
            }

        .mw_wp_form.mw_wp_form_confirm form .item-submit {
            padding-top: 40px;
        }

        .mw_wp_form.mw_wp_form_confirm .item-submit .btn-wrap {
            position: relative;
            height: 90px;
        }

        .mw_wp_form.mw_wp_form_confirm .item-submit input[type="submit"] {
            position: absolute;
            top: 0;
            width: 260px;
            margin-left: -130px;
        }

        .mw_wp_form.mw_wp_form_confirm .item-submit input[name="submitBack"] {
            top: auto;
            left: auto;
            bottom: 0;
            width: 160px;
            margin-left: -80px;
        }

    .contact-thanks {
        padding: 0 10px;
    }

        .contact-thanks .message,
        .contact-thanks .notice-2,
        .contact-thanks .notice-3 {
            padding: 0;
        }

            .contact-thanks .message .thanks-2 br {
                display: block;
            }

            .contact-thanks .message .thanks-2,
            .contact-thanks .message .thanks-3 {
                font-size: 13px;
            }

            .contact-thanks .message .thanks-3 {
                padding: 10px 0 20px;
            }

        .contact-thanks .notice-1 {
            padding: 15px 10px;
            margin-bottom: 15px;
        }

        .contact-thanks .link-wrap {
            padding: 20px 0;
        }
}
/* 区切り線 */
.section-line-1 {
    border-bottom: solid 1px #549c84;
    padding-top: 0px;
}

.section-line-2 {
    border-bottom: solid 1px #d9d9d9;
    padding-top: 0px;
}


/* 区切り余白 */
.section-padding-1 {
    padding-right: 0px;
}

.section-padding-2 {
    padding-left: 0px;
    padding-top: 10px;
}

/* チェックリスト　空白 */
.checklist input[type="checkbox"] {
    margin: 4px 7px 0 0;
}

#travel-payment-list {
    list-style: none;
    padding-left: 0;
}

    #travel-payment-list li {
        padding: 12px 0 11px;
        border-bottom: 1px solid #e0e0e0;
        font-weight: 700;
        font-size: 14px
    }

        #travel-payment-list li p {
            padding-right: 15px;
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline
        }

        #travel-payment-list li img {
            display: inline-block;
            vertical-align: middle;
            *vertical-align: auto;
            *zoom: 1;
            *display: inline
        }

        #travel-payment-list li:last-child {
            padding: 12px 0 0;
            border-bottom: 0
        }

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w50p {
    width: 50% !important;
}

.TxtL {
    text-align: left !important;
}

.TxtR {
    text-align: right !important;
}

.TxtCnt {
    text-align: center !important;
}

.fltL {
    float: left !important;
}

.fltR {
    float: right !important;
}

.bgcGray {
    background-color: #ffffff !important;
}

@media only screen and (max-width: 767px) {
    .bgcGray {
        background-color: #ECECEC !important;
    }

    .width100Rest {
        width: 100% !important;
    }

    .sp_dpb {
        display: block !important;
    }

    tr.sp_hgt {
        height: auto !important;
    }

    td.sp_hgt {
        height: 30px !important;
    }

    .sp_date {
        float: left;
        margin-left: 20px;
        margin-top: 7px;
    }

    .sp_tariff {
        margin-top: 7px;
        display: block;
        padding-left: 40px;
    }
}

.DitailTable table {
    padding: 2px;
    border-collapse: separate;
}

    .DitailTable table tr th {
        padding: 5px 15px;
        color: #666666;
        font-weight: bold;
    }

    .DitailTable table tr td {
        padding: 5px 15px;
        color: #666666;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 5px;
}

.flight-time {
    font-size: 19px;
}

.message_received {
    color: Black;
    font-size: .786em;
    width: 19px;
    height: 19px;
    background: #f5f5f5;
    margin-left: 4px;
    line-height: 19px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    position: absolute;
}

.top-txt {
    text-align: center;
    margin-top: 40px;
}

    .top-txt h1 {
        color: #fff;
        font-size: 32px;
        font-weight: 700;
        text-shadow: 1px 1px 2px #000;
    }

.srch-in {
    background-color: rgba(0, 0, 0, 0.52);
    padding: 20px 10px 20px 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    margin: 15px 0px 65px 0px;
}

.srch-text {
    color: #FFFFFF;
    font-size: 17px;
}

.input-group-addon {
    padding: 6px 5px 6px 5px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    text-align: left;
    border: none;
    background-color: inherit;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    /* border-radius: 4px; */
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
        background-color: #fff !important;
        opacity: 1;
    }

.step {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 10px;
    padding: 0;
    background: none;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

    .step ul {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        padding: 10px 0;
        font-size: 15px;
        color: #c2c2c2;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .step li {
        position: relative;
        padding: 0 2px;
    }

        .step li:not(:last-of-type) {
            margin-right: 25px;
        }

            .step li:not(:last-of-type):after {
                position: absolute;
                top: 0;
                right: -20px;
                font-family: FontAwesome;
                content: '\f04b';
            }

    .step ul i {
        padding: 4px 7px 5px;
        vertical-align: middle;
    }

.selected {
    color: #ea5525;
    border-bottom: 2px solid #ea5525;
}

.lang-select {
    margin-left: auto;
}

.selected-arrow {
    color: #ea5525;
}

    .selected-arrow + li {
        color: #ea5525;
        border-bottom: 2px solid #ea5525;
    }



.imghgt {
    height: auto !important;
    max-height: 305px !important;
}

@media (max-width: 767px) {
    .sp_letterSpace0 {
        letter-spacing: 0px;
    }
}

.cl-337ab7 {
    color: #337ab7;
}

/*--------------------------------------
タブメニュー
--------------------------------------*/
.tab-ttl {
    /*background: linear-gradient(#fff 10%, #eee);*/
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 7px 10px 4px;
    border-bottom: 2px solid #ccc;
}

    .tab-ttl > h2 {
        display: inline-block;
        font-size: 1.3em;
        border-left: 3px solid #555;
        padding-left: 8px;
        padding-top: 2px;
        margin-top: 10px;
    }

.tab-main {
    display: flex;
    display: -webkit-flex;
}

    .tab-main .nav-tabs {
        width: 75%; /*border-right: 1px solid #ddd;*/
        border: none; /*border-bottom: none;*/
        background-color: #fff;
        padding-right: 5px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
    }

        .tab-main .nav-tabs li {
            width: 20%;
            text-align: center;
            border: 1px solid #ddd !important;
            border-radius: 4px;
            overflow: hidden; /*border-top: 1px solid #ddd;  */ /*border-left: 1px solid #ddd; */
        }

            .tab-main .nav-tabs li + li {
                margin-left: 10px;
            }

        .tab-main .nav-tabs > li.active {
            z-index: 1000; /*margin-bottom: -1px;*/
            border-top: none;
            border-bottom: 1px solid #fff;
        }

        .tab-main .nav-tabs > li > a {
            height: 35px;
            margin: 0;
            padding: 0;
            font-weight: bold;
            color: #000 !important;
            border-top: none !important;
            border-right: none;
            border-bottom: none;
            border-left: none;
            border-radius: 0;
            background: linear-gradient(#fff 10%, #eee) !important;
        }

        .tab-main .nav-tabs > li.active > a, .tab-main .nav-tabs > li.active > a:hover, .tab-main .nav-tabs > li.active > a:focus {
            margin: 0 -1px;
            color: #337ab7;
            border-right: none;
            border-bottom: none;
            border-left: none;
            background: none;
        }


        .tab-main .nav-tabs > li > a:hover {
            /*color: black;*/
            border-radius: 0;
        }

        .tab-main .nav-tabs > li > a > p {
            position: absolute;
            top: 50%;
            right: 0;
            left: 0;
            font-size: 1.2em;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.detail-tab > .tab-pane {
    display: block;
}

.tab-main .nav-tabs > li > a > p:after {
    content: '\f0d7';
    font-family: FontAwesome;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-56%);
    -moz-transform: translateY(-56%);
    -ms-transform: translateY(-56%);
    transform: translateY(-56%);
    font-size: 1.4em;
}

.tab-main .nav-tabs > li.active {
    /*border-bottom: none !important;*/
    border-top: 1px solid #ddd;
}

    .tab-main .nav-tabs > li.active > a {
        /*color:inherit !important;*/ /*border-top:1px solid transparent !important;*/
    }

@media (max-width:991px) {
    .tab-main .nav-tabs li {
        width: 30%;
    }

    .detail-ttl {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

        .detail-ttl h1 {
            padding-right: 0;
            margin-bottom: 10px;
        }

    .btn-panel {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -5px;
        align-self: flex-end;
        -webkit-align-self: flex-end;
    }

        .btn-panel a {
            margin: 10px 0 10px 5px;
        }
}


@media (max-width: 767px) {
    .tab-main .nav-tabs > li > a > p:after {
        display: none;
    }

    .tab-main {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

        .tab-main .nav-tabs {
            order: 2;
            align-self: center;
            width: 100%;
            margin-top: 20px;
            padding-right: 0;
        }

            .tab-main .nav-tabs li {
                width: 100%;
            }

    .social-panel {
        order: 1;
    }
}

.tab-content.Rel {
    padding-top: 10px;
}


/*--------------------------------------
タブメニュー内
--------------------------------------*/
.tabs-wrap {
    position: relative;
}

/*日程*/

.table-schedule {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

    .table-schedule th, .table-schedule td {
        border: 1px solid #dedede;
        padding: 8px;
    }

    .table-schedule th {
        background-color: #f5f5f5;
        white-space: nowrap;
        text-align: center;
        padding: 8px;
    }

    .table-schedule tr > td:not(:nth-of-type(2)) {
        text-align: center;
    }

/*料金*/
.table-charge {
    width: 100%;
    margin-top: 20px;
}

    .table-charge th, .table-charge td {
        border: 1px solid #dedede;
        text-align: center;
        padding: 8px;
    }

    .table-charge tr > td:nth-of-type(n+2) {
        text-align: right;
    }

    .table-charge th {
        background-color: #f5f5f5;
        white-space: nowrap;
        text-align: center;
        padding: 8px;
    }

.table-calendar td {
    height: 89px;
    padding: 10px 5px;
    border-right: none;
}

.table-calendar td, .table-calendar th {
    text-align: center !important;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #dcdcdc !important;
}


    .table-calendar td.Calendar-header {
        height: 25px !important;
    }

.btn-Green {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 3px 0 !important;
    font-size: .86em !important;
    font-weight: bold;
    color: #fff !important;
    border-color: #2e6da4;
    background-color: #337ab7;
}

.btn-Black {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 3px 0 !important;
    font-size: .86em !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #333;
}

.tableCal {
    padding: 0;
    border-top: 1px #c4c2c2 solid;
    border-right: 1px #c4c2c2 solid;
    border-bottom: 1px #c4c2c2 solid;
    border-left: 1px #c4c2c2 solid;
}

.pkgCell {
    text-align: center;
    vertical-align: top;
    font-size: 8pt;
    border: 1px #c4c2c2 solid;
}

@media (max-width: 767px) {
    .sp_fltR {
        float: right;
    }

    .table-calendar td {
        height: auto !important;
        padding: 10px !important;
        vertical-align: middle !important;
    }

        .table-calendar td.text-center {
            text-align: left !important;
        }

    .btn-Green, .btn-Black {
        margin-top: 0;
    }
}

/*詳細事項*/

.company-panel {
    border: 1px solid #dedede;
    padding: 8px;
    margin-bottom: 20px;
}

.company-ttl {
    font-weight: bold;
    font-size: 1.2em;
    background-color: #f5f5f5;
    padding: 5px;
}
/*--------------------------------------
tabs
--------------------------------------*/
.tabs-wrap {
    position: relative;
}

.table-schedule {
    width: 100%;
    border: 1px solid #dedede;
    margin-bottom: 20px;
}

    .table-schedule th, .table-schedule td {
        border: 1px solid #dedede;
        padding: 8px;
    }

    .table-schedule th {
        background-color: #f5f5f5;
        white-space: nowrap;
        text-align: center;
        padding: 8px;
    }

    .table-schedule tr > td:not(:nth-of-type(2)) {
        text-align: center;
    }

.table-charge {
    width: 100%;
    margin-top: 20px;
}

    .table-charge th, .table-charge td {
        border: 1px solid #dedede;
        text-align: center;
        padding: 8px;
    }

    .table-charge tr > td:nth-of-type(n+2) {
        text-align: right;
    }

    .table-charge th {
        background-color: #f5f5f5;
        white-space: nowrap;
        text-align: center;
        padding: 8px;
    }

.table-calendar td {
    height: 89px;
    padding: 10px 5px;
    border-right: none;
}

.table-calendar td, .table-calendar th {
    text-align: center !important;
    vertical-align: top;
    border-collapse: collapse;
    border: 1px solid #dcdcdc !important;
}

    .table-calendar td.Selected,
    .table-calendar th.Selected {
        border-width: 3px !important;
        border-color: rgb(255, 102, 0) !important;
    }
        /*.table-calendar td.Selected div:first-child,
            .table-calendar th.Selected div:first-child {
                position: relative !important;
            }*/
        .table-calendar td.Selected .yen::after,
        .table-calendar th.Selected .yen::after {
            content: url("../../images/icon/icon_calendar_selected.gif");
            width: 40%;
            height: 19%;
            position: absolute;
            top: -3%;
            right: -3%;
        }

@media (max-width: 767px) {
    .table-calendar td.Selected .yen::after,
    .table-calendar th.Selected .yen::after {
        content: url("../../images/icon/icon_calendar_selected.gif");
        width: 40%;
        height: 19%;
        position: absolute;
        top: 58%;
        right: 73%;
    }
}

.table-calendar td.Calendar-header {
    height: 25px !important;
}

.btn-Green {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 3px 0 !important;
    font-size: .86em !important;
    font-weight: bold;
    color: #fff !important;
    border-color: #2e6da4;
    background-color: #337ab7;
}

.btn-Black {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 3px 0 !important;
    font-size: .86em !important;
    font-weight: bold;
    color: #fff !important;
    background-color: #333;
}

.btn-gray {
    color: #fff;
    background-color: gray;
    border-color: gray;
}

.tableCal {
    padding: 0;
    border-top: 1px #c4c2c2 solid;
    border-right: 1px #c4c2c2 solid;
    border-bottom: 1px #c4c2c2 solid;
    border-left: 1px #c4c2c2 solid;
}

.pkgCell {
    text-align: center;
    vertical-align: top;
    font-size: 8pt;
    border: 1px #c4c2c2 solid;
}

@media (max-width: 767px) {
    .sp_fltR {
        float: right;
    }

    .table-calendar td {
        height: auto !important;
        padding: 10px !important;
        vertical-align: middle !important;
    }

        .table-calendar td.text-center {
            text-align: left !important;
        }

    .btn-Green, .btn-Black {
        margin-top: 0;
    }
}

.Fix {
    position: fixed !important;
}

.DisplayNone {
    display: none !important;
}

.DisplayBlock {
    display: Block !important;
}

.mg0 {
    margin: 0 !important;
}

.mg10 {
    margin: 10px !important;
}

.mg20 {
    margin: 20px !important;
}

.mgl0 {
    margin-left: 0 !important;
}

.mgl2 {
    margin-left: 2px !important;
}

.mgl5 {
    margin-left: 5px !important;
}

.mgl10 {
    margin-left: 10px !important;
}

.mgl20 {
    margin-left: 20px !important;
}

.mgl30 {
    margin-left: 30px !important;
}

.mgl40 {
    margin-left: 40px !important;
}

.mgl50 {
    margin-left: 50px !important;
}

.mgl60 {
    margin-left: 60px !important;
}

.mgl70 {
    margin-left: 70px !important;
}

.mgl80 {
    margin-left: 80px !important;
}

.mgl90 {
    margin-left: 90px !important;
}

.mgl100 {
    margin-left: 100px !important;
}

.mgl120 {
    margin-left: 120px !important;
}

.mgl121 {
    margin-left: 121px !important;
}

.mgr0 {
    margin-right: 0 !important;
}

.mgr2 {
    margin-right: 2px !important;
}

.mgr5 {
    margin-right: 5px !important;
}

.mgr10 {
    margin-right: 10px !important;
}

.mgr20 {
    margin-right: 20px !important;
}

.mgr30 {
    margin-right: 30px !important;
}

.mgr40 {
    margin-right: 40px !important;
}

.mgr50 {
    margin-right: 50px !important;
}

.mgr60 {
    margin-right: 60px !important;
}

.mgr70 {
    margin-right: 70px !important;
}

.mgr80 {
    margin-right: 80px !important;
}

.mgr90 {
    margin-right: 90px !important;
}

.mgr100 {
    margin-right: 100px !important;
}

.mgt0 {
    margin-top: 0 !important;
}

.mgt1 {
    margin-top: 1px !important;
}

.mgt2 {
    margin-top: 2px !important;
}

.mgt5 {
    margin-top: 5px !important;
}

.mgt7 {
    margin-top: 7px !important;
}

.mgt8 {
    margin-top: 8px !important;
}

.mgt10 {
    margin-top: 10px !important;
}

.mgtm10 {
    margin-top: -10px !important;
}

.mgt15 {
    margin-top: 15px !important;
}

.mgt20 {
    margin-top: 20px !important;
}

.mgt25 {
    margin-top: 25px !important;
}

.mgt30 {
    margin-top: 30px !important;
}

.mgt40 {
    margin-top: 40px !important;
}

.mgt50 {
    margin-top: 50px !important;
}

.mgt60 {
    margin-top: 60px !important;
}

.mgt70 {
    margin-top: 70px !important;
}

.mgt80 {
    margin-top: 80px !important;
}

.mgt90 {
    margin-top: 90px !important;
}

.mgt100 {
    margin-top: 100px !important;
}

.mgt203 {
    margin-top: 203px !important;
}

.mgb0 {
    margin-bottom: 0 !important;
}

.mgb5 {
    margin-bottom: 5px !important;
}

.mgb10 {
    margin-bottom: 10px !important;
}

.mgb20 {
    margin-bottom: 20px !important;
}

.mgb25 {
    margin-bottom: 25px !important;
}

.mgb30 {
    margin-bottom: 30px !important;
}

.mgb40 {
    margin-bottom: 40px !important;
}

.mgb50 {
    margin-bottom: 50px !important;
}

.mgb60 {
    margin-bottom: 60px !important;
}

.mgb70 {
    margin-bottom: 70px !important;
}

.mgb80 {
    margin-bottom: 80px !important;
}

.mgb90 {
    margin-bottom: 90px !important;
}

.mgb100 {
    margin-bottom: 100px !important;
}

.mglrauto {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 767px) {
    .sp_mgt10 {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .sm_mgt20 {
        margin-top: 20px;
    }
}

.pd0 {
    padding: 0 !important;
}

.pd1 {
    padding: 1px !important;
}

.pd3 {
    padding: 3px !important;
}

.pd5 {
    padding: 5px !important;
}

.pd10 {
    padding: 10px !important;
}

.pd15 {
    padding: 15px !important;
}

.pd20 {
    padding: 20px !important;
}

.pdl0 {
    padding-left: 0 !important;
}

.pdl1 {
    padding-left: 1px !important;
}

.pdl2 {
    padding-left: 2px !important;
}

.pdl5 {
    padding-left: 5px !important;
}

.pdl10 {
    padding-left: 10px !important;
}

.pdl20 {
    padding-left: 20px !important;
}

.pdl30 {
    padding-left: 30px !important;
}

.pdl40 {
    padding-left: 40px !important;
}

.pdl50 {
    padding-left: 50px !important;
}

.pdl60 {
    padding-left: 60px !important;
}

.pdl70 {
    padding-left: 70px !important;
}

.pdl80 {
    padding-left: 80px !important;
}

.pdl90 {
    padding-left: 90px !important;
}

.pdl100 {
    padding-left: 100px !important;
}

.pdr0 {
    padding-right: 0 !important;
}

.pdr1 {
    padding-right: 2px !important;
}

.pdr2 {
    padding-right: 2px !important;
}

.pdr5 {
    padding-right: 5px !important;
}

.pdr10 {
    padding-right: 10px !important;
}

.pdr20 {
    padding-right: 20px !important;
}

.pdr30 {
    padding-right: 30px !important;
}

.pdr40 {
    padding-right: 40px !important;
}

.pdr50 {
    padding-right: 50px !important;
}

.pdr60 {
    padding-right: 60px !important;
}

.pdr70 {
    padding-right: 70px !important;
}

.pdr80 {
    padding-right: 80px !important;
}

.pdr90 {
    padding-right: 90px !important;
}

.pdlr00 {
    padding-right: 100px !important;
}

.pdt0 {
    padding-top: 0 !important;
}

.pdt1 {
    padding-top: 1px !important;
}

.pdt2 {
    padding-top: 2px !important;
}

.pdt5 {
    padding-top: 5px !important;
}

.pdt7 {
    padding-top: 7px !important;
}

.pdt10 {
    padding-top: 10px !important;
}

.pdt13 {
    padding-top: 13px !important;
}

.pdt15 {
    padding-top: 15px !important;
}

.pdt17 {
    padding-top: 17px !important;
}

.pdt20 {
    padding-top: 20px !important;
}

.pdt23 {
    padding-top: 23px !important;
}

.pdt30 {
    padding-top: 30px !important;
}

.pdt40 {
    padding-top: 40px !important;
}

.pdt50 {
    padding-top: 50px !important;
}

.pdt60 {
    padding-top: 60px !important;
}

.pdt70 {
    padding-top: 70px !important;
}

.pdt80 {
    padding-top: 80px !important;
}

.pdt90 {
    padding-top: 90px !important;
}

.pdt100 {
    padding-top: 100px !important;
}

.pdb0 {
    padding-bottom: 0 !important;
}

.pdb5 {
    padding-bottom: 5px !important;
}

.pdb10 {
    padding-bottom: 10px !important;
}

.pdb15 {
    padding-bottom: 15px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb30 {
    padding-bottom: 30px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pdb60 {
    padding-bottom: 60px !important;
}

.pdb70 {
    padding-bottom: 70px !important;
}

.pdb80 {
    padding-bottom: 80px !important;
}

.pdb90 {
    padding-bottom: 90px !important;
}

.pdb100 {
    padding-bottom: 100px !important;
}

.w0p {
    width: 0 !important;
}

.w10p {
    width: 10% !important;
}

.w15p {
    width: 15% !important;
}

.w20p {
    width: 20% !important;
}

.w30p {
    width: 30% !important;
}

.w40p {
    width: 40% !important;
}

.w50p {
    width: 50% !important;
}

.w55p {
    width: 55% !important;
}

.w60p {
    width: 60% !important;
}

.w70p {
    width: 70% !important;
}

.w75p {
    width: 75% !important;
}

.w80p {
    width: 80% !important;
}

.w90p {
    width: 90% !important;
}

.w100p {
    width: 100% !important;
}

.w16p {
    width: 16.666666% !important;
}


/*display*/

.dpb {
    display: block !important;
}

.dpn {
    display: none !important;
}

.regdpn {
    display: none;
}

.dpi {
    display: inline-block !important;
}

.dpt {
    display: table !important;
}

.dptc {
    display: table-cell !important;
}


/*Tx talign */

.VaCnt {
    vertical-align: middle !important;
}

.Vatop {
    vertical-align: top !important;
}

.Vabot {
    vertical-align: bottom !important;
}

li {
    list-style: none;
}

.pagination > li {
    display: inline !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #003399;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
}

.btnRed {
    display: block !important;
    cursor: pointer !important;
    text-decoration: none !important;
    color: #F9423A !important;
    padding: 5px !important;
    border: 2px #F9423A solid !important;
}

.btnRed-sm {
    width: 100%;
    height: auto;
    color: #F9423A !important;
    font-weight: bold;
    border: 2px #F9423A solid !important;
    padding: 3px 0px;
    font-size: 0.86em !important;
    margin-top: 5px;
}

.letterSpace0 {
    letter-spacing: 0;
}

.loader {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.1s infinite ease;
    animation: load4 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader2 {
    margin: 100px auto;
    font-size: 25px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    color: #fff;
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #fff, 1.8em -1.8em 0 0em rgba(255,255,255, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.5), -1.8em -1.8em 0 0em rgba(0,0,0, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.7), 1.8em -1.8em 0 0em #fff, 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.5), 1.8em -1.8em 0 0em rgba(0,0,0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.5), 2.5em 0em 0 0em rgba(0,0,0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.5), 1.75em 1.75em 0 0em rgba(0,0,0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0,0,0, 0.2), -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.5), 0em 2.5em 0 0em rgba(0,0,0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0,0,0, 0.2), -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.5), -1.8em 1.8em 0 0em rgba(0,0,0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0,0,0, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(0,0,0, 0.2), 1.8em -1.8em 0 0em rgba(0,0,0, 0.2), 2.5em 0em 0 0em rgba(0,0,0, 0.2), 1.75em 1.75em 0 0em rgba(0,0,0, 0.2), 0em 2.5em 0 0em rgba(0,0,0, 0.2), -1.8em 1.8em 0 0em rgba(0,0,0, 0.5), -2.6em 0em 0 0em rgba(0,0,0, 0.7), -1.8em -1.8em 0 0em #000000;
    }
}

@-webkit-keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

@keyframes load5 {
    0%, 100% {
        box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
    }
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    line-height: 1.428571429;
    /*font-size: 12px;*/
    font-size: 15px;
    letter-spacing: 0.6pt;
}

.mfp-content-area-width {
    width: 30% !important;
}

@media (max-width: 800px) {
    .mfp-content-area-width {
        width: 100% !important;
    }
}

.ui-datepicker {
    z-index: 1050 !important;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: none;
    width: 100%;
    margin-bottom: 0;
}


/*--------------------------------------
検索条件
--------------------------------------*/
.search-wrap {
    border: 1px solid #FFFFFF;
    background-color: #DDDDDD;
    margin-left: 5px;
    margin-right: 5px;
    display: flex;
    display: -webkit-flex;
    padding: 10px;
}

.search-term {
    align-self: center;
    -webkit-align-self: center;
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: center;
    -webkit-justify-content: center;
    color: #fff;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    width: 100%;
}

    .search-term p:first-of-type {
        padding-bottom: 10px;
        font-size: 1.4em;
        font-weight: bold;
    }

    .search-term p {
        font-size: 1em;
    }

.term-left {
    text-align: left;
    padding: 5px;
    width: 100%;
}

    .term-left span {
        white-space: nowrap;
    }

.term-box {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    width: 100%;
}

.term-right {
    width: 50%;
    margin: 20px 20px 0;
    text-align: center;
    white-space: nowrap;
}

.btn-term {
    display: block;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fff;
}

.main-row {
    margin-right: -5px;
    margin-left: -5px;
}

.main-col {
    padding-right: 5px;
    padding-left: 5px;
}

    .main-col > a > img {
        width: 100%;
    }

.main-right {
    padding: 10px 0px 10px 0px;
}

.country-detail {
    padding: 10px;
    background-color: #fff;
    width: 25%;
    align-self: flex-start;
    -webkit-align-self: flex-start;
}

    .country-detail a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .country-detail img {
        width: 100%;
    }

    .country-detail div {
        margin-top: 10px;
    }

        .country-detail div p {
            text-align: center;
            font-size: 1.3em;
        }

.search-sum {
    font-size: 1.1em;
    font-weight: bold;
}

.sort-zone {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    margin-bottom: 30px;
}

.sort-box-wrap {
    position: relative;
}

.lang-box-wrap {
    position: relative;
    width: 200px;
}

#langSelect {
    display: none;
}

.sort-box {
    width: 200px;
    height: 35px !important;
    padding-left: 10px;
    font-size: 1.2em;
    border-radius: 4px;
}

.sort-box-wrap i,
.lang-box-wrap i {
    position: absolute;
    top: 50%;
    right: 10px;
    width: auto;
    height: auto;
    margin-top: -2px;
    font-size: 1.4em;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media(max-width:991px) {
    .search-term {
        flex-direction: column;
        -webkit-flex-direction: column;
        align-items: center;
        -webkit-align-items: center;
    }
}

@media(max-width:767px) {
    /*.term-box {
        flex-direction: column;
        -webkit-flex-direction: column;
    }*/
    .search-wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .search-term {
        order: 1;
    }

    .country-detail {
        order: 2;
        width: 100%;
    }

    .term-right {
        width: 50%;
        margin: 10px 0;
    }

    .term-box > .term-right:nth-of-type(n + 2) {
        margin-left: 10px;
    }

    .btn-term {
        padding: 10px 0;
    }
}

.triphooleft > div {
    background-color: #fff;
}

/*.panel {
    margin-bottom:0px;
}*/
.triphooleft .panel-default {
    border: 1px solid #eee;
}

.panel-default > .panel-heading {
    background-color: #eee;
}

.triphooleft div[class^='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.triphooleft .row {
    margin-right: 0;
    margin-left: 0;
}

.triphooleft .panel-body {
    padding: 10px 8px 10px 8px;
}

.listLineDotted {
    border-bottom: dotted 1px #ddd;
}

#blackWrap {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, .5);
}

    #blackWrap i {
        font-size: 2.5em;
        color: #fff;
        position: absolute;
        top: 5px;
        cursor: pointer;
    }

.triphooleft {
    position: fixed;
    z-index: 1000;
    top: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 500px;
    height: 100%;
    padding: 0 !important;
}

#triphooleft {
    left: -1250px;
}

#triphooleft2 {
    right: -1250px;
}

@media (max-width: 991px) {
    /*p.date_sp {
        padding-right: 0;
        padding-left: 0;
        text-align: center;
    }*/
    .modal-panel {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .modal-right {
        margin-left: auto;
    }

    .modal-detail {
        width: auto;
    }
}

@media (max-width:767px) {
    .triphooleft {
        width: 280px !important;
    }

    .detail-hover tbody,
    .detail-hover table,
    .detail-hover tr:not(.hidden-xs),
    .detail-hover th,
    .detail-hover td:not(.hidden-xs) {
        display: block !important;
        width: 100% !important;
        text-align: center;
    }
}

.checklist td {
    width: 33%;
}

.checklist {
    width: 100%;
}

.triphooleft .nav-tabs > li {
    width: 100%;
}

    .triphooleft .nav-tabs > li > a {
        margin-right: 0;
        text-align: center;
        font-weight: bold;
        color: #d2d2d2;
        border-radius: 0;
    }

    .triphooleft .nav-tabs > li.active > a,
    .triphooleft .nav-tabs > li.active > a:focus,
    .triphooleft .nav-tabs > li.active > a:hover {
        font-weight: bold;
        color: #337ab7;
    }

    .triphooleft .nav-tabs > li:first-of-type.active > a,
    .triphooleft .nav-tabs > li:first-of-type.active > a:focus,
    .triphooleft .nav-tabs > li:first-of-type.active > a:hover {
        border-top-color: transparent;
        border-left-color: transparent;
    }

    .triphooleft .nav-tabs > li:last-of-type.active > a,
    .triphooleft .nav-tabs > li:last-of-type.active > a:focus,
    .triphooleft .nav-tabs > li:last-of-type.active > a:hover {
        border-top-color: transparent;
        border-right-color: transparent;
        background: #337ab7;
        color: #fff;
    }

.Refine_hd {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    height: 45px;
    padding: 0 15px;
}

    .Refine_hd > span {
        font-weight: bold;
    }

    .Refine_hd > i {
        font-size: 1.4em;
    }

    .Refine_hd:hover {
        background-color: #ebeced;
    }

    .Refine_hd .fa-minus {
        display: none;
    }

    .Refine_hd .fa-plus {
        display: block;
    }

.hd-open .fa-minus {
    display: block;
}

.hd-open .fa-plus {
    display: none;
}

.ui-slider-horizontal {
    height: 10px;
}

.time-wrap {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 10px;
    font-size: 1.3em;
    font-weight: bold;
    color: #337ab7;
}

.alert {
    margin-bottom: 0px;
    padding: 9px;
}

.btn-5 {
    color: #ffffff;
    background-color: #999999;
    border-color: #999999;
    font-weight: bold;
}

    .btn-5:hover,
    .btn-5:focus,
    .btn-5:active,
    .btn-5.active,
    .open .dropdown-toggle.btn-5 {
        color: #ffffff;
        background-color: #999999;
        border-color: #999999;
    }

    .btn-5:active,
    .btn-5.active,
    .open .dropdown-toggle.btn-5 {
        background-image: none;
    }

    .btn-5.disabled,
    .btn-5[disabled],
    fieldset[disabled] .btn-5,
    .btn-5.disabled:hover,
    .btn-5[disabled]:hover,
    fieldset[disabled] .btn-5:hover,
    .btn-5.disabled:focus,
    .btn-5[disabled]:focus,
    fieldset[disabled] .btn-5:focus,
    .btn-5.disabled:active,
    .btn-5[disabled]:active,
    fieldset[disabled] .btn-5:active,
    .btn-5.disabled.active,
    .btn-5[disabled].active,
    fieldset[disabled] .btn-5.active {
        background-color: #999999;
        border-color: #999999;
    }


.divPadding {
    padding: 15px 5px 15px 5px;
}

.Bg_Black {
    background-color: rgba(0, 0, 0, 0.52);
    background-repeat: repeat;
}


.LRmargin {
    padding-left: 5px;
    padding-right: 5px;
}

.grobal-nav {
    padding-top: 20px;
}

    .grobal-nav span {
        font-size: 13px;
        font-weight: bold;
    }

    .grobal-nav ul li {
        display: inline-block;
        border-right: 1px solid #d7d8d8;
        padding-left: 10px;
        padding-right: 10px;
    }

.iframe-content {
    position: relative;
    width: 100%;
    padding: 75% 0 0 0;
}

    .iframe-content iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.calback {
    background-color: #000000;
    width: 100%;
}

.table-bordered {
    border: none;
}

    .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
        border: none;
        border-bottom: 1px solid #ddd;
    }

.table-bordered-all {
    border: 1px solid #ddd;
}

    .table-bordered-all > thead > tr > th, .table-bordered-all > tbody > tr > th, .table-bordered-all > tfoot > tr > th, .table-bordered-all > thead > tr > td, .table-bordered-all > tbody > tr > td, .table-bordered-all > tfoot > tr > td {
        border: 1px solid #ddd;
    }

.tbhead-all {
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: left;
}

.tbhead {
    font-weight: bold;
    text-align: left;
}

.tbcont {
    text-align: left;
}

.b2bheader {
    background-color: #333333;
    color: #ffffff;
}

.swiper-slide-prev img, .swiper-slide-next img {
    opacity: 0.4;
}

.swiper-slide-prev p, .swiper-slide-next p {
    display: none;
}

.swiper-button-prev {
    background-image: url('../../images/icon/slide-left.png') !important;
}

.swiper-button-next {
    background-image: url('../../images/icon/slide-right.png') !important;
}


.label-default-custom1 {
    border: 1px solid silver;
    color: #000;
    font-size: 12px;
}

.label-default-custom2 {
    border: 1px solid silver;
    color: silver;
    font-size: 12px;
}


@media (max-width: 767px) {
    .btn-term {
        font-size: 15px;
    }

    .container {
        font-size: 15px;
    }

    .input-group-addon {
        font-size: 15px !important;
    }
}

.history_bg {
    background-color: rgba(0, 0, 0, 0.52);
}

.history-text {
    color: #FFFFFF;
    padding: 5px;
}

.history_with {
    background-color: transparent;
}

.step-main {
    color: #333333;
    font-weight: bold;
}



.trim {
    overflow: hidden;
    width: 100%; /* トリミングしたい枠の幅 */
    height: 200px; /* トリミングしたい枠の高さ */
    position: relative;
}

    .trim img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.panel {
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.well {
    background-color: #FFFFFF;
    text-align: center;
}

.btn-lg-tw {
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.tbl-pd {
    margin-left: 5px;
    margin-right: 5px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: solid 4px rgba(0, 0, 0, 0.52);
    border-radius: 6px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

@media (max-width: 768px) {
    .tbl-pd {
        margin-left: -2px;
        margin-right: -2px;
    }

    .panel {
        margin-bottom: 20px;
        margin-left: -2px;
        margin-right: -2px;
        background-color: #fff;
        border-style: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px #fff;
        box-shadow: 0 0px 0px #fff;
    }

    .panel-body {
        border-style: none;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0px #fff;
        box-shadow: 0 0px 0px #fff;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        margin-left: -1px;
        margin-right: -1px;
        list-style: none;
    }

    .tab-ttl {
        background: linear-gradient(#fff 10%, #eee);
        margin-bottom: 20px;
        padding: 7px 10px 4px;
        margin-left: -2px;
        margin-right: -2px;
        border-bottom: 2px solid #ccc;
    }

    .search-wrap {
        border: 1px solid #FFFFFF;
        background-color: #DDDDDD;
        margin-left: -2px;
        margin-right: -2px;
        display: flex;
        display: -webkit-flex;
        padding: 10px;
    }
}

header .container {
    font-size: 12px !important;
}
