@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-style: normal;
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 100%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000A02;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */
  }
}

/* # =================================================================
# Forms
# ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* 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;
}

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000A02;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000A02;
  text-shadow: none;
}

#drawer_inr .logo_d img, #d_nav .sec_d_nav._plan .d_nav_child li img, .ttl_photo_gallery img, #sidePhotoGallery > li img, .wrap_contPhotoGallery, #contPhotoGallery > li img,
.shichigosan_gallery > li img, .gallery_detail .gallery_img img, #g_footer .logo_footer img, .mv__img img, .heading__page img, .heading__page_plain img, .list_news a .wrap_img img, .list_recent_news a .wrap_img img, .qs_box__img .qs_item img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

/*!
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.container-wide {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 375px), print {
  .container-wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .container-wide {
    max-width: 1210px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.sns_contents,.sp_sns_contents {
  text-align: center;  
}
@media only screen and (max-width: 767px) {
  .sns_contents {
    display:none
  }
}

@media only screen and (min-width: 768px), print {
  .sp_sns_contents {
    display:none     
  }
}

.container-min {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.container-min img {
  display: block;
  margin: 0 auto 50px;
}

@media only screen and (min-width: 375px), print {
  .container-min {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 70px;
  }
}

@media only screen and (min-width: 768px), print {
  .container-min {
    max-width: 750px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.img-responsive-left {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

@media only screen and (min-width: 576px), print {
  .img-responsive-left {
    margin-left: 0;
  }
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 375px), print {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .container {
    max-width: 900px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
  }
}

span.container {
  display: block;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 375px), print {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  -js-display: flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

@media only screen and (min-width: 768px), print {
  .row {
    margin-right: -25px;
    margin-left: -25px;
  }
}

.row {
  margin-top: -60px;
}

@media only screen and (min-width: 576px), print {
  .row {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 768px), print {
  .row {
    margin-top: -70px;
  }
}

.row._box {
  margin-top: -25px;
}

@media only screen and (min-width: 576px), print {
  .row._box {
    margin-top: -30px;
  }
}

@media only screen and (min-width: 768px), print {
  .row._box {
    margin-top: -40px;
  }
}

@media only screen and (min-width: 768px), print {
  .row-md-70 {
    overflow: hidden;
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-md-70 > [class^="col-"],
  .row-md-70 > [class*=" col-"] {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 768px), print {
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media only screen and (min-width: 576px), print {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 768px), print {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 1024px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media only screen and (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  -js-display: flex;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media only screen and (min-width: 576px), print {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 768px), print {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media only screen and (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    -js-display: flex;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media only screen and (min-width: 768px), print {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 768px), print {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 1024px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/* ========================================
br
======================================== */
/*br-XX-block*/
.br-xxs-block {
  display: none;
}

@media only screen and (min-width: 375px), print {
  .br-xxs-block {
    display: inline-block;
  }
}

.br-xs-block {
  display: none;
}

@media only screen and (min-width: 480px), print {
  .br-xs-block {
    display: inline-block;
  }
}

.br-sm-block {
  display: none;
}

@media only screen and (min-width: 576px), print {
  .br-sm-block {
    display: inline-block;
  }
}

.br-md-block {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .br-md-block {
    display: inline-block;
  }
}

.br-lg-block {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .br-lg-block {
    display: inline-block;
  }
}

/*br-XX-none*/
@media only screen and (min-width: 375px), print {
  .br-xxs-none {
    display: none;
  }
}

@media only screen and (min-width: 480px), print {
  .br-xs-none {
    display: none;
  }
}

@media only screen and (min-width: 576px), print {
  .br-sm-none {
    display: none;
  }
}

@media only screen and (min-width: 768px), print {
  .br-md-none {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .br-lg-none {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .br-sm-min-none {
    display: none;
  }
}

.br-xs-min-block {
  display: none;
}

@media only screen and (max-width: 479px) {
  .br-xs-min-block {
    display: inline-block;
  }
}

@media only screen and (max-width: 767px) {
  body.scroll #g_header .tagline {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media only screen and (max-width: 767px) {
  body.scroll #mou_header .tagline {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media only screen and (min-width: 768px), print {
  body.scroll #g_header {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@media only screen and (min-width: 768px), print {
  body.scroll #mou_header {
    position: fixed;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

#g_header {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #g_header .container-fluid {
    padding: 0;
  }
}

@media only screen and (min-width: 768px), print {
  #g_header {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: transform;
    min-height: 100px;
    min-width: 1200px;
    padding-right: 0px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1300px) {
  #g_header {
    padding-right: 0px; /* menu section 280px */
  }
}

@media only screen and (min-width: 768px), print {
  .g_header_inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .g_header_inner {
    padding: 10px 0;
  }
}

#mou_header {
  background: #faf0d9;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #mou_header .container-fluid {
    padding: 0;
  }
}

@media only screen and (min-width: 768px), print {
  #mou_header {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    will-change: transform;
    min-height: 100px;
    min-width: 1200px;
    padding-right: 0px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (min-width: 1300px) {
  #mou_header {
    padding-right: 0px; /* menu section 280px */
  }
}

@media only screen and (min-width: 768px), print {
  .mou_header_inner {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px), print {
  .mou_header_inner {
    padding: 10px 0;
  }
}

.wrap_site_id .tagline {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  will-change: transform;
  padding: 0 10px;
  background-color: #111;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px), print {
  .wrap_site_id .tagline {
    position: absolute;
    top: 14px;
    left: 130px;
    padding: 0;
    background-color: transparent;
    color: #000A02;
  }
}

.wrap_site_id .site_id {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrap_site_id .site_id {
    display: block;
  }
}

.wrap_site_id .site_id img {
  display: block;
  max-width: 100%;
  height: auto;
}

.wrap_site_id .site_id a {
  display: block;
}

.wrap_nav {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrap_nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap_p_nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

#p_nav {
  overflow: hidden;
}

#p_nav li {
  float: left;
}

#p_nav li + li {
  margin-left: 3px;
}

#p_nav li a {
  -webkit-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
  min-width: 110px;
  padding: 0 0.5em;
  border: 1px solid #000A02;
  border-radius: 2em;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #p_nav li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#p_nav li a:hover {
  border-radius: 0;
}

#p_nav li span {
  display: inline-block;
  padding: 0.5em 0 0.5em 15px;
}

#p_nav .news a {
  background-color: #fff;
  color: #000A02;
}

#p_nav .news span {
  background: url(../img/icon_header_news2.png) no-repeat left center;
}

#p_nav .access a {
  background-color: #fff;
  color: #000A02;
}

#p_nav .access span {
  background: url(../img/icon_header_access2.png) no-repeat left center;
}

#p_nav .rules a {
  background-color: #fff;
  color: #000A02;
}

#p_nav .rules span {
  background: url(../img/icon_header_rules2.png) no-repeat left center;
}

#p_nav .contact a {
  background-color: #40a6a8; /* #ff5677 */
  border: 1px solid #40a6a8; /* #ff5677 */
}

#p_nav .contact span {
  /* background: url(../img/icon_header_contact4.png) no-repeat left center; */
}

#p_nav .reserve a {
  background-color: #40a6a8; /* #ff5677 */
  border: 1px solid #40a6a8; /* #ff5677 */
}

#p_nav .reserve span {
  background: url(../img/icon_header_reserve2.png) no-repeat left center;
}

#g_nav {
  zoom: 1;
}

#g_nav:after {
  display: block;
  content: "";
  clear: both;
}

#g_nav li {
  position: relative;
  float: left;
  padding: 0 35px;
/*  border-right: 1px dashed #000A02; line省略*/
}

/*#g_nav li:first-child {
  border-left: 1px dashed #000A02;
}*/

#g_nav li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#g_nav li a {
  position: relative;
  z-index: 9;
  display: block;
}

#g_nav .about:after {
  width: 76px;
  height: 58px;
}

#g_nav .about.current:after {
  background: url(../../mou/img/menu/nav_about_ani.png) no-repeat -684px 0;
}

#g_nav .about:not(.current):hover:after {
  background: url(../../mou/img/menu/nav_about_ani.png) no-repeat 0 0;
  -webkit-animation: about-ani 0.4s steps(9, start) forwards;
  animation: about-ani 0.4s steps(9, start) forwards;
}

@-webkit-keyframes about-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -684px 0;
  }
}

@keyframes about-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -684px 0;
  }
}

#g_nav .menu:after {
  width: 57px;
  height: 50px;
}

#g_nav .menu.current:after {
  background: url(../img/nav_plan_ani.png) no-repeat -798px 0;
}

#g_nav .menu:not(.current):hover:after {
  background: url(../img/nav_plan_ani.png) no-repeat 0 0;
  -webkit-animation: plan-ani 0.6s steps(14, start) forwards;
  animation: plan-ani 0.6s steps(14, start) forwards;
}

@-webkit-keyframes plan-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -798px 0;
  }
}

@keyframes plan-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -798px 0;
  }
}

#g_nav .price:after {
  width: 75px;
  height: 42px;
}

#g_nav .price.current:after {
  background: url(../img/nav_price_ani.png) no-repeat -300px 0;
}

#g_nav .price:not(.current):hover:after {
  background: url(../img/nav_price_ani.png) no-repeat 0 0;
  -webkit-animation: price-ani 0.2s steps(4, start) forwards;
  animation: price-ani 0.2s steps(4, start) forwards;
}

@-webkit-keyframes price-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

@keyframes price-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -300px 0;
  }
}

#g_nav .flow:after {
  width: 59px;
  height: 41px;
}

#g_nav .flow.current:after {
  background: url(../img/nav_flow_ani.png) no-repeat -826px 0;
}

#g_nav .flow:not(.current):hover:after {
  background: url(../img/nav_flow_ani.png) no-repeat 0 0;
  -webkit-animation: flow-ani 0.5s steps(14, start) forwards;
  animation: flow-ani 0.5s steps(14, start) forwards;
}

@-webkit-keyframes flow-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -826px 0;
  }
}

@keyframes flow-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -826px 0;
  }
}

@-webkit-keyframes staff-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -406px 0;
  }
}

@keyframes staff-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -406px 0;
  }
}

#g_nav .faq:after {
  width: 73px;
  height: 41px;
}

#g_nav .faq.current:after {
  background: url(../img/nav_faq_ani.png) no-repeat -1022px 0;
}

#g_nav .faq:not(.current):hover:after {
  background: url(../img/nav_faq_ani.png) no-repeat 0 0;
  -webkit-animation: faq-ani 0.5s steps(14, start) forwards;
  animation: faq-ani 0.5s steps(14, start) forwards;
}

@-webkit-keyframes faq-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1022px 0;
  }
}

@keyframes faq-ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1022px 0;
  }
}

body.scroll #g_sp_header,
body.open #g_sp_header {
  top: 0;
}

@media only screen and (min-width: 768px), print {
  body.scroll #g_sp_header,
  body.open #g_sp_header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

body.scroll #g_sp_header #nav__sp,
body.scroll #g_sp_header .nav_btn_access,
body.scroll #g_sp_header .nav_btn_reserve,
body.open #g_sp_header #nav__sp,
body.open #g_sp_header .nav_btn_access,
body.open #g_sp_header .nav_btn_reserve {
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
}

body.open #drawer_inr {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s; 
}

body.open .btn_pero,
body.open .click_me {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  #nav__sp,
  .nav_btn_reserve {
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
  }
}

#drawer_inr {
  visibility: hidden;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0 0;
  opacity: 0;
}

@media only screen and (min-width: 768px), print {
  #drawer_inr {
    min-width: 1200px;
    padding: 195px 60px 60px;
  }
}

#drawer_inr .logo_d {
  margin: auto;
  width: 50%;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px), print {
  #drawer_inr .logo_d {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    width: auto;
    text-align: center;
  }
  #drawer_inr .logo_d a {
    display: inline-block;
  }
}

body.open #nav-bg {
  height: 100%;
}

@media only screen and (min-width: 768px), print {
  body.open #nav-bg {
    min-width: 1200px;
  }
}

#nav-bg {
  content: "";
  display: block;
  position: fixed;
  z-index: 99999;
  height: 0;
  top: 0;
  right: 0;
  left: 0;
  background-color: #faf0d9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (min-width: 768px), print {
  #nav-bg {
    min-width: 1200px;
  }
}

