/* ==========================================================================
  Foundation
========================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
  font-size: 13px;
  line-height: 1.231;
}
a {
  text-decoration: underline;
  color: #0038a7;
}
a:hover {
  text-decoration: none;
}
a:hover > img {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}
img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
  }
}
/* ==========================================================================
  Layout
========================================================================== */
#header {
  position: relative;
  width: 100%;
  height: 122px;
  background: #0a2e71;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: inset 0 3px 8px rgba(0,0,0,0.25);
          box-shadow: inset 0 3px 8px rgba(0,0,0,0.25);
}
.l-header {
  *zoom: 1;
}
.l-header:before,
.l-header:after {
  display: table;
  content: " ";
}
.l-header:after {
  clear: both;
}
.l-header a:hover img {
  opacity: 1;
}
.l-header__logo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -475px;
  z-index: 2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header__logo a:before {
  position: absolute;
  content: 'ホームに戻る';
  top: -18px;
  left: 8px;
  text-align: center;
  width: 140px;
  padding: 3px 5px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  color: #0b2e71;
  font-weight: bold;
  line-height: 1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}
.l-header__logo:hover {
  bottom: -50px;
}
.l-header__logo:hover a:before {
  top: -8px;
  opacity: 0.8;
}
.l-header__global-navi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a2966), to(#0b337d));
  background: linear-gradient(to bottom, #0a2966, #0b337d);
  border-top: 1px solid #092356;
}
.l-header__global-navi ul {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 173px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__global-navi li {
  position: relative;
  text-align: center;
  width: 268px;
  float: left;
}
.l-header__global-navi li a {
  display: block;
  position: relative;
  height: 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  padding-top: 2px;
}
.l-header__global-navi li a:hover {
  opacity: 0.9;
  padding-top: 5px;
}
.l-header__global-navi li a:hover:after {
  bottom: -8px;
}
.l-header__global-navi__item:after {
  position: absolute;
  top: 3px;
  right: -20px;
  content: url("../img/ico_glnavi_arrow.png");
  display: block;
  border-right: none;
}
.l-header__global-navi__item.is-last:after {
  display: none;
}
.l-header__global-navi__left {
  position: relative;
  float: left;
}
.l-header__global-navi__left:after {
  position: absolute;
  top: 3px;
  right: 0;
  content: url("../img/ico_glnavi_arrow.png");
  display: block;
}
.l-header__global-navi__right {
  float: left;
}
.l-header__navi {
  position: absolute;
  top: 0;
  width: 1000px;
  left: 50%;
  margin-left: -500px;
  text-align: right;
  overflow: hidden;
}
.l-header__navi ul {
  display: inline-block;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
}
.l-header__navi li {
  float: left;
  margin-left: 1px;
  background: #103780;
}
.l-header__navi li a {
  padding: 10px 25px;
  line-height: 1;
  display: block;
  color: #feefca;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.l-header__navi li a:hover {
  background: #2f4998;
  color: #fff;
}
.l-header--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
  .l-header__logo {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 0;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .l-header__global-navi {
    display: none;
  }
  .l-header__navi {
    display: none;
  }
  .l-header--sp {
    display: block;
    padding: 20px 10px;
  }
  .l-header--sp__logo {
    width: 70%;
  }
  .l-header--sp__global-navi {
    display: none;
    text-align: center;
    overflow: hidden;
    margin-top: 20px;
    padding: 5px 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
            box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }
  .l-header--sp__global-navi li {
    margin-bottom: 3px;
  }
  .l-header--sp__global-navi li a {
    display: block;
    padding: 20px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2);
            box-shadow: 0 1px 0 rgba(0,0,0,0.2);
  }
  .l-header--sp__global-navi li:last-child a {
    border-bottom: none;
    padding-bottom: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .l-header__opener {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12%;
  }
}
#global-navi {
  overflow: hidden;
  height: 55px;
  background: url("../../images/common/bg_global_navi.png") repeat-x;
}
.global-navi__btn {
  float: left;
  height: 55px;
}
.global-navi__btn a {
  display: block;
  width: 143px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../../images/common/btn_global_navi_suite.png");
}
.global-navi__btn a:hover {
  opacity: 0.6;
  -ms-filter: "alpha(opacity=60)";
}
.global-navi__btn--shop a {
  width: 144px;
  background-position: 0 0;
}
.global-navi__btn--shop a:hover {
  background-position: 0 -55px;
}
.global-navi__btn--campaign a {
  background-position: -144px 0;
}
.global-navi__btn--campaign a:hover {
  background-position: -144px -55px;
}
.global-navi__btn--price a {
  background-position: -287px 0;
}
.global-navi__btn--price a:hover {
  background-position: -287px -55px;
}
.global-navi__btn--about a {
  background-position: -430px 0;
}
.global-navi__btn--about a:hover {
  background-position: -430px -55px;
}
.global-navi__btn--first a {
  background-position: -573px 0;
}
.global-navi__btn--first a:hover {
  background-position: -573px -55px;
}
.global-navi__btn--qa a {
  background-position: -716px 0;
}
.global-navi__btn--qa a:hover {
  background-position: -716px -55px;
}
.global-navi__btn--reserve a {
  width: 141px;
  background-position: -859px 0;
}
.global-navi__btn--reserve a:hover {
  background-position: -859px -55px;
}
#main {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff url("../images/poster/grape_001.jpg") center top no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  padding-bottom: 120px;
  padding-top: 60px;
  z-index: 0;
}
#main:before {
  content: '';
  background: rgba(255,255,255,0.5);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#footer {
  border-top: 1px solid #fff;
  max-width: 100%;
  overflow: hidden;
  background: #0a2e71 url("../img/bg_footer.png") repeat-x;
  margin-top: 100px;
}
.l-footer {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
}
.l-footer a {
  color: #fff;
  text-decoration: none;
}
.l-footer__logo {
  float: left;
  padding-bottom: 20px;
  margin-right: 150px;
  padding-left: 20px;
}
.l-footer__navi {
  overflow: hidden;
}
.l-footer__navi-column {
  float: left;
  width: 240px;
  margin-bottom: 50px;
}
.l-footer__navi-title {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.l-footer__navi ul {
  overflow: hidden;
}
.l-footer__navi li {
  margin-bottom: 15px;
  margin-right: 3em;
  font-size: 15px;
  padding-left: 15px;
}
.l-footer__navi li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  vertical-align: middle;
  padding-left: 15px;
}
.l-footer__navi li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  border-top: 3px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
}
.l-footer__copyright {
  background: #092356;
  text-align: center;
  padding: 13px 0;
  color: #fff;
  width: 100%;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 50px;
  }
  .l-footer {
    width: 100%;
  }
  .l-footer__logo {
    float: none;
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-right: 0;
    padding-left: 0;
  }
  .l-footer__navi {
    overflow: hidden;
  }
  .l-footer__navi-column {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .l-footer__navi-title {
    color: #fff;
    font-size: 16px;
    margin-bottom: 2px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
  }
  .l-footer__navi-title a {
    padding: 20px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #0a2041;
  }
  .l-footer__navi ul {
    overflow: hidden;
    padding: 0 10px;
  }
  .l-footer__navi li {
    float: left;
    width: 50%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: 15px;
    padding: 1px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-footer__navi li a {
    font-size: 16px;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 20px 5px;
    background: #fff;
    color: #0a2e71;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    font-weight: bold;
  }
  .l-footer__navi li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    border-top: 3px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 5px solid #fff;
    display: inline-block;
  }
  .l-footer__copyright {
    margin-top: 40px;
    padding: 10px 0;
    font-size: 12px;
  }
}
/* ==========================================================================
	Object
========================================================================== */
/* -----------------------------------------------------------------
	Component
----------------------------------------------------------------- */
/* wrapper */
.c-wrapper {
  *zoom: 1;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.c-wrapper:before,
.c-wrapper:after {
  display: table;
  content: " ";
}
.c-wrapper:after {
  clear: both;
}
.c-wrapper__inner {
  padding: 40px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-wrapper__inner--alpha {
  width: 70%;
  float: left;
}
@media screen and (max-width: 767px) {
  .c-wrapper {
    width: 100%;
  }
  .c-wrapper--sp-spacing {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* table */
.c-table {
  width: 100%;
}
.c-table th {
  font-weight: bold;
  padding: 0.5em 0;
  width: 120px;
  vertical-align: top;
  line-height: 2;
}
.c-table td {
  padding: 0.5em 0;
  padding-left: 2em;
  line-height: 2;
}
.c-table__access {
  line-height: 2;
}
.c-table__access dt {
  text-indent: -0.5em;
  line-height: 2;
}
.c-table__access dd {
  margin-bottom: 1em;
  line-height: 2;
}
/* tile */
.c-tile {
  width: 100%;
}
.c-tile__item {
  border: 9px solid #fff;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 306px;
}
.c-tile__item img {
  vertical-align: middle;
}
.c-tile__item > a {
  position: relative;
  display: block;
}
.c-tile__item > a:hover img {
  opacity: 1;
}
.c-tile__item > a:after {
  content: url("../images/common/ico_popup.png");
  position: absolute;
  left: 50%;
  top: 60%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 2;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-tile__item > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  bottom: 0;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(9,1,3,0.5)), to(rgba(0,0,0,0)));
  background: linear-gradient(to top, rgba(9,1,3,0.5) 0%, rgba(0,0,0,0) 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.c-tile__item__title {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
  width: 92%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-tile__item.is-hover > a:after,
.c-tile__item:hover > a:after {
  opacity: 1;
  top: 50%;
}
.c-tile__item.is-hover > a:before,
.c-tile__item:hover > a:before {
  top: 0;
  opacity: 1;
}
.c-tile__item.is-hover .c-tile__item__title,
.c-tile__item:hover .c-tile__item__title {
  opacity: 1;
}
/* link */
.c-link {
  padding-left: 12px;
  background: url("../images/common/ico_link_arrow_blue.png") left 4px no-repeat;
}
.is-category-event .c-link {
  background-image: url("../images/common/ico_link_arrow_red.png");
}
.is-category-gourmet .c-link {
  background-image: url("../images/common/ico_link_arrow_orange.png");
}
.is-category-spot .c-link {
  background-image: url("../images/common/ico_link_arrow_green.png");
}
.c-title {
  font-weight: bold;
}
.c-title--category {
  margin-bottom: 20px;
}
.c-title--category-list {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.c-title--category-list__image-pc {
  display: block;
}
.c-title--category-list__image-sp {
  display: none;
}
.c-title--page {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  color: #0b2e74;
}
.c-title--page .c-title__headline {
  display: inline-block;
  vertical-align: middle;
}
.c-title--page .c-title__sub-catch {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.c-title--page .c-title__sub-catch:before {
  content: 'ー';
  margin-right: 0.5em;
}
.c-title--icon {
  overflow: hidden;
  margin-bottom: 20px;
}
.c-title--icon > img {
  display: inline-block;
  vertical-align: middle;
}
.c-title--icon__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-left: 15px;
}
.c-title--icon__text span {
  font-size: 18px;
  display: block;
}
.c-title--01 .c-title--icon__text {
  color: #e60012;
}
.c-title--02 .c-title--icon__text {
  color: #f08300;
}
.c-title--03 .c-title--icon__text {
  color: #eb6ea5;
}
.c-title--04 .c-title--icon__text {
  color: #0095db;
}
.c-title--05 .c-title--icon__text {
  color: #79bd28;
}
.c-title--06 .c-title--icon__text {
  color: #00aca0;
}
.c-title--07 .c-title--icon__text {
  color: #b4814c;
}
.c-title--area > img {
  margin-bottom: 0;
}
.c-title--area .c-title--icon__text {
  color: #0b2e74;
}
@media screen and (max-width: 767px) {
  .c-title--category {
    text-align: center;
  }
  .c-title--category-list {
    margin: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .c-title--category-list__image-pc {
    display: none;
  }
  .c-title--category-list__image-sp {
    display: block;
  }
  .c-title--page {
    text-align: center;
    margin-bottom: 50px;
    color: #0b2e74;
  }
  .c-title--page .c-title__headline {
    display: block;
    margin-bottom: 20px;
  }
  .c-title--page .c-title__sub-catch {
    position: relative;
    font-size: 16px;
    display: inline-block;
  }
  .c-title--page .c-title__sub-catch:before {
    position: absolute;
    content: '';
    display: block;
    width: 20%;
    top: -20px;
    left: 40%;
    border-top: 1px solid;
  }
}
/* button */
.c-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  cursor: pointer;
  line-height: 0;
  border: none;
  display: inline-block;
  vertical-align: middle;
}
.c-btn a {
  padding: 1em 4em;
  text-decoration: none;
  background: #0a2e71;
  display: block;
  border-radius: 3px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
.c-btn a:hover {
  opacity: 0.8;
}
.c-btn--full {
  width: 100%;
}
.c-btn--sky-blue a {
  background: #44baf5;
}
.c-card {
  position: relative;
  width: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ececec;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  min-height: 270px;
  overflow: hidden;
}
.c-card a {
  display: block;
  text-decoration: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-card a:hover {
  opacity: 0.8;
}
.c-card__thumb {
  margin-bottom: 10px;
  width: 210px;
  height: 155px;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
}
.c-card__title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
.c-card__body {
  color: #000;
}
.c-card__tag {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 0;
  padding: 5px 12px;
  line-height: 1;
  font-size: 12px;
}
.c-card--01 .c-card__title {
  color: #e60012;
}
.c-card--01 .c-card__tag {
  background: #e60012;
}
.c-card--02 .c-card__title {
  color: #f08300;
}
.c-card--02 .c-card__tag {
  background: #f08300;
}
.c-card--03 .c-card__title {
  color: #eb6ea5;
}
.c-card--03 .c-card__tag {
  background: #eb6ea5;
}
.c-card--04 .c-card__title {
  color: #0095db;
}
.c-card--04 .c-card__tag {
  background: #0095db;
}
.c-card--05 .c-card__title {
  color: #79bd28;
}
.c-card--05 .c-card__tag {
  background: #79bd28;
}
.c-card--06 .c-card__title {
  color: #00aca0;
}
.c-card--06 .c-card__tag {
  background: #00aca0;
}
.c-card--07 .c-card__title {
  color: #ac7844;
}
.c-card--07 .c-card__tag {
  background: #ac7844;
}
@media screen and (max-width: 767px) {
  .c-card {
    float: left;
    width: 47%;
    margin-left: 2%;
    margin-bottom: 2%;
    margin-right: 0;
    padding: 0;
    min-height: auto;
  }
  .c-card a {
    position: relative;
  }
  .c-card__thumb {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .c-card__thumb img {
    height: auto;
  }
}
/* column */
.c-column {
  *zoom: 1;
}
.c-column:before,
.c-column:after {
  display: table;
  content: " ";
}
.c-column:after {
  clear: both;
}
.c-column__item {
  float: left;
  width: 50%;
}
.c-column__item:nth-child(2n+1) {
  clear: left;
}
.c-column__contents {
  float: right;
  width: 45.8%;
}
@media screen and (max-width: 767px) {
  .c-column__item {
    overflow: hidden;
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
  }
  .c-column__contents {
    float: none;
    width: 100%;
    margin-top: 90px;
  }
}
/* breadcrumbs */
.c-breadcrumbs {
  *zoom: 1;
  margin-top: 60px;
  margin-bottom: 30px;
}
.c-breadcrumbs:before,
.c-breadcrumbs:after {
  display: table;
  content: " ";
}
.c-breadcrumbs:after {
  clear: both;
}
.c-breadcrumbs li {
  display: inline-block;
}
.c-breadcrumbs li:after {
  content: '>';
  margin-left: 0.5em;
  margin-right: 0.2em;
}
.c-breadcrumbs li:last-child:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 50px;
  }
}
/* map */
.c-map {
  *zoom: 1;
  width: 100%;
  height: 560px;
}
.c-map:before,
.c-map:after {
  display: table;
  content: " ";
}
.c-map:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-map {
    height: 240px;
  }
  .c-map iframe {
    height: 240px !important;
  }
}
/* Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}
#swipebox-overlay img {
  border: none !important;
}
#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}
#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading {
  background: url("../img/loader.gif") no-repeat center center;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}
#swipebox-bottom-bar {
  bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}
#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}
#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url("../img/icons.png");
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}
#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}
#swipebox-next {
  background-position: -78px 13px;
  float: right;
}
#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}
.swipebox-no-close-button #swipebox-close {
  display: none;
}
#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}
.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}
.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0px 10px -8px #656565;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0px 10px -8px #656565;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
#swipebox-overlay {
  background: #0d0d0d;
}
#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: 0.95;
}
#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}
@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.c-media {
  overflow: hidden;
}
.c-media__image {
  width: 30%;
  float: right;
  padding-right: 10px;
}
.c-media__image img {
  width: 100%;
}
.c-media__body {
  float: left;
  padding-right: 20px;
}
/* panel */
.c-panel {
  display: none;
}
.c-panel.is-active {
  display: block;
}
#fb-page {
  width: 100%;
  background: url("../img/bg_top_sns.png") right bottom no-repeat;
}
.c-banner-list li {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #fb-page {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background: none;
  }
}
/* -----------------------------------------------------------------
	Project
----------------------------------------------------------------- */
.p-top__mainvisual {
  background: url("../img/bg_top_mainvisual.png");
  overflow: hidden;
}
.p-top__list-title {
  position: relative;
  background: #44baf5;
  text-align: center;
  padding: 30px 0 28px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
}
.p-top__list-title > a {
  color: #fff;
  text-decoration: none;
  margin-left: 21px;
}
.p-top__list-title:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
  content: '';
  border: 10px solid transparent;
  border-top-color: #44baf5;
}
.p-top__list-count {
  position: relative;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.02em;
  font-weight: bold;
  margin-left: 20px;
  margin-bottom: 70px;
  display: inline-block;
  color: #44baf5;
  padding: 5px;
  padding-right: 7px;
  border-bottom: 1px solid;
}
.p-top__list-count > a {
  color: #44baf5;
  text-decoration: none;
  font-size: inherit;
  font-size: 22px;
}
.p-top__list-count span {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top__list-title {
    padding: 2em 1em;
  }
}
.p-search {
  overflow: hidden;
 background: #535353;
  margin-bottom: 80px;
 } /*背景の色を変更*/

.p-search__title {
  float: left;
  border-top: 1px dotted #fff;
}/* border-top: 1px dotted #fff;追加*/

.p-search__body {
  padding: 11px 12px;
  overflow: hidden;
  padding-left: 20px;
   border-top: 1px dotted #ccc;
   background: #f8f8f8;
}/*border-bottomをtopに。background: #f8f8f8を追加*/

.p-search__body.is-last {
  border-bottom: none;
}
.p-search__body li {
  float: left;
  margin: 0 25px;
}
.p-search__body label {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.p-search__body input {
  margin-right: 4px;
  vertical-align: middle;
}
.p-search__icon {
  overflow: hidden;
  height: 78px;
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-search__icon.is-selected img {
  margin-top: -78px;
}
.p-search__icon input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-search {
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 80px;
  }
  .p-search__title {
    float: none;
  }
  .p-search__title img {
    width: 100%;
  }
  .p-search__body {
    padding: 0;
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
  }
  .p-search__body.is-narrow li {
    width: 100%;
    margin: 0;
  }
  .p-search__body.is-narrow label {
    padding: 20px;
    border-bottom: 1px solid #535353;
  }
  .p-search__body li {
    display: block;
    float: left;
    margin: 20px 15px;
  }
  .p-search__body li img {
    width: 100%;
  }
  .p-search__body label {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
  }
  .p-search__body input {
    margin-right: 4px;
    vertical-align: middle;
  }
  .p-search__icon input[type=checkbox] {
    opacity: 0;
    display: block;
    position: absolute;
  }
}
.p-events__alpha {
  float: right;
  width: 72%;
  margin-top: 60px;
}
.p-events__side-navi {
  float: left;
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-events__side-navi__title {
  padding: 10px;
  background: #fa8083;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
.p-events__side-navi__year {
  background: #fec8c9;
  font-size: 17px;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1px;
  margin-top: 5px;
}
.p-events__side-navi li {
  margin-bottom: 1px;
}
.p-events__side-navi li.is-current a,
.p-events__side-navi li:hover a {
  color: #f88185;
  background: #fff4f4;
}
.p-events__side-navi li.is-current a:after {
  right: -4px;
  border-color: #fff4f4;
}
.p-events__side-navi li a {
  position: relative;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 20px;
  display: block;
  background: #fff;
  color: #333;
  font-size: 15px;
}
.p-events__side-navi li a:after {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  content: '';
  border-top: 4px solid transparent;
  border-right: 4px solid #f88185;
  border-bottom: 4px solid #f88185;
  border-left: 4px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-events__category-list .p-single__title {
  margin-top: 10px;
}
.p-events__category-list .p-single__title a {
  text-decoration: none;
  color: #333;
}
.p-events__finished-message {
  font-size: 1.2em;
  padding: 1em;
  text-align: center;
  color: #ccc;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 2em;
}
.p-events .p-single__title {
  margin-bottom: 20px;
}
.p-events .entry-content {
  line-height: 1.5;
}
.p-events .entry-content h2 {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.p-events .entry-content .c-table {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}
.p-single__title {
  font-size: 20px;
  margin-top: 1em;
  margin-bottom: 2em;
  font-weight: bold;
}
.p-single__photo {
  float: left;
  width: 47%;
}
.p-single__photo img {
  width: 100%;
  height: auto;
}
.p-single__content {
  float: right;
  width: 48%;
}
.single-post h2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.single-post p {
  font-size: 16px;
  line-height: 1.6;
}
.single-post .entry-footer {
  display: none;
}
.single-post .entry-content h2 {
  border-bottom: 1px dashed #778cd9;
  padding-bottom: 0.5em;
}
.mfp-iframe-scaler iframe {
  background: #fff;
}
.p-detail__images a {
  display: block;
}
.p-detail__images a + a {
  margin-top: 15px;
}
.p-detail__images img {
  width: 100%;
  height: auto;
}
.p-detail__ticket {
  position: relative;
  margin-top: 50px;
  padding: 70px 20px 30px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 40px;
  background: url("../img/bg_detail_ticket.png") no-repeat;
}
.p-detail__ticket-icon {
  position: absolute;
  left: 0;
  top: -50px;
  text-align: center;
  width: 100%;
}
.p-detail__ticket-text {
  display: inline-block;
  font-weight: bold;
  background: url("../img/bg_detail_ticket_image.png") no-repeat;
  width: 97px;
  height: 98px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 26px;
  font-size: 31px;
  line-height: 1;
  color: #af2f32;
}
.p-detail__ticket-text span {
  position: relative;
  font-size: 13px;
  margin-bottom: 3px;
  display: block;
  left: 2px;
  letter-spacing: -0.05em;
}
.p-detail__ticket-teiji {
  margin-top: 5px;
  margin-left: -5px;
  font-size: 19px !important;
}
.p-detail__check {
  margin-bottom: 60px;
  padding-left: 90px;
  font-size: 16px;
  line-height: 1.7;
  background: url("../img/ico_detail_check.png") 5px 4px no-repeat;
}
.p-detail__check-text {
  display: table-cell;
  height: 82px;
  vertical-align: middle;
}
.p-detail__catch {
  margin-bottom: 0.75em;
  font-weight: bold;
  color: #94512f;
}
.p-detail__text {
  margin-bottom: 50px;
  line-height: 2;
}
.p-detail__text p + p {
  margin-top: 1em;
}
.p-sitemap__logo {
  float: left;
  margin-right: 90px;
}
.p-sitemap__logo a {
  background: #0a2e71;
  padding: 40px;
  display: block;
  border-radius: 10px;
}
.p-sitemap__navi {
  float: left;
  margin-top: 20px;
}
.p-sitemap__navi-title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.p-sitemap__navi ul {
  overflow: hidden;
}
.p-sitemap__navi li {
  margin-bottom: 15px;
  margin-right: 3em;
  font-size: 15px;
  padding-left: 15px;
}
.p-sitemap__navi li a {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  padding-left: 15px;
}
.p-sitemap__navi li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  border-top: 3px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #fff;
  display: inline-block;
}
.p-sitemap__navi-column {
  width: 300px;
  float: left;
}
.p-buy__navi {
  overflow: hidden;
  margin-bottom: 20px;
}
/*margin-bottom: 50px;を20pxに*/
.p-buy__navi ul {
  overflow: hidden;
}
.p-buy__navi li {
  display: inline-block;
  vertical-align: bottom;
  /*margin-right: 25px;*/
 /*margin-right: 30px;を25pxに*/
 
  letter-spacing:-1em;
 /*追加*/  

 }
.p-buy__navi li a {
  position: relative;
  text-decoration: none;
  vertical-align: middle;
}
/*ここから　style.min.cssにあったものを追加*/
.p-buy__navi li a,
.u-vam{vertical-align:middle}
p-buy__navi li a,.u-vam{vertical-align:middle}
.p-buy__navi li.is-last{margin-right:0}
.p-buy__navi li a{position:relative;text-decoration:none}
.p-buy__section{padding-top:50px}
.p-buy__section .c-title{color:#0aaca0}
.p-buy__headline{background:#0c3079;padding:20px;color:#fff;font-size:20px;margin-bottom:40px;font-weight:700}
/*ここまで　style.min.cssにあったものを追加*/

.p-buy__section {
  padding-top: 50px;
}
/* -----------------------------------------------------------------
	Utility
----------------------------------------------------------------- */
/* clearfix */
.u-cf {
  *zoom: 1;
}
.u-cf:before,
.u-cf:after {
  display: table;
  content: " ";
}
.u-cf:after {
  clear: both;
}
/* margin */
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb5 {
  margin-bottom: 5px;
}
.u-mb10 {
  margin-bottom: 10px;
}
.u-mb15 {
  margin-bottom: 15px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb30 {
  margin-bottom: 30px;
}
.u-mb40 {
  margin-bottom: 40px;
}
.u-mb50 {
  margin-bottom: 50px;
}
.u-mb60 {
  margin-bottom: 60px;
}
.u-mb70 {
  margin-bottom: 70px;
}
.u-mb80 {
  margin-bottom: 80px;
}
.u-mb90 {
  margin-bottom: 90px;
}
.u-mb100 {
  margin-bottom: 100px;
}
.u-ml10 {
  margin-left: 10px;
}
.u-ml20 {
  margin-left: 20px;
}
.u-mr1e {
  margin-right: 1em;
}
/* line-heihgt */
.u-line-height {
  line-height: 1.6;
}
/* align */
.u-align-left {
  text-align: left;
}
.u-align-right {
  text-align: right;
}
.u-align-center {
  text-align: center;
}
.u-vam {
  vertical-align: middle;
}
.u-vab {
  vertical-align: bottom;
}
/* font */
.u-font-bold {
  font-weight: bold;
}
.u-font-normal {
  font-weight: normal;
}
.u-font-30 {
  font-size: 230.7%;
}
.u-font-24 {
  font-size: 184.6%;
}
.u-font-23 {
  font-size: 176.9%;
}
.u-font-20 {
  font-size: 153.8%;
}
.u-font-19 {
  font-size: 146.1%;
}
.u-font-18 {
  font-size: 138.4%;
}
.u-font-17 {
  font-size: 130.7%;
}
.u-font-16 {
  font-size: 123.1%;
}
.u-font-15 {
  font-size: 115.3%;
}
.u-font-14 {
  font-size: 107.6%;
}
.u-font-12 {
  font-size: 92.3%;
}
.u-font-11 {
  font-size: 84.6%;
}
/* display */
.u-display-inline-block {
  display: inline-block;
}
.u-display-none {
  display: none;
}
