/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.mvAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: mvAnime;
  animation-name: mvAnime; }

@-webkit-keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.mvAnime2 {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: mvAnime;
  animation-name: mvAnime; }

@-webkit-keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes mvAnime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */ }

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */ }

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */ }

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */ }

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

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

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

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

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

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0; }

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat; }

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none; }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit; }

/* specify the minimum height of form elements */
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; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the font size of small elements */
small {
  font-size: 75%; }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

.center {
  text-align: center; }

.mt80 {
  margin-top: 80px; }

.pt80 {
  padding-top: 80px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb37 {
  margin-bottom: 37px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb42 {
  margin-bottom: 42px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb75 {
  margin-bottom: 75px; }

.mb80 {
  margin-bottom: 80px; }

.mb100 {
  margin-bottom: 100px; }

.mb110 {
  margin-bottom: 110px; }

.mb114 {
  margin-bottom: 114px; }

.ml20 {
  margin-left: 20px; }

.f-left {
  float: left; }

.f-right {
  float: right; }

.fz12 {
  font-size: 1.2rem; }

.fz14 {
  font-size: 1.4rem; }

.fz16 {
  font-size: 1.6rem; }

html {
  line-height: 1; }

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

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

th.center, td.center, th.center td {
  text-align: center; }

tr.top, td.top, tr.top td, th.top, th.top td {
  vertical-align: top; }

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; }

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%; }
    :root .pc-only {
      display: none; }
    :root .sp-only {
      display: block; }
    :root body.is-sp .pc-only {
      display: none; }
    :root body.is-sp .sp-only {
      display: block; } }

:root header.sp-only {
  background: none; }

:root body {
  background-color: #000; }
  :root body .pc-only {
    display: block; }
  :root body .sp-only {
    display: none; }

:root html {
  font-size: 62.5%; }

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #000;
  margin: 0; }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular"); } }

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic"); } }

:root :root {
  font-family: MyYuGothicM, YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

:root *, :root *:before, :root *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:root a {
  color: #2398ea;
  text-decoration: none; }
  :root a:hover img {
    opacity: 0.8; }
  :root a:hover {
    text-decoration: underline; }

:root .link-contents a:hover img, :root .logo a:hover img, :root .logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both; }

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto; } }

.hidden {
  display: none; }

.loaded {
  display: block; }

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  text-align: right; }
  .pagetop img {
    width: 50%; }