#top #g_sp_header {
  display: none;
}

#g_sp_header {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: fixed;
  z-index: 9999999;
  top: 20px;
  left: 10px;
}

@media only screen and (min-width: 768px), print {
  #g_sp_header {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
  }
}

#g_header {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
  
#nav__sp {
  float: left;
  cursor: pointer;
}

#nav__sp .panel__link_none {
  display: none;
}
  
@media only screen and (min-width: 768px), print {
  #nav__sp .panel__btn_text {
    padding-top: 48px;
  }
  #nav__sp .panel__link {
    padding-top: 200px;
  }  
  .panel__link a {
    margin-bottom: 10px;    
    display:block;
  }
}

@media only screen and (max-width: 767px) {
  #nav__sp .panel__link {
    padding-top: 100px;
  }
  .panel__link a {
    margin-bottom: 10px;   
    display:block;
  }    
}

@media only screen and (min-width: 768px), print {
  #nav__sp #panel__btn_icon {
    top: 31px;
  }
}

@media only screen and (min-width: 768px), print {
  #nav__sp #panel__btn {
    width: 100px;
    height: 70px;
  }
}

#nav__sp.close #panel__btn_icon {
  background: transparent;
}

#nav__sp.close #panel__btn_icon:before, #nav__sp.close #panel__btn_icon:after {
  margin-top: 0;
}

#nav__sp.close #panel__btn_icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav__sp.close #panel__btn_icon:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#panel__btn {
  position: relative;
  display: block;
  width: 55px;
  height: 55px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon {
  display: block;
  position: absolute;
  top: 22px;
  left: 50%;
  width: 20px;
  height: 3px;
  margin: -1px 0 0 -10px;
  background-color: #000A02;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#panel__btn_icon:before, #panel__btn_icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  margin-left: -10px;
  background-color: #000A02;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#panel__btn_icon:before {
  margin-top: -10px;
}

#panel__btn_icon:after {
  margin-top: 6px;
}

.panel__btn_text {
  position: relative;
  padding-top: 34px;
  color: #000A02;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 9px;
}

@media only screen and (min-width: 768px), print {
  .panel__btn_text {
    padding-top: 4em;
    letter-spacing: 0.07em;
  }
  .panel__link {
    padding-top: 4em;
    letter-spacing: 0.07em;
  }  
}

.nav_btn_access,
.nav_btn_reserve {
  float: left;
  width: 55px;
  height: 55px;
  border-radius: 0 0 3px 3px;
}

@media only screen and (min-width: 768px), print {
  .nav_btn_access,
  .nav_btn_reserve {
    width: 70px;
    height: 70px;
  }
}

.nav_btn_access a,
.nav_btn_reserve a {
  position: relative;
  display: block;
  height: 100%;
}

.nav_btn_access a:hover,
.nav_btn_reserve a:hover {
  text-decoration: none;
  top: -2px;
}

.nav_btn_access .panel__btn_text,
.nav_btn_reserve .panel__btn_text {
  color: #fff;
}

.nav_btn_access .panel__btn_text:before,
.nav_btn_reserve .panel__btn_text:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2.1em;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav_btn_access {
  display: none;
  margin-left: 15px;
  background-color: #000A02;
}

@media only screen and (min-width: 768px), print {
  .nav_btn_access {
    display: block;
  }
}

.nav_btn_access .panel__btn_text:before {
  width: 25px;
  height: 20px;
  background-image: url(../img/icon_access_whtie.png);
}

.nav_btn_reserve {
  margin-left: 10px;
  background-color: #40a6a8;
}

@media only screen and (min-width: 768px), print {
  .nav_btn_reserve {
    margin-left: 5px;
  }
}

.nav_btn_reserve .panel__btn_text:before {
  width: 23px;
  height: 17px;
  background-image: url(../img/icon_reserve_whtie.png);
}

#d_nav {
  position: relative;
  color: #111;
}

@media only screen and (min-width: 768px), print {
  #d_nav {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}

#d_nav .sec_d_nav {
  padding: 20px 20px;
  font-size: 11px;
}

@media only screen and (min-width: 768px), print {

}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav {
    padding: 0 32px;
    font-size: 13px;
  }
}

#d_nav .sec_d_nav .d_nav_child a {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding-left: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  color: #111;
  background: url(../img/arrow_right_black_s.png) no-repeat left 0.46em;
  background-size: 10px auto;
}

#d_nav .sec_d_nav .d_nav_child a:hover {
  color: #ff5677;
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._plan {
    width: 45%;
  }
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._plan {
    border-bottom: 1px solid #fff;
  }
}

#d_nav .sec_d_nav._plan .d_nav_child {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -3px 0;
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._plan .d_nav_child {
    margin: -20px -5px 0;
  }
}

#d_nav .sec_d_nav._plan .d_nav_child li {
  margin-top: 15px;
  width: 25%;
  padding: 0 3px;
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._plan .d_nav_child li {
    margin-top: 20px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._plan .d_nav_child li:nth-child(5) {
    margin-left: 12.5%;
  }
}

#d_nav .sec_d_nav._plan .d_nav_child a {
  padding: 0;
  background: none;
  text-align: center;
}

#d_nav .sec_d_nav._plan .d_nav_child a .c_link {
  display: inline-block;
  margin-top: 8px;
  padding-left: 14px;
  background: url(../img/arrow_right_black_s.png) no-repeat left 0.46em;
  background-size: 10px auto;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._special {
    border-bottom: 1px solid #fff;
  }
}

#d_nav .sec_d_nav._special .d_nav_child {
  margin-left: 14px;
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._special .d_nav_child {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1px;
  }
}

#d_nav .sec_d_nav._special .d_nav_child li {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._special .d_nav_child li {
    margin-top: 0;
    width: 33.33333%;
    padding: 0 1px;
  }
  #d_nav .sec_d_nav._special .d_nav_child li a {
    padding: 15px 5px;
    background-color: #fff;
    background-position: right 3px center;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }
}

#d_nav .sec_d_nav._other {
  position: relative;
  padding: 0;
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._other {
    width: 31%;
  }
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._other:after {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%;
  }
}

/*
#d_nav .sec_d_nav._other .d_nav_child_other {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#d_nav .sec_d_nav._other .d_nav_child_other li {
  width: 50%;
}
*/

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._other .d_nav_child_other li {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._other .d_nav_child_other li {
    border-bottom: 1px solid #fff;
  }
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._other .d_nav_child_other li .ttl_d_nav {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._other .d_nav_child_other li .ttl_d_nav {
    margin-bottom: 0;
  }
}

#d_nav .sec_d_nav._other .d_nav_child_other li:nth-child(5) .ttl_d_nav, #d_nav .sec_d_nav._other .d_nav_child_other li:nth-child(6) .ttl_d_nav {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (min-width: 768px), print {
  #d_nav .sec_d_nav._other a:hover .ttl_d_nav {
    color: #40a6a8;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) {
  #d_nav .sec_d_nav._other a {
    position: relative;
    display: block;
    padding: 7px 10px 12px;
    background: url(../img/arrow_right_black_s.png) no-repeat right 10px center;
    background-size: 10px auto;
  }
  #d_nav .sec_d_nav._other a:before {
    content: "";
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -1px;
    border-left: 1px solid #fff;
  }
}

#d_nav .ttl_d_nav {
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  margin-bottom: 20px;
  color: #111;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  /* text-align: center; */
}

@media only screen and (min-width: 768px), print {
  #d_nav .ttl_d_nav {
    font-size: 20px;
    text-align: left;
  }
}

#d_nav .ttl_d_nav span {
  display: block;
  margin-top: 2px;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  #d_nav .ttl_d_nav span {
    font-size: 11px;
  }
}

.wrap_d_contact_sp_btn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

@media only screen and (min-width: 768px), print {
  .wrap_d_contact_sp_btn {
    display: none;
  }
}

.wrap_d_contact_sp_btn .d_contact_btn {
  width: 33.33333%;
}

.wrap_d_contact_sp_btn .d_contact_btn a {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  text-align: center;
}

.wrap_d_contact_sp_btn .d_contact_btn a:hover {
  text-decoration: none;
}

.wrap_d_contact_sp_btn .d_contact_btn a span {
  display: block;
  padding: 49px 5px 12px 5px;
  background-position: center 23px;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.wrap_d_contact_sp_btn .d_contact_btn._reserve a {
  background-color: #40a6a8;
}

.wrap_d_contact_sp_btn .d_contact_btn._reserve span {
  background-image: url(../img/icon_reserve_whtie.png);
  background-size: 30px auto;
}

.wrap_d_contact_sp_btn .d_contact_btn._contact a {
  background-color: #fff;
  color: #000A02;
}

.wrap_d_contact_sp_btn .d_contact_btn._contact span {
  background-image: url(../img/icon_mail_black.png);
  background-size: 25px auto;
}

.wrap_d_contact_sp_btn .d_contact_btn._access a {
  background-color: #000A02;
}

.wrap_d_contact_sp_btn .d_contact_btn._access span {
  background-image: url(../img/icon_access_whtie.png);
  background-size: 28px auto;
}

.wrap_d_contact_btn {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrap_d_contact_btn {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px 95px;
  }
}

.wrap_d_contact_btn .d_contact_btn {
  padding: 0 5px;
}

.wrap_d_contact_btn .d_contact_btn a {
  display: block;
  min-width: 260px;
  padding: 10px;
  border-radius: 2em;
  color: #fff;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap_d_contact_btn .d_contact_btn a:hover {
  text-decoration: none;
  border-radius: 0;
}

.wrap_d_contact_btn .d_contact_btn a span {
  display: inline-block;
  padding: 5px 5px 5px 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_d_contact_btn .d_contact_btn._reserve a {
  background-color: #40a6a8;
}

.wrap_d_contact_btn .d_contact_btn._reserve span {
  background-image: url(../img/icon_reserve_whtie.png);
  background-size: 30px auto;
}

.wrap_d_contact_btn .d_contact_btn._contact a {
  background-color: #fff;
  color: #000A02;
}

.wrap_d_contact_btn .d_contact_btn._contact span {
  padding-left: 33px;
  background-image: url(../img/icon_mail_black.png);
  background-size: 25px auto;
}

.wrap_d_contact_btn .d_contact_btn._access a {
  background-color: #000A02;
}

.wrap_d_contact_btn .d_contact_btn._access span {
  padding-left: 34px;
  background-image: url(../img/icon_access_whtie.png);
  background-size: 28px auto;
}

.list_contact_sp_info {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1px;
}

@media only screen and (min-width: 768px), print {
  .list_contact_sp_info {
    display: none;
  }
}

.list_contact_sp_info li {
  width: 33.33333%;
}

.list_contact_sp_info li + li {
  border-left: 1px solid #faf0d9;
}

.list_contact_sp_info li a {
  display: block;
  padding: 18px 5px;
  background-color: #fbdc1a;
  font-size: 12px;
  text-align: center;
}

.list_contact_sp_info li a span {
  display: inline-block;
  padding: 5px 0 5px 23px;
  background: url(../img/icon_tel_black%403x.png) no-repeat left center;
  background-size: 20px auto;
}

.d_list_sns {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px), print {
  .d_list_sns {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.d_list_sns li {
  position: relative;
  width: 25%;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .d_list_sns li {
    width: auto;
    padding: 0 20px;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  .d_list_sns li:first-child:after {
    display: none;
  }
  .d_list_sns li:last-child:before {
    display: none;
  }
}

.d_list_sns li:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  border-left: 1px solid #fff;
}

.d_list_sns li:after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: -1px;
  border-left: 1px solid #fff;
}

.d_list_sns li img {
  display: block;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 768px), print {
  .d_list_sns li img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

.d_list_sns li a {
  display: block;
  padding: 12px 5px;
  color: #000A02;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px), print {
  .d_list_sns li a {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.1em;
    vertical-align: middle;
    white-space: nowrap;
  }
}

#nav__sp,
.nav_btn_reserve {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

body.pero_open #nav__sp,
body.pero_open .nav_btn_reserve {
  opacity: 0;
}

body.open .wrap_content {
  overflow: hidden;
}

body#top #maincontent {
  margin-top: 0;
}

/* ワンカラム */
body.news #g_header,
body.gallery #g_header,
body.tel #g_header,
body.contact #g_header,
body.reserve #g_header {
  padding-right: 0;
}

body.news #mou_header,
body.gallery #mou_header,
body.tel #mou_header,
body.contact #mou_header,
body.reserve #mou_header {
  padding-right: 0;
}

body.news #maincontent,
body.gallery #maincontent,
body.tel #maincontent,
body.contact #maincontent,
body.reserve #maincontent {
  margin-right: 0;
  padding-right: 0;
}

body.news #pagetop.fixedsticky-on,
body.gallery #pagetop.fixedsticky-on,
body.tel #pagetop.fixedsticky-on,
body.contact #pagetop.fixedsticky-on,
body.reserve #pagetop.fixedsticky-on {
  right: 0;
}

