@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
@import url(/uu70th/_/js/vendor/vegas/vegas.min.css);
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

audio:not([controls]) {
  display: none; }

button {
  overflow: visible; }

details {
  display: block; }

input[type="number"] {
  width: auto; }
input[type="search"] {
  -webkit-appearance: textfield; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

main {
  display: block; }

summary {
  display: block; }

pre {
  overflow: auto; }

progress {
  display: inline-block; }

small {
  font-size: 75%; }

template {
  display: none; }

textarea {
  overflow: auto; }

[hidden] {
  display: none; }

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0; }

* {
  margin: 0;
  padding: 0; }

:root {
  box-sizing: border-box;
  cursor: default;
  font: 300 75%/1.5 "KozGoPro-Regular", "Ð¡‰V¥´¥·¥Ã¥¯ Pro R", "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
  text-rendering: optimizeLegibility; }

html {
  background-color: #FFFFFF;
  color: #000000; }

a {
  text-decoration: none; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

button,
input,
select,
textarea {
  background-color: transparent; }

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

nav ol,
nav ul {
  list-style: none; }

/* select {
	-moz-appearance: none;    // Firefox 40+
	-webkit-appearance: none; // Chrome 45+

	&::-ms-expand {
		display: none;        // Edge 12+, Internet Explorer 11-
	}

	&::-ms-value {
		color: currentColor;  // Edge 12+, Internet Explorer 11-
	}
} */
table {
  border-collapse: collapse;
  border-spacing: 0; }

textarea {
  resize: vertical; }

::selection {
  background-color: #B3D4FC;
  text-shadow: none; }

[aria-busy="true"] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }
  [hidden][aria-hidden="false"]:focus {
    clip: auto; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  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: auto;
  -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 {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-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 {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 25px;
  height: 25px;
  background: url(/uu70th/_/img/border1.png) no-repeat 0 0; }

#cboxTopCenter {
  height: 25px;
  background: url(/uu70th/_/img/border1.png) repeat-x 0 -50px; }

#cboxTopRight {
  width: 25px;
  height: 25px;
  background: url(/uu70th/_/img/border1.png) no-repeat -25px 0; }

#cboxBottomLeft {
  width: 25px;
  height: 25px;
  background: url(/uu70th/_/img/border1.png) no-repeat 0 -25px; }

#cboxBottomCenter {
  height: 25px;
  background: url(/uu70th/_/img/border1.png) repeat-x 0 -75px; }

#cboxBottomRight {
  width: 25px;
  height: 25px;
  background: url(/uu70th/_/img/border1.png) no-repeat -25px -25px; }

#cboxMiddleLeft {
  width: 25px;
  background: url(/uu70th/_/img/border2.png) repeat-y 0 0; }

#cboxMiddleRight {
  width: 25px;
  background: url(/uu70th/_/img/border2.png) repeat-y -25px 0; }

#cboxContent {
  background: #fff;
  overflow: hidden; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  margin-bottom: 20px; }

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999; }

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999; }

#cboxLoadingOverlay {
  background: #fff url(../img/loading.gif) no-repeat 5px 5px; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  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;
  bottom: 0px;
  right: 42px;
  color: #444; }

#cboxPrevious {
  position: absolute;
  bottom: 0px;
  left: 0;
  color: #444; }

#cboxNext {
  position: absolute;
  bottom: 0px;
  left: 63px;
  color: #444; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  color: #444; }