.gnav-under-outer {
  background-color: #f2efe8; }

.gnav-under-inner li span img {
  opacity: 0.3; }

.gnav-under-inner a {
  display: block;
  position: relative; }

.gnav-under-inner {
  width: 100%;
  max-width: 1024px;
  margin: 10px auto 0;
  padding-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .gnav-under-inner li {
    position: relative;
    border-right: 1px solid #fff; }
  .gnav-under-inner li:last-child {
    border-right: none; }
  .gnav-under-inner img {
    width: 100%;
    height: auto; }

.breadcrumbs {
  font-size: 12px;
  font-family: serif; }

.new {
  position: absolute;
  background: url(../img/pc/new.png);
  width: 43px;
  height: 13px;
  top: -15px;
  right: 0px; }

.popup .gheader {
  background-color: #f2efe8; }

.gheader {
  width: 100%;
  position: fixed;
  height: 57px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;

  border-bottom: 1px solid rgba(223, 182, 109, 0.5); }

.gheader-inner {

  max-width: 1285px;
  margin: auto; 
  /*margin-top: -5px;*/
  padding:8px 0px;
  background-image: url(../img/pc/line---------.png), url(../img/pc/line---------.png), rgba(0, 0, 0, 1);
  background-repeat: repeat-x, repeat-x, repeat;
  background-position: top center, top center, top center;
}

.gnav-inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.gnav-inner li.logo {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;

  }

.gnav-inner li.logo2 {
  display: inline;
  margin-right: auto;
  margin-left: 5px; }

.gnav-inner li {
  margin-right: 1px;
  margin-top: 8px; }

header.sp-only {
  position: fixed;
  left: 0;
  top: 0;
  height:inherit;
  z-index: 10000;
  min-width: 320px;
  width: 100%;
  background: #fff; }

header .menu-button {
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 10px; }

header .tel-button {
  display: block;
  float: right;
  margin-right: 0;
  margin-top: 0; }

:root body.is-sp header .menu-button .open .sp-only {
  display: block; }

:root body.is-sp header .menu-button .close .sp-only {
  display: none; }

:root body.is-sp.sp-open header .menu-button .open .sp-only {
  display: none; }

:root body.is-sp.sp-open header .menu-button .close .sp-only {
  display: block; }

header > .sp-nav > a.tel-button {
  display: block;
  float: right; }

:root body.is-sp .sp-only .sp-nav .logo img {
  margin: 10px 0 0 10px;
  display: inline-block; }

.menu-button, .tel-button {
  margin-right: 1.5%;
  margin-top: 1.5%; }

.sp-menu {
  display: none; }

:root a.menu-button:hover img {
  opacity: 1; }

.sp-menu-inner li span img {
  opacity: 0.5; }

.sp-open .sp-menu {
  position: fixed;
  z-index: 10000;
  display: block;
  background: rgba(0, 0, 0, 0.8);
  height: 318px;
  margin: 70px 0;
  width: 100%; }

.sp-menu-flex {
  margin-top: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.sp-menu-inner {
  border-top: 1px solid #fff;
  margin-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .sp-menu-inner li {
    padding: 15px 25px 15px;
    border-bottom: 1px solid #fff; }
    .sp-menu-inner li a {
      color: #fff; }

.sp_line {
  margin: 30px 30px;
  padding-top: 30px;
  border-top: 1px solid #fff; }

.spMenuFlex {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .spMenuFlex li {
    margin-top: 20px; }
  .spMenuFlex li:first-child {
    margin-right: 30px; }

.right-under-nav {
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .right-under-nav li {
    margin-right: 10px;
    border: 1px solid #fff; }
    .right-under-nav li a {
      padding: 5px 25px;
      font-size: 15px;
      color: #fff; }
      @media screen and (max-width: 1230px) {
        .right-under-nav li a {
          padding: 5px 10px;
          font-size: 12px;
          white-space: nowrap; } }
    .right-under-nav li a.current, .right-under-nav li a:hover {
      background: rgba(223, 182, 109, 0.5);
      text-decoration: none; }
  .right-under-nav img {
    width: 100%;
    height: auto; }

footer {
  background-color: #1b1b1b; }

.footer-bg {
  background-color: #ffffff; }

.footer-gcopyright {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background-color: #000000; }

.footer-flex {
  text-align: center; }
  .footer-flex li {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center; }
    .footer-flex li img {
      margin: auto; }
    @media screen and (max-width: 768px) {
      .footer-flex li {
        width: 50%;
        margin: auto;
        padding-top: 12px;
        padding-bottom: 12px; } }
  .footer-flex li:nth-child(2) {
    padding-bottom: 0; }

li.footer-line {
  border-bottom: 1px solid #585858;
  padding-top: 10px;
  padding-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .s-title img {
    width: 20%; } }

.footer-flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  /*max-width: 800px;*/
  margin: auto; }
  @media screen and (max-width: 1024px) {
    .footer-flex2 {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding: 10px 0; } }
.f1 {
padding-top:30px;
padding-bottom:15px;
border-bottom:solid 1px #dfdfdf;
}  
.f1 li:nth-child(1) img {
height:10px;
margin:0 15px;
}
.f1 li:nth-child(2) img {
height:44px;
margin:0 15px;
}
.f1 li:nth-child(3) img {
height:44px;
margin:0 15px;
}
.f1 li:nth-child(4) img {
height:52px;
margin:0 15px;
}
.f1 li:nth-child(5) img {
height:52px;
margin:0 0 0 15px;
}
.f2 {
padding-top:15px;
padding-bottom:15px;
border-bottom:solid 1px #dfdfdf;
}  
.f2 li:nth-child(1) img {
height:10px;
margin:0 15px;
}
.f2 li:nth-child(2) img {
height:52px;
margin:0 11px;
}
.f2 li:nth-child(3) img {
height:52px;
margin:0 11px;
}
.f2 li:nth-child(4) img {
height:52px;
margin:0 11px;
}
.f2 li:nth-child(5) img {
height:52px;
margin:0 0 0 11px;
}
.f3 {
padding-top:15px;
padding-bottom:30px;
}  
.f3 li:nth-child(1) img {
height:10px;
margin:0 20px 0 0;
}
.f3 li:nth-child(2) img {
height:22px;
margin:0 25px 0 0;
}
.f3 li:nth-child(3) img {
height:22px;
margin:0 10px 0 0;
}
.f3 li:nth-child(4) img {
height:10px;
margin:0 0px 0 20px;
}
.f4 li:nth-child(1) img {
height:10px;
margin:0 10px 0 0;
}

.footer-disp_pc {
display:block;
}
.footer-disp_sp {
display:none;
}
@media screen and (max-width: 1024px) {
.footer-disp_pc {
display:none;
}
.footer-disp_sp {
display:block;
}
.f3 {
padding-top:15px;
padding-bottom:15px;
border-bottom:solid 1px #dfdfdf;
}
.f4 {
padding-top:15px;
padding-bottom:30px;
}
.footer-bg .main-contents-inner {
  width: 100%;
  min-width: 100%;
  padding: 0 20px;
  text-align: justify;
}
.f1 li:nth-child(1),
.f1 li:nth-child(2),
.f1 li:nth-child(3),
.f2 li:nth-child(1),
.f2 li:nth-child(4),
.f2 li:nth-child(5) {
width:100%;
text-align: center;
}
.f1 li:nth-child(1) img {
height:10px;
}
.f1 li:nth-child(2) img {
height:54px;
}
.f1 li:nth-child(3) img {
height:54px;
}
.f1 li:nth-child(4) img {
height:44px;
margin: 0 0;
}
.f1 li:nth-child(5) img {
height:44px;
margin: 0 0;
}
.f2 li:nth-child(1) img {
height:10px;
}
.f2 li:nth-child(2) img {
height:44px;
margin: 0 0;
}
.f2 li:nth-child(3) img {
height:44px;
margin: 0 0;
}
.f2 li:nth-child(4) img {
height:48px;
}
.f2 li:nth-child(5) img {
height:54px;
}

.f3 li:nth-child(2) img {
height:15px;
}
.f3 li:nth-child(3) img {
height:15px;
}
.f4 li:nth-child(2) img {
height:40px;
}
.f4 li:nth-child(3) img {
height:16px;
}
}
/*@media screen and (max-width: 1024px) {
    .footer-flex2 li {
      width: 30%;
	  margin:20px; } }
  .footer-flex2 li:first-child {
    border-bottom: none;
    margin-right: 40px; }
    @media screen and (max-width: 1024px) {
      .footer-flex2 li:first-child {
        margin: auto;
        width: 100%;
        text-align: center; }
        .footer-flex2 li:first-child img {
          width: 6%;
          margin: auto;
          text-align: center; } }
*/

.gcopyright {
  font-size: 11px;
  font-family: serif;
  text-align: center;
  margin: 10px auto 20px;
  color: #333; }
  @media screen and (max-width: 1024px) {
    .gcopyright {
      font-size: 10px;
      padding: 0 15px; } }

.footer-nav {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  color: #000;
  font-size: 1.2rem;
  padding: 25px;
  text-align: center;
  line-height: 1;
  font-family: sans-serif; }
  @media screen and (max-width: 768px) {
    .footer-nav {
      min-width: 100%;
      font-size: 0.8rem;
      padding: 10px 2px; } }
  .footer-nav li {
    display: inline-block;
    border-right: solid 1px #000;
    font-family: serif;
    padding: 0 1.3%; }
    @media screen and (max-width: 768px) {
      .footer-nav li {
        padding: 0 4px;
        line-height: 1;
        margin: 2px 0; } }
    .footer-nav li:last-child {
      border-right: none; }
    .footer-nav li span {
      color: #aaa; }
      @media screen and (max-width: 768px) {
        .footer-nav li span {
          font-size: 10px;
          font-weight: normal; } }
    .footer-nav li a {
      color: #000;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .footer-nav li a {
          font-size: 10px;
          font-weight: normal; } }
      .footer-nav li a:hover {
        text-decoration: underline; }

.footer-sp-nav {
  margin-top: 20px;
  border-bottom: 1px solid #333; }
  .footer-sp-nav li {
    width: 50%;
    float: left;
    border-top: 1px solid #333;
    text-align: center;
    padding: 10px; }
  .footer-sp-nav li:nth-child(odd) {
    border-right: 1px solid #333; }
  .footer-sp-nav a {
    color: #333; }
  .footer-sp-nav span {
    opacity: 0.5; }

.note {
  margin: auto;
  padding-top: 40px;
  margin-bottom: 0px;
  max-width: 960px;
  font-size: 11px;
  font-family: serif; }
  @media screen and (max-width: 768px) {
    .note {
      width: 100%;
      margin: 0;
      padding: 15px; } }

.under-mv {
  padding-top: 110px; }
  @media screen and (max-width: 768px) {
    .under-mv {
      padding-top: 50px; } }

section {
  margin-top: -40px;
  padding-top: 40px; }

.main-contents-inner {
  width: 100%;
  max-width: 1000px;
  padding: 0 15px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .main-contents-inner {
      width: 100%;
      min-width: 100%;
      padding: 0 20px;
	  text-align: justify;
	  } 
	  }

.gfooter {
  margin: auto; }

.gcopyright img {
  margin: auto;
  padding: 40px 0 40px; }

.gnav .gnav-under-inner li a .new {
  background: url(../img/pc/new.png) 0 0 no-repeat;
  width: 57px;
  height: 18px;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto; }

:root body .logo_fixed img.pc-only {
  display: none; }

:root body .is-animation .logo_fixed img.pc-only {
  display: block; }

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px); } }

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); } }

.sp-menu-inner li {
  position: relative; }

.sp-menu-inner li .new {
  background: url(../img/sp/new.png) 0 0 no-repeat;
  width: 58px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 140px; }

.mv {
  background: url("../img/pc/about_cinema_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 349px; }
  @media screen and (max-width: 768px) {
    .mv {
      height: 250px; } }
  @media screen and (max-width: 400px) {
    .mv {
      height: 200px; } }
  .mv img {
    margin-top: 150px; }
    @media screen and (max-width: 768px) {
      .mv img {
        width: 50%;
        margin-top: 100px;
        margin-left: 10px; } }

.img-l img {
  margin-top: 40px;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .img-l img {
      margin-top: 10px; } }

.img-m {
  text-align: center; }

.img-m img {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    .img-m img {
      margin-top: 20px;
      margin-bottom: 20px; } }

.img-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }

.main-text {
  margin-top: 40px;
  margin-bottom: 40px; }
  .main-text p {
    font-size: 14px;
    color: #fff; }

.food-flex {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  color: #fff; }
  .food-flex li {
    width: 48%;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .food-flex li {
        width: 100%; } }
    .food-flex li img {
      margin-bottom: 10px;
      max-width: 100%; }
    .food-flex li .flex-subtitle {
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .food-flex li .flex-subtitle {
          font-size: 18px; } }
    .food-flex li .flex-title {
      font-size: 36px; }
      @media screen and (max-width: 768px) {
        .food-flex li .flex-title {
          font-size: 24px; } }
    .food-flex li .flex-text {
      margin-top: 20px;
      font-size: 15px; }

.about-title {
  font-size: 30px;
  color: #d5d5d5;
  margin-top: 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .about-title {
      font-size: 24px; } }

.about-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #d5d5d5;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }

.line-top {
  margin-top: 30px;
  border-top: 1px solid #fff; }

.img-logo {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  }

.img-logo img {
  margin: auto; }

.btn-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  .btn-flex li {
    width: 18%;
    text-align: center; }
    .btn-flex li img {
      max-width: 100%; }

.icon-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .icon-flex {
      margin: 10px auto; } }
  .icon-flex li {
    width: 30%;
    text-align: center; }
    .icon-flex li img {
      max-width: 100%; }

.movie-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  .movie-flex li:first-child {
    width: 42%; }
  .movie-flex li {
    width: 48%;
    text-align: center; }
    .movie-flex li img {
      max-width: 100%; }
  @media screen and (max-width: 768px) {
    .movie-flex li, .movie-flex li:first-child {
      width: 100%;
      margin-bottom: 20px; } }

.movie-info {
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .movie-info {
      padding-top: 20px; } }

.person-flex {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }
  @media screen and (max-width: 768px) {
    .person-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      margin: 10px auto; } }
  .person-flex li {
    margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .person-flex li {
        margin-right: 0;
        margin-bottom: 20px; } }
    .person-flex li img {
      max-width: 100%; }
  .person-flex li.introduce {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .person-flex li.introduce {
        width: 100%; }
        .person-flex li.introduce img {
          margin-top: 20px; } }
    .person-flex li.introduce .person-flex-sub-title {
      margin-bottom: 10px;
      color: #fff;
      font-size: 14px; }
    .person-flex li.introduce .person-flex-title {
      margin-bottom: 10px;
      color: #fff;
      font-size: 30px; }
      @media screen and (max-width: 768px) {
        .person-flex li.introduce .person-flex-title {
          font-size: 16px; } }
    .person-flex li.introduce .person-flex-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #fff;
      margin: auto;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .person-flex li.introduce .person-flex-desc {
          font-size: 10px; } }

@media screen and (max-width: 768px) {
  .person-sp li {
    width: 80%;
    margin: auto; } }

.event-local-flex {
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media screen and (max-width: 768px) {
    .event-local-flex {
      margin: 10px auto; } }
  .event-local-flex li {
    width: 48%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .event-local-flex li {
        width: 100%; } }
    .event-local-flex li img {
      max-width: 100%; }
    .event-local-flex li .local-flex-title {
      margin-top: 20px;
      margin-bottom: 20px;
      color: #fff;
      font-size: 24px; }
      @media screen and (max-width: 768px) {
        .event-local-flex li .local-flex-title {
          font-size: 18px;
          margin-bottom: 5px; } }
    .event-local-flex li .local-flex-subtitle {
      font-size: 14px;
      line-height: 1.6;
      color: #fff;
      margin-top: -20px;
      margin-bottom: 36px; }
    .event-local-flex li .local-flex-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #fff; }
      @media screen and (max-width: 768px) {
        .event-local-flex li .local-flex-desc {
          font-size: 12px;
          margin-top: 10px; } }

.event-info {
  padding-bottom: 80px; }

.access-text p {
  font-size: 20px;
  color: #f2efe8; }
  @media screen and (max-width: 768px) {
    .access-text p {
      font-size: 14px; } }

.access-text {
  margin-top: 30px;
  margin-bottom: 60px; }

.access-text p.text-2 {
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #434343;
  margin-bottom: 10px;
  padding-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .access-text p.text-2 {
      font-size: 12px; } }

.access-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  .access-flex li:first-child {
    width: 30%; }
    @media screen and (max-width: 768px) {
      .access-flex li:first-child {
        width: 60%;
        margin-bottom: 20px; } }
  .access-flex li {
    width: 60%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .access-flex li {
        width: 100%; } }
    .access-flex li img {
      max-width: 100%; }

.event-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .event-flex {
      margin: 10px auto; } }
  .event-flex li {
    width: 48%;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .event-flex li {
        width: 100%;
        margin: auto;
        margin-bottom: 20px;
        text-align: center; } }
    .event-flex li img {
      margin: auto;
      text-align: center;
      max-width: 100%; }

#page-home .mt40 {
  margin-top: 40px; }

#page-home .main-contents {
  padding-bottom: 40px; }

.main-mv img {
  width: 100%;
  position: relative; }

#page-home .gheader-inner {
  position: absolute;
  z-index: 1000000;
  margin: auto;
  bottom: 20px;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    #page-home .gheader-inner {
      display: none; } }

#page-home .center {
  text-align: center; }

#page-home .t-img img {
  margin: 40px 0;
  max-width: 100%; }
  @media screen and (max-width: 768px) {
    #page-home .t-img img {
      margin: 10px 0; } }

#page-home .t-img-pic img {
  max-width: 100%; }

#page-home .center img {
  text-align: center;
  margin: 40px auto; }

#page-home .t-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 40px;
  margin-bottom: 40px; }
  #page-home .t-flex li {
    width: 48%; }
    #page-home .t-flex li img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      #page-home .t-flex li {
        margin-bottom: 40px; }
        #page-home .t-flex li img {
          margin: auto; } }

#page-home .t-pic-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 10px;
  margin-bottom: -4px; }
  #page-home .t-pic-flex li {
    width: 24.5%;
    margin-bottom: 8px; }
    #page-home .t-pic-flex li img {
      max-width: 100%; }
    @media screen and (max-width: 768px) {
      #page-home .t-pic-flex li {
        margin-bottom: 8px;
        width: 49%; }
        #page-home .t-pic-flex li img {
          margin: auto; } }