@media only screen and (min-width: 1300px) {
  body.news #pagetop.fixedsticky-on,
  body.gallery #pagetop.fixedsticky-on,
  body.tel #pagetop.fixedsticky-on,
  body.contact #pagetop.fixedsticky-on,
  body.reserve #pagetop.fixedsticky-on {
    right: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .mfp-wrap + #wrapper #sidecontent {
    right: 17px;
  }
}

.wrap_content {
  background: #faf0d9;
  zoom: 1;
  z-index: 9999;
  position: relative;
  margin-top: 0px;
}

.wrap_content:after {
  display: block;
  content: "";
  clear: both;
}

@media only screen and (min-width: 768px), print {
  .wrap_content {
    margin-top: 0;
  }
}

.wrap_content #maincontent {
  position: relative;
  background: #faf0d9;
}

@media only screen and (min-width: 768px), print {
  .wrap_content #maincontent {
    width: 100%;
    float: left;
    margin-top: 100px;
    margin-right: 0px;
    padding-right: 0px;
  }
}

@media only screen and (min-width: 1300px) {
  .wrap_content #maincontent {
    margin-right: -0px; /* -280px */
    padding-right: 0px; /* 280px */
  }
}

.wrap_content #sidecontent {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 86px;
}

@media only screen and (min-width: 768px), print {
  .wrap_content #sidecontent {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    float: right;
    width: 240px;
    height: auto;
  }
}

@media only screen and (min-width: 1300px) {
  .wrap_content #sidecontent {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .wrap_content #sidecontent {
    right: 0 !important;
  }
}

.wrap_content #sidecontent.pero {
  z-index: 999;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  .wrap_content #sidecontent .side_inc {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9;
    width: 240px;
    padding: 32px 10px 0;
    background-color: #fff;
  }
  .wrap_content #sidecontent .side_inc:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    bottom: 0;
    border-left: 1px solid #e2e2e2;
  }
}

@media only screen and (min-width: 1300px) {
  .wrap_content #sidecontent .side_inc {
    width: 280px;
  }
}

.wrap_content #sidecontent .btn__more {
  display: block;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .wrap_content #sidecontent .btn__more a {
    padding: 15px 35px;
    background: url(../img/arrow_right_white.png) no-repeat right 8px center #000A02;
    color: #fff;
    border-radius: 3em;
  }
}

.ttl_photo_gallery {
  margin-bottom: 22px;
}

@media only screen and (min-width: 768px), print {
  .ttl_photo_gallery img {
    max-width: 194px;
  }
}

.sec_photo_gallery {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .sec_photo_gallery {
    overflow: hidden;
    will-change: clip-path;
    padding: 30px 15px 50px;
    -webkit-clip-path: polygon(calc(100% - 86px) 0, 100% 0, 100% 86px);
    clip-path: polygon(calc(100% - 86px) 0, 100% 0, 100% 86px);
    background-color: #fcee1b;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
  }
}

.sec_photo_gallery.click {
  -webkit-clip-path: polygon(-1154px 0, 100% 0, 100% 1586px);
  clip-path: polygon(-1154px 0, 100% 0, 100% 1586px);
}

.sec_photo_gallery.pero_end {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#sidePhotoGallery {
  overflow: hidden;
  margin: -6px -3px 0;
}

#sidePhotoGallery > li {
  float: left;
  margin-top: 6px;
  padding: 0 3px;
  width: 50%;
}

#sidePhotoGallery > li:first-child {
  width: 100%;
}

#sidePhotoGallery > li a {
  position: relative;
  padding-top: 100%;
}

#sidePhotoGallery > li img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.wrap_contPhotoGallery {
  position: relative;
  margin-top: 20px;
}

@media only screen and (min-width: 375px), print {
  .wrap_contPhotoGallery {
    top: -45px;
    width: auto;
  }
}

.photoGallery .img_gallery {
  overflow: hidden;
}

.photoGallery .img_gallery a {
  display: block;
  overflow: hidden;
}

@media only screen and (min-width: 768px), print {
  .photoGallery .img_gallery a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.photoGallery .img_gallery img {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

#contPhotoGallery,
.shichigosan_gallery {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -6px -3px 0;
}

#contPhotoGallery > li,
.shichigosan_gallery > li {
  margin-top: 6px;
  padding: 0 3px;
  width: 33.33333%;
}

@media only screen and (min-width: 768px), print {
  #contPhotoGallery > li,
  .shichigosan_gallery > li {
    width: 16.66666%;
  }
}

#contPhotoGallery > li a,
.shichigosan_gallery > li a {
  position: relative;
  z-index: 9;
  display: block;
}

#contPhotoGallery > li a:before,
.shichigosan_gallery > li a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 3px solid #fff;
}

#contPhotoGallery > li a:after,
.shichigosan_gallery > li a:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #000A02;
}

.gallery_detail {
  position: relative;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  display: inline-block;
}

.gallery_detail .gallery_meta {
  padding: 20px;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .gallery_detail .gallery_meta {
    padding: 30px;
  }
}

.gallery_detail .gallery_meta._item {
  padding: 25px 20px 30px;
}

@media only screen and (min-width: 768px), print {
  .gallery_detail .gallery_meta._item {
    padding: 30px 40px;
  }
}

.gallery_detail .gallery_meta .meta_ttl {
  margin-bottom: 5px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
}

@media only screen and (min-width: 768px), print {
  .gallery_detail .gallery_meta .meta_ttl {
    font-size: 16px;
  }
}

.gallery_detail .gallery_meta .meta_txt {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2;
  text-align: left;
}

.gallery_detail .list_cat {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px;
}

.gallery_detail .list_cat li {
  width: 50%;
  padding: 1px;
}

@media only screen and (min-width: 768px), print {
  .gallery_detail .list_cat li {
    width: 33.33333%;
  }
}

.gallery_detail .list_cat li._cat01 a {
  background-color: #51bbdd;
}

.gallery_detail .list_cat li._cat02 a {
  background-color: #ff849a;
}

.gallery_detail .list_cat li._cat03 a {
  background-color: #bfd21a;
}