/*
  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); }

@media only screen and (max-width: 479px) {
  .onlySP {
    display: inline; }

  .overTB {
    display: none; }

  .overPC {
    display: none; }

  .overDP {
    display: none; } }
@media only screen and (min-width: 480px) {
  .onlySP {
    display: none; }

  .overTB {
    display: inline; }

  .overPC {
    display: none; }

  .overDP {
    display: none; } }
@media only screen and (min-width: 768px) {
  .onlySP {
    display: none; }

  .overTB {
    display: inline; }

  .overPC {
    display: inline; }

  .overDP {
    display: none; } }
@media only screen and (min-width: 1024px) {
  .onlySP {
    display: none; }

  .overTB {
    display: inline; }

  .overPC {
    display: inline; }

  .overDP {
    display: inline; } }
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  color: #666;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden; }

a {
  color: #333; }
  a:hover {
    color: #000; }

img.rpsimg {
  width: 100%;
  height: auto; }

ul,
ol {
  list-style: none; }

.center {
  text-align: center; }

.circle {
  border-radius: 100%; }

::-moz-selection {
  color: #8b272b;
  background: #eee;
  text-shadow: none; }

::selection {
  color: #8b272b;
  background: #eee;
  text-shadow: none; }

.content {
  padding: 3em 0; }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 5em 0; } }

.cont_wrapper {
  width: 70%;
  max-width: 1280px;
  margin: 0 auto; }
  .cont_wrapper.mini {
    max-width: 640px; }
  .cont_wrapper.wide {
    width: 90%; }
  .cont_wrapper.full {
    width: 100%; }
  @media only screen and (max-width: 479px) {
    .cont_wrapper {
      width: 90% !important; } }
  @media only screen and (min-width: 768px) {
    .cont_wrapper.colpc2 .wrapperL,
    .cont_wrapper.colpc2 .wrapperR {
      width: 48%; }
    .cont_wrapper.colpc2 .wrapperL {
      float: left; }
    .cont_wrapper.colpc2 .wrapperR {
      float: right; } }

.cont_read {
  margin: 1em 0;
  text-align: justify;
  line-height: 2; }
  .cont_read.center {
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .cont_read.center {
        text-align: justify; } }

.btn, #cboxClose {
  display: inline-block !important;
  width: auto;
  margin-bottom: .7em;
  padding: .6em .6em .6em 1em;
  border: 1px solid #8b272b;
  border-radius: 3px;
  color: #8b272b;
  background-color: #fff;
  font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .05em;
  cursor: pointer;
  -moz-transition: ease 0.3s;
  -o-transition: ease 0.3s;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s; }
  .btn:hover, #cboxClose:hover {
    color: #8b272b; }
  .btn.arrow:after, .arrow#cboxClose:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: .8em;
    background-image: url("/uu70th/_/img/arrow.png");
    background-size: contain;
    vertical-align: bottom;
    line-height: 1; }

#hero {
  display: block;
  width: 100%;
  height: 90%; }
  @media only screen and (min-width: 480px) {
    #hero {
      min-height: 580px;
      max-height: 1024px; } }
  #hero .logo .rpsimg {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%; }
    @media only screen and (min-width: 480px) {
      #hero .logo .rpsimg {
        width: 57%;
        max-width: 800px; } }
  #hero .title .rpsimg {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%; }
    @media only screen and (min-width: 480px) {
      #hero .title .rpsimg {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      #hero .title .rpsimg {
        width: 70%;
        max-width: 960px; }
        #hero .title .rpsimg.underTB {
          display: none; } }

.webfont_b {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8em;
  letter-spacing: .1em; }

.webfont_m {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: .1em; }

#intro {
  position: relative;
  background: url(/uu70th/_/img/intro_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 2.5em 0 1em; }
  #intro .cont_obi {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0%;
    margin-top: -1%; }
  #intro .cont_logo {
    margin-bottom: 1.5em; }
    #intro .cont_logo .rpsimg {
      width: 50%; }
      @media only screen and (min-width: 480px) {
        #intro .cont_logo .rpsimg {
          width: 50%;
          max-width: 250px; } }
  #intro .cont_title,
  #intro .cont_read {
    color: #fff; }
  #intro .cont_read {
    margin-top: .2em; }

#menu {
  background-color: #fffbed;
  padding: 2.5em 0 1em; }
  #menu .cont_wrapper .tiles {
    width: 104%;
    margin-left: -2%; }
  #menu .cont_wrapper .tile {
    padding: 0 2%; }
    @media only screen and (min-width: 768px) {
      #menu .cont_wrapper .tile.wrapL {
        width: 60%; } }
    @media only screen and (min-width: 768px) {
      #menu .cont_wrapper .tile.wrapR {
        width: 40%; } }
    #menu .cont_wrapper .tile .cont_title {
      text-align: center; }
      #menu .cont_wrapper .tile .cont_title .rpsimg {
        max-width: 70%;
        margin-right: 5%; }
    #menu .cont_wrapper .tile .cont_list {
      position: relative;
      padding: 1.75em 0; }
      #menu .cont_wrapper .tile .cont_list .name {
        margin: 1em auto .6em;
        padding: 0 .8em;
        color: #fff;
        background-color: #8b272b;
        font-size: 1.4em; }
        #menu .cont_wrapper .tile .cont_list .name small {
          display: inline-block;
          margin-right: .2em; }
        #menu .cont_wrapper .tile .cont_list .name .small {
          font-size: .9em; }
        #menu .cont_wrapper .tile .cont_list .name .big {
          font-size: 1.13em; }
      #menu .cont_wrapper .tile .cont_list.fb {
        padding-top: 0; }
        #menu .cont_wrapper .tile .cont_list.fb .name {
          margin-top: 0.2em;
          padding: 0;
          color: #2c58a1;
          background: none;
          font-size: 1.8em; }
          #menu .cont_wrapper .tile .cont_list.fb .name .bar {
            display: block;
            width: 100%;
            padding: .5em;
            color: #fff;
            background-color: #2c58a1;
            font-size: 0.8em; }
            #menu .cont_wrapper .tile .cont_list.fb .name .bar .fab {
              margin-right: .6em; }
            #menu .cont_wrapper .tile .cont_list.fb .name .bar br {
              display: none; }
              @media only screen and (min-width: 768px) {
                #menu .cont_wrapper .tile .cont_list.fb .name .bar br {
                  display: inline; } }
              @media only screen and (min-width: 1024px) {
                #menu .cont_wrapper .tile .cont_list.fb .name .bar br {
                  display: none; } }
          #menu .cont_wrapper .tile .cont_list.fb .name .small {
            margin-top: .5em;
            font-size: .6em;
            font-weight: bold; }
            #menu .cont_wrapper .tile .cont_list.fb .name .small br {
              display: none; }
              @media only screen and (min-width: 768px) {
                #menu .cont_wrapper .tile .cont_list.fb .name .small br {
                  display: inline; } }
              @media only screen and (min-width: 1024px) {
                #menu .cont_wrapper .tile .cont_list.fb .name .small br {
                  display: none; } }
      #menu .cont_wrapper .tile .cont_list .detail .cont_read {
        margin: 0;
        color: #8b272b;
        font-size: 1.2em;
        line-height: 1.5; }
        #menu .cont_wrapper .tile .cont_list .detail .cont_read.margin,
        #menu .cont_wrapper .tile .cont_list .detail .cont_read .margin {
          margin-top: 1em;
          margin-bottom: 1em; }
        #menu .cont_wrapper .tile .cont_list .detail .cont_read.margintop {
          margin-top: 1em; }
        #menu .cont_wrapper .tile .cont_list .detail .cont_read .gothic {
          font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }
        #menu .cont_wrapper .tile .cont_list .detail .cont_read small.end {
          color: #451f00; }
      #menu .cont_wrapper .tile .cont_list .detail.hcd {
        font-size: 0; }
        #menu .cont_wrapper .tile .cont_list .detail.hcd .cont_read .webfont_b,
        #menu .cont_wrapper .tile .cont_list .detail.hcd .cont_read .webfont_m {
          font-size: 1.2rem; }
        @media only screen and (min-width: 480px) {
          #menu .cont_wrapper .tile .cont_list .detail.hcd .cont_read {
            display: inline-block;
            width: 66.66666666%;
            padding-right: 3%; } }
        @media only screen and (min-width: 480px) {
          #menu .cont_wrapper .tile .cont_list .detail.hcd .cont_img {
            display: inline-block;
            width: 33.33333333%;
            padding-left: 1%;
            vertical-align: top; } }
      #menu .cont_wrapper .tile .cont_list .detail .tiles {
        width: 102%;
        margin-left: -1%; }
        #menu .cont_wrapper .tile .cont_list .detail .tiles .tile {
          padding: 0 1%; }
      #menu .cont_wrapper .tile .cont_list.bnr {
        padding-top: 3em;
        text-align: center; }
        @media only screen and (min-width: 768px) {
          #menu .cont_wrapper .tile .cont_list.bnr {
            text-align: right; } }
        #menu .cont_wrapper .tile .cont_list.bnr a {
          margin-top: 2em; }
          #menu .cont_wrapper .tile .cont_list.bnr a .linkbnr {
            width: 60%;
            max-width: 360px; }

#cboxClose {
  margin: 1em;
  padding: .5em .3em;
  bottom: 1em;
  left: 10%;
  right: 10%; }

/*
#cboxLoadedContent {
    height: 100% !important;
    margin-bottom: 0 !important;
}
*/
.more {
  padding: 2em 0 5em;
  color: #8b272b; }
  .more a {
    color: #8b272b; }
  .more .cont_title {
    position: relative;
    color: #fff;
    background: #8b272b;
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1em;
    padding: .25em .5em; }
    .more .cont_title:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 3em;
      height: 3em;
      margin-top: -1.2em;
      margin-left: -0.4em;
      background: url("/uu70th/_/img/logo.png") center center no-repeat;
      background-size: contain; }
    @media only screen and (min-width: 768px) {
      .more .cont_title:after {
        left: 1.5em; } }
    @media only screen and (min-width: 1024px) {
      .more .cont_title {
        font-size: 1.5em; }
        .more .cont_title br {
          display: none; }
        .more .cont_title:after {
          font-size: 1.5em;
          content: '';
          position: absolute;
          top: 0;
          left: 1.5em;
          display: block;
          width: 1.75em;
          height: 1.75em;
          margin-top: -0.25em; } }
  .more .cont_read {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.7em; }
    .more .cont_read .webfont_b {
      font-size: 1em; }
  .more .cont_list {
    font-size: 0;
    margin: 0 1.2rem 1rem; }
    .more .cont_list dt, .more .cont_list dd {
      display: inline-block;
      font-size: 1.3rem;
      line-height: 1.9em; }
    .more .cont_list dd {
      left: 0;
      width: 100%;
      padding-left: 8em; }
      @media only screen and (max-width: 479px) {
        .more .cont_list dd {
          margin-top: 0;
          padding-left: 0 !important; }
          .more .cont_list dd .nowrap {
            white-space: nowrap; } }
      @media only screen and (min-width: 480px) {
        .more .cont_list dd {
          margin-top: -1.9em; } }
  .more#ceremony .cont_subtitle {
    position: relative;
    font-size: 1.3rem;
    margin-bottom: .8em; }
    .more#ceremony .cont_subtitle .wrapper {
      position: inherit;
      z-index: 1;
      display: inline-block;
      margin-left: 2.5em;
      padding: 0 .8em;
      background: #fff; }
    .more#ceremony .cont_subtitle:after {
      content: '';
      position: absolute;
      z-index: 0;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      margin-top: -2px;
      background-color: #e6d2c7; }
  .more#ceremony .attention {
    display: block;
    margin: 0 1.2rem 1rem;
    line-height: 1.8em; }
  .more#contest .cont_subtitle {
    position: relative;
    background-color: #e6d2c7;
    font-size: 1.3rem;
    text-align: center;
    margin-bottom: 1em;
    padding: .2em .5em; }
  .more#contest .tiles .imgWrap {
    margin-bottom: 1em; }
    .more#contest .tiles .imgWrap img {
      width: 80%; }
  .more#contest .tiles .btn, .more#contest .tiles #cboxClose {
    margin-left: .5em;
    margin-right: .5em;
    font-size: 1.2em;
    font-family: "HiraKakuProN-W6","HiraKakuPro-W6"; }
    .more#contest .tiles .btn.arrow:after, .more#contest .tiles .arrow#cboxClose:after {
      width: 1.2em;
      height: 1.2em; }
  .more#contest hr {
    display: block;
    width: 100%;
    height: 4px;
    margin: 1em 0;
    background-color: #e6d2c7; }
  .more#contest .cont_list dt, .more#contest .cont_list dd {
    line-height: 1.7em; }
  .more#contest .cont_list dd .attention {
    line-height: 1.7em; }

