/*!
 * 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-color: rgba(0, 0, 0, 0.5); }

: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;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.header-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; }
  .header-flex li img {
    max-width: 100%; }

.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;
  background-color: #fff;
  z-index: 100; }

.gheader-inner {
  max-width: 1285px;
  margin: auto; }

.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: 54px;
  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: 54px 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 {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff; }
    .right-under-nav li a {
      font-size: 12px;
      color: #fff; }
  .right-under-nav li:first-child {
    border-left: 1px solid #fff; }
  .right-under-nav li:last-child {
    border-right: none; }
  .right-under-nav img {
    width: 100%;
    height: auto; }

footer {
  background-color: #466f58;
  padding: 20px; }
  footer p {
    text-align: center;
    font-family: serif;
    font-size: 10px;
    color: #fff; }

.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; } }

.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 15px; } }

.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/bg_img.png); */
  background-size: cover;
  height: 250px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .mv {
      height: 250px; } }
  @media screen and (max-width: 400px) {
    .mv {
      height: 200px; } }
  .mv img {
    margin-top: 80px;
    margin-bottom: 80px; }
    @media screen and (max-width: 768px) {
      .mv img {
        width: 50%; } }

.img-m {
  text-align: center; }

.img-m img {
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 100%; }

.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: 80px;
  margin-bottom: 80px;
  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: 44%;
    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: #fff;
  margin-top: 20px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .about-title {
      font-size: 24px; } }

.about-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 750px; }

.img-logo {
  text-align: center; }

.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: 30%;
    text-align: center; }
    .btn-flex li img {
      max-width: 100%; }

.event-title {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center; }
  .event-title img {
    margin: auto;
    max-width: 100%; }

.event-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  max-width: 750px; }

.movie-info {
  padding-top: 40px; }
  @media screen and (max-width: 768px) {
    .movie-info {
      padding-top: 20px; } }

.person-flex {
  max-width: 900px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }
  @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; } }
  .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 .person-flex-sub-title {
      margin-bottom: 10px;
      color: #fff;
      font-size: 14px; }
    .person-flex li.introduce .person-flex-title {
      margin-bottom: 40px;
      color: #fff;
      font-size: 30px; }
    .person-flex li.introduce .person-flex-desc {
      font-size: 14px;
      line-height: 1.6;
      color: #fff;
      margin: auto;
      margin-top: 40px; }

@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; }
  .event-local-flex li {
    width: 30%;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .event-local-flex li {
        width: 48%; } }
    .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; } }
    .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; }

.event-info {
  padding-bottom: 80px; }

#page-home .main-contents {
  background: #f1e6d5; }

#page-home .main-mv {
  position: relative;
  margin-bottom: 40px; }
  #page-home .main-mv h1 img {
    width: 100%; }
  #page-home .main-mv .mv-link {
    position: absolute;
    z-index: 10;
    bottom: 0%;
    right: 20px;
    width: 20%; }
    @media screen and (max-width: 768px) {
      #page-home .main-mv .mv-link {
        /* bottom: 9.5%; */
        bottom: 14.5%;
        right: 10px;
        width: 35%; } }
    #page-home .main-mv .mv-link img {
      max-width: 100%; }

#page-home .banner img {
  max-width: 100%; }

#page-home .step {
  position: relative; }
  #page-home .step .step-title img {
    max-width: 100%; }
  #page-home .step .step-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;
    margin: 20px auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 100%; }
    #page-home .step .step-flex li {
      width: 18%; }
      @media screen and (max-width: 768px) {
        #page-home .step .step-flex li {
          width: 48%;
          margin-bottom: 20px; } }
      #page-home .step .step-flex li img {
        max-width: 100%; }
  #page-home .step .step-end img {
    max-width: 100%; }
  #page-home .step .over-img {
    margin-top: 60px;
    margin-bottom: -30px; }
    #page-home .step .over-img img {
      width: 100%; }
  #page-home .step .step-box {
    position: relative;
    z-index: 10;
    margin-top: 30px;
    padding: 30px 30px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 8px 8px black;
    box-shadow: 8px 8px black; }
    #page-home .step .step-box p {
      font-size: 18px; }
    @media screen and (max-width: 768px) {
      #page-home .step .step-box {
        padding: 20px;
        margin-top: 26px; }
        #page-home .step .step-box p {
          font-size: 14px; } }
  #page-home .step .step-info {
    background: #057035;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 4px 20px;
    border-radius: 20px;
    margin-bottom: 10px; }
  #page-home .step .step-title {
    margin-bottom: 8px;
    font-size: 22px;
    color: #9c844a; }
    @media screen and (max-width: 768px) {
      #page-home .step .step-title {
        font-size: 18px; } }
  #page-home .step .step-end {
    margin-top: 60px;
    padding-bottom: 60px; }
    #page-home .step .step-end img {
      margin: auto; }

#page-home .if-title-box {
  background: #466f58;
  display: inline-block;
  color: #fff;
  padding: 20px 140px 20px 160px;
  font-size: 30px;
  border-radius: 0 80px 80px 0;
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    #page-home .if-title-box {
      padding: 20px;
      font-size: 16px; } }

#page-home .if-flex {
  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;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    #page-home .if-flex {
      margin-bottom: 0; } }
  #page-home .if-flex img {
    max-width: 100%; }
  #page-home .if-flex h3 {
    color: #9c844a;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
    font-size: 23px;
    height: 80px; }
    @media screen and (max-width: 768px) {
      #page-home .if-flex h3 {
        height: auto; } }
  #page-home .if-flex li {
    width: 31%; }
    @media screen and (max-width: 768px) {
      #page-home .if-flex li {
        width: 100%;
        margin-bottom: 40px; } }
  #page-home .if-flex li.if-2 {
    width: 48%; }
    @media screen and (max-width: 768px) {
      #page-home .if-flex li.if-2 {
        width: 100%; } }
  #page-home .if-flex p {
    font-size: 16px; }

#page-home .under-img {
  margin-top: 60px; }
  #page-home .under-img img {
    width: 100%; }

#page-home .step-ilust {
  margin-left: 20px; }
  @media screen and (max-width: 768px) {
    #page-home .step-ilust img {
      width: 40%; } }

#page-home .step-ilust-2 {
  position: absolute;
  right: 0;
  bottom: -40px;
  margin-right: 20px;
  z-index: -10px; }
  @media screen and (max-width: 768px) {
    #page-home .step-ilust-2 {
      position: relative;
      right: 0;
      text-align: right; }
      #page-home .step-ilust-2 img {
        width: 40%; } }

#page-home .step-ilust-3 {
  position: absolute;
  right: 0;
  bottom: -240px;
  margin-right: 20px;
  z-index: -10; }
  @media screen and (max-width: 768px) {
    #page-home .step-ilust-3 {
      position: relative;
      right: 0;
      bottom: -40px;
      text-align: right; }
      #page-home .step-ilust-3 img {
        width: 40%; } }

#page-home .if-own {
  position: relative;
  z-index: 10; }

#page-home .if-pro {
  position: relative;
  z-index: 20; }

#page-about .w-img img {
  width: 100%; }

/*# sourceMappingURL=style.css.map */