.gallery_detail .list_cat li a {
  display: block;
  padding: 5px;
  color: #fff;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

.gallery_detail .list_tag {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 3px -1px 0;
}

.gallery_detail .list_tag li {
  padding: 1px;
}

.gallery_detail .list_tag li a {
  display: block;
  padding: 5px 7px;
  border: 1px solid #c2c2c2;
  color: #111;
  font-size: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.gallery_detail .wrap_btn__basic {
  margin-top: 20px;
}

@media only screen and (min-width: 768px), print {
  .gallery_detail .wrap_btn__basic {
    margin-top: 30px;
  }
}

.mfp-wrap + #wrapper .btn_pero,
.mfp-wrap + #wrapper .click_me,
.mfp-wrap + #wrapper #g_sp_header {
  display: none;
}

.btn_pero {
  will-change: width;
  position: absolute;
  z-index: 999999;
  right: 0;
  top: 0;
  width: 86px;
  -webkit-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

@media only screen and (min-width: 768px), print {
  .btn_pero {
    display: none !important;
  }
}

.btn_pero img {
  width: 100%;
  height: auto;
}

.btn_pero.click {
  width: 1500px;
}

.btn_pero.hide {
  display: none;
}

.click_me {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999999;
  cursor: pointer;
  width: 100px;
  height: 100px;
  text-align: right;
}

.click_me.unselect {
  pointer-events: none;
}

@media only screen and (min-width: 768px), print {
  .click_me {
    display: none;
  }
}

.sec__plain {
  padding-top: 50px;
}

@media only screen and (min-width: 768px), print {
  .sec__plain {
    padding-top: 100px;
  }
}

.sec__cmn {
  padding-top: 42px;
  padding-bottom: 78px;
}

@media only screen and (min-width: 576px), print {
  .sec__cmn {
    padding-top: 42px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__cmn {
    padding-top: 70px;
  }
}

@media only screen and (min-width: 576px), print {
  .sec__cmn {
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec__cmn {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px), print {
  .wrap__col {
    margin-bottom: -140px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (min-width: 576px), print {
  .wrap__col {
    margin-bottom: -135px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px), print {
  .wrap__col {
    margin-bottom: -130px;
  }
}

.col__main {
  padding-bottom: 78px;
}

@media only screen and (min-width: 576px), print {
  .col__main {
    padding-bottom: 78px;
  }
}

@media only screen and (min-width: 768px), print {
  .col__main {
    padding-bottom: 130px;
  }
}

@media only screen and (min-width: 768px), print {
  .col__main {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
}

@media only screen and (min-width: 768px), print {
  .col__main {
    margin-right: 50px;
  }
}

.col__side {
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px), print {
  .col__side {
    width: 270px;
  }
}

.col__side .inner {
  position: -webkit-sticky;
  position: sticky;
  top: 8em;
}

.col__side .ttl__side {
  font-size: 17px;
  font-size: 1.7rem;
}

@media only screen and (max-width: 767px) {
  .col__side .ttl__side {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.col__side .ttl__side a,
.col__side .ttl__side > span {
  display: block;
  padding: 0.7em 0.5em 0.6em 25px;
  background: #a2b7e8;
  background: -moz-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: -webkit-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: -webkit-gradient(linear, left top, right top, from(#a2b7e8), to(#98deee));
  background: -o-linear-gradient(left, #a2b7e8 0%, #98deee 100%);
  background: linear-gradient(to right, #a2b7e8 0%, #98deee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2b7e8', endColorstr='#98deee',GradientType=1 );
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.col__side .ttl__side a {
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.col__side .ttl__side a:hover {
  background-color: #faf0d9;
}

.col__side .list_side_link {
  font-size: 15px;
  font-size: 1.5rem;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .col__side .list_side_link {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.col__side .list_side_link li {
  border-top: 1px dotted #fff;
}

.col__side .list_side_link li:first-child {
  border-top: none;
}

@media only screen and (min-width: 768px), print {
  .col__side .list_side_link li:last-child {
    border-bottom: 1px dotted #fff;
  }
}

.col__side .list_side_link li.current a {
  background-color: #666;
  color: #fff;
}

.col__side .list_side_link li a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  display: block;
  padding: 1em 0.5em 1em 45px;
  color: #faf0d9;
}

.col__side .list_side_link li a:hover {
  background-color: #666;
  color: #fff;
  text-decoration: none;
}

.col__side .list_side_link li a:hover:after {
  border-color: #fff;
}

.col__side .list_side_link li a:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 27px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.45em;
  height: 0.45em;
  border-top: 1px solid #000A02;
  border-right: 1px solid #000A02;
}

.wrap_breadcrumbs {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .wrap_breadcrumbs {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 9;
  }
}

#breadcrumbs {
  font-size: 12px;
  font-size: 1.2rem;
  overflow: hidden;
  margin-top: 15px;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs li {
  float: left;
}

#breadcrumbs li a {
  position: relative;
  display: block;
  margin-right: 1.6em;
  font-weight: 500;
  color: #000A02;
  text-decoration: none;
}

#breadcrumbs li a:after {
  font-size: 12px;
  font-size: 1.2rem;
  content: ">";
  -webkit-transform: scaleX(0.7);
  -ms-transform: scaleX(0.7);
  transform: scaleX(0.7);
  position: absolute;
  top: -0.1em;
  right: -1.2em;
  text-decoration: none;
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs li a:after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#breadcrumbs li a:hover {
  border-bottom: 1px solid #000A02;
}

.sec_go_mou {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 10px;
  background: #6fb7cf repeat left top;
  border: 1px solid #111;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou {
    margin: 50px;
    padding: 40px;
  }
}

.sec_go_mou .ttl_go_mou {
  text-align: center;
}

.sec_go_mou .ttl_go_mou span {
  display: inline-block;
  padding: 3px 0 0 60px;
  background: url(../../mou/img/logo4.png?20230111) no-repeat left top;
  background-size: 52px auto;
  color: #000A02;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 24px;
  font-weight: 700;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .ttl_go_mou span {
    font-size: 28px;
  }
}

.sec_go_mou .txt_go_mou {
  margin-bottom: 25px;
  padding-left: 22px;
  color: #000A02;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.sec_go_mou .txt_go_mou a {
  color: #000A02;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .txt_go_mou {
    margin-bottom: 23px;
    font-size: 14px;
  }
}

.sec_go_mou .list_contact_info {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .list_contact_info {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .list_contact_info li {
    width: 33.33333%;
    padding: 0 5px;
  }
}

.sec_go_mou .list_contact_info li a {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #111;
  padding: 6px 0;
  cursor: default;
  text-align: left;
  white-space: nowrap;
}

.sec_go_mou .list_contact_info li a:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 26px;
  margin: 0 9px 0 11px;
  background: url(../img/icon_tel_black%403x.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (min-width: 1300px) {
  .sec_go_mou .list_contact_info li a:before {
    margin: 0 18px 0 21px;
  }
}

.sec_go_mou .list_contact_info li a:hover {
  text-decoration: none;
}

.sec_go_mou .list_contact_info dl {
  position: relative;
  padding: 11px 0 5px 12px;
}

.sec_go_mou .list_contact_info dl:before {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border-left: 1px solid #111;
}

.sec_go_mou .list_contact_info dt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.sec_go_mou .list_contact_info dt span {
  margin-left: 4px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 9px;
  color: #444;
}

.sec_go_mou .list_contact_info dd {
  margin-top: 5px;
  color: #111;
  font-size: 26px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .wrap_btn_go_mou {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px -5px 0;
  }
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou + .btn_go_mou {
  margin-top: 5px;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .wrap_btn_go_mou .btn_go_mou + .btn_go_mou {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .wrap_btn_go_mou .btn_go_mou {
    width: 50%;
    padding: 0 5px;
  }
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 0.8em 2em 0.96em;
  background-position: right 0.8em center;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_right_white.png);
  border-radius: 3em;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .wrap_btn_go_mou .btn_go_mou a {
    font-size: 16px;
  }
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou a:hover {
  background-position: right 0.6em center;
  border-radius: 0;
  text-decoration: none;
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou._tel {
  display: block;
}

@media only screen and (min-width: 768px), print {
  .sec_go_mou .wrap_btn_go_mou .btn_go_mou._tel {
    display: none;
  }
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou._tel a {
  background-color: #fff;
  background-image: url(../img/arrow_right_black.png);
  border: 1px solid #000A02;
  color: #000A02;
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou._tel span {
  color: #000A02;
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou._reserve a {
  background-color: #40a6a8;
  border: 1px solid #40a6a8;
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou._price a {
  background-color: #000A02;
  border: 1px solid #000A02;
}

.sec_go_mou .wrap_btn_go_mou .btn_go_mou span {
  display: block;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 1;
}

.sec_reserve {
  position: relative;
  z-index: 9;
  background: url(../img/bg03.gif) repeat left top;
}

.sec_reserve .ttl_reserve {
  text-align: center;
}

.sec_reserve .ttl_reserve img {
  max-width: 100%;
  height: auto;
  margin-top: -38px;
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .ttl_reserve img {
    margin-top: -50px;
  }
}

.sec_reserve .txt_reserve {
  margin: 15px 0 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .box_reserve {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sec_reserve .box_reserve img {
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .box_reserve .item {
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .box_reserve .item._reserve_btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.sec_reserve .box_reserve .item._reserve_btn .btn__reserve {
  display: block;
}

@media only screen and (max-width: 767px) {
  .sec_reserve .box_reserve .item._img_reserve01 img {
    display: block;
    max-width: 272px;
    margin: auto;
  }
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .box_reserve .item._img_reserve01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.sec_reserve .box_reserve .item._img_reserve02 {
  display: none;
}

@media only screen and (min-width: 768px), print {
  .sec_reserve .box_reserve .item._img_reserve02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: block;
    margin-bottom: -30px;
    text-align: right;
  }
}

#g_footer {
  background: url(../img/bg04.gif) repeat left top;
}

#g_footer .wrap_footer_top {
  padding-top: 37px;
  text-align: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_top {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1400px) {
  #g_footer .wrap_footer_top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#g_footer .produced_by {
  display: inline-block;
  margin-top: 5px;
  padding: 0 0.6em;
  background-color: #000A02;
  border-radius: 2em;
  color: #fff;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px), print {
  #g_footer .produced_by {
    display: block;
    margin-top: 10px;
  }
}

#g_footer .wrap_contact_info {
  margin-top: 20px;
}

@media only screen and (min-width: 1400px) {
  #g_footer .wrap_contact_info {
    margin-top: 0;
  }
}

#g_footer .list_contact_info {
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 768px), print {
  #g_footer .list_contact_info {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px;
  }
}

#g_footer .list_contact_info li {
  border: 1px solid #b4b4b4;
}

@media only screen and (min-width: 768px), print {
  #g_footer .list_contact_info li {
    width: 220px;
  }
}

#g_footer .list_contact_info li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  #g_footer .list_contact_info li + li {
    margin: 0 3px;
  }
}

#g_footer .list_contact_info li a {
  display: table;
  width: 100%;
  padding: 10px 6px 10px 13px;
  cursor: default;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  #g_footer .list_contact_info li a {
    padding: 6px 6px 6px 13px;
  }
}

#g_footer .list_contact_info li a:before {
  content: "";
  display: table-cell;
  width: 32px;
  height: 26px;
  background: url(../img/icon_tel.png) no-repeat center center;
  vertical-align: middle;
}

#g_footer .list_contact_info li a:hover {
  text-decoration: none;
}

#g_footer .list_contact_info li.contact {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

#g_footer .list_contact_info li.contact a {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #111;
  color: #fff;
  cursor: pointer;
}

#g_footer .list_contact_info li.contact a:before {
  width: 32px;
  height: 21px;
  background: url(../img/icon_mail.png) no-repeat center center;
}

#g_footer .list_contact_info li.contact a:hover {
  opacity: 0.8;
}

#g_footer .list_contact_info li.contact span {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 11px 0 11px 20px;
}

#g_footer .list_contact_info li.contact span:before {
  content: "";
  position: absolute;
  top: 1px;
  right: auto;
  bottom: 1px;
  left: 9px;
  border-left: 1px solid #555;
}

#g_footer .list_contact_info dl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 5px 20px;
}

#g_footer .list_contact_info dl:after, #g_footer .list_contact_info dl:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

#g_footer .list_contact_info dl:after {
  right: auto;
  left: 9px;
  border-left: 1px solid #fff;
}

#g_footer .list_contact_info dl:before {
  right: auto;
  left: 8px;
  border-left: 1px solid #b4b4b4;
}

#g_footer .list_contact_info dt {
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

#g_footer .list_contact_info dt span {
  margin-left: 3px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 9px;
}

#g_footer .list_contact_info dd {
  margin-top: 5px;
  font-size: 18px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
}

#g_footer .wrap_footer_bottom {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 40px;
  }
}

#g_footer .wrap_footer_bottom .txt_footer_bottom {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 10px;
}

#g_footer .wrap_footer_bottom .list_sns {
  margin: 20px -15px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom .list_sns {
    margin: 0 0 0 30px;
  }
}

#g_footer .wrap_footer_bottom .list_sns li {
  position: relative;
  padding: 0 15px;
}

#g_footer .wrap_footer_bottom .list_sns li:first-child:after, #g_footer .wrap_footer_bottom .list_sns li:first-child:before {
  display: none;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom .list_sns li {
    padding: 0 0 0 20px;
    text-align: left;
  }
}

#g_footer .wrap_footer_bottom .list_sns li:after, #g_footer .wrap_footer_bottom .list_sns li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

#g_footer .wrap_footer_bottom .list_sns li:after {
  right: auto;
  left: 0;
  border-left: 1px solid #fff;
}

#g_footer .wrap_footer_bottom .list_sns li:before {
  right: auto;
  left: -1px;
  border-left: 1px solid #b4b4b4;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom .list_sns li + li {
    margin-left: 20px;
  }
}

#g_footer .wrap_footer_bottom .list_sns li img {
  display: block;
  margin: 0 auto 15px;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom .list_sns li img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin: 0 15px 0 0;
  }
}

#g_footer .wrap_footer_bottom .list_sns li a {
  display: block;
  color: #000A02;
  font-size: 11px;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  #g_footer .wrap_footer_bottom .list_sns li a {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
  }
}

#g_footer .wrap_footer_bottom .list_sns li.fb img {
  margin-right: 0;
}

.wrap_copy {
  background-color: #111;
}

.wrap_copy .wrap_copy_inr {
  padding: 1.4em 0;
}

@media only screen and (min-width: 768px), print {
  .wrap_copy .wrap_copy_inr {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.wrap_copy .wrap_copy_inr .list_footer_subnav {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px), print {
  .wrap_copy .wrap_copy_inr .list_footer_subnav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.wrap_copy .wrap_copy_inr .list_footer_subnav li:last-child a:after {
  content: "";
  position: absolute;
  top: 0.25em;
  right: 0;
  bottom: 0.25em;
  left: auto;
  border-left: 1px solid #fff;
}

.wrap_copy .wrap_copy_inr .list_footer_subnav a {
  position: relative;
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 0 1em;
}

.wrap_copy .wrap_copy_inr .list_footer_subnav a:before {
  content: "";
  position: absolute;
  top: 0.25em;
  right: auto;
  bottom: 0.25em;
  left: 0;
  border-left: 1px solid #fff;
}

.copyright {
  display: block;
  color: #999;
  font-size: 9px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  margin-top: 10px;
}

@media only screen and (min-width: 768px), print {
  .copyright {
    margin-top: 0;
    text-align: left;
  }
}

.mfp-wrap + #wrapper #pagetop {
  display: none;
}

#pagetop {
  display: none;
  z-index: 999999;
  top: auto;
  bottom: 0;
  float: right;
  margin-top: -102px;
  text-align: right;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@media only screen and (min-width: 768px), print {
  #pagetop {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

#pagetop.active .pagetop_balloon01 {
  -webkit-animation: balloon01 3s linear forwards;
  animation: balloon01 3s linear forwards;
}

@-webkit-keyframes balloon01 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(10px);
    transform: translateY(-250%) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(-10px);
    transform: translateY(-500%) translateX(-10px);
  }
}

@keyframes balloon01 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(10px);
    transform: translateY(-250%) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(-10px);
    transform: translateY(-500%) translateX(-10px);
  }
}

#pagetop.active .pagetop_balloon02 {
  -webkit-animation: balloon02 3s linear forwards 0.3s;
  animation: balloon02 3s linear forwards 0.3s;
}

@-webkit-keyframes balloon02 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(-10px);
    transform: translateY(-250%) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(10px);
    transform: translateY(-500%) translateX(10px);
  }
}

@keyframes balloon02 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(-10px);
    transform: translateY(-250%) translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(10px);
    transform: translateY(-500%) translateX(10px);
  }
}

#pagetop.active .pagetop_balloon03 {
  -webkit-animation: balloon03 3s linear forwards 0.2s;
  animation: balloon03 3s linear forwards 0.2s;
}

@-webkit-keyframes balloon03 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(10px);
    transform: translateY(-250%) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(-10px);
    transform: translateY(-500%) translateX(-10px);
  }
}

@keyframes balloon03 {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-250%) translateX(10px);
    transform: translateY(-250%) translateX(10px);
  }
  100% {
    -webkit-transform: translateY(-500%) translateX(-10px);
    transform: translateY(-500%) translateX(-10px);
  }
}

