@charset 'UTF-8';
/*
$yellow:                      #FFEB3B !default;
	$yellow-light:                lighten( $yellow, 15% ) !default;
	$yellow-dark:                 darken ( $yellow, 15% ) !default;
$forest:                      #2E7D32 !default;
	$forest-light:                lighten( $forest, 15% ) !default;
	$forest-dark:                 darken ( $forest, 15% ) !default;
$green:                       #4CAF50 !default;
	$green-light:                 lighten( $green, 15% ) !default;
	$green-dark:                  darken ( $green, 15% ) !default;
$sky:                         #2196F3 !default;
	$sky-light:                   lighten( $sky, 15% ) !default;
	$sky-dark:                    darken ( $sky, 15% ) !default;
$blue:                        #3F51B5 !default;
	$blue-light:                  lighten( $blue, 15% ) !default;
	$blue-dark:                   darken ( $blue, 15% ) !default;
$purple:                      #9C27B0 !default;
	$purple-light:                lighten( $purple, 15% ) !default;
	$purple-dark:                 darken ( $purple, 15% ) !default;
$pink:                        #E91E63 !default;
	$pink-light:                  lighten( $pink, 15% ) !default;
	$pink-dark:                   darken ( $pink, 15% ) !default;
$red:                         #F44336 !default;
	$red-light:                   lighten( $red, 15% ) !default;
	$red-dark:                    darken ( $red, 15% ) !default;
$orange:                      #FF9800 !default;
	$orange-light:                lighten( $orange, 15% ) !default;
	$orange-dark:                 darken ( $orange, 15% ) !default;
$ocher:                       #000 !default;
	$ocher-light:                 lighten( $ocher, 15% ) !default;
	$ocher-dark:                  darken ( $ocher, 15% ) !default;
$brown:                       #795548 !default;
	$brown-light:                 lighten( $brown, 15% ) !default;
	$brown-dark:                  darken ( $brown, 15% ) !default;
$gray:                        #9E9E9E !default;
	$gray-light:                  lighten( $gray, 15% ) !default;
	$gray-dark:                   darken ( $gray, 15% ) !default;
$black:                       #000 !default;
$white:                       #fff !default;
*/
/*$sm-breakpoint:                 480px !default;
$md-breakpoint:                 768px !default;
$lg-breakpoint:                 970px !default;
$xl-breakpoint:                 1200px !default;*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
	
@media screen and (max-width: 999px){

html
{
    line-height: 1.15;
    /* 1 */

        -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body
{
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section
{
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1
{
    font-size: 1.6rem;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main
{
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure
{
    margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr
{
    /* 1 */
    overflow: visible;

    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a
{
    background-color: transparent;
    /* 1 */

    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title]
{
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;

    border-bottom: none;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong
{
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong
{
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp
{
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn
{
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark
{
    color: #000;
    background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */
small
{
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video
{
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls])
{
    display: none;

    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img
{
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root)
{
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea
{
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */

    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input
{
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select
{
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit']
{
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;
    border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring
{
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset
{
    padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend
{
    /* 2 */
    display: table;
    box-sizing: border-box;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
    color: inherit;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress
{
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea
{
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'],
[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search']
{
    /* 1 */
    outline-offset: -2px;
    -webkit-appearance: textfield;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button
{
    /* 1 */
    font: inherit;
    -webkit-appearance: button;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu
{
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary
{
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas
{
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template
{
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden]
{
    display: none;
}

@font-face
{
    font-family: 'jttweb';
    font-weight: normal !important;
    font-style: normal !important;
    src: url('https://travel.jr-central.co.jp/common/fonts/jttweb.ttf?cf3ll5') format('truetype'), url('https://img.travel.jr-central.co.jp/common/fonts/jttweb.woff?cf3ll5') format('woff'), url('https://img.travel.jr-central.co.jp/common/fonts/jttweb.svg?cf3ll5#jttweb') format('svg');
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'jttweb' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow2-r:before
{
    content: '\e914';
}

.icon-arrow3-r:before
{
    content: '\e915';
}

.icon-calender:before
{
    content: '\e910';
}

.icon-open-fill:before
{
    content: '\e911';
}

.icon-search:before
{
    content: '\e912';
}

.icon-world:before
{
    content: '\e913';
}

.icon-arrow-b:before
{
    content: '\e900';
}

.icon-arrow-l:before
{
    content: '\e901';
}

.icon-arrow-r:before
{
    content: '\e902';
}

.icon-arrow-t:before
{
    content: '\e903';
}

.icon-check:before
{
    content: '\e904';
}

.icon-cross:before
{
    content: '\e905';
}

.icon-crown1:before
{
    content: '\e906';
}

.icon-crown2:before
{
    content: '\e907';
}

.icon-crown3:before
{
    content: '\e908';
}

.icon-link:before
{
    content: '\e909';
}

.icon-marker:before
{
    content: '\e90a';
}

.icon-minus:before
{
    content: '\e90b';
}

.icon-open:before
{
    content: '\e90c';
}

.icon-pagetop:before
{
    content: '\e90d';
}

.icon-person:before
{
    content: '\e90e';
}

.icon-plus:before
{
    content: '\e90f';
}

*
{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root
{
    font: 62.5% / 1 sans-serif;
    overflow-y: scroll;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

html
{
    background-color: #fff;
}

body
{
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.53846;
    overflow: hidden;
    color: #333;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
            font-smoothing: antialiased;
    text-rendering: auto;
}

a
{
    text-decoration: none;
    color: #003f6c;
}

figure
{
    margin: 0;
}

img,
svg
{
    max-width: 100%;
    height: auto;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    vertical-align: middle;
}

em
{
    font-style: normal;
    text-decoration: underline;
}

input,
textarea,
select
{
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    outline: none;
}

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

textarea
{
    resize: vertical;
}

.clearfix::after
{
    display: table;
    clear: both;
    content: '';
}

.page-wrap
{
    width: 100%;
    margin: 0 auto;
    padding: 0 14px;
}

.global-nav
{
    display: none !important;
}

.header-area:not(.fplus) .sub-nav .sub-nav-1st li:nth-child(1)
{
    display: none !important;
}

.header-area:not(.fplus) .sub-nav .sub-nav-1st li:nth-child(2)
{
    display: none !important;
}

.header-area:not(.fplus) .sub-nav .sub-nav-1st li:nth-child(3)
{
    display: none !important;
}

/* JTTにて追加 */
.header-area:not(.fplus) .sub-nav .sub-nav-1st li:nth-child(4)
{
    display: none !important;
}
.header-area:not(.fplus) .sub-nav .sub-nav-1st li:nth-child(5)
{
    display: none !important;
}

.header-area:not(.fplus) .sub-nav .sub-nav-2nd li:not(:last-child)
{
    display: none !important;
}

.header-area.fplus .sub-nav .group
{
    display: none !important;
}

.kv-area
{
    display: none !important;
}

#ctrl-tab
{
    display: none !important;
}

.info-area
{
    padding: 0 0 10px;
}

.info-area .message
{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.13333;
    padding: 5px;
    border: 3px solid #e5e5e5;
}

.kv-area-sp
{
    text-align: center;
}

.global-nav-sp
{
    overflow-x: scroll;

    -webkit-overflow-scrolling: touch;
}

.global-nav-sp ul
{
    width: 2000px;
    list-style: none;
}

.global-nav-sp ul::after
{
    display: table;
    clear: both;
    content: '';
}

.global-nav-sp ul li:not(:last-child) a
{
    border-right: 1px solid #336589;
}

.theme-red .global-nav-sp ul li:not(:last-child) a
{
    border-right: 1px solid #a85459;
}

.global-nav-sp ul li
{
    float: left;
}

.global-nav-sp ul li a
{
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        flex-direction: column;
    min-width: 90px;
    height: 42px;
    padding: 7px 10px 8px;
    white-space: nowrap;
    color: #fff;
    background-color: #003f6c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.theme-red .global-nav-sp ul li a
{
    background-color: #922930;
}

.global-nav-sp ul li a.current
{
    color: #003f6c;
    border: 0;
    background-color: #fff;
}

.theme-red .global-nav-sp ul li a.current
{
    color: #922930;
}

.global-nav-sp ul li a small
{
    font-size: 1.0rem;
    display: block;
    margin-bottom: 3px;
}

.global-nav-sp ul li a span
{
    font-size: 1.0rem;
    display: block;
    margin-top: 3px;
}

input[type='text']
{
    line-height: 39px;
    height: 39px;
    padding: 0 10px;
    border: 0;
    border-radius: 4px;
    background-color: #f5f5f5;
}

select.placeholder
{
    color: #818181;
}

select:focus
{
    color: #333;
}

.select select:not([multiple])::-ms-expand
{
    display: none;
}

.select select:not([multiple])
{
    line-height: 33px;
    position: relative;
    height: 33px;
    padding: 0 10px 0 6px;
    cursor: pointer;
    border: 0;
    border-radius: 4px;
    background-color: #f5f5f5;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

input[type=radio],
input[type=checkbox]
{
    display: none;
}

input[type=radio] + span,
input[type=checkbox] + span
{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 0;
    padding-left: 25px;
    cursor: pointer;
    vertical-align: middle;
    border-radius: 3px;
}

input[type=radio] + span::after,
input[type=checkbox] + span::after
{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    margin: auto;
    content: '';
    border: 1px solid #d6d6d6;
    background-color: #fff;
}

input[type=radio] + span::hover:after,
input[type=checkbox] + span::hover:after
{
    /*border-color: #ffffff;*/
}

input[type=radio] + span::after
{
    border-radius: 99px;
}

input[type=radio] + span::before
{
    position: absolute;
    z-index: 99;
    top: 0;
    bottom: 0;
    left: 5px;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    content: '';
    opacity: 0;
    border-radius: 50%;
    background-color: #fff;
}

input[type=radio]:checked + span::before
{
    opacity: 1;
}

input[type=radio]:checked + span::after
{
    transition: all .2s ease;
    border-color: #003f6c;
    background-color: #003f6c;
}

.theme-red input[type=radio]:checked + span::after
{
    border-color: #922930;
    background-color: #922930;
}

input[type=checkbox] + span::after
{
    border-radius: 5px;
}

input[type=checkbox] + span::before
{
    position: absolute;
    z-index: 99;
    top: -1px;
    bottom: 0;
    left: 6px;

    display: block;
    width: 4px;
    height: 7px;
    margin: auto;

    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 1px;
}

input[type=checkbox]:checked + span:before
{
    opacity: 1;
}

input[type=checkbox]:checked + span:after
{
    transition: all .2s ease;
    border-color: #003f6c;
    background-color: #003f6c;
}

.theme-red input[type=checkbox]:checked + span:after
{
    border-color: #922930;
    background-color: #922930;
}

.inputs dl
{
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inputs dl dt
{
    width: 43%;
}

.inputs dl dt .s
{
    font-size: 1.3rem;
}

.inputs dl dd
{
    width: 100%;
}

.inputs dl dd .input
{
    position: relative;
}

.inputs dl dd .input::after
{
    font-family: 'jttweb' !important;
    font-size: 1.1rem;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    content: '\e902';
    color: #003f6c;
}

.theme-red .inputs dl dd .input::after
{
    color: #922930;
}

.inputs dl dd .input input[type='text']
{
    width: 100%;
    padding-right: 35px;
}

.inputs dl dd .input-date
{
    position: relative;
}

.inputs dl dd .input-date::after
{
    font-family: 'jttweb' !important;
    font-size: 1.7rem;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 11px;
    bottom: 0;
    content: '\e910';
    color: #003f6c;
}

.theme-red .inputs dl dd .input-date::after
{
    color: #922930;
}

.inputs dl dd .input-date input[type='text']
{
    width: 100%;
    padding-right: 35px;
}

.inputs dl dd .input-kwd input[type='text']
{
    width: 100%;
}

.inputs dl dd .select
{
    position: relative;
    width: 100%;
}

.inputs dl dd .select::after
{
    font-family: 'jttweb' !important;
    font-size: 1.1rem;
    line-height: 39px;
    position: absolute;
    top: 0;
    right: 14px;
    bottom: 0;
    content: '\e900';
    color: #003f6c;
}

.theme-red .inputs dl dd .select::after
{
    color: #922930;
}

.inputs dl dd .select select
{
    line-height: 39px;
    width: 100%;
    height: 39px;
}

.inputs * + dl
{
    margin-top: 10px;
}

.inputs .notes + dl
{
    margin-top: 13px;
}

.inputs * + .notes
{
    margin-top: 5px;
}

.inputs dl + .notes
{
    margin-top: 5px;
}

.ctrl-area-sp
{
    font-size: 1.5rem;
    padding: 14px 0 37px;
    border-bottom: 5px solid #f0f0f0;
}

.ctrl-area-sp .title
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 11px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ctrl-area-sp .title h2
{
    font-size: 2.0rem;
    font-weight: 500;
    color: #003f6c;
}

.ctrl-area-sp .title .btn-primary
{
    font-size: 1.5rem;
    margin-left: 5px;
    padding: 4px 12px 3px 8px;
    white-space: nowrap;
    border-width: 2px;
}

.ctrl-area-sp .title .btn-primary .icon
{
    margin-right: 5px;
}

.ctrl-area-sp .inputs dl dt
{
    line-height: 1.06667;
    width: 130px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}

.ctrl-area-sp .btns
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -5px;
    margin-left: -4px;
    list-style: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ctrl-area-sp .btns li
{
    width: 100%;
    padding-right: 5px;
    padding-left: 4px;
    text-align: center;
}

.ctrl-area-sp .btns .btn
{
    width: 100%;
    max-width: 285px;
}

.ctrl-area-sp * + .btns
{
    margin-top: 17px;
}

.ctrl-area-sp .border-txt
{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 13px;
    padding: 10px 13px 11px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
}

.ctrl-area-sp * + .border-txt
{
    margin-top: 20px;
}

.section
{
    padding: 40px 0 40px;
    border-bottom: 5px solid #f0f0f0;
}

.section h2
{
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

.section h2 + .columns
{
    margin-top: 6px;
}

.section h2 + .columns.wide-gutter
{
    margin-top: 6px;
}

.section h2 + .news-list
{
    margin-top: 47px;
}

.section h3
{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.25;
}

.section .column a + h3
{
    margin-top: 18px;
}

.section .column img + h3
{
    margin-top: 22px;
}

.section .column h3 + p.price
{
    margin-top: 8px;
}

.section .column p.price + p:not(class)
{
    margin-top: 10px;
}

.section .column h3 + p:not(class)
{
    margin-top: 8px;
}

.section .column a + p:not(class)
{
    margin-top: 12px;
}

.section .columns + .tour-list
{
    margin-top: 8px;
}

.section .section-top
{
    margin-top: 15px;
    margin-bottom: 20px;
}

.section .section-bottom
{
    margin-top: 19px;
    text-align: center;
}

.icon.mcolor
{
    color: #003f6c;
}

.theme-red .icon.mcolor
{
    color: #922930;
}

.arrow-link
{
    display: inline-block;
}

.theme-red .arrow-link
{
    color: #922930;
}

.arrow-link::before
{
    font-family: 'jttweb' !important;
    margin-right: 5px;
    content: '\e909';
    color: #003f6c;
}

.theme-red .arrow-link::before
{
    color: #922930;
}

.tour-list
{
    font-size: 1.5rem;
    letter-spacing: -1em;
}

.tour-list li
{
    line-height: 1.73333;
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
    letter-spacing: normal;
}

.tour-list li a
{
    color: #333;
}

.tour-list li a::before
{
    font-family: 'jttweb' !important;
    font-size: 1.4rem;
    margin-right: 5px;
    content: '\e909';
    color: #003f6c;
}

.theme-red .tour-list li a::before
{
    color: #922930;
}

.tour-list li:not(:last-child)
{
    margin-right: 15px;
}

.price
{
    color: #ff9c00;
}

.price b
{
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
}

.card
{
    height: 100%;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-color: #fff;
}

.card h3
{
    font-size: 1.8rem;
}

.card h4
{
    font-size: 1.4rem;
    font-weight: 500;
}

section .column .card a + h3
{
    margin-top: 17px;
}

section .column .card h3 + h4
{
    margin-top: 5px;
}

section .column .card .price + h4
{
    margin-top: 10px;
}

section .column .card .price + .btn-more
{
    margin-top: 14px;
}

.card .btn.btn-more
{
    font-size: 1.2rem;
    display: block;
    margin-right: 20px;
    margin-bottom: 3px;
    margin-left: 20px;
    padding: 5px;
}

.card a
{
    display: block;
    margin: 0 -7px;
}

.crown1,
.crown2,
.crown3
{
    position: relative;
}

.crown1::before,
.crown2::before,
.crown3::before
{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    content: '';
    border-width: 70px 70px 0 0;
    border-style: solid;
    border-color: #c3b261 transparent transparent transparent;
}

.crown1::after,
.crown2::after,
.crown3::after
{
    font-family: 'jttweb' !important;
    font-size: 2.0rem;
    position: absolute;
    top: 8px;
    left: 10px;
    content: '\e906';
    color: #fff;
}

.crown2::before
{
    border-color: #c1c1c1 transparent transparent transparent;
}

.crown2::after
{
    content: '\e907';
}

.crown3::before
{
    border-color: #b48853 transparent transparent transparent;
}

.crown3::after
{
    content: '\e908';
}

.weather
{
    margin-bottom: 13px;
    text-align: center;
}

.weather h4
{
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.weather dl
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.weather dl dt
{
    margin: auto 0;
    margin-left: -14px;
}

.weather dl dt img
{
    max-width: 47px;
}

.weather dl dd
{
    font-size: 1.0rem;
    margin: auto 0 auto 7px;
    padding-top: 5px;
}

.weather .high
{
    font-size: 1.0rem;
    color: #e25c23;
}

.weather .low
{
    font-size: 1.0rem;
    color: #4063b6;
}

.summary
{
    padding: 40px 16px 60px;
}

.summary .section-bottom + h2
{
    margin-top: 50px;
}

.summary h2 + .columns.wide-gutter
{
    margin-top: 23px;
}

.summary .section-bottom
{
    margin-top: 23px;
}

.news-list
{
    font-size: 1.5rem;
    line-height: 1.46667;
}

.news-list dt
{
    float: left;
    width: 6.2em;
}

.news-list dd
{
    overflow: hidden;
    margin-bottom: 23px;
}

.price-table-ttl
{
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.price-table
{
    width: 100%;
    margin-bottom: 8px;
    border: 1px solid #c1c1c1;
}

.price-table.ordinary
{
    background-color: #f4f8fc;
}

.price-table.ordinary thead th
{
    color: #fff;
    background-color: #003f6c;
}

.price-table.ordinary tbody th
{
    background-color: #e0ecf8;
}

.price-table.busy
{
    background-color: #fcf9e9;
}

.price-table.busy thead th
{
    color: #fff;
    background-color: #ffae30;
}

.price-table.busy tbody th
{
    background-color: #f8efe0;
}

.price-table thead tr th
{
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1px;
}

.price-table tbody tr th
{
    font-size: 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
}

.price-table tbody tr th p
{
    text-align: left;
}

.price-table tbody tr td
{
    font-size: 1.5rem;
    font-size: 1.5rem;
    padding: 5px;
    text-align: left;
    border-bottom: 1px solid #c1c1c1;
    border-left: 1px solid #c1c1c1;
}

.price-table tbody tr td p
{
    text-align: left;
}

.price-table tbody tr td:last-child
{
    border-left: 0;
}

.price-table tbody tr td:last-child p
{
    text-align: right;
}

.price-table tbody tr .dot-left
{
    border-left-style: dotted;
}

.price-table tbody tr .dot-bottom
{
    border-bottom-style: dotted;
}

.price-table tbody tr .txt-diff
{
    color: #0230c2;
}

.price-table tbody tr .txt-price
{
    font-weight: bold;
    color: #cc2f20;
}

.time-table-ttl
{
    font-size: 1.5rem;
    margin-bottom: 4px;
    padding: 1px;
    text-align: center;
    color: #fff;
}

.time-table-ttl.down
{
    background: #003f6c;
}

.time-table-ttl.up
{
    background-color: #ffae30;
}

.time-table-wrap
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
}

.time-table-wrap .time-table:first-child
{
    margin-right: 6px;
}

.time-table-wrap .time-table:last-child
{
    margin-left: 6px;
}

.time-table
{
    width: calc(50% - 6px);

    border: 1px solid #c1c1c1;
}

.time-table thead tr th
{
    font-size: 1.5rem;
    font-weight: bold;
    width: 12%;
    padding: 2px;
    color: #fff;
    border: 1px solid #c1c1c1;
    background-color: #aaa;
}

.time-table thead tr td
{
    font-size: 1.5rem;
    padding: 2px;
    text-align: center;
    border: 1px solid #c1c1c1;
    background-color: #eee;
}

.time-table tbody tr
{
    font-size: 1.5rem;
    line-height: 1.27778;
}

.time-table tbody tr th
{
    font-weight: 500;
    height: 50px;
    padding: 5px;
    border: 1px solid #c1c1c1;
}

.time-table tbody tr td
{
    padding: 4px;
    text-align: center;
    border: 1px solid #c1c1c1;
}

.time-table tbody tr:nth-child(odd)
{
    background-color: #f9f9f9;
}

.time-table.up thead tr th
{
    background-color: #ff7f00;
}

.time-table.up thead tr td
{
    background-color: #f9f3dc;
}

.time-table.up tbody tr:nth-child(odd)
{
    background-color: #fffcf0;
}

.time-table.down thead tr th
{
    background-color: #2a66c4;
}

.time-table.down thead tr td
{
    background-color: #dcebf9;
}

.time-table.down tbody tr:nth-child(odd)
{
    background-color: #f0f7ff;
}

.appli-list
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1px;
    margin-left: -2px;
    list-style: none;
}

.appli-list li
{
    width: 100%;
    padding: 0 1px 0 2px;
}

.appli-list li a
{
    font-size: 2.2rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 7px;
    color: #fff;
    border-radius: 4px;
    background-color: #003f6c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.appli-list li a::before
{
    font-family: 'jttweb' !important;
    font-size: 1.5rem;
    display: block;
    margin-right: 10px;
    content: '\e909';
    color: #fff;
}

.appli-list li a.s
{
    font-size: 1.8rem;
    line-height: 1.33333;
}

.parameter
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.parameter p
{
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1.15789;
    margin-right: 18px;
    margin-left: 4em;
    text-indent: -4em;
    color: #eb3425;
}

.caution
{
    margin-left: 1em;
    text-indent: -1em;
}

.link
{
    text-decoration: underline;
}

.link:hover
{
    text-decoration: none;
}

.label
{
    font-size: 1.8rem;
    font-weight: bold;
    padding: 6px;
    text-align: center;
    color: #fff;
    background-color: #bbb;
}

.label.blue
{
    background-color: #3170bf;
}

.label.green
{
    background-color: #a2ca50;
}

.border-box
{
    padding: 15px;
    border: 1px solid #333;
}

.price-example
{
    padding: 16px 0;
}

.price-example + .price-example
{
    background: url(../images/bg_dot.png) top left repeat-x;
    background-size: 5px 2px;
}

.price-example .places
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price-example .places .price
{
    margin-left: 14px;
}

.price-example .places .round
{
    margin-right: 13px;
}

.price-example .places.green .square
{
    width: 100%;
    max-width: 110px;
    padding: 4px 5px 4px;
    color: #a2ca50;
    border: 2px solid #a2ca50;
    border-radius: 4px;
    background-color: transparent;
}

.price-example .places.green .price
{
    margin-left: 4px;
    color: #a2ca50;
}

.price-example .places.green .price small
{
    font-weight: bold;
}

.price-example .places.green .icon-arrow2-r
{
    margin: 0 1px 0 3px;
}

.price-example .places + .places
{
    margin-top: 15px;
}

.price-example .prices
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 13px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.price-example .prices > p:first-child .price
{
    color: #333;
}

.price-example .prices p
{
    text-align: center;
}

.price-example .prices span
{
    font-size: 1.0rem;
    display: block;
}

.price-example .prices .price
{
    margin-bottom: 2px;
}

.price-example .round
{
    font-size: 1.3rem;
    display: inline-block;
    min-width: 80px;
    padding: 4px 5px 3px;
    border-radius: 100px;
    background-color: #e3eff7;
}

.price-example .square
{
    font-size: 1.4rem;
    font-weight: bold;
    display: inline-block;
    min-width: 86px;
    padding: 3px 5px 2px;
    color: #fff;
    background-color: #003f6c;
}

.price-example .price
{
    line-height: 1;

    color: #ffae30;
}

.price-example .price b
{
    font-size: 2.5rem;
    font-weight: bold;
}

.price-example .price small
{
    font-size: 1.5rem;
}

.price-example .icon-arrow2-r
{
    margin: 0 5px 0;
    color: #ffae30;
}

.price-example .icon-arrow3-r
{
    margin: 10px 10px 0;
    color: #ffae30;
}

.ac
{
    margin-top: 8px;
}

.ac .ac-switch a
{
    font-size: 1.5rem;
    position: relative;
    display: block;
    padding: 8px;
    text-align: center;
    color: #fff;
}

.ac .ac-switch a::before
{
    font-family: 'jttweb' !important;
    font-size: 1.2rem;
    line-height: 23px;
    position: absolute;
    right: 15px;
    content: '\e90f';
}

.ac .ac-switch a.blue
{
    background-color: #3170bf;
}

.ac .ac-switch a.green
{
    background-color: #a2ca50;
}

.ac .ac-switch a.orange
{
    background-color: #ffae30;
}

.ac .ac-content
{
    display: none;
    padding-top: 15px;
}

.section-ranking .section-top
{
    text-align: right;
}

.section-spot h2 + .columns
{
    margin-top: 12px;
}

.section-otoku h2 + .columns
{
    margin-top: 12px;
}

.section-otoku .section-bottom
{
    margin-top: 10px;
}

.section-otoku .column
{
    margin-bottom: 8px;
}

.section-pickup h2 + .columns
{
    margin-top: 12px;
}

.section-pickup .section-bottom
{
    margin-top: 10px;
}

.section-pickup .column
{
    margin-bottom: 8px;
}

.section-weather
{
    padding-top: 44px;
}

.section-weather h3
{
    font-size: 2.0rem;
    font-weight: bold;
    margin: 18px 0 17px 14px;
}

.section-enjoy h2 + .columns
{
    margin-top: 16px;
}

.section-campaign .column h3
{
    font-size: 1.8rem;
}

.section-campaign .column p:not(class)
{
    font-size: 1.4rem;
    line-height: 1.42857;
}

.section-campaign .column h3 + p:not(class)
{
    margin-top: 5px;
}

.section-season .card
{
    padding-bottom: 26px;
}

.section-hotel-inn h2 + .columns
{
    margin-top: 21px;
}

.section-hotel-inn .card
{
    padding-bottom: 30px;
}

.section-popular-hotel .section-top
{
    position: relative;
    margin: 0;
    margin-bottom: 40px;
}

.section-popular-hotel .section-top .departure
{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-popular-hotel .section-top .departure .icon
{
    font-size: 1.5rem;
}

.section-popular-hotel .section-top .departure .departure-select
{
    margin-left: 8px;
}

.section-popular-hotel .section-bottom
{
    margin-top: 23px;
}

.section-hotel h3
{
    font-size: 1.8rem;
}

.section-hotel h2 + .columns.wide-gutter
{
    margin-top: 15px;
}

.section-hotel .column
{
    margin-bottom: 10px;
}

.section-hotel .section-bottom
{
    margin-top: 7px;
}

.section-attention h3
{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.16667;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 42px;
    margin-bottom: 10px;
    color: #003f6c;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-attention h3 br
{
    display: none;
}

.section-attention img
{
    margin-bottom: 10px;
}

.section-attention .column
{
    margin-bottom: 20px;
}

.section-attention .link
{
    font-size: 1.6rem;
    font-weight: bold;
}

.section-attention .section-bottom
{
    margin-top: 68px;
}

.section-attention .parameter
{
    padding: 20px 0 15px;
}

.section-term h2
{
    margin-bottom: 20px;
}

.section-term .graph
{
    margin: 17px 0 20px;
    text-align: center;
}

.section-term .btn-primary
{
    width: 100%;
    max-width: 285px;
}

.section-price .price-head.blue p
{
    font-size: 1.8rem;
    margin-bottom: 14px;
}

.section-price .price-head.green p
{
    font-size: 1.6rem;
    margin-bottom: 27px;
    text-align: center;
}

.section-price .price-head.green h3
{
    margin-bottom: 13px;
}

.section-price .price-head.green .img
{
    margin-bottom: 38px;
}

.section-price * + .price-head
{
    margin-top: 65px;
}

.section-price h2 + .price-head
{
    margin-top: 30px;
}

.section-price .price-table
{
    margin-bottom: 15px;
}

.section-price .caution
{
    font-size: 1.8rem;
    line-height: 1.52778;
}

.section-price * + .tab
{
    margin-top: 14px;
}

.section-timetable h2 + .tab
{
    margin-top: 37px;
}

.section-timetable .tab .tab-box .box > :not(section)
{
    padding-top: 31px;
}

.section-timetable .time-table
{
    margin-bottom: 15px;
}

.section-timetable .caution
{
    font-size: 1.8rem;
    line-height: 1.52778;
}

.section-how-buy h2
{
    margin-bottom: 30px;
}

.section-how-buy p
{
    font-size: 1.8rem;
}

.section-how-buy .border-box
{
    font-size: 1.8rem;
    margin: 15px 0 20px;
    padding: 15px 15px 9px;
}

.section-how-buy .border-box h3
{
    font-weight: bold;
    margin: 0;
}

.section-how-buy h3
{
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.section-how-buy p a:not(class)
{
    color: #1a5484;
}

.section-point1
{
    padding-bottom: 49px;
}

.section-point1 h2
{
    margin-bottom: 5px;
    text-align: left;
}

.section-point1 .inputs
{
    margin-bottom: 20px;
}

.section-point1 .inputs dt
{
    width: 65px;
}

.section-point2
{
    padding-bottom: 49px;
}

.section-point2 h2
{
    margin-bottom: 17px;
    text-align: left;
}

.section-point2 .ac
{
    margin-top: 11px;
}

.section-point2 p:not(class)
{
    margin-bottom: 3px;
}

.section-point2 * + .tab
{
    margin-top: 9px;
}

.section-point2 .inputs
{
    margin-bottom: 20px;
}

.section-point2 .inputs dt
{
    width: 65px;
}

.section-point3
{
    padding-bottom: 49px;
}

.section-point3 h2
{
    margin-bottom: 17px;
    text-align: left;
}

.section-point3 .img
{
    margin: 15px 0 25px;
    text-align: center;
}

.section-point3 .inputs
{
    margin-bottom: 20px;
}

.section-point3 .inputs dt
{
    width: 65px;
}

.section-point4
{
    padding-bottom: 49px;
}

.section-point4 h2
{
    margin-bottom: 17px;
    text-align: left;
}

.section-point4 .img
{
    margin: 15px 0 17px;
    text-align: center;
}

.section-point4 .inputs
{
    margin-bottom: 20px;
}

.section-point4 .inputs dt
{
    width: 65px;
}

.section-plan .summary
{
    margin-top: 20px;
}

.section-popular-plan .section-bottom
{
    margin-top: 23px;
}

.section-popular-tour .section-bottom
{
    margin-top: 9px;
}

.section-tour-ranking .section-bottom
{
    margin-top: 11px;
}

.section-pickup-feature h2 + .columns
{
    margin-top: 32px;
}

.logo
{
    float: left;
    width: 100%;
    margin: 5px 0 0;
    margin-right: -220px;
    padding-right: 220px;
}

.logo img
{
    width: 100%;
    max-width: 132px;
}

/*-----------------------------------
50+ヘッダー
---------------------------------------*/
.fplus .sub-nav
{
    padding-top: 14px;
}

.fplus .sub-nav .nav-handle-wrap
{
    bottom: 0;
    padding-top: 5px;
    padding-left: 20px;
}

.fplus .sub-nav img
{
    width: 64px;
}

.sub-nav .sub-nav-fplus dl
{
    display: none;
}

.sub-nav .nav-handle-wrap
{
    position: relative;
    bottom: 4px;
    padding-right: 4px;
}

.fplus .sub-nav
{
    padding-top: 14px;
}

.fplus .sub-nav .nav-handle-wrap
{
    bottom: 0;
    padding-top: 5px;
    padding-left: 20px;
}

.fplus .sub-nav img
{
    width: 64px;
}

.departure
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.departure .icon
{
    color: #adadad;
}

.departure .departure-select
{
    position: relative;
    margin-left: 13px;
}

.departure .departure-select::after
{
    line-height: 28px;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: #acacac transparent transparent transparent;
}

.departure .departure-select select:not([multiple])::-ms-expand
{
    display: none;
}

.departure .departure-select select:not([multiple])
{
    line-height: 28px;
    height: 28px;
    padding: 0 23px 0 4px;
    cursor: pointer;
    border: 0;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

#breadcrumbs_sp {
	display: block;
}
#footer {
	position: relative;
}

.pagetop {
    line-height: 44px;
    /*position: sticky;*/
    right: 14px;
	bottom: 14px;
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
	margin-left: auto;
    padding-top: 4px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
}
.pagetop .icon {
    font-size: 1.9rem;
    color: #fff;
}
.footer-top
{
    padding: 28px 0 15px;
}

.footer-top p
{
    font-size: 1.2rem;
    line-height: 1.5;
}

.footer-top .prove
{
    margin-top: 12px;
    letter-spacing: -1em;
    padding-left: 0;
}

.footer-top .prove li
{
    display: inline-block;

    letter-spacing: normal;
	margin-right: 15px; /* JTTにて追加 */
}

.footer-top .prove li:last-child /* JTTにて追加 */
{
    margin-right: 0;
}

.columns
{
    margin-right: -5px;
    margin-left: -4px;
}

.columns::after
{
    display: table;
    clear: both;
    content: '';
}

.columns .column
{
    float: left;
    padding: 5px 5px 4px 4px;
}

.columns .column.col-tab1
{
    width: 8.33333%;
}

.columns .column.col-tab2
{
    width: 16.66667%;
}
.columns .column.col-tab3
{
    width: 25%;
}
.columns .column.col-tab4
{
    width: 33.33333%;
}
.columns .column.col-tab5
{
    width: 41.66667%;
}
.columns .column.col-tab6
{
    width: 50%;
}
.columns .column.col-tab7
{
    width: 58.33333%;
}
.columns .column.col-tab8
{
    width: 66.66667%;
}
.columns .column.col-tab9
{
    width: 75%;
}
.columns .column.col-tab10
{
    width: 83.33333%;
}
.columns .column.col-tab11
{
    width: 91.66667%;
}
.columns .column.col-tab12
{
    width: 100%;
}
.columns.grid16 .column.col-tab1
{
    width: 6.25%;
}
.columns.grid16 .column.col-tab2
{
    width: 12.5%;
}
.columns.grid16 .column.col-tab3
{
    width: 18.75%;
}
.columns.grid16 .column.col-tab4
{
    width: 25%;
}
.columns.grid16 .column.col-tab5
{
    width: 31.25%;
}
.columns.grid16 .column.col-tab6
{
    width: 37.5%;
}
.columns.grid16 .column.col-tab7
{
    width: 43.75%;
}
.columns.grid16 .column.col-tab8
{
    width: 50%;
}
.columns.grid16 .column.col-tab9
{
    width: 56.25%;
}
.columns.grid16 .column.col-tab10
{
    width: 62.5%;
}
.columns.grid16 .column.col-tab11
{
    width: 68.75%;
}
.columns.grid16 .column.col-tab12
{
    width: 75%;
}
.columns.grid16 .column.col-tab13
{
    width: 81.25%;
}
.columns.grid16 .column.col-tab14
{
    width: 87.5%;
}
.columns.grid16 .column.col-tab15
{
    width: 93.75%;
}
.columns.grid16 .column.col-tab16
{
    width: 100%;
}
.columns.grid20 .column.col-tab1
{
    width: 5%;
}
.columns.grid20 .column.col-tab2
{
    width: 10%;
}
.columns.grid20 .column.col-tab3
{
    width: 15%;
}
.columns.grid20 .column.col-tab4
{
    width: 20%;
}
.columns.grid20 .column.col-tab5
{
    width: 25%;
}
.columns.grid20 .column.col-tab6
{
    width: 30%;
}
.columns.grid20 .column.col-tab7
{
    width: 35%;
}
.columns.grid20 .column.col-tab8
{
    width: 40%;
}
.columns.grid20 .column.col-tab9
{
    width: 45%;
}
.columns.grid20 .column.col-tab10
{
    width: 50%;
}
.columns.grid20 .column.col-tab11
{
    width: 55%;
}
.columns.grid20 .column.col-tab12
{
    width: 60%;
}
.columns.grid20 .column.col-tab13
{
    width: 65%;
}
.columns.grid20 .column.col-tab14
{
    width: 70%;
}
.columns.grid20 .column.col-tab15
{
    width: 75%;
}
.columns.grid20 .column.col-tab16
{
    width: 80%;
}
.columns.grid20 .column.col-tab17
{
    width: 85%;
}
.columns.grid20 .column.col-tab18
{
    width: 90%;
}
.columns.grid20 .column.col-tab19
{
    width: 95%;
}
.columns.grid20 .column.col-tab20
{
    width: 100%;
}
.columns.grid24 .column.col-tab1
{
    width: 4.16667%;
}
.columns.grid24 .column.col-tab2
{
    width: 8.33333%;
}
.columns.grid24 .column.col-tab3
{
    width: 12.5%;
}
.columns.grid24 .column.col-tab4
{
    width: 16.66667%;
}
.columns.grid24 .column.col-tab5
{
    width: 20.83333%;
}
.columns.grid24 .column.col-tab6
{
    width: 25%;
}
.columns.grid24 .column.col-tab7
{
    width: 29.16667%;
}
.columns.grid24 .column.col-tab8
{
    width: 33.33333%;
}
.columns.grid24 .column.col-tab9
{
    width: 37.5%;
}
.columns.grid24 .column.col-tab10
{
    width: 41.66667%;
}
.columns.grid24 .column.col-tab11
{
    width: 45.83333%;
}
.columns.grid24 .column.col-tab12
{
    width: 50%;
}
.columns.grid24 .column.col-tab13
{
    width: 54.16667%;
}
.columns.grid24 .column.col-tab14
{
    width: 58.33333%;
}
.columns.grid24 .column.col-tab15
{
    width: 62.5%;
}
.columns.grid24 .column.col-tab16
{
    width: 66.66667%;
}
.columns.grid24 .column.col-tab17
{
    width: 70.83333%;
}
.columns.grid24 .column.col-tab18
{
    width: 75%;
}
.columns.grid24 .column.col-tab19
{
    width: 79.16667%;
}
.columns.grid24 .column.col-tab20
{
    width: 83.33333%;
}
.columns.grid24 .column.col-tab21
{
    width: 87.5%;
}
.columns.grid24 .column.col-tab22
{
    width: 91.66667%;
}
.columns.grid24 .column.col-tab23
{
    width: 95.83333%;
}
.columns.grid24 .column.col-tab24
{
    width: 100%;
}
.columns.grid32 .column.col-tab1
{
    width: 3.125%;
}
.columns.grid32 .column.col-tab2
{
    width: 6.25%;
}
.columns.grid32 .column.col-tab3
{
    width: 9.375%;
}
.columns.grid32 .column.col-tab4
{
    width: 12.5%;
}
.columns.grid32 .column.col-tab5
{
    width: 15.625%;
}
.columns.grid32 .column.col-tab6
{
    width: 18.75%;
}
.columns.grid32 .column.col-tab7
{
    width: 21.875%;
}
.columns.grid32 .column.col-tab8
{
    width: 25%;
}
.columns.grid32 .column.col-tab9
{
    width: 28.125%;
}
.columns.grid32 .column.col-tab10
{
    width: 31.25%;
}
.columns.grid32 .column.col-tab11
{
    width: 34.375%;
}
.columns.grid32 .column.col-tab12
{
    width: 37.5%;
}
.columns.grid32 .column.col-tab13
{
    width: 40.625%;
}
.columns.grid32 .column.col-tab14
{
    width: 43.75%;
}
.columns.grid32 .column.col-tab15
{
    width: 46.875%;
}
.columns.grid32 .column.col-tab16
{
    width: 50%;
}
.columns.grid32 .column.col-tab17
{
    width: 53.125%;
}
.columns.grid32 .column.col-tab18
{
    width: 56.25%;
}
.columns.grid32 .column.col-tab19
{
    width: 59.375%;
}
.columns.grid32 .column.col-tab20
{
    width: 62.5%;
}
.columns.grid32 .column.col-tab21
{
    width: 65.625%;
}
.columns.grid32 .column.col-tab22
{
    width: 68.75%;
}
.columns.grid32 .column.col-tab23
{
    width: 71.875%;
}
.columns.grid32 .column.col-tab24
{
    width: 75%;
}
.columns.grid32 .column.col-tab25
{
    width: 78.125%;
}
.columns.grid32 .column.col-tab26
{
    width: 81.25%;
}
.columns.grid32 .column.col-tab27
{
    width: 84.375%;
}
.columns.grid32 .column.col-tab28
{
    width: 87.5%;
}
.columns.grid32 .column.col-tab29
{
    width: 90.625%;
}
.columns.grid32 .column.col-tab30
{
    width: 93.75%;
}
.columns.grid32 .column.col-tab31
{
    width: 96.875%;
}
.columns.grid32 .column.col-tab32
{
    width: 100%;
}

.columns.narrow-gutter
{
    margin-right: -3px;
    margin-left: -2px;
}

.columns.narrow-gutter .column
{
    padding: 2px 3px 3px 2px;
}

.columns.wide-gutter
{
    margin-right: -15px;
    margin-left: -15px;
}

.columns.wide-gutter .column
{
    padding: 15px 15px 15px 15px;
}

.bg-gray
{
    background-color: #f0f0f0;
}

.txt-center
{
    text-align: center;
}

.txt-left
{
    text-align: left;
}

.txt-right
{
    text-align: right;
}

.nowrap
{
    white-space: nowrap;
}

.txt-red
{
    color: #e90000;
}

.show-pc
{
    display: none;
}

.btn
{
    display: inline-block;
    padding: 5px 1em;
    transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    border: 0;
    border-radius: 4px;
    background-color: #777;
}

.btn .icon
{
    margin-right: 7px;
}

.btn:hover
{
    transition: all .3s ease;
    opacity: .8;
}

.btn-primary
{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 1em;
    color: #003f6c;
    border: 1px solid #003f6c;
    background-color: #fff;
}

.btn-login
{
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    padding: 5px 14px 4px;
    color: #003f6c;
    border: 1px solid #003f6c;
    border-radius: 100px;
    background-color: #fff;
}

.btn-mypage
{
    font-size: .8rem;
    font-weight: bold;
    line-height: 1;
    padding: 5px 15px 4px;
    color: #003f6c;
    border: 1px solid #003f6c;
    border-radius: 100px;
    background-color: #fff;
}

.btn-more
{
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6px 2.8em;
    color: #003f6c;
    border: 1px solid #003f6c;
    border-radius: 100px;
    background-color: #fff;
}

.theme-red .btn-more
{
    color: #922930;
    border: 1px solid #922930;
}

.btn-normal,
.btn-spread-open,
.btn-high-open
{
    padding: 6px 0;
    color: inherit;
    border: 2px solid #e5e5e5;
    background-color: #fff;
}

.btn-normal .icon,
.btn-spread-open .icon,
.btn-high-open .icon
{
    margin-right: 0;
    margin-left: 7px;
    color: #adadad;
}

.btn-decide
{
    font-weight: bold;
    padding: 6px 0;
    border: 2px solid #ffae30;
    background-color: #ffae30;
}

.btn-spread-close,
.btn-high-close
{
    width: 113px;
    padding: 8px 1em 7px;
    color: #fff;
    border-radius: 0 0 0 4px;
    background-color: #003f6c;
}

.theme-red .btn-spread-close,
.theme-red
.btn-high-close
{
    background-color: #922930;
}

.btn-theme
{
    font-weight: bold;
    padding: 9px 5px 7px;
    background-color: #003f6c;
}

.theme-red .btn-theme
{
    background-color: #922930;
}

.btn-sm
{
    font-size: 1.1rem;
    padding: 3px 1em;
}

.btn-lg
{
    font-size: 1.8rem;
    padding: 10px 3em;
}

.btn-long
{
    min-width: 300px;
}

h2 + .tab
{
    margin-top: 30px;
}

* + .tab
{
    margin-top: 46px;
}

.tab .tab-nav.few
{
    border-bottom: 4px solid #003f6c;
}

.theme-red .tab .tab-nav.few
{
    border-bottom: 4px solid #922930;
}

.tab .tab-nav.few ul
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -4px;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tab .tab-nav.few ul li
{
    width: 100%;
    max-width: 331px;
    padding: 0 2px;
    background-color: #fff;
}

.tab .tab-nav.few ul li:first-child
{
    padding: 0 2px 0 0;
}

.tab .tab-nav.few ul li:last-child
{
    padding: 0 0 0 2px;
}

.tab .tab-nav.few ul li a
{
    font-size: 1.6rem;
    display: block;
    padding: 10px 10px 7px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #003f6c;
    border-right: 1px solid #003f6c;
    border-left: 1px solid #003f6c;
    border-radius: 4px 4px 0 0;
    background-color: #003f6c;
}

.theme-red .tab .tab-nav.few ul li a
{
    border-top: 1px solid #922930;
    border-right: 1px solid #922930;
    border-left: 1px solid #922930;
    background-color: #922930;
}

.tab .tab-nav.few ul li a.active
{
    font-weight: bold;
    color: #003f6c;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    background-color: #fff;
}

.theme-red .tab .tab-nav.few ul li a.active
{
    color: #922930;
}

.tab .tab-box .box
{
    display: none;
}

.tab .tab-box .box > *:not(section)
{
    padding-top: 21px;
}

/*.pagetop
{
    line-height: 44px;

    position: fixed;
    right: 14px;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    padding-top: 4px;

    text-align: center;

    border-radius: 4px;
    background-color: rgba(0, 0, 0, .2);
}*/


/*.pagetop .icon
{
    font-size: 1.9rem;

    color: #fff;
}*/

/*-----------------------------------
カレンダー
---------------------------------------*/
.datepicker
{
    font-family: 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

    border: 0;
}

.datepicker--nav-title
{
    font-size: 1.6rem;
    pointer-events: none;
}

.datepicker--nav-title i
{
    margin: 0;
    color: #333;
}

.datepicker--nav
{
    padding: 0;
    border: 0;
}

.datepicker--nav-action path
{
    stroke: #333;
}

.datepicker--day-name
{
    font-size: 1.6rem;
    width: calc((100% - 42px) / 7);
    color: #333;
}

.datepicker--day-name.-weekend-:first-child
{
    color: #dd2936;
}

.datepicker--content
{
    margin: 0 -6px;
    padding: 0;
}

.datepicker--cell-day
{
    font-size: 1.6rem;
    line-height: 1;
    width: calc((100% - 42px) / 7);
    height: 45px;
    margin: 3px 3px;
    background-color: #f2f2f2;
}

.datepicker--cell-day.-focus-
{
    background-color: #e5e5e5;
}

.datepicker--cell-day.-other-month-
{
    background-color: #fafafa;
}

.datepicker--cell-day.-disabled-
{
    opacity: .4;
    color: #333 !important;
    background-color: transparent;
}

.datepicker--cell-day.-range-from-
{
    border-radius: 4px;
    background-color: #ffae30 !important;
}

.datepicker--cell-day.-in-range-
{
    color: #fff !important;
    border-radius: 4px;
    background-color: #ffcf73 !important;
}

.datepicker--cell-day.-in-range-.-focus-
{
    background-color: #ffae30 !important;
}

.datepicker--cell-day.-range-to-
{
    border-radius: 4px;
    background-color: #ffcf73;
}

.datepicker--cell-day.-range-to-.-selected-
{
    background-color: #ffcf73;
}

.datepicker--cell-day.-selected-
{
    background-color: #ffae30;
}

.datepicker--cell-day.-selected-.-focus-
{
    background-color: #ffae30 !important;
}

.datepicker--cell-day.-selected-.-current-
{
    background-color: #ffae30;
}

.datepicker--cell-day:nth-child(7n-6)
{
    color: #dd2936 !important;
}

/*-----------------------------------
モーダル
---------------------------------------*/
.popup-wrap
{
    display: none;
}

.popup
{
    display: none;

}

.modal .head,
.modal .foot
{
    font-size: 1.6rem;
    position: fixed;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 14px;
    color: #fff;
    background-color: #003f6c;
}

.theme-red .modal .head,
.theme-red .modal .foot
{
    background-color: #922930;
}

.modal .head
{
    top: 0;
    height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal .head h3
{
    font-size: 1.6rem;
    fon-weight: bold;

    margin-right: auto;
}

.modal .head h3 .icon
{
    font-size: 2.2rem;
    position: relative;
    bottom: -2px;
    margin-top: 2px;
    margin-right: 12px;
}

.modal .head .close
{
    font-size: 1.7rem;
    margin-left: auto;
    cursor: pointer;
    color: #fff;
}

.modal .body
{
    font-size: 1.5rem;
    padding: 70px 14px 85px;
}

.modal .body .btn-decide
{
    width: 100%;
}

.modal .body * + .btn
{
    margin-top: 25px;
}

.modal .body .inputs + .notes
{
    margin-top: 20px;
}

.modal .body .inputs + .notes-ttl
{
    margin-top: 20px;
}

.modal .foot
{
    bottom: 0;
    height: 55px;
}

.modal .foot .btn
{
    font-size: 1.5rem;
    width: 128px;
    margin: auto 0 auto auto;
}

.modal .foot .count
{
    font-size: 1.8rem;
    font-weight: bold;

    margin-top: auto;
    margin-right: auto;
    margin-bottom: 8px;
}

.modal .foot .count small
{
    font-size: 1.6rem;
}

.modal section
{
    border: 2px solid #f2f2f2;
    border-radius: 4px;
}

.modal section h4
{
    font-weight: bold;
    padding: 8px 12px 12px;
    background-color: #f2f2f2;
}

.modal section ul
{
    overflow: hidden;
    margin: 0 -2px -2px 0;
    list-style: none;
    border-radius: 0 0 6px 6px;
}

.modal section ul::after
{
    display: table;
    clear: both;
    content: '';
}

.modal section ul li
{
    float: left;
    width: 33.33333%;
    padding: 21px 12px 23px;
    border: 2px solid #f2f2f2;
    border-top-width: 0;
    border-left-width: 0;
}

.modal section + section
{
    margin-top: 14px;
}

.modal .calender .inputs
{
    margin-top: 25px;
}

.modal .datepicker
{
    width: 100%;
}

.modal .inputs dl dt
{
    font-weight: bold;
    width: 96px;
    padding-right: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
}

.modal .inputs dl dt.wide
{
    width: 141px;
}

.modal .inputs * + dl
{
    margin-top: 15px;
}

.modal .inputs dl + dl.mark
{
    margin-top: 5px;
}

.modal .inputs dl.mark + dl
{
    margin-top: 3px;
}

.modal .inputs .mark p
{
    text-align: center;
}

.modal .caution
{
    margin-left: 0;
    text-indent: 0;
    color: #e90000;
}

.modal .caution a
{
    text-decoration: underline;
    color: #e90000;
}

.modal .notes-ttl
{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 2px;
}

.modal .notes
{
    font-size: 1.1rem;
    margin-left: 1em;
    text-indent: -1em;
}

.modal-point
{
    overflow: hidden;
    border: 3px solid #003f6c;
}

.theme-red .modal-point
{
    border: 3px solid #922930;
}

.modal-point .head
{
    font-size: 1.2rem;
    position: relative;
    padding: 2px 13px 4px;
    text-align: center;
    color: #fff;
    background-color: #003f6c;
}

.theme-red .modal-point .head
{
    background-color: #922930;
}

.modal-point .head .close
{
    line-height: 27px;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto;
    color: #fff;
}

.modal-point .body
{
    padding: 14px 13px 20px;
}

.modal-point .body h4
{
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #003f6c;
}

.modal-point .body .check-list
{
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 16px;
    list-style: none;
}

.modal-point .body .check-list li
{
    margin-left: 1.6em;
    text-indent: -1.6em;
}

.modal-point .body .check-list li::before
{
    font-family: 'jttweb' !important;
    margin-right: 8px;
    content: '\e904';
    color: #ffae30;
}

.modal-point .body .check-list li + li
{
    margin-top: 8px;
}

.modal-point .body .list-box
{
    position: relative;
    padding: 18px 7px 15px;
    border: 2px solid #ffae30;
    border-radius: 6px;
}

.modal-point .body .list-box h5
{
    font-size: 1.5rem;
    position: absolute;
    top: -12px;
    left: 15px;

    display: inline-block;

    padding: 0 10px;

    color: #ffae30;
    background-color: #fff;
}

.modal-point .attention
{
    font-size: 1.5rem;
    line-height: 1.33333;
}

.modal-point .attention .txt-red
{
    margin-bottom: 10px;
}

.modal-point .attention .columns
{
    margin: 9px 0;
}

.modal-point .attention .column
{
    margin-bottom: 13px;
}

.modal-point .attention .column h3
{
    font-size: 1.5rem;
    line-height: 1.26667;
    min-height: 38px;
    margin-bottom: 6px;
    text-align: center;
    color: #003f6c;
}

.modal-point .attention .column p
{
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 6px;
}

.modal-point .attention .border-box
{
    padding: 11px 15px 22px;
    border: 2px solid #e5e5e5;
    border-radius: 4px;
}

.modal-point .attention .border-box p
{
    line-height: 1.5;
    padding: 10px 10px 16px;
}

.modal-point .attention .border-box .btn
{
    width: 100%;
}

.modal-point .nozomi h4
{
    font-size: 1.4rem;
    line-height: 1.35714;
    margin-bottom: 15px;
    color: #003f6c;
}

.modal-point .nozomi .check-list
{
    margin-top: 20px;
    margin-bottom: 16px;
}

.modal-point .kodama h4
{
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #003f6c;
}

.modal-point .kodama img
{
    margin-bottom: 21px;
}

.modal-point .kodama .list-box
{
    margin-bottom: 15px;
}

.modal-point .kodama .check-list + p
{
    margin: 12px 0 4px 22px;
    text-align: left;
}

.modal-point .fplus h4
{
    font-size: 1.6rem;
    line-height: 1.375;
    margin: 18px 0 10px;
    color: #922930;
}

.modal-point .caution
{
    margin-left: 0;
    text-indent: 0;
    color: #e90000;
}

.modal-point .caution a
{
    text-decoration: underline;
    color: #e90000;
}

/*-----------------------------------
英語ヘッダー
---------------------------------------*/
.english
{
    font-family: 'Roboto', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /*---プランのタブ3つ目---*/
    /*-------------------------*/
}

.english .modal .head
{
    margin-bottom: 10px;
    text-align: right;
}

.english .modal img
{
    display: inline-block;
}

.english .modal-point .check-list
{
    padding: 5px 8px;
    border: 3px solid #e8e8e8;
    border-radius: 6px;
}

.english .modal-point .body
{
    padding-bottom: 29px;
}

.english .modal-point .body h4
{
    font-size: 1.4rem;
    line-height: 1.14286;

    margin-bottom: 15px;

    color: #003f6c;
}

.english .modal-point .body .check-list
{
    margin-top: 23px;
    margin-bottom: 8px;
}

.english .feature-kodama
{
    padding-top: 40px;
}

.english .feature-kodama h2
{
    margin-bottom: 20px;
    text-align: center;
}

.english .feature-kodama h3
{
    margin-bottom: 15px;
}

.english .feature-kodama .cnt
{
    margin-bottom: 40px;
}

.english .kodama-tab .tab-nav
{
    border: 0;
}

.english .kodama-tab .tab-nav ul
{
    margin: 0;

    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.english .kodama-tab .tab-nav ul li
{
    width: auto;
}

.english .kodama-tab .tab-nav ul li a
{
    padding: 0;
    border: 0;
}

.english .kodama-tab .tab-box .box > *
{
    padding-top: 0 !important;
}

.english .link
{
    text-align: right;
}

.english .link a
{
    font-size: 1.8rem;

    color: #005e8e;
}

.english .link a img
{
    margin-right: 5px;
}

.english .special-savings
{
    position: relative;

    padding: 20px;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff 0%, #f7f1e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.english .special-savings::after
{
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-width: 20px 20px 0 20px;
    border-style: solid;
    border-color: #f7f1e5 transparent transparent transparent;
}

.english .special-savings .cell
{
    text-align: center;
    border: 5px solid #ede8e7;
    border-radius: 8px;
    background-color: #fff;
}

.english .special-savings .cell img
{
    border-radius: 6px;
}

.english .sales-location
{
    padding: 20px;
    border: 5px solid #ede8e7;
    border-radius: 8px;
}

.english .sales-location .cell
{
    text-align: center;
}

.english .notes-purchases
{
    text-align: center;
}

.english .travel-cost
{
    margin: 20px 0 30px;
}

.english .travel-cost .tab li
{
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.english .travel-cost .tab li a,
.english .travel-cost .tab li a.active
{
    border: 0 !important;
}

.english .travel-cost .tab li img
{
    vertical-align: top;
}

.english .travel-cost table
{
    font-size: 108%;
    width: 100%;
    color: #78493e;
}

.english .travel-cost table th,
.english .travel-cost table td
{
    line-height: 1.5;
    padding: 6px;
    word-break: break-all;
}

.english .travel-cost table td
{
    padding-right: 14px;
    padding-bottom: 3px;
    text-align: right;
}

.english .travel-cost table th
{
    font-size: 108%;
    font-weight: bold;
    line-height: 1.25;
}

.english .travel-cost table .th-width th
{
    text-align: center;
}

.english .travel-cost table .th-width th.left
{
    text-align: left;
}

.english .travel-cost table th p
{
    font-size: 86%;
    font-weight: normal;
}

.english .travel-cost table .tx-price
{
    font-size: 100%;
    font-weight: bold;
    color: #ef8526;
}

.english .travel-cost .notes
{
    line-height: 1.5;
    margin-top: 18px;
    color: #78493e;
}

.english .travel-cost .regular .lead
{
    font-size: 117%;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    color: #fff;
    background: #90c029;
}

.english .travel-cost .regular table
{
    width: 100%;
    border-bottom: 1px solid #90c029;
    border-left: 1px solid #90c029;
}

.english .travel-cost .regular table th.color
{
    text-align: center;
    color: #90c029;
}

.english .travel-cost .regular th,
.english .travel-cost .regular td
{
    border-top: 1px solid #90c029;
    border-right: 1px solid #90c029;
}

.english .travel-cost .regular .children th,
.english .travel-cost .regular .children td
{
    padding: 3px 14px 6px 6px;
    border-top: 1px solid #f4f8d8;
}

.english .travel-cost .regular .bg th,
.english .travel-cost .regular .bg td
{
    background: #fcfcf5;
}

.english .travel-cost .busy .lead
{
    font-size: 117%;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    color: #fff;
    background: #e66e81;
}

.english .travel-cost .busy table
{
    width: 100%;
    border-bottom: 1px solid #e66e81;
    border-left: 1px solid #e66e81;
}

.english .travel-cost .busy table th.color
{
    text-align: center;
    color: #e66e81;
}

.english .travel-cost .busy th,
.english .travel-cost .busy td
{
    border-top: 1px solid #e66e81;
    border-right: 1px solid #e66e81;
}

.english .travel-cost .busy .children th,
.english .travel-cost .busy .children td
{
    padding: 3px 14px 6px 6px;
    border-top: 1px solid #f5e3e5;
}

.english .travel-cost .busy .bg th,
.english .travel-cost .busy .bg td
{
    background: #fffdfd;
}

.english .travel-cost .regular02 .lead
{
    font-size: 117%;
    font-weight: bold;
    padding: 14px;
    text-align: center;
    color: #fff;
    background: #90c029;
}

.english .travel-cost .regular02 table
{
    width: 100%;
    border-bottom: 1px solid #90c029;
    border-left: 1px solid #90c029;
}

.english .travel-cost .regular02 table th.color
{
    text-align: center;
    color: #90c029;
}

.english .travel-cost .regular02 th,
.english .travel-cost .regular02 td
{
    border-top: 1px solid #90c029;
    border-right: 1px solid #90c029;
}

.english .travel-cost .regular02 .children th,
.english .travel-cost .regular02 .children td
{
    padding: 3px 14px 6px 6px;
    border-top: 1px solid #f4f8d8;
}

.english .travel-cost .regular02 .bg th,
.english .travel-cost .regular02 .bg td
{
    background: #fcfcf5;
}

.english .timetables
{
    margin: 20px 0 30px;
}

.english .timetables .tab li
{
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.english .timetables .tab li img
{
    vertical-align: top;
}

.english .timetables .notes
{
    line-height: 1.5;
    margin-top: 18px;
    color: #78493e;
}

.english .timetables table
{
    font-size: 117%;
    width: 100%;
    color: #78493e;
}

.english .timetables .before table
{
    border-top: 5px solid #37a9d3;
}

.english .timetables .after table
{
    border-top: 5px solid #e9536b;
}

.english .timetables table th,
.english .timetables table td
{
    line-height: 1.4;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    word-break: break-all;
    border: 1px solid #37a9d3;
}

.english .timetables .after table th,
.english .timetables .after table td
{
    border-color: #e9536b;
}

.english .timetables table .even th,
.english .timetables table .even td
{
    background: #f8fcfd;
}

.english .timetables table th
{
    font-weight: bold;
    line-height: 1.25;
    padding: 6px 12px;
    text-align: left;
}

.english .timetables table .th-down th,
.english .timetables table .th-up th
{
    padding: 6px;
    text-align: center;
}

.english .timetables table .th-down th.left,
.english .timetables table .th-up th.left
{
    text-align: left;
}

.english .travel-cost .regular .inputs
{
    padding: 10px;
    border-bottom: 1px solid #fff;
    background-color: #90c029;
}

.english .travel-cost .regular .inputs dt
{
    color: #fff;
}

.english .travel-cost .busy .inputs
{
    padding: 10px;
    border-bottom: 1px solid #fff;
    background-color: #e66e81;
}

.english .travel-cost .busy .inputs dt
{
    color: #fff;
}

.english .timetables .inputs
{
    margin-bottom: 15px;
}

.english .ad
{
    margin-top: 60px;
    text-align: center;
}

.english .logo
{
    margin-right: 0;
    padding-right: 0;
}

.english .logo img
{
    max-width: 202px;
}

/* JTTにてコメントアウト */
/*.english .sub-nav
{
    display: none !important;
}*/

.english .section-weather h3
{
    font-weight: 500;
}

.english .footer-top h2
{
    font-size: 1.5rem;
}

.english .global-nav-sp
{
    overflow-x: auto;
}

.english .global-nav-sp ul li a
{
    text-align: center;
}

.english .global-nav-sp ul
{
    width: auto;
}

.english .global-nav-sp ul li:nth-child(1)
{
    width: 39.2%;
}

.english .global-nav-sp ul li:nth-child(2)
{
    width: 60.8%;
}

.english .global-nav-sp ul li a small
{
    margin: 3px 0 0;
}

/*------------------------------------------------------------------
　　　　　　　　　　　ラインナップ
------------------------------------------------------------------*/
#lineup {
	margin-top: 0;
}
#lineup .lineup-category {
	display:block;
	padding-bottom:2em;
	padding-top: 0;
}
#lineup .lineup-acd-open {
	margin-left:10px;
}
#lineup .lineup-acd-open li:before {
	left:100%;
}
}
@media screen and (max-width: 939px) {
#lineup {
    padding: 0;
    background: #f1f1f1;
}
#lineup .lineup-category {
	padding: 0;
}
#lineup label {
    pointer-events: auto;
    position: relative;
    padding: 11px 14px 10px;
    border-bottom: 1px solid #f1f1f1;
    background: #d2d2d2;
    display: grid;
}
#lineup label:before,
#lineup label:after{
    position: absolute;
    width: 12px;
    height: 4px;
    right: 16px;
    top: 50%;
    content: "";
    display: inline-block;
    background: #444;
    transition: 0.2s;
}
#lineup label:before {
    transform: scaleY(0.5) translateY(-50%);
}
#lineup label:after {
    transform: scaleX(0.5) translateY(-15%) rotate(90deg);
}
#lineup input:checked + label:before {
    display: none;
	transition: 0.2s;
}
#lineup input:checked + label:after {
    transform: scaleY(0.5) translateY(-50%);
	transition: 0.2s;
}
#lineup .lineup-acd-open {
    margin-left: 0;
    max-height: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    transform-origin: top;
    overflow: hidden;
}
#lineup input:checked + label + .lineup-acd-open {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
    padding: 14px 0
}
#lineup .lineup-acd-open ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
}
#lineup .lineup-acd-open li {
    padding: 0;
    width: calc((100% / 2) - 3px);
    background: #fff;
    border: 1px solid #c2c2c2;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
}
#lineup .lineup-acd-open li:nth-child(2n) {
    margin-left: 6px;
}
#lineup .lineup-acd-open li:nth-child(n+3) {
    margin-top: 6px;
}
#lineup .lineup-acd-open li:before {
	content: none;
}
#lineup .lineup-acd-open li a {
    display: block;
    padding: 8px 10px;
    line-height: 1.5;
}
#lineup .sitemap_link {
    padding: 0;
}
#lineup .sitemap_link a {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    position: relative;
    padding: 11px 14px 10px;
    border-bottom: 1px solid #fff;
    background: #d2d2d2;
    text-decoration: none;
    color: #333;
}
#lineup .sitemap_link a:after {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    right: 20px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: translateY(-50%) rotate(45deg);
    content: '';
    font-family: 'jttweb' !important;
    font-size: 1.1rem;
    color: #444;
}
}
@media screen and (min-width: 768px)
{
    .tab .tab-nav.many
    {
        border-bottom: 4px solid #003f6c;
    }
    .theme-red .tab .tab-nav.many
    {
        border-bottom: 4px solid #922930;
    }
    .tab .tab-nav.many ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: -4px;
        list-style: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .tab .tab-nav.many ul li
    {
        width: 100%;
        max-width: 331px;
        padding: 0 2px;
        background-color: #fff;
    }
    .tab .tab-nav.many ul li:first-child
    {
        padding: 0 2px 0 0;
    }
    .tab .tab-nav.many ul li:last-child
    {
        padding: 0 0 0 2px;
    }
    .tab .tab-nav.many ul li a
    {
        font-size: 1.6rem;
        display: block;
        padding: 10px 10px 7px;
        text-align: center;
        color: #fff;
        border-top: 1px solid #003f6c;
        border-right: 1px solid #003f6c;
        border-left: 1px solid #003f6c;
        border-radius: 4px 4px 0 0;
        background-color: #003f6c;
    }
    .theme-red .tab .tab-nav.many ul li a
    {
        border-top: 1px solid #922930;
        border-right: 1px solid #922930;
        border-left: 1px solid #922930;
        background-color: #922930;
    }
    .tab .tab-nav.many ul li a.active
    {
        font-weight: bold;

        color: #003f6c;
        border-top: 1px solid #d9d9d9;
        border-right: 1px solid #d9d9d9;
        border-left: 1px solid #d9d9d9;
        background-color: #fff;
    }
    .theme-red .tab .tab-nav.many ul li a.active
    {
        color: #922930;
    }
}



@media screen and (max-width: 767px)
{
    .columns .column.col-sp1
    {
        width: 8.33333%;
    }
	
    .columns .column.col-sp2
    {
        width: 16.66667%;
    }
	
    .columns .column.col-sp3
    {
        width: 25%;
    }

    .columns .column.col-sp4
    {
        width: 33.33333%;
    }

    .section .column + .column.col-sp12
    {
        margin-top: 5px;
    }

    .columns .column.col-sp5
    {
        width: 41.66667%;
    }

    .columns .column.col-sp6
    {
        width: 50%;
    }

    .columns .column.col-sp7
    {
        width: 58.33333%;
    }

    .columns .column.col-sp8
    {
        width: 66.66667%;
    }

    .columns .column.col-sp9
    {
        width: 75%;
    }

    .columns .column.col-sp10
    {
        width: 83.33333%;
    }

    .columns .column.col-sp11
    {
        width: 91.66667%;
    }

    .columns .column.col-sp12
    {
        width: 100%;
    }

    .columns.grid16 .column.col-sp1
    {
        width: 6.25%;
    }

    .columns.grid16 .column.col-sp2
    {
        width: 12.5%;
    }

    .columns.grid16 .column.col-sp3
    {
        width: 18.75%;
    }

    .columns.grid16 .column.col-sp4
    {
        width: 25%;
    }

    .columns.grid16 .column.col-sp5
    {
        width: 31.25%;
    }

    .columns.grid16 .column.col-sp6
    {
        width: 37.5%;
    }

    .columns.grid16 .column.col-sp7
    {
        width: 43.75%;
    }

    .columns.grid16 .column.col-sp8
    {
        width: 50%;
    }

    .columns.grid16 .column.col-sp9
    {
        width: 56.25%;
    }

    .columns.grid16 .column.col-sp10
    {
        width: 62.5%;
    }

    .columns.grid16 .column.col-sp11
    {
        width: 68.75%;
    }

    .columns.grid16 .column.col-sp12
    {
        width: 75%;
    }

    .columns.grid16 .column.col-sp13
    {
        width: 81.25%;
    }

    .columns.grid16 .column.col-sp14
    {
        width: 87.5%;
    }

    .columns.grid16 .column.col-sp15
    {
        width: 93.75%;
    }

    .columns.grid16 .column.col-sp16
    {
        width: 100%;
    }

    .columns.grid20 .column.col-sp1
    {
        width: 5%;
    }

    .columns.grid20 .column.col-sp2
    {
        width: 10%;
    }

    .columns.grid20 .column.col-sp3
    {
        width: 15%;
    }

    .columns.grid20 .column.col-sp4
    {
        width: 20%;
    }

    .columns.grid20 .column.col-sp5
    {
        width: 25%;
    }

    .columns.grid20 .column.col-sp6
    {
        width: 30%;
    }

    .columns.grid20 .column.col-sp7
    {
        width: 35%;
    }

    .columns.grid20 .column.col-sp8
    {
        width: 40%;
    }

    .columns.grid20 .column.col-sp9
    {
        width: 45%;
    }

    .columns.grid20 .column.col-sp10
    {
        width: 50%;
    }

    .columns.grid20 .column.col-sp11
    {
        width: 55%;
    }

    .columns.grid20 .column.col-sp12
    {
        width: 60%;
    }

    .columns.grid20 .column.col-sp13
    {
        width: 65%;
    }

    .columns.grid20 .column.col-sp14
    {
        width: 70%;
    }

    .columns.grid20 .column.col-sp15
    {
        width: 75%;
    }

    .columns.grid20 .column.col-sp16
    {
        width: 80%;
    }

    .columns.grid20 .column.col-sp17
    {
        width: 85%;
    }

    .columns.grid20 .column.col-sp18
    {
        width: 90%;
    }

    .columns.grid20 .column.col-sp19
    {
        width: 95%;
    }

    .columns.grid20 .column.col-sp20
    {
        width: 100%;
    }

    .columns.grid24 .column.col-sp1
    {
        width: 4.16667%;
    }

    .columns.grid24 .column.col-sp2
    {
        width: 8.33333%;
    }

    .columns.grid24 .column.col-sp3
    {
        width: 12.5%;
    }

    .columns.grid24 .column.col-sp4
    {
        width: 16.66667%;
    }

    .columns.grid24 .column.col-sp5
    {
        width: 20.83333%;
    }

    .columns.grid24 .column.col-sp6
    {
        width: 25%;
    }

    .columns.grid24 .column.col-sp7
    {
        width: 29.16667%;
    }

    .columns.grid24 .column.col-sp8
    {
        width: 33.33333%;
    }

    .columns.grid24 .column.col-sp9
    {
        width: 37.5%;
    }

    .columns.grid24 .column.col-sp10
    {
        width: 41.66667%;
    }

    .columns.grid24 .column.col-sp11
    {
        width: 45.83333%;
    }

    .columns.grid24 .column.col-sp12
    {
        width: 50%;
    }

    .columns.grid24 .column.col-sp13
    {
        width: 54.16667%;
    }

    .columns.grid24 .column.col-sp14
    {
        width: 58.33333%;
    }

    .columns.grid24 .column.col-sp15
    {
        width: 62.5%;
    }

    .columns.grid24 .column.col-sp16
    {
        width: 66.66667%;
    }

    .columns.grid24 .column.col-sp17
    {
        width: 70.83333%;
    }

    .columns.grid24 .column.col-sp18
    {
        width: 75%;
    }

    .columns.grid24 .column.col-sp19
    {
        width: 79.16667%;
    }

    .columns.grid24 .column.col-sp20
    {
        width: 83.33333%;
    }

    .columns.grid24 .column.col-sp21
    {
        width: 87.5%;
    }

    .columns.grid24 .column.col-sp22
    {
        width: 91.66667%;
    }

    .columns.grid24 .column.col-sp23
    {
        width: 95.83333%;
    }

    .columns.grid24 .column.col-sp24
    {
        width: 100%;
    }

    .columns.grid32 .column.col-sp1
    {
        width: 3.125%;
    }

    .columns.grid32 .column.col-sp2
    {
        width: 6.25%;
    }

    .columns.grid32 .column.col-sp3
    {
        width: 9.375%;
    }

    .columns.grid32 .column.col-sp4
    {
        width: 12.5%;
    }

    .columns.grid32 .column.col-sp5
    {
        width: 15.625%;
    }

    .columns.grid32 .column.col-sp6
    {
        width: 18.75%;
    }

    .columns.grid32 .column.col-sp7
    {
        width: 21.875%;
    }

    .columns.grid32 .column.col-sp8
    {
        width: 25%;
    }

    .columns.grid32 .column.col-sp9
    {
        width: 28.125%;
    }

    .columns.grid32 .column.col-sp10
    {
        width: 31.25%;
    }

    .columns.grid32 .column.col-sp11
    {
        width: 34.375%;
    }

    .columns.grid32 .column.col-sp12
    {
        width: 37.5%;
    }

    .columns.grid32 .column.col-sp13
    {
        width: 40.625%;
    }

    .columns.grid32 .column.col-sp14
    {
        width: 43.75%;
    }

    .columns.grid32 .column.col-sp15
    {
        width: 46.875%;
    }

    .columns.grid32 .column.col-sp16
    {
        width: 50%;
    }

    .columns.grid32 .column.col-sp17
    {
        width: 53.125%;
    }

    .columns.grid32 .column.col-sp18
    {
        width: 56.25%;
    }

    .columns.grid32 .column.col-sp19
    {
        width: 59.375%;
    }

    .columns.grid32 .column.col-sp20
    {
        width: 62.5%;
    }

    .columns.grid32 .column.col-sp21
    {
        width: 65.625%;
    }

    .columns.grid32 .column.col-sp22
    {
        width: 68.75%;
    }

    .columns.grid32 .column.col-sp23
    {
        width: 71.875%;
    }

    .columns.grid32 .column.col-sp24
    {
        width: 75%;
    }

    .columns.grid32 .column.col-sp25
    {
        width: 78.125%;
    }

    .columns.grid32 .column.col-sp26
    {
        width: 81.25%;
    }

    .columns.grid32 .column.col-sp27
    {
        width: 84.375%;
    }

    .columns.grid32 .column.col-sp28
    {
        width: 87.5%;
    }

    .columns.grid32 .column.col-sp29
    {
        width: 90.625%;
    }

    .columns.grid32 .column.col-sp30
    {
        width: 93.75%;
    }

    .columns.grid32 .column.col-sp31
    {
        width: 96.875%;
    }

    .columns.grid32 .column.col-sp32
    {
        width: 100%;
    }

    .tab .tab-nav.many
    {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .tab .tab-nav.many .page-wrap
    {
        padding: 0;
    }
    .tab .tab-nav.many ul
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 2000px;
        list-style: none;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .tab .tab-nav.many ul li:not(:last-child) a
    {
        border-right: 1px solid #336589;
    }
    .tab .tab-nav.many ul li a
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
            flex-direction: column;
        min-width: 110px;
        height: 100%;
        padding: 10px;
        white-space: nowrap;
        color: #fff;
        background-color: #003f6c;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .tab .tab-nav.many ul li a.active
    {
        color: #003f6c;
        border: 0;
        border-top: 3px solid #f5f5f5;
        background-color: #fff;
    }

    .modal section ul li
    {
        width: 50%;
    }
    .modal section ul li.l
    {
        width: 100%;
    }
}

@media screen and (max-width: 730px) {
#lineup_50plus ul {
	width: 90%;
}
#lineup_50plus ul li {
	font-size: 1.6rem;
	width: 40%;
	margin: 0 auto;
	text-align: left;
}
#lineup_50plus .season_lineup {
	text-align: center;
}
#lineup_50plus ul li a::before {
	top: 1px;
}
}
@media screen and (max-width: 599px) {
/*------------------------------------------------------------------
　　　　　　　　　　　ラインナップ
------------------------------------------------------------------*/
#lineup .br599 {
    display: block;
}
#lineup label {
    font-size: 1.3rem;
}
#lineup input:checked + label + .lineup-acd-open {
    padding: 10px 0;
}
#lineup .lineup-acd-open ul {
    padding: 0 10px;
}
#lineup .lineup-acd-open li {
    font-size: 1.25rem;
}
#lineup .sitemap_link a {
    font-size: 1.3rem;
}
}