@charset "UTF-8";
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use colo variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word; }

.txt-left {
  text-align: left; }

.txt-right {
  text-align: right; }

.txt-center {
  text-align: center; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-size: clamp(18px, 1.40625vw, 18px);
  line-height: 1.8;
  color: #333;
  background: #fff; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 5vw; }

.w800 {
  width: min(100%, 800px);
  margin: 0  auto; }

.wrap-full {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0; }

/*********************
LINK STYLES
*********************/
a {
  color: #0045FF;
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus {
    color: #737373;
    text-decoration: underline;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  a:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  line-height: 1.4; }

h1, .h1 {
  font-size: clamp(44px, 3.75vw, 48px); }
  h1 small, h1 .small, .h1 small, .h1 .small {
    font-size: clamp(24px, 2.875vw, 28px);
    display: block;
    letter-spacing: normal;
    margin: 10px auto; }

h2, .h2 {
  font-size: clamp(40px, 3.4375vw, 44px); }
  h2 small, h2 .small, .h2 small, .h2 .small {
    font-size: clamp(18px, 1.875vw, 24px);
    font-weight: 400;
    letter-spacing: normal; }

h3, .h3 {
  font-size: clamp(36px, 3.125vw, 40px); }
  h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: clamp(16px, 1.40625vw, 18px);
    display: block;
    margin-bottom: 5px; }

h4, .h4 {
  font-size: clamp(24px, 2.5vw, 32px); }

h5, .h5 {
  font-size: clamp(16px, 1.25vw, 18px);
  letter-spacing: normal;
  font-weight: 400; }

/*p*/
p {
  font-size: 18px;
  margin: 0 0 1rem; }

small {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  display: block;
  padding-bottom: .5rem; }

p + small {
  margin-top: -1em; }

/*****
display
*******/
.sp {
  display: block; }

.pc {
  display: none; }

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

/*********************
HEADER STYLES
*********************/
.g-header {
  background: none;
  width: 100%;
  z-index: 11;
  top: 0;
  position: fixed;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  font-size: clamp(18px, 1.40625vw, 18px); }
  .g-header.sticky {
    position: sticky; }

/*********************
NAVIGATION STYLES
*********************/
.sp-navi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  padding: 60px 0 20px;
  border-radius: 0 0 0 20px;
  z-index: 99;
  background: #00A458;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif; }
  .sp-navi ul {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    .sp-navi ul li {
      padding: 0px 0;
      border-bottom: 1px #fff solid;
      text-align: center; }
      .sp-navi ul li:first-child {
        border-top: 0px #FEF9E7 solid; }
      .sp-navi ul li:last-child {
        border-bottom: 0px #FEF9E7 solid; }
      .sp-navi ul li a {
        display: block;
        width: 100%;
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        padding: 10px 0; }
        .sp-navi ul li a:hover, .sp-navi ul li a:focus {
          opacity: .85; }

/*sp-navi*/
.pc-navi {
  display: none;
  width: 100%;
  max-width: 1000px; }

/********
toggle-torigger
********/
.toggle {
  z-index: 100;
  width: 60px;
  height: 60px;
  padding: 0 8px;
  background: #00A458;
  display: flex;
  align-items: center;
  justify-content: center;
  /*menu-trigger*/ }
  .toggle .menu-trigger {
    position: relative;
    z-index: 101;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 32px; }
    .toggle .menu-trigger span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #fff;
      border-radius: 0px; }
      .toggle .menu-trigger span:nth-of-type(1) {
        top: 0; }
      .toggle .menu-trigger span:nth-of-type(2) {
        top: 13px; }
      .toggle .menu-trigger span:nth-of-type(3) {
        bottom: 0px; }
      .toggle .menu-trigger span:nth-of-type(2)::after {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 6px;
        border-radius: 0px;
        transition: all .4s; }
    .toggle .menu-trigger.active span:nth-of-type(1) {
      transform: translateY(20px) scale(0); }
    .toggle .menu-trigger.active span:nth-of-type(2) {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      background-color: #fff; }
      .toggle .menu-trigger.active span:nth-of-type(2)::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-color: #fff; }
    .toggle .menu-trigger.active span:nth-of-type(3) {
      transform: translateY(-20px) scale(0); }
    .toggle .menu-trigger.border-white span {
      background-color: #fff; }

/******
contents
*******/
.contents {
  width: 100%; }
  .contents .kouen {
    font-size: clamp(14px, 1.25vw, 16px);
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 40px;
    margin-bottom: 0; }
  .contents h3 {
    margin-bottom: 40px; }

h3.heading {
  margin-bottom: 80px;
  position: relative;
  font-size: 36px;
  color: #F6A814;
  font-weight: 900;
  text-align: center;
  letter-spacing: .15rem; }
  h3.heading::before {
    background-color: #F6A814;
    /* 線の色 */
    border-radius: 8px;
    /* 線の両端を丸く */
    bottom: -30px;
    /* 線の位置 */
    content: "";
    height: 8px;
    /* 線の高さ */
    left: 50%;
    /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%);
    /* 線の中央寄せ */
    width: 70px;
    /* 線の長さ */ }

.top-contents {
  width: 100%;
  background-image: url("../images/main_image.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover; }
  .top-contents .top-container {
    width: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    padding: 30px 2.5vw clamp(0px, 7.5vw, 60px); }
  .top-contents h1 {
    width: 95%;
    margin: 0 auto; }
  .top-contents h2 {
    width: 80%;
    margin: auto;
    margin-top: -40px; }

.second-contents p {
  padding: 10px 5% 0; }
.second-contents .second-container {
  padding: clamp(0px, 3.125vw, 40px) 5vw;
  margin: 0 auto; }

.th-contents .th-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw;
  margin: 0 auto; }

.fo-contents .fo-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw;
  margin: 0 auto; }

.fi-contents .fi-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw;
  margin: 0 auto; }

.six-contents .six-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw;
  margin: 0 auto; }
  .six-contents .six-container h4, .six-contents .six-container h5 {
    font-size: 18px;
    margin-bottom: 40px; }

.eight-contents .eight-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw clamp(40px, 6.25vw, 80px);
  margin: 0 auto; }
  .eight-contents .eight-container p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 50px; }
    .eight-contents .eight-container p.small {
      font-weight: normal;
      margin-bottom: 80px; }