#pagetop .inr {
  position: relative;
  display: inline-block;
  margin: 0 25px 15px 0;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#pagetop .inr:hover {
  -webkit-animation: cloud 2.5s ease infinite;
  animation: cloud 2.5s ease infinite;
}

@-webkit-keyframes cloud {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(8%) translateX(1px);
    transform: translateY(8%) translateX(1px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

@keyframes cloud {
  0 {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(8%) translateX(1px);
    transform: translateY(8%) translateX(1px);
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

#pagetop .inr .pagetop_balloon01 {
  position: absolute;
  top: -1px;
  left: 11px;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#pagetop .inr .pagetop_balloon02 {
  position: absolute;
  top: 32px;
  left: 102px;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#pagetop .inr .pagetop_balloon03 {
  position: absolute;
  top: 70px;
  left: 35px;
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#pagetop.fixedsticky-on {
  right: 240px;
}

@media only screen and (min-width: 1300px) {
  #pagetop.fixedsticky-on {
    right: 280px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick-theme */
.slick-loading .slick-list {
  background: #fff url("images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 99;
  top: 50%;
  width: 46px;
  height: 46px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: transparent;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.slick-prev:hover,
.slick-next:hover {
  opacity: 0.5;
}

.slick-prev:focus,
.slick-next:focus {
  outline: none;
}

.slick-prev {
  left: -80px;
  background-image: url(images/slider_prev.png);
}

[dir='rtl'] .slick-prev {
  right: 10px;
  left: auto;
}

.slick-next {
  right: -80px;
  background-image: url(images/slider_next.png);
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 20px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.sidr.right {
  left: auto;
  right: -100%;
}

.sidr.left {
  left: -100%;
  right: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000A02;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.qs_sec__lg {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media only screen and (min-width: 576px), print {
  .qs_sec__lg {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_sec__lg {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.qs_sec__md {
  margin-top: 42px;
  margin-bottom: 42px;
}

@media only screen and (min-width: 576px), print {
  .qs_sec__md {
    margin-top: 42px;
    margin-bottom: 42px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_sec__md {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.qs_sec__sm {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 576px), print {
  .qs_sec__sm {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_sec__sm {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.qs_sec__xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 576px), print {
  .qs_sec__xs {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_sec__xs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

[class^="heading"] + .qs_sec__lg,
[class^="heading"] + .qs_sec__md,
[class^="heading"] + .qs_sec__sm,
[class^="heading"] + .qs_sec__xs {
  margin-top: 0;
}

.qs_sec__lg:first-child,
.qs_sec__md:first-child,
.qs_sec__sm:first-child,
.qs_sec__xs:first-child {
  margin-top: 0;
}

.qs_sec__lg:last-child,
.qs_sec__md:last-child,
.qs_sec__sm:last-child,
.qs_sec__xs:last-child {
  margin-bottom: 0;
}

[class^="heading"] {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

[class^="heading"]:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  body.gallery .heading__page,
  body.news .heading__page {
    margin-bottom: 25px;
  }
}

body.shichigosan .heading__page,
body.introduction .heading__page,
body.item .heading__page {
  margin-top: -50px;
}

@media only screen and (min-width: 768px), print {
  body.shichigosan .heading__page,
  body.introduction .heading__page,
  body.item .heading__page {
    margin-top: -124px;
  }
}

.heading__page {
  margin: -40px 0 35px;
  padding: 0 15px;
}

@media only screen and (min-width: 375px), print {
  .heading__page {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 768px), print {
  .heading__page {
    margin: -40px 0 40px;
    padding: 0 25px;
  }
}

.heading__page_plain {
  padding: 100px 15px 35px;
}

@media only screen and (min-width: 375px), print {
  .heading__page_plain {
    padding: 100px 20px 35px;
  }
}

@media only screen and (min-width: 768px), print {
  .heading__page_plain {
    padding: 80px 25px 40px;
  }
}

.heading01 {
  position: relative;
  margin-bottom: 1em;
  padding: 0.1em 0.6em 0.1em 17px;
  border-bottom: 1px dotted #d5d5d5;
  font-size: 18px;
  font-weight: 700;
  color: #001111;
}

.heading01:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  bottom: -1px;
  width: 6px;
  background-color: #40a6a8;
}

.heading02 {
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
  padding: 0.6em 0.5em 0.6em 28px;
  background-color: #fde8ed;
  color: #001111;
  font-size: 16px;
  font-weight: 700;
}

.heading02:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 1em;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 1em;
  background-color: #40a6a8;
}

.heading03 {
  position: relative;
  margin-bottom: 1em;
  color: #40a6a8;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.ttl__thread {
  position: relative;
  margin-bottom: 0px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .ttl__thread {
    font-size: 34px;
  }
}

.ttl__thread:after {
  content: "";
  display: block;
  width: 44px;
  height: 0px;
  margin: 12px auto 0;
  /* background: url(../img/icon_thread_pink%402x.png) no-repeat center center; */
  background-size: contain;
}

.ttl__thread span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .ttl__thread span {
    font-size: 13px;
  }
}

.ttl__thread._heading {
  padding-top: 120px;
}

.ttl__guru {
  position: relative;
  margin-bottom: 18px;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .ttl__guru {
    font-size: 26px;
  }
}

.ttl__guru .main {
  vertical-align: middle;
}

.ttl__guru .main:before, .ttl__guru .main:after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.ttl__guru .main:before {
  margin-right: 10px;
}

.ttl__guru .main:after {
  margin-left: 10px;
}

.ttl__guru .sub {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .ttl__guru .sub {
    font-size: 13px;
  }
}

.table, .qs_wrap__table._style01 > table, .qs_wrap__table._style02 > table, .qs_wrap__table._style03 > table {
  width: 100%;
}

.table th, .qs_wrap__table._style01 > table th, .qs_wrap__table._style02 > table th, .qs_wrap__table._style03 > table th,
.table td,
.qs_wrap__table._style01 > table td,
.qs_wrap__table._style02 > table td,
.qs_wrap__table._style03 > table td {
  padding: 0.5em 0.7em;
  text-align: justify;
  vertical-align: middle;
}

@media only screen and (min-width: 768px), print {
  .table th, .qs_wrap__table._style01 > table th, .qs_wrap__table._style02 > table th, .qs_wrap__table._style03 > table th,
  .table td,
  .qs_wrap__table._style01 > table td,
  .qs_wrap__table._style02 > table td,
  .qs_wrap__table._style03 > table td {
    padding: 1em 1.2em;
  }
}

.table th, .qs_wrap__table._style01 > table th, .qs_wrap__table._style02 > table th, .qs_wrap__table._style03 > table th {
  width: 10%;
  white-space: nowrap;
}

.qs_wrap__table {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__table {
    margin: 25px 0;
  }
}

.qs_wrap__table:first-child {
  margin-top: 0;
}

.qs_wrap__table:last-child {
  margin-bottom: 0;
}

.qs_wrap__table._style01 > table thead th {
  background-color: #faf0d9;
  color: #fff;
}

.qs_wrap__table._style01 > table th,
.qs_wrap__table._style01 > table td {
  border: 1px solid #faf0d9;
}

.qs_wrap__table._style01 > table th {
  background-color: #faf0d9;
  border-bottom: 1px solid #fff;
  color: #fff;
  vertical-align: top;
}

.qs_wrap__table._style01 > table tr:last-child th {
  border-bottom-color: #faf0d9;
}

.qs_wrap__table._style02 > table th,
.qs_wrap__table._style02 > table td {
  border: 1px solid #faf0d9;
}

.qs_wrap__table._style02 > table th {
  background-color: #f8f8f8;
  border-bottom: 1px solid #faf0d9;
  vertical-align: top;
}

.qs_wrap__table._style02 > table th[rowspan] {
  background-color: #faf0d9;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

.qs_wrap__table._style02 > table th[rowspan].last_row {
  border-bottom-color: #faf0d9;
}

.qs_wrap__table._style03 > table th,
.qs_wrap__table._style03 > table td {
  border: 1px solid #ddd;
}

.qs_wrap__table._style03 > table th {
  width: 1%;
  color: #fff;
  background-color: #f8f8f8;
  text-align: left;
  white-space: nowrap;
  color: #666;
}

.qs_wrap__table._style03 > table td {
  background-color: #fff;
}

.qs_wrap__table._scroll {
  overflow-x: scroll;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__table._scroll {
    overflow-x: auto;
  }
}

.qs_wrap__table._scroll > table {
  width: 700px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__table._scroll > table {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .qs_wrap__table._block > table th,
  .qs_wrap__table._block > table td {
    display: block;
    width: 100%;
    white-space: normal;
  }
  .qs_wrap__table._block > table th + td,
  .qs_wrap__table._block > table td + td {
    border-top: none;
  }
}

.qs_wrap__table._auto > table tbody th {
  width: 10%;
  white-space: nowrap;
}

.table__basic th,
.table__basic td {
  background-color: #fff;
  /* border-top: 1px dashed #7f7f7f; */
  border-bottom: 1px dashed #7f7f7f;
  font-size: 11px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  vertical-align: top;
}
.table__basic tr:first-child th {
  background-color: #f5f5f5;
}
.table__basic tr:first-child td {
  background-color: #f5f5f5;
}

@media only screen and (min-width: 768px), print {
  .table__basic th,
  .table__basic td {
    font-size: 13px;
  }
}

.table__basic th {
  width: 1%;
  padding: 13px 10px 13px 13px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

@media only screen and (min-width: 768px), print {
  .table__basic th {
    padding: 15px 12px 15px 15px;
  }
}

.table__basic td {
  padding: 13px 13px 13px 10px;
}

@media only screen and (min-width: 768px), print {
  .table__basic td {
    padding: 15px 15px 15px 12px;
  }
}

.txt + [class^="btn__"] {
  margin-top: 1em;
}

.btn__more {
  display: inline-block;
}

.btn__more a,
.btn__more span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  padding: 0.5em 35px;
  border: 1px solid #000A02;
  border-radius: 2em;
  color: #000A02;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 11px;
  text-align: center;
  background: url(../img/arrow_right_black.png) no-repeat right 8px center #fff;
  letter-spacing: 0.1em;
}

.btn__more a:hover {
  background-color: #faf0d9;
  background-position: right 5px center;
  border-radius: 0;
  text-decoration: none;
}

.btn__back {
  display: inline-block;
}

.btn__back a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  max-width: 335px;
  padding: 0.6em 2.5em;
  background: #000A02;
  border: 1px solid #000A02;
  border-radius: 3em;
  color: #fff;
  font-size: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  [class^="txt_"] + .wrap_btn__basic,
  [class^="txt_"] + .wrap_btn__reserve_basic {
    margin-top: 35px;
  }
}

.wrap_btn__basic,
.wrap_btn__reserve_basic {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .wrap_btn__basic,
  .wrap_btn__reserve_basic {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 480px), print {
  .btn__basic {
    min-width: 260px;
    display: inline-block;
  }
}

.btn__basic a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 0.6em 2.5em;
  background: url(../img/arrow_right_white.png) no-repeat right 8px center #000A02;
  border: 1px solid #000A02;
  border-radius: 3em;
  color: #fff;
  font-size: 13px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

.btn__basic a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .btn__basic a:hover {
    background: url(../img/arrow_right_black.png) no-repeat right 5px center #faf0d9;
    border-radius: 0;
    color: #000A02;
  }
}

@media only screen and (min-width: 480px), print {
  .btn__reserve_basic {
    min-width: 260px;
    display: inline-block;
  }
}

.btn__reserve_basic a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 1em 2.5em;
  background: url(../img/arrow_right_white.png) no-repeat right 8px center #40a6a8;
  border-radius: 3em;
  color: #fff;
  font-size: 14px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
}

.btn__reserve_basic a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px), print {
  .btn__reserve_basic a:hover {
    background: url(../img/arrow_right_white.png) no-repeat right 5px center #40a6a8;
    border-radius: 0;
  }
}

.btn__reserve {
  min-width: 260px;
  display: inline-block;
}

.btn__reserve a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 1.2em 2em;
  background: url(../img/arrow_right_white.png) no-repeat right 0.8em center #40a6a8;
  border-radius: 3em;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media only screen and (min-width: 768px), print {
  .btn__reserve a {
    font-size: 16px;
  }
}

.btn__reserve a:hover {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  text-decoration: none;
}

.btn__read_more:hover {
  opacity: 1;
}

.btn__read_more a {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  color: #000A02;
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .btn__read_more a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn__read_more a:before {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  display: block;
  top: auto;
  right: 0.3em;
  bottom: 0;
  left: 0;
  height: 3px;
  margin: 8px auto 0;
  background: #567fdb;
  background: -moz-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: -webkit-gradient(linear, left top, right top, from(#567fdb), to(#33c9e6));
  background: -o-linear-gradient(left, #567fdb 0%, #33c9e6 100%);
  background: linear-gradient(to right, #567fdb 0%, #33c9e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#567fdb', endColorstr='#33c9e6',GradientType=1 );
}

.btn__read_more a:hover {
  text-decoration: none;
}

.btn__read_more a:hover:before {
  -webkit-transform: translateX(105%);
  -ms-transform: translateX(105%);
  transform: translateX(105%);
}

.btn__center {
  width: 100%;
  text-align: center;
}

.btn__right {
  text-align: right;
}

.btn__block a {
  display: block;
  text-align: center;
}

[class^="heading"] + [class^="list__"] {
  margin-top: 0;
}

[class^="list__"]:first-child {
  margin-top: 0;
}

[class^="list__"]:last-child {
  margin-bottom: 0;
}

[class^="list__"] a {
  text-decoration: underline;
}

[class^="list__"] a:hover {
  text-decoration: none;
}

.list__disc {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__disc {
    margin: 25px 0;
  }
}

.list__disc > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
}

.list__disc > li:last-child {
  margin-bottom: 0;
}

.list__disc > li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: 5px;
  height: 5px;
  margin: auto;
  border-radius: 50%;
  background-color: #000A02;
}

.list__decimal {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__decimal {
    margin: 25px 0;
  }
}

.list__decimal > li {
  position: relative;
  margin-bottom: 0.4em;
  padding-left: 1.6em;
  counter-increment: count-number;
}

.list__decimal > li:last-child {
  margin-bottom: 0;
}

.list__decimal > li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: 0;
  left: 0.25em;
  font-weight: bold;
}

.list__point {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .list__point {
    margin: 25px 0;
  }
}

.list__point > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2.2em;
  counter-increment: count-number;
}

.list__point > li:last-child {
  margin-bottom: 0;
}

.list__point > li:before {
  content: counter(count-number);
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background-color: #40a6a8;
  color: #fff;
  font-weight: 500;
  text-align: center;
}

.qs_tab__cont._news {
  padding-right: 0;
}

.qs_tab__cont._news .qs_wrap__entry {
  padding-right: 20px;
  height: 300px;
  overflow-y: scroll;
}

@media only screen and (min-width: 576px), print {
  .qs_tab__cont._news .qs_wrap__entry {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_tab__cont._news .qs_wrap__entry {
    padding-right: 30px;
  }
}

.qs_wrap__entry._style01 .qs_cat {
  font-weight: 700;
}

.qs_wrap__entry._style01 .qs_cat:before {
  content: "/";
  display: inline-block;
  margin: 0 0.4em 0 1em;
}

.qs_wrap__entry._style01 .qs_cat._cat01 {
  color: #faf0d9;
}

.qs_wrap__entry._style02 .qs_cat {
  margin-right: 0.5em;
  padding: 3px 0.5em;
  color: #fff;
  text-align: center;
  line-height: 1;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__entry._style02 .qs_cat {
    padding: 3px 0.7em;
  }
}

.qs_wrap__entry._style02 .qs_cat._cat01 {
  background-color: #51bbdd;
}

.qs_wrap__entry._style02 .qs_cat._cat02 {
  background-color: #ff849a;
}

.qs_wrap__entry._style02 .qs_cat._cat03 {
  background-color: #bfd21a;
}

.qs_wrap__entry .qs_meta_entry {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1;
}

.qs_wrap__entry .qs_meta_entry .qs_cat {
  font-size: 10px;
  display: inline-block;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__entry .qs_meta_entry .qs_cat {
    font-size: 11px;
  }
}

.qs_wrap__entry .qs_meta_entry time {
  color: #888;
  font-family: "Poppins", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__entry .qs_meta_entry time {
    font-size: 12px;
  }
}

.qs_wrap__entry .qs_txt_entry {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-top: 0.4em;
  color: #111;
  font-weight: 700;
}

.qs_wrap__entry .qs_txt_entry a {
  font-weight: 700;
  color: #000A02;
  text-decoration: none;
}

.qs_wrap__entry .qs_txt_entry a:hover {
  text-decoration: underline;
}

.qs_wrap__entry .qs_txt_entry a[href$=".pdf"], .qs_wrap__entry .qs_txt_entry a[href*=".xl"], .qs_wrap__entry .qs_txt_entry a[href*=".rtf"], .qs_wrap__entry .qs_txt_entry a[href*=".doc"], .qs_wrap__entry .qs_txt_entry a[href*=".ppt"], .qs_wrap__entry .qs_txt_entry a[href*=".pps"] {
  padding-right: 1.5em;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: auto 1.2em;
}

.qs_wrap__entry_thumb .qs_entry_list {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -10px 0;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__entry_thumb .qs_entry_list {
    margin: -40px -15px 0;
  }
}

.qs_wrap__entry_thumb .qs_entry_list li {
  width: 50%;
  margin-top: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__entry_thumb .qs_entry_list li {
    width: 33.33333%;
    margin-top: 40px;
    padding: 0 15px;
  }
}

.qs_wrap__entry_thumb .qs_entry_list li a {
  color: #000A02;
  text-decoration: none;
}

.qs_wrap__entry_thumb .qs_entry_list li a:hover .qs_img_entry img {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}

.qs_wrap__entry_thumb .qs_img_entry {
  overflow: hidden;
  position: relative;
  padding-top: 62.5%;
  background-color: #f8f8f8;
}

.qs_wrap__entry_thumb .qs_img_entry img {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.qs_wrap__entry_thumb .qs_meta_entry {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0.5em;
  background-color: rgba(255, 240, 0, 0.7);
  color: #fff;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry_thumb .qs_meta_entry {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_wrap__entry_thumb .qs_txt_entry {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 1em;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry_thumb .qs_txt_entry {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_wrap__entry .qs_header__entry {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.4em;
  padding-bottom: 0.8em;
  border-bottom: 1px dashed #7b7b7b;
}

.qs_wrap__entry .qs_header__entry .ttl__article {
  font-size: 18px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-weight: 700;
  color: #111;
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0.5em;
  color: #999;
  font-weight: 400;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_header__entry .qs_meta_entry {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry .cat {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  min-width: 6em;
  padding: 2px 0;
  color: #faf0d9;
  color: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_header__entry .qs_meta_entry .cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_wrap__entry .qs_header__entry .qs_meta_entry .cat:before {
  content: "/";
  display: inline-block;
  margin: 0 0.4em 0 1em;
}

.qs_wrap__entry .qs_body__entry .heading02 {
  margin-top: 1.5em;
}

.qs_wrap__entry .qs_body__entry .heading02:first-child {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading02 + p {
  margin-top: -0.4em;
}

.qs_wrap__entry .qs_body__entry .heading03 {
  margin-top: 1.5em;
}

.qs_wrap__entry .qs_body__entry .heading03:first-child {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading03 + p {
  margin-top: -0.4em;
}

.qs_wrap__entry .qs_body__entry .heading04 {
  margin-top: 1.5em;
}

.qs_wrap__entry .qs_body__entry .heading04:first-child {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading04 + p {
  margin-top: -0.4em;
}

.qs_wrap__entry .qs_body__entry .heading05 {
  margin-top: 1.5em;
}

.qs_wrap__entry .qs_body__entry .heading05:first-child {
  margin-top: 0;
}

.qs_wrap__entry .qs_body__entry .heading05 + p {
  margin-top: -0.4em;
}

.qs_wrap__entry .qs_body__entry p {
  line-height: 2.2;
}

.qs_wrap__entry .qs_body__entry p, .qs_wrap__entry .qs_body__entry blockquote, .qs_wrap__entry .qs_body__entry ul, .qs_wrap__entry .qs_body__entry fieldset, .qs_wrap__entry .qs_body__entry form, .qs_wrap__entry .qs_body__entry ol, .qs_wrap__entry .qs_body__entry dl, .qs_wrap__entry .qs_body__entry dir, .qs_wrap__entry .qs_body__entry menu, .qs_wrap__entry .qs_body__entry table {
  margin: 1.5em 0;
}

.qs_wrap__entry .qs_body__entry b, .qs_wrap__entry .qs_body__entry strong {
  font-weight: bolder;
}

.qs_wrap__entry .qs_body__entry i, .qs_wrap__entry .qs_body__entry cite, .qs_wrap__entry .qs_body__entry em, .qs_wrap__entry .qs_body__entry var, .qs_wrap__entry .qs_body__entry address {
  font-style: italic;
}

.qs_wrap__entry .qs_body__entry small, .qs_wrap__entry .qs_body__entry sub, .qs_wrap__entry .qs_body__entry sup {
  font-size: .83em;
}

.qs_wrap__entry .qs_body__entry sub {
  vertical-align: sub;
}

.qs_wrap__entry .qs_body__entry sup {
  vertical-align: super;
}

.qs_wrap__entry .qs_body__entry hr {
  border: 1px inset;
}

.qs_wrap__entry .qs_body__entry ol {
  list-style-type: decimal;
}

.qs_wrap__entry .qs_body__entry ul {
  list-style-type: disc;
}

.qs_wrap__entry .qs_body__entry img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__entry .qs_body__entry img {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

.qs_wrap__entry .main_img {
  margin-bottom: 50px;
}

.qs_wrap__entry .main_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.qs_wrap_page__navi {
  margin-top: 30px;
  margin-bottom: 100px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap_page__navi {
    margin-top: 50px;
  }
}

.qs_page__navi {
  overflow: hidden;
  text-align: center;
}

.qs_page__navi li {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  line-height: 28px;
}

@media only screen and (min-width: 375px), print {
  .qs_page__navi li {
    width: 35px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_page__navi li {
    margin: 0 0.2em;
    line-height: 33px;
  }
}

.qs_page__navi li a {
  border: 1px solid #999;
  color: #111;
}

.qs_page__navi li a:hover {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  text-decoration: none;
}

.qs_page__navi li a,
.qs_page__navi li span {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  font-size: 12px;
}

.qs_page__navi li.current {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  pointer-events: none;
}

.qs_page__navi li.previous, .qs_page__navi li.next {
  width: auto;
}

.qs_page__navi li.previous a, .qs_page__navi li.next a {
  padding: 0 5px;
}

@media only screen and (min-width: 375px), print {
  .qs_page__navi li.previous a, .qs_page__navi li.next a {
    padding: 0 10px;
  }
}

.qs_page__navi li.previous a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-top: 4px solid transparent;
  border-right: 4px solid #40a6a8;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
}

.qs_page__navi li.next a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 5px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #40a6a8;
}

.list_news {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

.list_news li {
  margin-top: 10px;
  width: 50%;
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .list_news li {
    width: 25%;
  }
}

.list_news a {
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  -o-transition-property: box-shadow, top;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.list_news a:after {
  -webkit-transition-property: right, bottom;
  -o-transition-property: right, bottom;
  transition-property: right, bottom;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}

@media only screen and (min-width: 768px), print {
  .list_news a:after {
    right: 3px;
    bottom: 3px;
  }
}

.list_news a:hover {
  top: -3px;
  -webkit-box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.list_news a:hover:after {
  right: 0;
  bottom: 0;
}

.list_news a .wrap_txt {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
}

.list_news a .wrap_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  min-height: 0%;
}

.list_news .wrap_txt {
  padding: 15px 10px;
}

@media only screen and (min-width: 768px), print {
  .list_news .wrap_txt {
    padding: 20px;
  }
}

.wrap_btn__back {
  margin: 30px 0 60px;
}

@media only screen and (min-width: 768px), print {
  .wrap_btn__back {
    margin: 50px 0 80px;
  }
}

.wrap_btn__back .btn__back {
  display: block;
}

.wrap_btn__back .btn__back a {
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .wrap_btn__back .btn__back a {
    width: 100%;
    max-width: none;
  }
}

.wrap_recent_news {
  margin-bottom: 100px;
  padding: 40px 0;
  background: url(../img/bg04.gif) repeat left top;
}

.list_recent_news {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -5px 0;
}

@media only screen and (min-width: 768px), print {
  .list_recent_news {
    margin: -16px -8px 0;
  }
}

.list_recent_news li {
  margin-top: 10px;
  padding: 0 5px;
}

@media only screen and (min-width: 768px), print {
  .list_recent_news li {
    width: 50%;
    margin-top: 16px;
    padding: 0 8px;
  }
}

.list_recent_news a {
  -webkit-transition-property: top, -webkit-box-shadow;
  transition-property: top, -webkit-box-shadow;
  -o-transition-property: box-shadow, top;
  transition-property: box-shadow, top;
  transition-property: box-shadow, top, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  top: 0;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.list_recent_news a:after {
  -webkit-transition-property: right, bottom;
  -o-transition-property: right, bottom;
  transition-property: right, bottom;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  position: absolute;
  right: 2px;
  bottom: 2px;
  border-top: 3px solid transparent;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
  border-left: 3px solid transparent;
}

@media only screen and (min-width: 768px), print {
  .list_recent_news a:after {
    right: 3px;
    bottom: 3px;
  }
}

.list_recent_news a:hover {
  top: -3px;
  -webkit-box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 4px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.list_recent_news a:hover:after {
  right: 0;
  bottom: 0;
}

.list_recent_news a .wrap_txt {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 70%;
  padding: 10px 15px;
}

@media only screen and (min-width: 768px), print {
  .list_recent_news a .wrap_txt {
    width: 66%;
    padding: 15px 15px;
  }
}

.list_recent_news a .wrap_img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 30%;
}

@media only screen and (min-width: 768px), print {
  .list_recent_news a .wrap_img {
    width: 34%;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.qs_wrap__form .inr {
  padding: 20px 15px;
  background-color: #fff;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .inr {
    padding: 50px 80px;
  }
}

.qs_wrap__form input ,
.qs_wrap__form button ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  border: 1px solid #fbf7ca;
}

.qs_wrap__form input[type="button"],
.qs_wrap__form input[type="submit"],
.qs_wrap__form button[type="button"],
.qs_wrap__form button[type="submit"] {
  border: none;
}

.qs_wrap__form input[type="button"]:focus,
.qs_wrap__form input[type="submit"]:focus,
.qs_wrap__form button[type="button"]:focus,
.qs_wrap__form button[type="submit"]:focus {
  outline: 0;
}

.qs_wrap__form input ,
.qs_wrap__form select,
.qs_wrap__form textarea {
  padding: 0 0.6em;
  border-radius: 2px;
  vertical-align: middle;
}

.qs_wrap__form select {
  width: 100%;
}

.qs_wrap__form select:focus {
  outline: 0;
}

.qs_wrap__form input[type="text"],
.qs_wrap__form textarea {
  width: 100%;
}

.qs_wrap__form input[type="text"],
.qs_wrap__form input[type="email"],
.qs_wrap__form input[type="tel"] {
  height: 2.5em;
  vertical-align: middle;
}

.qs_wrap__form input[type="text"],
.qs_wrap__form input[type="email"],
.qs_wrap__form input[type="tel"],
.qs_wrap__form textarea {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__form input[type="text"],
  .qs_wrap__form input[type="email"],
  .qs_wrap__form input[type="tel"],
  .qs_wrap__form textarea {
    font-size: 16px;
  }
}

.qs_wrap__form input[type="text"]:focus,
.qs_wrap__form input[type="email"]:focus,
.qs_wrap__form input[type="tel"]:focus,
.qs_wrap__form textarea:focus {
  outline: 0;
  background-color: #fbf8c9 !important;
}

.qs_wrap__form [type="radio"] {
  border-radius: 50%;
  -webkit-appearance: none;
  background-color: #eee;
  padding: 0;
  height: 1em;
  width: 1em;
}

.qs_wrap__form [type="radio"]:checked {
  background-color: #ff849a;
  outline: 0;
}

.qs_wrap__form [type="checkbox"],
.qs_wrap__form [type="radio"] {
  border: 1px solid #ccc;
}

.qs_wrap__form input[type="number"] {
  -moz-appearance: textfield;
}

.qs_wrap__form input[type="number"]::-webkit-outer-spin-button,
.qs_wrap__form input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qs_wrap__form input[type="checkbox"],
.qs_wrap__form input[type="radio"] {
  position: relative;
  margin-right: 0.35em;
}

.qs_wrap__form ::-webkit-input-placeholder {
  color: #aaa;
}

.qs_wrap__form :-ms-input-placeholder {
  color: #aaa;
}

.qs_wrap__form ::-moz-placeholder {
  color: #aaa;
}

.qs_wrap__form ::-placeholder {
  color: #aaa;
}

.qs_wrap__form .qs_must {
  font-size: 12px;
  line-height: 1;
  margin-left: 0.5em;
  padding: 0.1em 0.3em;
  background-color: #ff849a;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
}

.qs_wrap__form .error {
  color: #d9534f;
  margin-bottom: 0.2em;
  font-weight: 700;
}

.qs_wrap__form input[type="text"].qs_zip {
  width: 7em;
  margin-left: 0.5em;
}

.qs_wrap__form .qs_addr {
  margin-top: 10px;
}

.qs_wrap__form .qs_wrap__select {
  position: relative;
  display: inline-block;
}

.qs_wrap__form .qs_wrap__select:after {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 4px solid #999;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.qs_wrap__form .qs_wrap__select._multiple:after {
  display: none;
}

.qs_wrap__form .qs_wrap__select._multiple select {
  margin-right: 10px;
  padding-right: 0;
}

.qs_wrap__form .qs_wrap__select select {
  padding-right: 25px;
  min-height: 2em;
  line-height: 2em;
}

.qs_wrap__form .qs_select__inline {
  zoom: 1;
  margin-top: -0.4em;
}

.qs_wrap__form .qs_select__inline:after {
  display: block;
  content: "";
  clear: both;
}

.qs_wrap__form .qs_select__inline li {
  display: inline;
}

.qs_wrap__form .qs_select__inline li label {
  display: inline-block;
  margin: 0.4em 0.8em 0 0;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select__inline li label {
    margin: 0.4em 1.2em 0 0;
  }
}

.qs_wrap__form .qs_select__inline li:last-child label {
  margin-right: 0;
}

.qs_wrap__form .qs_select {
  margin-top: -0.6em;
}

.qs_wrap__form .qs_select li {
  margin-top: 0.8em;
  padding-left: 1.7em;
  position: relative;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select li {
    padding-left: 1.4em;
  }
}

.qs_wrap__form .qs_select li input[type="checkbox"],
.qs_wrap__form .qs_select li input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0.2em;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_select li input[type="checkbox"],
  .qs_wrap__form .qs_select li input[type="radio"] {
    top: 0.3em;
  }
}

.qs_wrap__form._style01 table {
  width: 100%;
}

.qs_wrap__form._style01 table th,
.qs_wrap__form._style01 table td {
  padding: 10px 0;
  border-top: 1px dashed #eee;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    padding: 20px 0;
  }
}

.qs_wrap__form._style01 table th {
  width: 1%;
  color: #fff;
  text-align: left;
  white-space: nowrap;
  color: #666;
  padding-right: 30px;
}

.qs_wrap__form._style01 table tr:first-child th,
.qs_wrap__form._style01 table tr:first-child td {
  border-top: none;
}

.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"] {
  width: 100%;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table input[type="email"],
  .qs_wrap__form._style01 table input[type="tel"] {
    min-width: 10em;
    width: auto;
  }
}

.qs_wrap__form._style01 table .qs_notes {
  font-size: 12px;
  display: inline-block;
  margin: 0.5em 0 0 0;
  color: #999;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form._style01 table .qs_notes {
    margin: 0 0 0 1em;
  }
}

.qs_wrap__form._style01 table .qs_notes._block {
  display: block;
  margin: 0.5em 0 0 0;
  padding-left: 1em;
  text-indent: -1em;
}

.qs_wrap__form._style01 table .qs_zip + .qs_notes {
  margin: 0 0 0 1em;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__form._style01 table tr,
  .qs_wrap__form._style01 table th,
  .qs_wrap__form._style01 table td {
    display: block;
    width: auto;
    white-space: normal !important;
  }
  .qs_wrap__form._style01 table th {
    padding: 1em 0 0.5em 0;
  }
  .qs_wrap__form._style01 table td {
    padding: 0 0 1.4em;
    border-top-width: 0;
    border-bottom-width: 0;
  }
  .qs_wrap__form._style01 table tr:last-child td {
    margin-bottom: 0;
    border-bottom-width: 1px;
  }
}

.qs_wrap__form._style01 table input[type="text"],
.qs_wrap__form._style01 table input[type="email"],
.qs_wrap__form._style01 table input[type="tel"],
.qs_wrap__form._style01 table textarea {
  background-color: #fbf8c9;
}

.qs_wrap__form._style02 table {
  width: 100%;
}

.qs_wrap__form._style02 table th,
.qs_wrap__form._style02 table td {
  display: block;
  text-align: left;
}

.qs_wrap__form._style02 table th {
  padding-bottom: 0.8em;
  font-weight: 700;
}

.qs_wrap__form._style02 table td {
  margin-bottom: 2em;
  background-color: #fff;
}

.qs_wrap__form._style02 table td.wrap__input {
  padding-top: 0.8em;
  border-top: 1px solid #ddd;
}

.qs_wrap__form._style02 table tr:last-child td {
  margin-bottom: 0;
}

.qs_wrap__form._style02 table .qs_select__inline {
  margin-top: 0;
  padding-top: 0.4em;
  border-top: 1px solid #ddd;
}

.qs_wrap__form._style02 table .qs_select {
  padding-top: 0.8em;
  border-top: 1px solid #ddd;
}

.qs_wrap__form._style02 table .qs_notes {
  font-size: 13px;
  color: #999;
  display: inline;
  margin: 0 0 0 1.5em;
}

.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"] {
  width: 100%;
}

.qs_wrap__form._style02 table input[type="text"],
.qs_wrap__form._style02 table input[type="email"],
.qs_wrap__form._style02 table input[type="tel"],
.qs_wrap__form._style02 table textarea {
  background-color: #fff;
}

.qs_wrap__form .btn__submit input,
.qs_wrap__form .btn__submit button {
  background-color: #40a6a8;
  color: #fff;
}

.qs_wrap__form .btn__reset input,
.qs_wrap__form .btn__reset button {
  background-color: #ddd;
  color: #666;
  border: none;
}

.qs_wrap__form .qs_wrap__btn {
  margin-top: 20px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (min-width: 576px), print {
  .qs_wrap__form .qs_wrap__btn {
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_wrap__btn {
    margin-top: 30px;
  }
}

.qs_wrap__form .qs_btn__action {
  margin: 0 8px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__form .qs_btn__action {
    margin: 0 15px;
    font-size: 13px;
  }
}

.qs_wrap__form .qs_btn__action a {
  display: inline-block;
  text-align: center;
}

.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input,
.qs_wrap__form .qs_btn__action button {
  -webkit-transition-property: border-radius;
  -o-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  padding: 0.6em 2.5em;
  border-radius: 2px;
  border-radius: 3em;
}

.qs_wrap__form .qs_btn__action a:hover,
.qs_wrap__form .qs_btn__action input:hover,
.qs_wrap__form .qs_btn__action button:hover {
  border-radius: 0;
}

.qs_wrap__form .qs_btn__action a,
.qs_wrap__form .qs_btn__action input:not([type="reset"]),
.qs_wrap__form .qs_btn__action button:not([type="reset"]) {
  min-width: 9em;
}

@media all and (-ms-high-contrast: none) {
  .qs_wrap__form .qs_select li input[type="checkbox"],
  .qs_wrap__form .qs_select li input[type="radio"] {
    top: 0.15em;
  }
}

.wrap_txt_thanks {
  margin: 80px 0 130px;
  text-align: center;
}

.wrap_txt_thanks .txt_thanks {
  display: inline-block;
  text-align: left;
}

.opa,
.opa_group {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.opa > *,
.opa_group > * {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.opa > *:hover,
.opa_group > *:hover {
  opacity: 0.7;
  text-decoration: none;
}

.hover,
.hover_group a {
  text-decoration: none;
}

.hover:hover,
.hover_group a:hover {
  text-decoration: none;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}

.mt1em {
  display: block;
  margin-top: 1em !important;
}

.mt2em {
  display: block;
  margin-top: 2em !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.wrap__iframe_gmap iframe {
  width: 100%;
  border: none;
}

.bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-slide {
  outline: none;
}

.youtube__iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube__iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

img.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

.border {
  border: 1px solid #ddd;
}

.wrap__iframe iframe {
  width: 100% !important;
}

.wrap__codepen {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.break-all {
  word-break: break-all;
}

.strong {
  font-weight: 700;
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

.txt__center {
  display: block;
  text-align: center !important;
}

.txt__right {
  display: block;
  text-align: right !important;
}

.txt__left {
  display: block;
  text-align: left !important;
}

.txt__justify {
  text-align: justify;
}

.txt__indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
}

.txt__small {
  font-size: 0.8em;
}

.txt__yakumono {
  text-indent: -0.5em;
}

.txt__kome_up {
  font-size: 70%;
  position: relative;
  top: -0.7em;
}

.txt__uppercase {
  text-transform: uppercase;
}

.txt__white_space {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

th.txt__center,
td.txt__center {
  display: table-cell !important;
}

th.txt__right,
td.txt__right {
  display: table-cell !important;
}

th.txt__left,
td.txt__left {
  display: table-cell !important;
}

th.ws_normal,
td.ws_normal {
  white-space: normal !important;
}

.txt {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.txt + .txt {
  margin-top: 1em;
}

.txt_wide {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 2.5;
}

.txt_wide + .txt_wide {
  margin-top: 0.8em;
}

@media only screen and (min-width: 768px), print {
  .txt_wide + .txt_wide {
    margin-top: 1.4em;
  }
}

.txt__link a,
.txt__link span {
  position: relative;
  padding-left: 1em;
  color: #faf0d9;
  text-decoration: none;
}

.txt__link a:after,
.txt__link span:after {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #faf0d9;
  border-right: 2px solid #faf0d9;
}

.txt__link a:hover {
  text-decoration: underline;
}

.ttl__plain {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0.2em;
  color: #faf0d9;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .ttl__plain {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.lead_copy {
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}

.txt__lead {
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  font-weight: 700;
  line-height: 2.5;
}

.txt__info {
  margin-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 12px;
  /* font-weight: 700; */
  line-height: 2;
  color: #fb7e89;
}

.txt__important__info {
  font-weight: 600;
  color: #f55664;
}

p.txt__info.txt__important__info {
  text-align: center;
  line-height: 1;
}

.txt__important__info2 {
  font-weight: 600;
  color: #f55664;
}

p.txt__info.txt__important__info2 {
  line-height: 1;
}

@media only screen and (min-width: 480px), print {
  .txt__lead {
    text-align: center;
  }
  
  .txt__info {
    text-align: center;
  }  
}

@media only screen and (min-width: 768px), print {
  .txt__lead {
    font-size: 14px;
  }
  
  .txt__info {
    font-size: 14px;
  }  
}

.box__fill {
  margin: 20px 0;
  padding: 15px;
  background-color: #f7f7f7;
}

@media only screen and (min-width: 768px), print {
  .box__fill {
    margin: 25px 0;
  }
}

.box__fill:first-child {
  margin-top: 0;
}

.box__fill:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  .box__fill {
    padding: 30px;
  }
}

.box__fill *:first-child {
  margin-top: 0;
}

.box__fill *:last-child {
  margin-bottom: 0;
}

.box__point {
  margin: 20px 0;
  position: relative;
  padding: 15px;
  border: 2px solid #40a6a8;
}

@media only screen and (min-width: 768px), print {
  .box__point {
    margin: 25px 0;
  }
}

.box__point:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  border: 1px solid #40a6a8;
}

.box__point:first-child {
  margin-top: 0;
}

.box__point:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px), print {
  .box__point {
    padding: 30px;
  }
}

.box__point *:first-child {
  margin-top: 0;
}

.box__point *:last-child {
  margin-bottom: 0;
}

[class^="heading"] + .qs_box__img {
  margin-top: 0;
}

.qs_box__img {
  margin: 20px 0;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img {
    margin: 25px 0;
  }
}

.qs_box__img:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_box__img .qs_item._txt {
    padding-right: 40px;
    width: 65%;
  }
}

.qs_box__img .qs_item._txt + ._img {
  margin-top: 2em;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img .qs_item._txt + ._img {
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_box__img .qs_item._img {
    width: 45%;
    margin-top: 0;
  }
}

.qs_box__img .qs_item._img + ._txt {
  margin-top: 2em;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img .qs_item._img + ._txt {
    padding-left: 40px;
    padding-right: 0;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_box__img._ratio_s .qs_item._txt {
    width: 70%;
  }
}

@media only screen and (min-width: 768px), print {
  .qs_box__img._ratio_s .qs_item._img {
    width: 30%;
  }
}

.qs_box__img._reverse {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img._reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.qs_box__img._reverse .qs_item {
  min-height: 0%;
}

.qs_box__img._reverse .qs_item._txt {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-top: 0;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img._reverse .qs_item._txt {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.qs_box__img._reverse .qs_item._img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 2em;
}

@media only screen and (min-width: 768px), print {
  .qs_box__img._reverse .qs_item._img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}

.navFilter {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px 20px;
}

@media only screen and (min-width: 768px), print {
  .navFilter {
    margin: 0 -2px 30px;
  }
}

.navFilter li {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .navFilter li {
    padding: 0 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.navFilter li.active > a,
.navFilter li.active > span {
  background-color: #faf0d9;
  color: #000A02;
}

.navFilter li > a,
.navFilter li > span {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 10px 4px;
  background-color: #000A02;
  border: 1px solid #000A02;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .navFilter li > a,
  .navFilter li > span {
    padding: 20px 15px;
    font-size: 14px;
  }
}

.navFilter li > a:hover,
.navFilter li > span:hover {
  background-color: #faf0d9;
  color: #000A02;
  text-decoration: none;
}

.navFilter li > a span {
  font-size: inherit;
  font-weight: inherit;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: inherit;
}

.txt__lead + .nav_anchor {
  margin-top: 25px;
}

.txt__info + .nav_anchor {
  margin-top: 25px;
}

@media only screen and (min-width: 768px), print {
  .txt__lead + .nav_anchor {
    margin-top: 35px;
  }
  
  .txt__info + .nav_anchor {
    margin-top: 35px;
  }  
}

.nav_anchor .list_anchor {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -2px 20px;
}

@media only screen and (min-width: 768px), print {
  .nav_anchor .list_anchor {
    margin: 0 -2px 30px;
  }
}

.nav_anchor .list_anchor li {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2px;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  cursor: pointer;
}

@media only screen and (min-width: 768px), print {
  .nav_anchor .list_anchor li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
  }
}

.nav_anchor .list_anchor li a {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 18px 20px;
  background-color: #fff;
  border: 1px solid #000A02;
  color: #000A02;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 1.4;
  text-align: center;
}

@media only screen and (min-width: 768px), print {
  .nav_anchor .list_anchor li a {
    padding: 25px 30px;
    font-size: 14px;
  }
}

.nav_anchor .list_anchor li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  bottom: 0;
  left: auto;
  margin-top: -2px;
  border: 4px solid transparent;
  border-top: 4px solid #ff849a;
}

@media only screen and (min-width: 375px), print {
  .nav_anchor .list_anchor li a:after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px), print {
  .nav_anchor .list_anchor li a:after {
    margin-top: -3px;
    border-width: 6px;
  }
}

.nav_anchor .list_anchor li a:hover {
  background-color: #faf0d9;
  text-decoration: none;
}

.qs_wrap__tabmenu {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .qs_wrap__tabmenu {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.qs_wrap__tabmenu .qs_tab__menu {
  overflow: hidden;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 -1px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__tabmenu .qs_tab__menu {
    margin: 0 -1px;
  }
}

.qs_wrap__tabmenu .qs_tab__menu li {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 1px;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__tabmenu .qs_tab__menu li {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 0 1px;
  }
}

.qs_wrap__tabmenu .qs_tab__menu li.active span, .qs_wrap__tabmenu .qs_tab__menu li:hover span {
  background-color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.qs_wrap__tabmenu .qs_tab__menu li span {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  display: block;
  padding: 0.5em 0.2em;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-bottom: none;
  color: #faf0d9;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px), print {
  .qs_wrap__tabmenu .qs_tab__menu li span {
    padding: 0 0.2em;
    line-height: 40px;
  }
}

.qs_wrap__tabmenu .qs_tab__menu li span.cat {
  color: #faf0d9;
}

.fadeAni {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

@-webkit-keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpHalf {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpHalf {
  -webkit-animation-name: fadeInUpHalf;
  animation-name: fadeInUpHalf;
}

@media print {
  body {
    min-width: 1024px !important;
  }
}

@media print {
  .wow {
    opacity: 1;
  }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

*:not(html):not(body):not(header):not(footer):not(nav):not(main):not(article):not(section):not(aside):not(div):not(table) {
  font-weight: 500;
}

html {
  font-size: 62.5%;
}

body {
  right: 0;
  left: 0;
  color: #000A02;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (max-width: 575px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (min-width: 768px), print {
  body {
    width: 100%;
    min-width: 1200px;
  }
}

body:before, body:after {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media only screen and (min-width: 768px), print {
  body:before, body:after {
    min-width: 1200px;
  }
}

body:after {
  content: '';
  z-index: 9999999;
  background-color: #fff;
  -webkit-animation-name: bodyAnimeBack;
  animation-name: bodyAnimeBack;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bodyAnimeBack {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bodyAnimeBack {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

a {
  color: #faf0d9;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.link {
  color: #faf0d9;
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a[href^="tel:"] {
  color: #000A02;
  text-decoration: none;
  cursor: auto;
}

a[href^="mailto:"] {
  color: #000A02;
  text-decoration: none;
}

a[href^="mailto:"]:hover {
  text-decoration: underline;
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ------------------------------
Magnific Popup
------------------------------ */
body.item .mfp-wrap .mfp-arrow {
  top: 33%;
}

@media only screen and (min-width: 768px), print {
  body.item .mfp-wrap .mfp-arrow {
    top: 50%;
  }
}

.mfp-bg {
  z-index: 9999999;
}

@media only screen and (min-width: 768px), print {
  .mfp-bg {
    min-width: 1200px;
  }
}

@media only screen and (min-width: 1201px) {
  .mfp-bg {
    min-width: auto;
  }
}

.mfp-wrap {
  z-index: 99999999;
}

@media only screen and (min-width: 768px), print {
  .mfp-wrap {
    min-width: 1200px;
  }
}

@media only screen and (min-width: 1201px) {
  .mfp-wrap {
    min-width: auto;
  }
}

.mfp-wrap .mfp-arrow {
  opacity: 1;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after {
  display: none;
}

.mfp-wrap .mfp-container {
  padding: 25px 15px;
}

@media only screen and (min-width: 768px), print {
  .mfp-wrap .mfp-container {
    padding: 25px 50px;
  }
}

.mfp-wrap .mfp-content {
  text-align: center;
}

.video_cont {
  display: inline-block;
}

.video_cont video {
  max-width: 720px;
  height: auto;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* 
====== Zoom effect ======
*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Newspaper effect ======
*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
  -ms-transform: scale(0) rotate(500deg);
  transform: scale(0) rotate(500deg);
  opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-horizontal effect ======
*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Move-from-top effect ======
*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== 3d unfold ======
*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-3d-unfold .mfp-content {
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
  transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  -webkit-transform: rotateY(60deg);
  transform: rotateY(60deg);
  opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 
====== Zoom-out effect ======
*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}