#footer {
  position: relative;
  padding: 2em 0;
  color: #fff;
  background-color: #8b272b; }
  #footer #copyright {
    font-size: 0.7em; }
    #footer #copyright .rpsimg {
      width: 80%;
      max-width: 640px;
      padding-bottom: 3em; }
      @media only screen and (min-width: 768px) {
        #footer #copyright .rpsimg.underTB {
          display: none; } }

/*  ==========================================================================
    Image Animation
    ========================================================================== */
a.imgZoom {
  -webkit-font-smoothing: antialiased; }
  a.imgZoom .img_wrapper {
    position: relative;
    overflow: hidden; }
  a.imgZoom img {
    -moz-transition: -moz-transform 0.8s ease, opacity 0.4s ease;
    -o-transition: -o-transform 0.8s ease, opacity 0.4s ease;
    -webkit-transition: -webkit-transform 0.8s ease, opacity 0.4s ease;
    transition: transform 0.8s ease, opacity 0.4s ease; }
  a.imgZoom:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  a.imgZoom:hover .btn, a.imgZoom:hover #cboxClose {
    color: #fff !important;
    background: #8b272b !important; }

a.imgFadein img,
a.imgFadein .btn,
a.imgFadein #cboxClose {
  -moz-transition: -moz-transform 0.8s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.8s ease, opacity 0.4s ease;
  -webkit-transition: -webkit-transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }
a.imgFadein:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
a.imgFadein:hover .btn, a.imgFadein:hover #cboxClose {
  color: #fff;
  background: #8b272b; }

a.imgFadeout img {
  -moz-transition: -moz-transform 0.8s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.8s ease, opacity 0.4s ease;
  -webkit-transition: -webkit-transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
a.imgFadeout:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

a.fadeout {
  -moz-transition: -moz-transform 0.8s ease, opacity 0.4s ease;
  -o-transition: -o-transform 0.8s ease, opacity 0.4s ease;
  -webkit-transition: -webkit-transform 0.8s ease, opacity 0.4s ease;
  transition: transform 0.8s ease, opacity 0.4s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
  a.fadeout:hover, a.fadeout.select {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }

/*  ==========================================================================
    Tile
    ========================================================================== */
.tiles {
  width: 106%;
  margin-left: -3%;
  padding: 0;
  font-size: 0; }

.tile {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 2%;
  font-size: 1rem; }
  .tile a {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  @media only screen and (max-width: 479px) {
    .tiles.colspA .tile {
      width: auto; }
    .tiles.colsp1 .tile {
      width: 100%; }
    .tiles.colsp2 .tile {
      width: 50%; }
    .tiles.colsp3 .tile {
      width: 33.3333333333%; }
    .tiles.colsp4 .tile {
      width: 25%; }
    .tiles.colsp5 .tile {
      width: 20%; }
    .tiles.colsp6 .tile {
      width: 16.6666666666%; }
    .tiles.colsp7 .tile {
      width: 14.2857142857%; }
    .tiles.colsp8 .tile {
      width: 12.5%; }
    .tiles.colsp9 .tile {
      width: 11.1111111111%; }
    .tiles.colsp10 .tile {
      width: 10%; }
    .tiles.colsp11 .tile {
      width: 9.09090909090%; } }
  @media only screen and (min-width: 480px) {
    .tiles.coltbA .tile {
      width: auto; }
    .tiles.coltb1 .tile {
      width: 100%; }
    .tiles.coltb2 .tile {
      width: 50%; }
    .tiles.coltb3 .tile {
      width: 33.3333333333%; }
    .tiles.coltb4 .tile {
      width: 25%; }
    .tiles.coltb5 .tile {
      width: 20%; }
    .tiles.coltb6 .tile {
      width: 16.6666666666%; }
    .tiles.coltb7 .tile {
      width: 14.2857142857%; }
    .tiles.coltb8 .tile {
      width: 12.5%; }
    .tiles.coltb9 .tile {
      width: 11.1111111111%; }
    .tiles.coltb10 .tile {
      width: 10%; }
    .tiles.coltb11 .tile {
      width: 9.09090909090%; } }
  @media only screen and (min-width: 768px) {
    .tiles.colpcA .tile {
      width: auto; }
    .tiles.colpc1 .tile {
      width: 100%; }
    .tiles.colpc2 .tile {
      width: 50%; }
    .tiles.colpc3 .tile {
      width: 33.3333333333%; }
    .tiles.colpc4 .tile {
      width: 25%; }
    .tiles.colpc5 .tile {
      width: 20%; }
    .tiles.colpc6 .tile {
      width: 16.6666666666%; }
    .tiles.colpc7 .tile {
      width: 14.2857142857%; }
    .tiles.colpc8 .tile {
      width: 12.5%; }
    .tiles.colpc9 .tile {
      width: 11.1111111111%; }
    .tiles.colpc10 .tile {
      width: 10%; }
    .tiles.colpc11 .tile {
      width: 9.09090909090%; } }
  @media only screen and (min-width: 1024px) {
    .tiles.coldpA .tile {
      width: auto; }
    .tiles.coldp1 .tile {
      width: 100%; }
    .tiles.coldp2 .tile {
      width: 50%; }
    .tiles.coldp3 .tile {
      width: 33.3333333333%; }
    .tiles.coldp4 .tile {
      width: 25%; }
    .tiles.coldp5 .tile {
      width: 20%; }
    .tiles.coldp6 .tile {
      width: 16.6666666666%; }
    .tiles.coldp7 .tile {
      width: 14.2857142857%; }
    .tiles.coldp8 .tile {
      width: 12.5%; }
    .tiles.coldp9 .tile {
      width: 11.1111111111%; }
    .tiles.coldp10 .tile {
      width: 10%; }
    .tiles.coldp11 .tile {
      width: 9.09090909090%; } }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .cont_wrapper.colpc2:before,
.clearfix:after,
.cont_wrapper.colpc2:after {
  content: " ";
  display: table; }

.clearfix:after, .cont_wrapper.colpc2:after {
  clear: both; }

.clearfix, .cont_wrapper.colpc2 {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
header {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 !important;
  /*
  .logo {
      background: red;
      position: relative;
      width: 100%;
      text-align: center;
      @include overPC {
          position: absolute;
          left: 0;
          text-align: left;
      }
      .rpsimg {
          width: 50%;
          max-width: 180px;
      }
  }*/ }
  header .reserve {
    padding: 1em 0;
    color: #888;
    background: rgba(255, 255, 255, 0.7);
    text-align: center; }
    @media only screen and (min-width: 480px) {
      header .reserve {
        padding: 1em .5em;
        text-align: right; } }
    header .reserve li {
      display: inline-block;
      line-height: 2em;
      vertical-align: middle;
      font-size: 0.8em; }
      header .reserve li .tel {
        margin-right: .5em;
        font-size: 1.2em;
        font-weight: bold; }
      @media only screen and (min-width: 480px) {
        header .reserve li {
          font-size: 0.9em; } }
      @media only screen and (min-width: 768px) {
        header .reserve li {
          margin-left: .5em; } }