.seven-contents .seven-container {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw clamp(40px, 6.25vw, 80px);
  margin: 0 auto; }
  .seven-contents .seven-container p.addres {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0; }
.seven-contents .seven-container2 {
  padding: clamp(40px, 3.125vw, 40px) 2.5vw clamp(40px, 6.25vw, 80px);
  margin: 0 auto; }

/**table style**/
table.oubo {
  width: 100%;
  /*/ul*/
  /*/*ouboyoko*/ }
  table.oubo th, table.oubo td {
    display: block; }
  table.oubo th {
    text-align: center;
    font-weight: 700;
    background: #C8E0C9;
    padding: 16px 0; }
  table.oubo td {
    font-weight: 700;
    padding: 16px 0; }
  table.oubo tr.pc-space {
    display: none; }
  table.oubo h4 {
    text-align: center;
    line-height: 1.8; }
  table.oubo ul {
    margin-top: 0; }
    table.oubo ul li {
      font-weight: 700; }
      table.oubo ul li::first-letter {
        color: #00A458;
        padding-bottom: .5rem;
        margin-bottom: .5rem; }
      table.oubo ul li:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0; }
    table.oubo ul.cation li {
      font-weight: 400; }
  table.oubo.ouboyoko th.show {
    background: #fff;
    border: 2px solid #00A458;
    color: #00A458; }
  table.oubo.ouboyoko dt {
    text-align: center;
    font-weight: 700;
    background: #C8E0C980;
    padding: 16px 0; }
    table.oubo.ouboyoko dt small {
      font-size: .8em;
      padding: 15px 10px; }
  table.oubo.ouboyoko dd {
    font-weight: 700;
    padding: 16px 0; }
    table.oubo.ouboyoko dd:last-child {
      padding-bottom: 0; }
    table.oubo.ouboyoko dd .sub {
      font-size: 16px;
      margin: 0 0 .5rem; }
    table.oubo.ouboyoko dd + dd {
      padding-top: 0; }
  table.oubo.ouboyoko dl.table dd {
    padding-left: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px; }
    table.oubo.ouboyoko dl.table dd a + small {
      margin-top: 0px; }
  table.oubo.ouboyoko p.addres {
    font-size: 24px; }
  table.oubo.ouboyoko p.email {
    font-weight: 900; }
    table.oubo.ouboyoko p.email i {
      display: block;
      text-align: center;
      font-size: 40px; }

/*/table*/
/****
btn
******/
.btn {
  line-height: 1;
  text-align: center; }
  .btn img {
    width: 100%;
    max-width: 360px; }

/**************
movie
***************/
.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9; }

