@charset 'UTF-8';
@charset 'UTF-8';
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html
{
    font-family: sans-serif;
    line-height: 1em;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
}
body
{
    font-family: 'メイリオ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;

    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary
{
    display: block;
}
audio,
canvas,
progress,
video
{
    display: inline-block;
    /* 1 */

    vertical-align: baseline;
    /* 2 */
}
audio:not([controls])
{
    display: none;

    height: 0;
}
[hidden],
template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active,
a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b,
strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;

    margin: .67em 0;
}
mark
{
    color: #000;
    background: #ff0;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code,
kbd,
pre,
samp
{
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea
{
    /* 1 */
    font: inherit;
    /* 2 */

    margin: 0;

    color: inherit;
    /* 3 */
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
}
button,
html input[type='button'],
input[type='reset'],
input[type='submit']
{
    /* 2 */
    cursor: pointer;

    -webkit-appearance: button;
    /* 3 */
}
button[disabled],
html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    padding: 0;

    border: 0;
}
input
{
    line-height: normal;
}
input[type='checkbox'],
input[type='radio']
{
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button
{
    height: auto;
}
input[type='search']
{
    /* 1 */
    /* 2 */
    box-sizing: content-box;

    -webkit-appearance: textfield;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}
legend
{
    /* 1 */
    padding: 0;

    border: 0;
    /* 2 */
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
iframe,
button,
menu,
main,
article,
time,
div,
p,
dl,
dd,
dt,
ul,
ol,
li
{
    margin: 0;
    padding: 0;
}
li,
dl,
dd,
dt
{
    list-style: none;
}
img
{
    vertical-align: top;
}
html,
body
{
    height: 100%;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th
{
    padding: 0;
}
.cf:before,
.cf:after
{
    display: table;

    content: ' ';
}
.cf:after
{
    clear: both;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper
{
    position: absolute; z-index: 9999; top: 0; left: 0; overflow: hidden; -webkit-transform: translate3d(0,0,0);
}
#cboxWrapper
{
    max-width: none;
}
#cboxOverlay
{
    position: fixed; width: 100%; height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft
{
    clear: left;
}
#cboxContent
{
    position: relative;
}
#cboxLoadedContent
{
    overflow: visible!important; -webkit-overflow-scrolling: touch;
}
#cboxTitle
{
    margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic
{
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow
{
    cursor: pointer;
}
.cboxPhoto
{display: block; 
    float: left; max-width: none; margin: auto; -ms-interpolation-mode: bicubic;border: 0;
}
.cboxIframe
{display: block; 

    width: 100%; height: 100%; margin: 0;padding: 0; border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent
{-webkit-box-sizing: content-box                     ;-moz-box-sizing: content-box; 
    box-sizing: content-box;
}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay
{opacity: .9; 
    background: url(images/overlay.png) repeat 0 0; filter: alpha(opacity = 90);
}
#colorbox
{
    outline: 0;
}
#cboxTopLeft
{
    width: 21px; height: 21px; background: url(images/controls.png) no-repeat -101px 0;
}
#cboxTopRight
{
    width: 21px; height: 21px; background: url(images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft
{
    width: 21px; height: 21px; background: url(images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight
{
    width: 21px; height: 21px; background: url(images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft
{
    width: 21px; background: url(images/controls.png) left top repeat-y;
}
#cboxMiddleRight
{
    width: 21px; background: url(images/controls.png) right top repeat-y;
}
#cboxTopCenter
{
    height: 21px; background: url(images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter
{
    height: 21px; background: url(images/border.png) 0 -29px repeat-x;
}
#cboxContent
{overflow: hidden;

    background: #fff;
}
.cboxIframe
{
    background: #fff;
}
#cboxError
{
    padding: 50px; border: 1px solid #ccc;
}
#cboxLoadedContent
{
    margin-bottom: 28px;
}
#cboxTitle
{
    position: absolute; bottom: 4px; left: 0; width: 100%; text-align: center; color: #949494;
}
#cboxCurrent
{
    position: absolute; bottom: 4px; left: 58px; color: #949494;
}
#cboxLoadingOverlay
{
    background: url(images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic
{
    background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose
{overflow: visible; width: auto; margin: 0; padding: 0; 

    border: 0; background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active
{
    outline: 0;
}

#cboxSlideshow
{
    position: absolute; right: 30px; bottom: 4px; color: #0092ef;
}
#cboxPrevious
{
    position: absolute; bottom: 0; left: 0; width: 25px; height: 25px; text-indent: -9999px;background: url(images/controls.png) no-repeat -75px 0;
}
#cboxPrevious:hover
{
    background-position: -75px -25px;
}
#cboxNext
{
    position: absolute; bottom: 0; left: 27px; width: 25px; height: 25px; text-indent: -9999px;background: url(images/controls.png) no-repeat -50px 0;
}
#cboxNext:hover
{
    background-position: -50px -25px;
}
#cboxClose
{
    position: absolute; right: 0; bottom: 0; width: 25px; height: 25px; text-indent: -9999px;background: url(images/controls.png) no-repeat -25px 0;
}
#cboxClose:hover
{
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
a
{
    cursor: pointer;
}
/*
  Colorbox
*/
#cboxOverlay
{
    background: rgba(193,33,0,.7);
}
#cboxContent
{
    background: none;
}
#cboxClose
{
    top: 0;
    right: 0;
    bottom: auto;

    width: 44px;
    height: 44px;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    background: url('../img/oideyasu/btn_colse.png') 0 0;
}
#cboxClose:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
    background: url('../img/oideyasu/btn_colse.png') 0 0;
}
#cboxLoadedContent iframe
{
    width: 830px !important;
    height: 467px !important;
    margin-top: 30px;
}
/*
  Root
*/
#root
{
    position: relative;

    width: 100%;
    min-width: 1280px;

    background: url('../img/oideyasu/bg.jpg') 50% 0 no-repeat;
    background-size: 2000px 840px;
}
#root:before
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 22px;

    content: ' ';

    background: url('../img/oideyasu/deco_lace_head.png') 0 0;
}
#root:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 22px;

    content: ' ';

    background: url('../img/oideyasu/deco_lace_foot.png') 0 0;
}
/*
  header
*/
.header
{
    position: absolute;
    z-index: 3;
    top: 0;
    left: 50%;

    width: 980px;
    margin-left: -490px;
}
/*
  Global Navigation
*/
.gnav
{
    position: relative;

    float: right;

    width: 207px;
}
.gnav-item
{
    position: absolute;
    top: -29px;
    right: 0;

    float: left;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}
.gnav-item:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.gnav-item:first-child
{
    top: 15px;
    left: 0;
}
/*
  Share Items
*/
.share-items
{
    position: relative;

    float: right;

    width: 91px;
    height: 165px;
}
.share-item
{
    position: absolute;
    top: 0;
    right: 0;
    left: auto;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}
.share-item:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.share-item:first-child
{
    top: 0;
    right: auto;
    left: -8px;
}
/*
  contents
*/
/*
  hero
*/
.hero
{
    width: 100%;
    height: 790px;

    background: url('../img/oideyasu/bg_main.jpg') 50% 0 no-repeat;
}
.hero-inner
{
    position: relative;

    width: 980px;
    height: 790px;
    margin: 0 auto;
}
.hero-logo
{
    width: 564px;
    margin: 0 auto;
    padding-top: 8px;
}
.hero-link
{
    width: 376px;
    margin: 32px auto 0;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}
.hero-link:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.hero-movie
{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: -32px;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}
.hero-movie:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
/*
  Info
*/
.info
{
    position: relative;

    width: 100%;
    height: 495px;

    background: url('../img/oideyasu/bg_cont.png') 50% 0 no-repeat;
}
.info-items
{
    width: 980px;
    margin: 0 auto 0;
    padding-top: 84px;
}
.info-item
{
    float: right;

    width: 480px;
    height: 312px;

    background: url('../img/oideyasu/bg_next.png') 0 0 no-repeat;
}
.info-item:first-child
{
    float: left;

    background: url('../img/oideyasu/bg_news.png') 0 0 no-repeat;
}
.info-item-onair
{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.65em;

    width: 480px;
    padding-top: 99px;

    text-align: center;
    letter-spacing: .02em;

    color: #4a2e00;
}
.info-item-onair span
{
    font-size: 22px;

    text-decoration: underline;

    color: #c12100;
}
/*
  News
*/
.news-items
{
    width: 410px;
    margin: 0 auto;
    padding-top: 98px;
}
.news-item
{
    position: relative;

    margin-top: 14px;
    padding-bottom: 14px;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    border-bottom: 1px solid #4a2e00;
}
.news-item:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.news-item:last-child
{
    border-bottom: none;
}
.news-item:first-child
{
    margin-top: 0;
}
.news-item a
{
    position: absolute;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    color: #4a2e00;
}
.news-item a:hover
{
    text-decoration: underline;
}
.news-thumbnail
{
    float: left;

    width: 44px;
    padding-top: 4px;
}
.news-desc
{
    float: right;

    width: 366px;
}
.news-desc time
{
    font-size: 14px;
    line-height: 1em;

    display: block;

    padding-bottom: 7px;

    color: #4a2e00;
}
.news-desc h2
{
    font-size: 16px;
    line-height: 1em;

    overflow: hidden;

    width: 366px;
    height: 1em;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #4a2e00;
}
/*
  banner
*/
.banner
{
    position: relative;
    width: 1000px;
    margin: 0 auto 33px;
    text-align: center;
}
.banner-title
{
    padding: 55px 0 34px;
}
.banner-items
{
    letter-spacing: -.4em;
}
.banner-item
{
    display: inline-block;

    margin-bottom: 12px;
    margin-left: 17px;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
    letter-spacing: normal;
}
.banner-item:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.banner-item:first-child
{
    margin: 0 0 0 18px;
}
/*
  footer
*/
.footer
{
    position: relative;

    height: 450px;

    text-align: center;

    background: url('../img/oideyasu/bg_footer.png') 50% 0 no-repeat;
}
/*
  Onair
*/
.onair
{
    position: relative;

    width: 1200px;
    height: 822px;

    background: url('../img/oideyasu/cont.png') 50% 100% no-repeat;
    background-size: 830px 720px;
}
.onair-reserve-btn
{
    position: absolute;
    top: 437px;
    left: 50%;

    margin-left: -195px;

    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);
}
.onair-reserve-btn:hover
{
    -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
            transition: all .75s cubic-bezier(.77, 0, .175, 1);

    opacity: .7;
}
.onair-text
{
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4em;

    position: absolute;
    top: 756px;
    left: 50%;

    width: 830px;
    margin-left: -415px;

    text-align: center;
    letter-spacing: .02em;

    color: #4a2e00;
}
.onair-text span
{
    color: #c12100;
}
