@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table;
  min-height: 1%; }

/* Hides from IE-mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
.clear {
  clear: both; }

body {
  font-family: Arial,Helvetica, "ｍｓ ｐ明朝", "ms pmincho", "ヒラギノ明朝 pro w3", "hiragino mincho pro", serif;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  font-feature-settings: "palt"; }

a {
  color: #fff; }

img {
  max-width: 100%;
  height: auto; }

.wrapper {
  position: relative;
  width: 980px;
  margin: auto; }
  .wrapper__top {
    width: 694px;
    margin: auto; }
  .wrapper__blank {
    width: 694px;
    margin: auto; }
  .wrapper__menu {
    width: 720px;
    margin: auto; }
  .wrapper__greetings {
    width: 720px;
    margin: auto; }

.header {
  box-sizing: border-box;
  position: relative;
  height: 90px;
  padding-bottom: 10px; }
  .header__wrapper {
    width: 645px;
    margin: auto;
    padding-top: 65px; }
  .header__logo {
    position: absolute;
    top: 30px;
    left: -180px; }
    .header__logo--lower {
      width: 60px; }

.p-global-nav__list {
  display: flex; }

.p-global-nav__item a {
  box-sizing: border-box;
  display: block;
  width: 154px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  transition: all 0.5s; }
  .p-global-nav__item a.current {
    opacity: 0.4; }
  .p-global-nav__item a:hover {
    opacity: 0.4; }

.footer {
  text-align: center;
  height: 143px; }
  .footer__wrapper {
    padding: 8px 0 0; }
  .footer__copyright {
    font-size: 11px;
    text-align: center; }
    .footer__copyright small {
      font-family: cinzel,serif;
      text-transform: uppercase; }

.p-top-header {
  margin-bottom: 16px;
  padding-top: 40px; }
  .p-top-header__title {
    font-size: 30px;
    line-height: 1.5; }
  .p-top-header__text {
    font-size: 25px;
    line-height: 1.6; }

.p-top-information {
  margin-top: 16px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.5; }
  .p-top-information__maps {
    color: #fff; }
  .p-top-information span {
    display: inline-block;
    margin: 0 8px; }

.p-top-movie {
  display: flex;
  justify-content: center;
  width: 540px; }
  .p-top-movie__info {
    width: 295px; }
  .p-top-movie__movie iframe {
    width: 286px;
    height: 220px; }
  .p-top-movie__title {
    margin-bottom: 24px;
    font-size: 20px; }
  .p-top-movie__text {
    margin-bottom: 12px;
    padding-left: 24px;
    font-size: 20px; }
  .p-top-movie__button {
    float: right;
    clear: right;
    display: inline-block;
    width: 137px;
    margin-right: 40px;
    padding: 12px 0;
    border-radius: 16px;
    background: #232323;
    font-size: 10px;
    text-align: center; }

.p-menu-collection {
  padding-top: 64px; }
  .p-menu-collection__item {
    display: flex;
    margin-bottom: 48px; }
  .p-menu-collection__image {
    width: 292px;
    min-width: 292px;
    margin-right: 24px; }
  .p-menu-collection__title {
    margin-bottom: 16px;
    font-size: 18px; }
  .p-menu-collection__caption {
    padding-top: 40px;
    font-size: 14px; }

.p-top-blank-movie-collection {
  padding-top: 40px;
  padding-bottom: 24px; }
  .p-top-blank-movie-collection__item {
    display: flex;
    margin-bottom: 72px; }
    .p-top-blank-movie-collection__item:last-of-type {
      margin-bottom: 0; }
  .p-top-blank-movie-collection__movie {
    margin-right: 24px; }
    .p-top-blank-movie-collection__movie iframe {
      width: 480px;
      height: 277px; }

.p-greeting-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-top: 40px; }
  .p-greeting-section__text {
    width: 420px; }
  .p-greeting-section__photo {
    width: 300px;
    margin-left: 40px;
    padding-top: 56px; }
  .p-greeting-section__title {
    margin-bottom: 16px;
    font-size: 18px; }
  .p-greeting-section__subtitle {
    margin-bottom: 40px;
    font-size: 18px; }
  .p-greeting-section__paragraph {
    margin-bottom: 40px;
    line-height: 1.5; }
  .p-greeting-section__author {
    text-align: right; }
    .p-greeting-section__author p {
      margin-top: 4px; }

.p-greeting-section-material {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .p-greeting-section-material__item {
    width: 45%;
    margin-bottom: 40px; }
  .p-greeting-section-material__box {
    margin-bottom: 24px; }
  .p-greeting-section-material__title {
    margin-bottom: 16px;
    font-size: 18px; }
  .p-greeting-section-material__subtitle {
    margin-bottom: 8px; }
  .p-greeting-section-material__text {
    line-height: 1.5; }