.youtube iframe {
  width: 100%;
  height: 100%; }

/*********************
pagetop STYLES
*********************/
.topBtn {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 100;
  height: 40px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #00A458; }
  .topBtn:hover {
    opacity: .85;
    cursor: pointer; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #00A458;
  padding: 40px 0;
  margin-top: 0px;
  color: #fff;
  text-align: center;
  font-size: clamp(18px, 1.40625vw, 18px); }

/*共通*/
.bg-sky {
  background: url(../images/bg-sky.png);
  background-size: cover; }

.bg-color {
  background: #FFF3CF; }

.bg-color-l {
  background: #FEF9E7; }

.bg-red {
  background: #E06983; }

.bg-green {
  background: #00A458; }

.bg-gray {
  background: #999; }

.bg-meta-gray {
  background: #ccc; }

.bg-light-gray {
  background: #EBEBEC; }

.bg-white {
  background: #fff; }

.bg-yellow {
  background: #F1D495; }

.bg-purple {
  background: #4C5B94; }

.bg-orange {
  background: #F6A814; }

.bg-gold {
  background: #F1D495; }

.bg-light-blue {
  background: #F3FAFE; }

.bg-sky {
  background-image: url("../images/bg-sky.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.txt-red {
  color: #E06983; }

.txt-green {
  color: #00A458; }

.txt-black {
  color: #000; }

.txt-gray {
  color: #999; }

.txt-pink {
  color: #FF93A0; }

.txt-purple {
  color: #4C5B94; }

.txt-gold {
  color: #F1D495; }

.bg-white-half {
  background: rgba(255, 255, 255, 0.75); }

.w-n {
  font-weight: normal; }

.l-125 {
  line-height: 1.25; }

.l-14 {
  line-height: 1.4; }

.l-15 {
  line-height: 1.5; }

.l-175 {
  line-height: 1.75; }

.l-215 {
  line-height: 2.15; }

.ls-15 {
  letter-spacing: .15rem; }

.ls-25 {
  letter-spacing: .25rem; }

.p-0 {
  padding: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.m-auto {
  margin: auto; }

.m-0 {
  margin: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.p-05 {
  padding: 5px !important; }

.pt-05 {
  padding-top: 5px !important; }

.pb-05 {
  padding-bottom: 5px !important; }

.pr-05 {
  padding-right: 5px !important; }

.pl-05 {
  padding-left: 5px !important; }

.m-05 {
  margin: 5px !important; }

.mt-05 {
  margin-top: 5px !important; }

.mb-05 {
  margin-bottom: 5px !important; }

.mr-05 {
  margin-right: 5px !important; }

.ml-05 {
  margin-left: 5px !important; }

.p-1 {
  padding: 10px; }

.pt-1 {
  padding-top: 10px; }

.pb-1 {
  padding-bottom: 10px; }

.pr-1 {
  padding-right: 10px; }

.pl-1 {
  padding-left: 10px; }

.m-1 {
  margin: 10px; }

.mt-1 {
  margin-top: 10px; }

.mb-1 {
  margin-bottom: 10px; }

.mr-1 {
  margin-right: 10px; }

.ml-1 {
  margin-left: 10px; }

.p-15 {
  padding: 15px; }

.pt-15 {
  padding-top: 15px; }

.pb-15 {
  padding-bottom: 15px; }

.pr-15 {
  padding-right: 15px; }

.pl-15 {
  padding-left: 15px; }

.m-15 {
  margin: 15px; }

.mt-15 {
  margin-top: 15px; }

.mb-15 {
  margin-bottom: 15px; }

.mr-15 {
  margin-right: 15px; }

.ml-15 {
  margin-left: 15px; }

.p-2 {
  padding: 20px; }

.pt-2 {
  padding-top: 20px; }

.pb-2 {
  padding-bottom: 20px; }

.pr-2 {
  padding-right: 20px; }

.pl-2 {
  padding-left: 20px; }

.m-2 {
  margin: 20px; }

.mt-2 {
  margin-top: 20px; }

.mb-2 {
  margin-bottom: 20px; }

.mr-2 {
  margin-right: 20px; }

.ml-2 {
  margin-left: 20px; }

.p-3 {
  padding: 30px; }

.mb-3 {
  margin-bottom: 30px; }

.p-4 {
  padding: 40px; }

.mt-4 {
  margin-top: 40px !important; }

.mb-4 {
  margin-bottom: 40px; }

.mt-8 {
  margin-top: 80px; }

.mb-8 {
  margin-bottom: 80px; }

.mt-12 {
  margin-top: 120px; }

.mb-12 {
  margin-bottom: 120px; }

.w-600 {
  max-width: 600px;
  margin: auto; }

large, .large {
  font-size: .9rem; }

.inView, .inViewright, .inViewleft, .inViewfade {
  opacity: 0; }

.add-class {
  display: none; }

.aname {
  padding-top: clamp(70px, 12.5vw, 100px) !important;
  margin-top: calc( clamp(70px,12.5vw,100px) * -1) !important; }

/*共通end*/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media print, screen and (min-width: 800px) {
  /*********************
  GENERAL STYLES
  *********************/
  body {
    line-height: 2; }

  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
    line-height: 1.7; }

  /*******
  display
  *******/
  .sp {
    display: none; }

  .pc {
    display: block; }

  /*********************
  HEADER STYLES
  *********************/
  .g-header {
    background: #00A458;
    width: 100%;
    z-index: 11;
    top: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    padding: 0; }
    .g-header nav {
      width: 100%; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .sp-navi {
    display: none; }

  /*sp-navi*/
  .pc-navi {
    display: block;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1; }
    .pc-navi ul {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: space-around; }
      .pc-navi ul li {
        padding: 0px 0;
        text-align: center; }
        .pc-navi ul li:first-child {
          border-top: 0px #FEF9E7 solid; }
        .pc-navi ul li:last-child {
          border-bottom: 0px #FEF9E7 solid; }
        .pc-navi ul li a {
          position: relative;
          display: block;
          width: 100%;
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          padding: 41px 0px; }
          .pc-navi ul li a::after {
            position: absolute;
            left: 0;
            content: '';
            width: 100%;
            height: 3px;
            background: #fff;
            bottom: -1px;
            transform: scale(0, 1);
            transform-origin: center top;
            /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
            transition: transform 0.3s;
            /*変形の時間*/ }
          .pc-navi ul li a:hover, .pc-navi ul li a:focus {
            color: #C8E0C980; }
            .pc-navi ul li a:hover:hover::after, .pc-navi ul li a:focus:hover::after {
              transform: scale(1, 1);
              /*ホバー後、x軸方向に1（相対値）伸長*/ }

  /********
  toggle-torigger
  ********/
  .toggle {
    display: none;
    /*menu-trigger*/ }
    .toggle .menu-trigger {
      display: none; }

  /******
  contents
  *******/
  .contents {
    width: 100%; }
    .contents .kouen {
      font-size: clamp(14px, 1.25vw, 16px);
      text-align: right;
      width: 100%;
      max-width: 1000px;
      margin: 0 auto;
      padding: 1rem 0 40px; }
    .contents h3 {
      margin-bottom: 0px; }

  h3.heading {
    margin-bottom: 80px;
    position: relative;
    font-size: 36px;
    color: #F6A814;
    font-weight: 900;
    text-align: center;
    letter-spacing: .15rem; }
    h3.heading::before {
      background-color: #F6A814;
      /* 線の色 */
      border-radius: 8px;
      /* 線の両端を丸く */
      bottom: -30px;
      /* 線の位置 */
      content: "";
      height: 8px;
      /* 線の高さ */
      left: 50%;
      /* 線の中央寄せ */
      position: absolute;
      transform: translateX(-50%);
      /* 線の中央寄せ */
      width: 70px;
      /* 線の長さ */ }

  .top-contents {
    width: 100%;
    background-color: #FFF3CF;
    background-image: url("../images/main_image-pc.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .top-contents .top-container {
      position: relative;
      width: 100%;
      margin: 0 auto;
      min-height: 400px;
      display: flex;
      padding: unset; }
    .top-contents h1 {
      width: 95%;
      max-width: 1280px;
      margin: 0 auto;
      padding-top: 120px;
      text-align: right; }
      .top-contents h1 img {
        width: 100%;
        max-width: 675px; }

  .second-contents {
    padding: 0 5%; }
    .second-contents .second-container {
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .second-contents .second-container .leftBox {
        width: 60%;
        padding-right: 5%; }
      .second-contents .second-container .rightBox {
        width: 40%; }

  .th-contents .th-container {
    margin: 0 auto; }

  .fo-contents .fo-container {
    margin: 0 auto; }

  .fi-contents .fi-container {
    margin: 0 auto; }

  .six-contents .six-container {
    margin: 0 auto; }
    .six-contents .six-container h4, .six-contents .six-container h5 {
      font-size: 18px;
      margin-bottom: 40px; }

  .seven-contents .seven-container {
    margin: 0 auto; }
    .seven-contents .seven-container p.addres {
      font-size: 24px;
      font-weight: 700; }
      .seven-contents .seven-container p.addres br {
        display: none; }
  .seven-contents .seven-container2 {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0; }
  .seven-contents .btn-area, .seven-contents .btn {
    margin-top: 40px; }

  /**table style**/
  table.oubo {
    border-collapse: separate;
    display: table;
    width: 100%;
    /*/ul*/
    /*/*ouboyoko*/ }
    table.oubo.border-blue th, table.oubo.border-blue td {
      border-bottom: 20px #FEF9E7 solid; }
    table.oubo.border-blue th {
      border-right: 20px #FEF9E7 solid; }
    table.oubo th, table.oubo td {
      display: table-cell;
      border-bottom: 20px #fff solid;
      vertical-align: middle; }
    table.oubo th {
      width: 24%;
      max-width: 240px;
      border-right: 20px #fff solid; }
    table.oubo td {
      font-weight: 700;
      padding: 16px 0; }
      table.oubo td.pd-top-none {
        padding-top: 0;
        padding-bottom: 0; }
      table.oubo td.border-left {
        padding-left: 20px;
        vertical-align: top; }
    table.oubo tr.pc-space {
      display: table-row; }
      table.oubo tr.pc-space td {
        padding: 0;
        height: 20px; }
    table.oubo h4 {
      text-align: left;
      line-height: 1.8; }
      table.oubo h4 br {
        display: none; }
    table.oubo ul {
      margin-top: 0; }
      table.oubo ul li {
        font-weight: 700; }
        table.oubo ul li::first-letter {
          color: #00A458;
          padding-bottom: .5rem;
          margin-bottom: .5rem; }
        table.oubo ul li:last-of-type {
          margin-bottom: 0;
          padding-bottom: 0; }
      table.oubo ul.cation li {
        font-weight: 400; }
    table.oubo.ouboyoko {
      border-collapse: separate; }
      table.oubo.ouboyoko td.pd-top-none {
        padding: 0; }
      table.oubo.ouboyoko .ouboyoko-inner {
        display: flex;
        margin-bottom: 20px;
        align-content: center; }
        table.oubo.ouboyoko .ouboyoko-inner.last {
          margin-bottom: 0; }
        table.oubo.ouboyoko .ouboyoko-inner .pd-top-none {
          width: 100%;
          padding-left: 20px; }
        table.oubo.ouboyoko .ouboyoko-inner dl {
          display: flex;
          margin: 0px;
          flex-wrap: wrap; }
          table.oubo.ouboyoko .ouboyoko-inner dl dt {
            width: 40%;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px; }
            table.oubo.ouboyoko .ouboyoko-inner dl dt:last-of-type {
              margin-bottom: 0; }
          table.oubo.ouboyoko .ouboyoko-inner dl dd {
            width: 60%;
            padding-left: 20px; }
        table.oubo.ouboyoko .ouboyoko-inner .show {
          background: #fff;
          border: 2px solid #00A458;
          color: #00A458;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100px; }
      table.oubo.ouboyoko .btn {
        line-height: 1;
        text-align: left; }
      table.oubo.ouboyoko p.addres {
        font-size: 24px; }
        table.oubo.ouboyoko p.addres br {
          display: none; }
      table.oubo.ouboyoko p.email {
        display: flex;
        align-items: center; }
        table.oubo.ouboyoko p.email i {
          display: inline;
          text-align: left;
          font-size: 40px;
          margin-right: 10px; }
        table.oubo.ouboyoko p.email br {
          display: none; }
      table.oubo.ouboyoko dl.table {
        display: flex;
        margin: 0 0 20px; }
        table.oubo.ouboyoko dl.table.last {
          margin-bottom: 0; }
        table.oubo.ouboyoko dl.table dt {
          width: 24%;
          max-width: 240px;
          display: flex;
          justify-content: center;
          align-items: center;
          min-width: 180px;
          flex-wrap: wrap; }
          table.oubo.ouboyoko dl.table dt small {
            text-align: left; }
        table.oubo.ouboyoko dl.table dd {
          padding-left: 20px;
          display: flex;
          align-items: flex-start;
          justify-content: center;
          flex-wrap: wrap;
          flex-direction: column;
          gap: 16px; }
          table.oubo.ouboyoko dl.table dd a + small {
            margin-top: 0; }
      table.oubo.ouboyoko dd {
        padding: 0; }
    table.oubo .ouboyoko-inner {
      border-collapse: separate; }

  /*/table*/
  /*********************
  pagetop STYLES
  *********************/
  .topBtn {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 100;
    height: 40px;
    width: 40px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #fff; }
    .topBtn:hover {
      opacity: .85;
      cursor: pointer; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    clear: both;
    padding: 40px 0;
    margin-top: 0px;
    color: #fff;
    text-align: center; }
    .footer br {
      display: none; }

  /*共通*/
  .bg-sky {
    background: url(../images/bg-sky.png);
    background-size: cover; }

  .bg-color {
    background: #FFF3CF; }

  .bg-color-l {
    background: #FEF9E7; }

  .bg-red {
    background: #E06983; }

  .bg-green {
    background: #00A458; }

  .bg-gray {
    background: #999; }

  .bg-meta-gray {
    background: #ccc; }

  .bg-light-gray {
    background: #EBEBEC; }

  .bg-white {
    background: #fff; }

  .bg-yellow {
    background: #F1D495; }

  .bg-purple {
    background: #4C5B94; }

  .bg-orange {
    background: #F6A814; }

  .bg-gold {
    background: #F1D495; }

  .bg-light-blue {
    background: #F3FAFE; }

  .txt-red {
    color: #E06983; }

  .txt-green {
    color: #00A458; }

  .txt-black {
    color: #000; }

  .txt-gray {
    color: #999; }

  .txt-pink {
    color: #FF93A0; }

  .txt-purple {
    color: #4C5B94; }

  .txt-gold {
    color: #F1D495; }

  .bg-white-half {
    background: rgba(255, 255, 255, 0.75); }

  .w-n {
    font-weight: normal; }

  .l-125 {
    line-height: 1.25; }

  .l-14 {
    line-height: 1.4; }

  .l-15 {
    line-height: 1.5; }

  .l-175 {
    line-height: 1.75; }

  .l-215 {
    line-height: 2.15; }

  .ls-15 {
    letter-spacing: .15rem; }

  .ls-25 {
    letter-spacing: .25rem; }

  .p-0 {
    padding: 0 !important; }

  .pt-0 {
    padding-top: 0 !important; }

  .pb-0 {
    padding-bottom: 0 !important; }

  .pr-0 {
    padding-right: 0 !important; }

  .pl-0 {
    padding-left: 0 !important; }

  .m-auto {
    margin: auto; }

  .m-0 {
    margin: 0 !important; }

  .mt-0 {
    margin-top: 0 !important; }

  .mb-0 {
    margin-bottom: 0 !important; }

  .mr-0 {
    margin-right: 0 !important; }

  .ml-0 {
    margin-left: 0 !important; }

  .p-05 {
    padding: 5px !important; }

  .pt-05 {
    padding-top: 5px !important; }

  .pb-05 {
    padding-bottom: 5px !important; }

  .pr-05 {
    padding-right: 5px !important; }

  .pl-05 {
    padding-left: 5px !important; }

  .m-05 {
    margin: 5px !important; }

  .mt-05 {
    margin-top: 5px !important; }

  .mb-05 {
    margin-bottom: 5px !important; }

  .mr-05 {
    margin-right: 5px !important; }

  .ml-05 {
    margin-left: 5px !important; }

  .p-1 {
    padding: 10px; }

  .pt-1 {
    padding-top: 10px; }

  .pb-1 {
    padding-bottom: 10px; }

  .pr-1 {
    padding-right: 10px; }

  .pl-1 {
    padding-left: 10px; }

  .m-1 {
    margin: 10px; }

  .mt-1 {
    margin-top: 10px; }

  .mb-1 {
    margin-bottom: 10px; }

  .mr-1 {
    margin-right: 10px; }

  .ml-1 {
    margin-left: 10px; }

  .p-15 {
    padding: 15px; }

  .pt-15 {
    padding-top: 15px; }

  .pb-15 {
    padding-bottom: 15px; }

  .pr-15 {
    padding-right: 15px; }

  .pl-15 {
    padding-left: 15px; }

  .m-15 {
    margin: 15px; }

  .mt-15 {
    margin-top: 15px; }

  .mb-15 {
    margin-bottom: 15px; }

  .mr-15 {
    margin-right: 15px; }

  .ml-15 {
    margin-left: 15px; }

  .p-2 {
    padding: 20px; }

  .pt-2 {
    padding-top: 20px; }

  .pb-2 {
    padding-bottom: 20px; }

  .pr-2 {
    padding-right: 20px; }

  .pl-2 {
    padding-left: 20px; }

  .m-2 {
    margin: 20px; }

  .mt-2 {
    margin-top: 20px; }

  .mb-2 {
    margin-bottom: 20px; }

  .mr-2 {
    margin-right: 20px; }

  .ml-2 {
    margin-left: 20px; }

  .p-3 {
    padding: 30px; }

  .mb-3 {
    margin-bottom: 30px; }

  .p-4 {
    padding: 40px; }

  .mt-4 {
    margin-top: 40px !important; }

  .mb-4 {
    margin-bottom: 40px; }

  .mt-8 {
    margin-top: 80px; }

  .mb-8 {
    margin-bottom: 80px; }

  .mt-12 {
    margin-top: 120px; }

  .mb-12 {
    margin-bottom: 120px; }

  .w-600 {
    max-width: 600px;
    margin: auto; }

  large, .large {
    font-size: .9rem; }

  .inView, .inViewright, .inViewleft, .inViewfade {
    opacity: 0; }

  .add-class {
    display: none; }

  /*共通end*/ }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
  .second-container, .th-container, .fo-container, .fi-container, .six-container, .seven-container {
    max-width: 1000px;
    padding: 0; }

  .top-container {
    max-width: 1800px;
    padding: 0; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
/****animate****/
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.fadeInUp {
  opacity: 0;
  transform: translateY(20px);
  transition: all .6s; }

.animated {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.delay-05s {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-15s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.faster {
  -webkit-animation-duration: .3s;
  animation-duration: .3s; }

.slow {
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  @page {
    margin: 0.5cm; }
  .movie {
    display: none; }

  .recipe-flex .box.mv {
    display: none; }

  .recipe-flex .box.ph {
    width: 100%; }

  .inner-recipe {
    padding-top: 0; }

  .recipe-area {
    padding-top: 0px !important;
    padding-bottom: 30px !important; }

  .print {
    display: none; } }

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