#page-about .w-img img {
  width: 100%; }

/*# sourceMappingURL=style.css.map */

/*----------------------------------------------------
	フローティング
	
----------------------------------------------------*/

.btn_Warn{
z-index: 996;
position: fixed;
top:500px;
right:20%;
}

@media screen and (max-width: 880px) {
.btn_Warn{
z-index: 996;
position: fixed;
top:40%;
right:10%;
width: 80%;

}
}

/*----------------------------------------------------
	閉じるボタン
----------------------------------------------------*/
	.bn_close{
		position:absolute;
		display:inline-block;
		top:-10px;
		right:-10px;
		width:48px;
		height:48px;
		border:0;
		background-color:black;
		border-radius:48px;
		margin:0;
		padding:0;
		transform:scale(0.54);
		cursor:pointer;
		z-index: 997;
	}
	.bn_close:before{
		content:"";
		position:absolute;
		display:inline-block;
		bottom:6px;
		left:19px;
		width:8px;
		height:36px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.bn_close:after{
		content:"";
		position:absolute;
		display:inline-block;
		bottom:6px;
		left:19px;
		width:8px;
		height:36px;
		border:0;
		margin:0;
		padding:0;
		background-color:white;
		-moz-transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
	}
	.bn_close:hover{
		background-color:red;
	}
@media ( max-width : 980px ) {
.bn_close{
		position:absolute;
		display:inline-block;
		top:-15px;
		right:-15px;
		width:48px;
		height:48px;
		border-radius:48px;
		transform:scale(0.62);
	}
}
