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

.mb20 {
  margin-bottom: 20px; }

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

.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, 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 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: #101010;
  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 .gheader__logo a:hover img, :root .gheader__logo_fixed a:hover img, :root page-top a:hover img {
  opacity: 1; }

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

.infoscript {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  min-height: 50px;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll; }

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

.footer-note {
  max-width: 1024px;
  margin: auto;
  margin-bottom: 15px;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .footer-note {
      width: 100%;
      padding: 10px;
      margin-bottom: 40px;
      font-size: 11px; } }

.footer-top {
  border-top: 1px solid #fff;
  padding: 40px 0;
  background-color: #01153b; }

.footer-tel img {
  margin: auto; }

.footer-under {
  background-color: #fff;
  padding: 40px 0; }

.footer-flex {
  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 wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .footer-flex li {
    width: 40%; }
    .footer-flex li img {
      width: auto; }

.footer-copyright {
  background-color: #EEEEEE;
  padding: 10px 0; }
  .footer-copyright p {
    font-size: 10px;
    text-align: center; }
  @media screen and (max-width: 768px) {
    .footer-copyright {
      padding-bottom: 75px; } }

footer {
  position: relative; }

.pagetop {
  position: absolute;
  z-index: 990;
  right: 40px;
  top: -90px; }
  .pagetop a {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #001b3f;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto; }
  .pagetop a:after {
    content: '';
    pointer-events: none;
    background-image: url(../img/pc/scrolltotop_arrow.png);
    background-size: 15px 9.5px;
    background-size: cover;
    width: 40px;
    height: 29.5px;
    top: 50%;
    left: 50%;
    margin-top: -14.75px;
    margin-left: -21.5px;
    display: block;
    position: absolute;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .pagetop {
      right: 20px; }
      .pagetop a {
        width: 40px;
        height: 40px; } }

.main-nav {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  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;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .main-nav li {
    list-style: none;
    margin-right: 20px;
    margin-top: 30px;
    position: relative; }
  .main-nav li.gheader__logo {
    margin-top: 10px; }
  .main-nav img {
    width: 100%;
    height: auto; }
  .main-nav .right-navi {
    display: -webkit-box;
    display: -webkit-flex;
    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;
    margin-left: auto; }
    .main-nav .right-navi li:last-child {
      margin-right: 0; }

.under-nav {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal; }
  .under-nav li a {
    display: block;
    position: relative; }
    .under-nav li a img {
      padding-bottom: 3px; }
  .under-nav li a:before {
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
    position: absolute;
    display: block; }
  .under-nav li a:hover img {
    padding-bottom: 3px; }
  .under-nav li a:hover:before {
    width: 50%;
    border-bottom: 1px solid #fff; }
  .under-nav li a:after {
    content: '';
    width: 0;
    right: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #fff;
    position: absolute;
    display: block; }
  .under-nav li a:hover:after {
    width: 50%;
    border-bottom: 1px solid #fff; }
  .under-nav li a.current {
    text-decoration: underline; }
    .under-nav li a.current img {
      padding-bottom: 3px;
      border-bottom: 1px solid #fff; }
  .under-nav li p {
    color: #fff;
    font-size: 11px;
    text-align: center; }
  .under-nav li span img {
    opacity: 0.5; }
  .under-nav li img {
    width: 100%;
    height: auto; }

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

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

.sp-menu-inner li a .sp-new {
  background: url(../img/sp/new.png) 0 0 no-repeat;
  width: 32px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 150px;
  margin: auto; }

.infoscript {
  font-size: 18px; }
  @media screen and (max-width: 768px) {
    .infoscript {
      font-size: 12px;
      min-height: 160px; } }

.gnav-sns-tiles {
  width: 1024px;
  margin: auto;
  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-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .gnav-sns-tiles li {
    list-style: none; }
  .gnav-sns-tiles li:first-child {
    margin-top: -11px;
    margin-right: 148px; }

.outline-contents {
  max-width: 1024px;
  margin: auto; }

.index .gheader {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 0;
  background: none; }

.gheader {
  width: 100%;
  position: fixed;
  z-index: 100;
  height: 170px;
  background-color: #04152e; }

.gheader-inner {
  width: 1030px;
  margin: auto; }

.gheader__logo {
  display: inline; }

.mv img {
  width: 100%; }

.main-contents__inner {
  width: 1030px;
  margin: auto; }

.action-theme img {
  margin: auto; }

.bg100 img {
  width: 100%;
  min-width: 1280px; }

.top-location-link {
  position: relative;
  top: -200px; }

.top-access-link {
  position: relative;
  top: -480px; }

.top-plan-link {
  position: relative;
  top: -740px; }

.gnav-tiles {
  width: 1030px;
  margin: auto; }

.title {
  margin-bottom: 40px; }

.title img {
  margin: auto; }

.page-top {
  text-align: center; }

.page-top a {
  display: inline-block; }

.page-top img {
  margin: 60px auto -20px; }

.index .gheader.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 170px;
  background-color: #021839; }

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

.title a img {
  margin: 80px auto; }

@media screen and (max-width: 768px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    margin: 8px 0 0 10px;
    display: inline-block;
    height: 50px;
    position: relative;
    z-index: 100; } }

@media screen and (max-width: 420px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    margin: 8px 0 0 10px;
    display: inline-block;
    height: 40px;
    position: relative;
    z-index: 100; } }

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 52px; }
  .sp-menu-inner span img {
    opacity: 0.5; }
  .title a img {
    margin: 20px auto 40px; }
  .main-contents__inner {
    width: 100%;
    padding: 0 15px; }
  .is-animation {
    display: none; }
  header.sp-only {
    position: fixed;
    left: 0;
    top: 0;
    height: 62px;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background: #021739; }
  header .menu-button {
    display: block;
    float: right; }
  :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 > .logo-and-navi > a.tel-button {
    display: block;
    float: right; }
  .logo img.sp-only {
    max-width: 60%; }
  .menu-button, .tel-button {
    margin-right: 2.5%;
    margin-top: 2.5%; }
  .sp-close .sp-menu {
    display: none; }
  .sp-menu {
    display: block;
    height: 0px;
    overflow: hidden;
    margin-top: 4px;
    background: #021739;
    position: relative;
    z-index: 100;
    -webkit-animation: top-under 1s;
    animation: top-under 1s; }
  .sp-open .sp-menu {
    display: block;
    background: #021739;
    height: 480px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    -webkit-animation: under-top 1s;
    animation: under-top 1s; }
  @-webkit-keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 440px; } }
  @keyframes under-top {
    0% {
      height: 0px; }
    100% {
      height: 440px; } }
  @-webkit-keyframes top-under {
    0% {
      height: 440px; }
    100% {
      height: 0px; } }
  @keyframes top-under {
    0% {
      height: 440px; }
    100% {
      height: 0px; } }
  .sp-menu-inner {
    margin-left: 1px;
    margin-bottom: 30px;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #fff; }
  .sp-menu-inner li {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #fff; }
  .sp-menu-inner li.sp-request {
    background-color: #d8c76e; }
  .sp-menu-inner li.sp-reserve {
    background-color: #c43153; }
  .sp-menu-inner li a, .sp-menu-inner li span {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left; }
  .sp-menu-inner li a {
    color: #fff;
    padding-left: 10px;
    font-size: 16px; }
  .sp-menu-inner li a img, .sp-menu-inner li span img {
    margin-left: 20px; }
  .sp-menu-inner li:nth-child(odd) {
    border-right: 1px solid #000; } }

@media screen and (max-width: 420px) {
  header.sp-only {
    height: 52px; }
  .sp-open .sp-menu {
    margin-top: 4px; } }

.bottomNavi {
  display: none; }

@media screen and (max-width: 768px) {
  .bottomNavi.is-fixed {
    display: block;
    position: fixed;
    bottom: 0; }
  .bottomNaviFlex {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .bottomNaviFlex li {
      width: 25%;
      border-right: 1px solid #fff; }
      .bottomNaviFlex li img {
        width: 100%; }
    .bottomNaviFlex li:last-child {
      border-right: 1px solid #01153b; }
      .bottomNaviFlex li:last-child img {
        width: 100%; } }

#page-home {
  font-family: serif; }
  #page-home .banner-flex {
    max-width: 800px;
    margin: auto;
    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; }
    #page-home .banner-flex li {
      width: 48%;
      margin-bottom: 30px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #page-home .banner-flex li {
          width: 100%; } }
      #page-home .banner-flex li img {
        max-width: 100%; }
  #page-home .main-contents {
    background: url(../img/pc/bg.png) 0 0 no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 300px;
    max-height: 300px;
    padding: 80px;
    text-align: center;
    font-size: 28px;
    color: #fff; }
    #page-home .main-contents img {
      max-height: 100%; }
    @media screen and (max-width: 768px) {
      #page-home .main-contents {
        padding: 40px;
        font-size: 20px;
        height: 200px; }
        #page-home .main-contents img {
          max-height: 100%; } }
  #page-home .top-under-contents {
    padding: 40px 0;
    background-color: #c9e6e0; }
  #page-home .banner {
    text-align: center;
    margin: auto;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      #page-home .banner {
        margin-bottom: 40px; } }
  #page-home .banner img {
    margin: auto;
    max-width: 100%; }
  #page-home .btn {
    text-align: center; }
  #page-home a.close {
    font-size: 16px;
    color: #fff;
    padding: 15px 60px;
    background-color: #555;
    text-align: center;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #page-home a.close {
        font-size: 10px;
        padding: 10px 30px; } }
  #page-home .top-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px; }
    @media screen and (max-width: 768px) {
      #page-home .top-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        flex-flow: column;
        margin-top: 60px; } }
    #page-home .top-flex li {
      list-style: none;
      margin-right: 20px;
      margin-bottom: 10px; }
      #page-home .top-flex li a {
        padding-top: 10px;
        color: #000;
        font-size: 38px; }

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