@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,
input,
select,
textarea {
  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,
input {
  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,
select {
  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,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   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)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

.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-btn, .base-btn-small, .base-btn-icn {
  display: inline-block;
  position: relative;
  z-index: 3;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
  padding: 16px;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  　font-family: "Arial Black", Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.base-btn:hover, .base-btn-small:hover, .base-btn-icn:hover, .base-btn:focus, .base-btn-small:focus, .base-btn-icn:focus {
  text-decoration: none;
  outline: none;
}
.base-btn:active, .base-btn-small:active, .base-btn-icn:active {
  top: 1px;
}

.base-btn {
  font-size: 18px;
  text-align: center;
  background: #F1D495;
  border-radius: 100px;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  color: #4C5B94;
  font-weight: 700;
  width: 100%;
  max-width: 360px;
  margin: auto;
  display: block;
}
.base-btn .fab, .base-btn .fas {
  padding-left: 10px;
  font-weight: bold;
}
.base-btn .fab.icn-right, .base-btn .fas.icn-right {
  position: absolute;
  right: 10px;
}
.base-btn:hover, .base-btn:focus {
  opacity: .8;
}
.base-btn.bg-red {
  color: #fff;
}

.base-btn-small {
  font-size: 18px;
  text-align: center;
  background: #F1D495;
  border-radius: 100px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #4C5B94;
  font-weight: 700;
  width: 100%;
  max-width: 200px;
  margin: 0;
  display: block;
}
.base-btn-small .fab, .base-btn-small .fas {
  padding-left: 10px;
  font-weight: bold;
}
.base-btn-small .fab.icn-right, .base-btn-small .fas.icn-right {
  position: absolute;
  right: 10px;
}
.base-btn-small:hover, .base-btn-small:focus {
  opacity: .8;
}

.base-btn-icn {
  font-size: 18px;
  text-align: center;
  color: #F1D495;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  padding: 0 40px 0 20px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: auto;
}
.base-btn-icn a {
  display: block;
}
.base-btn-icn .fab, .base-btn-icn .fas {
  padding-left: 0px;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
}
.base-btn-icn:hover, .base-btn-icn:focus {
  opacity: .85;
  color: #F1D495;
}
.base-btn-icn.disabled {
  pointer-events: none;
}
.base-btn-icn.disabled:hover, .base-btn-icn.disabled:focus {
  opacity: 1;
  color: #F1D495;
}

/*********************
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: Arial, Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 100%;
  line-height: 1.75;
  color: #132a51;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0px;
}

.wrap-full {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0px;
}

/*********************
LINK STYLES
*********************/
a {
  color: #FF6600;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover, a:focus {
  -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 {
  text-rendering: optimizelegibility;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-family: "Arial Black", Arial, Gadget, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  line-height: 1.5;
  font-feature-settings: "palt";
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
  display: block;
  /* on hover */
  /* on click */
}
h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus {
  color: #ffb380;
  -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, .h1 {
  font-size: 1.875rem;
  /*font-size:30px;*/
}
h1 small, h1 .small, .h1 small, .h1 .small {
  font-size: 2rem;
}
h1 .big, .h1 .big {
  font-size: 2rem;
}

h2, .h2 {
  font-size: 1.5rem;
  /*font-size:24px;*/
}
h2 small, h2 .small, .h2 small, .h2 .small {
  font-size: 1.5rem;
}
h2 .big, .h2 .big {
  font-size: 1.75rem;
}

h3, .h3 {
  font-size: 1.25rem;
  /*font-size:20px;*/
}
h3 small, h3 .small, .h3 small, .h3 .small {
  font-size: .875rem;
}
h3 .fas, .h3 .fas {
  padding-right: 10px;
}

h4, .h4 {
  font-size: 1.0625rem;
  /*font-size:17px;*/
}

h5, .h5 {
  font-size: .875rem;
  /*font-size:14px;*/
  letter-spacing: normal;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.pc-inline {
  display: none;
}

.pc-block {
  display: none;
}

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

/*********************
HEADER STYLES
*********************/
.globalmenu {
  display: none;
}

.header {
  clear: both;
  width: 100%;
  z-index: 11;
  top: 0;
  background: #a4e7af;
}

.nav-area {
  background: #a4e7af;
  height: auto;
  position: relative;
  z-index: 20;
  width: 100%;
  padding: 10px 10px 0;
  display: flex;
  justify-content: space-between;
}
.nav-area > div {
  display: flex;
  width: 33.333333%;
}
.nav-area .fixed {
  position: fixed;
  top: 0px;
}
.nav-area .caption {
  line-height: 1.2;
  font-size: 12px;
  color: #fff;
}
.nav-area .logoarea {
  display: flex;
  justify-content: center;
}
.nav-area .logoarea h1, .nav-area .logoarea .h1 {
  line-height: 0;
  font-size: 0;
}
.nav-area .logoarea img {
  width: 100%;
  max-width: 196px;
  margin: 0px　auto;
  height: auto;
}
.nav-area .logoarea p {
  font-size: 14px;
  padding-left: 10px;
}
.nav-area .box-right {
  align-items: center;
  justify-content: flex-end;
}
.nav-area .top-nav {
  display: none;
}
.nav-area .toggle {
  margin-top: 4px;
}
.nav-area .menu-trigger {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: relative;
  width: 32px;
  height: 30px;
}
.nav-area .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 0px;
}
.nav-area .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-area .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.nav-area .menu-trigger span:nth-of-type(3) {
  bottom: 12px;
}
.nav-area .menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 4px;
  transition: all .4s;
}
.nav-area .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.nav-area .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-area .menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.nav-area .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}

.toggle-nav {
  display: none;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 10;
  margin: 0;
  padding: 100px 20px 10px;
  background: #a4e7af;
}
.toggle-nav ul {
  max-width: 700px;
  margin: 0 auto;
}
.toggle-nav ul li {
  padding: 0px 0;
  border-bottom: 1px #e9e9e9 solid;
  text-align: center;
}
.toggle-nav ul li:last-child {
  border-bottom: 0px #666 solid;
}
.toggle-nav ul li a {
  display: block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 15px 0;
}
.toggle-nav ul li a:hover, .toggle-nav ul li a:focus {
  opacity: .85;
}
.toggle-nav ul.contents li:last-child {
  border-bottom: 0;
  padding-bottom: 40px;
}
.toggle-nav ul.contents li div {
  display: table-cell;
  vertical-align: middle;
}
.toggle-nav ul.contents li img {
  height: auto;
  width: 30px;
  padding-right: 5px;
  margin-top: 10px;
}
.toggle-nav ul.sub-menu {
  background: #666;
}

.top-area {
  width: 100%;
  position: relative;
  overflow: hidden;
  /*slider*/
}
.top-area .slider {
  height: 50vh;
  position: relative;
  padding: 0 0px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../images/slider/001.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.top-area .toparea-bottom a {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  right: 0px;
  bottom: 0;
  z-index: 50;
  padding: 40px 0px 200px;
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
}
.top-area .toparea-bottom a .rotate {
  transform: rotate(0.25turn);
}
.top-area .toparea-bottom a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 160px;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/******
main
********/
.bg-second {
  background: url("../images/bg-second.jpg");
}

/**************
area
***************/
.area {
  padding-top: 30px;
  padding-bottom: 30px;
}
.area .article-header {
  text-align: center;
  margin-bottom: 30px;
}

dl.infomation {
  background: #a4e7af;
  padding: 10px 20px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
}
dl.infomation dt {
  margin-right: 20px;
}
dl.infomation dd {
  font-size: 14px;
}
dl.infomation a {
  color: #FF6600;
}

table.works-list {
  width: 100%;
  background: rgba(220, 220, 220, 0.2);
  font-size: 14px;
}
table.works-list th, table.works-list td {
  text-align: center;
  line-height: 1.25;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.works-list th {
  font-weight: normal;
}
table.works-list th:nth-of-type(1) {
  white-space: nowrap;
}
table.works-list th:nth-of-type(3) {
  white-space: nowrap;
}

.works-data {
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}
.works-data.information {
  margin-bottom: 20px;
}
.works-data .news-area {
  padding: 0 20px 20px;
}
.works-data .news-area h3 {
  margin-bottom: 1.5rem;
}
.works-data .news-area p {
  margin: 0 0 1.5rem;
  line-height: 2.15;
}
.works-data .news-area img {
  margin: 0 0 0;
  padding: 0;
}
.works-data dl {
  margin: 0;
  padding: 20px 20px 0px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.works-data dl dt {
  width: 30%;
}
.works-data dl dd {
  width: 70%;
}
.works-data dl dt {
  margin-bottom: 10px;
  font-weight: 700;
  color: #ccc;
}
.works-data dl dd {
  margin-bottom: 10px;
}
.works-data p {
  margin: 0 0 3px;
  line-height: 0;
}
.works-data img {
  margin: 0;
  padding: 0;
}

.image-data {
  margin-bottom: 20px;
}

table.profile-list {
  width: 100%;
  background: rgba(220, 220, 220, 0.2);
  font-size: 14px;
}
table.profile-list th, table.profile-list td {
  text-align: left;
  line-height: 1.75;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.profile-list th {
  font-weight: normal;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top;
}

/*ヒストリーリスト*/
table.history-list {
  width: 100%;
  background: rgba(220, 220, 220, 0.2);
  font-size: 14px;
}
table.history-list th {
  text-align: center;
  line-height: 1.75;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.history-list td {
  text-align: left;
  line-height: 1.75;
  padding: 10px 5px;
  border: 1px solid #fff;
  border-collapse: collapse;
}
table.history-list th {
  font-weight: normal;
  padding-right: 20px;
  white-space: nowrap;
  vertical-align: top;
}


/*ボックス全体*/
.accbox {
  margin: 0 auto;
  padding: 0;
}

/*ラベル*/
.accbox label {
  display: block;
  position: relative;
  margin: 0 0 1px;
  padding: 5px 20px;
  color: #fff;
  font-weight: normal;
  background: #a4e7af;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 24px;
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
}

/*アイコンを表示*/
.accbox label:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
  opacity: .9;
}

/*チェックは隠す*/
.accbox input {
  display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
  height: auto;
  padding: 0px;
  opacity: 1;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
  content: '\f068';
}

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

.photo {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  line-height: 0;
  background: #ccc;
}
.photo.chiba {
  background-image: url("../images/ph-chiba-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.fukui {
  background-image: url("../images/ph-fukui-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.kanazawa {
  background-image: url("../images/ph-kanazawa-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.kansai {
  background-image: url("../images/ph-kansai-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.kyoto {
  background-image: url("../images/ph-kyoto-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.kyushu {
  background-image: url("../images/ph-kyushu-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.nagasaki {
  background-image: url("../images/ph-nagasaki-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.okayama {
  background-image: url("../images/ph-okayama-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.shibaura {
  background-image: url("../images/ph-shibaura-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.shinshu {
  background-image: url("../images/ph-shinshu-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.shizuoka {
  background-image: url("../images/ph-shizuoka-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.tokai {
  background-image: url("../images/ph-tokai-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.tokyo {
  background-image: url("../images/ph-tokyo-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.east-asia {
  background-image: url("../images/ph-east-asia-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo.kumamoto {
  background-image: url("../images/ph-kumamoto-min.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*photo*/
/****
pagination
*****/
.pagination {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.pagination.center {
  justify-content: center;
}
.pagination a {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  display: block;
}
.pagination a:hover {
  color: #FF6600;
  border: 1px solid #FF6600;
}

.top-area-slick {
  position: relative;
}
.top-area-slick .arrows {
  position: absolute;
  z-index: 9;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
}
.top-area-slick .prev, .top-area-slick .next {
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #ccc;
  border: 1px solid #ccc;
  display: block;
}
.top-area-slick .prev:hover, .top-area-slick .next:hover {
  color: #FF6600;
  border: 1px solid #FF6600;
  cursor: pointer;
}
.top-area-slick .prev {
  margin-left: 20px;
}
.top-area-slick .next {
  margin-right: 20px;
}
.top-area-slick .slick01 p {
  margin: 0;
  padding: 0;
  line-height: 0;
}
.top-area-slick .slick01.h-kinto img {
  height: 60vw;
  max-height: 600px;
  min-height: 350px;
}
.top-area-slick .dots {
  position: relative;
  text-align: center;
  margin: -40px 0 0;
}
.top-area-slick .dots ul {
  margin: 0;
}
.top-area-slick .dots .slick-dots li {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 5px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background: #fff;
}
.top-area-slick .dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 40px;
  height: 5x;
  padding: 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.top-area-slick .dots .slick-dots li.slick-active {
  background: #FF6600;
}

/*********************
pagetop STYLES
*********************/
.topBtn {
  position: fixed;
  font-size: 14px;
  bottom: 48px;
  right: 20px;
  z-index: 100;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: solid 1px #ccc;
  text-align: center;
  color: #ccc;
}
.topBtn:hover {
  opacity: .85;
  cursor: pointer;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #fff;
  padding: 30px 0 40px;
  margin-top: 0px;
  background: #a4e7af;
}
.footer .footer-nav {
  font-family: "Arial Black", Arial, Gadget, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.footer .footer-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-decoration: none;
}
.footer .footer-nav a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.footer .footer-nav a:hover::after {
  transform: scale(1, 1);
}
.footer .copyright {
  font-size: 1rem;
  text-align: center;
}

.footer-logo {
  text-align: center;
}
.footer-logo img {
  max-width: 196px;
}
.footer-logo p {
  margin-bottom: 30px;
}
.footer-logo small {
  font-size: .8rem;
}

/*共通*/
.bg-red {
  background: #E13E10;
}

.bg-blue {
  background: #a4e7af;
}

.bg-gray {
  background: #ccc;
}

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

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

.bg-white {
  background: #fff;
}

.bg-yellow {
  background: #F1D495;
}

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

.bg-orange {
  background: #FF6600;
}

.bg-gold {
  background: #F1D495;
}

.bg-light-blue {
  background: #81a5e2;
}

.txt-red {
  color: #E13E10;
}

.txt-blue {
  color: #132a51;
}

.txt-black {
  color: #000;
}

.txt-gray {
  color: #ccc;
}

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

small, .small {
  font-size: .875rem;
}

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

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

.add-class {
  display: none;
}

#recipe-index {
  padding-top: 100px !important;
  margin-top: -100px !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: 768px) {
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 2.25rem;
    /*font-size:36px;*/
  }
  h1 small, h1 .small, .h1 small, .h1 .small {
    font-size: 2rem;
  }
  h1 .big, .h1 .big {
    font-size: 2.75rem;
  }

  h2, .h2 {
    font-size: 1.875rem;
    /*font-size:30px;*/
  }
  h2 small, h2 .small, .h2 small, .h2 .small {
    font-size: 1.5rem;
  }
  h2 .big, .h2 .big {
    font-size: 2.25rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
    /*font-size:1.5px;*/
  }
  h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 1rem;
  }

  h4, .h4 {
    font-size: 1.0625rem;
    /*font-size:17px;*/
  }

  h5, .h5 {
    font-size: 1rem;
    /*font-size:16px;*/
    letter-spacing: normal;
  }

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

  .pc {
    display: none;
  }

  .pc-inline {
    display: none;
  }

  .pc-block {
    display: none;
  }

  /*********************
  HEADER STYLES
  *********************/
  .globalmenu {
    display: none;
  }

  .header {
    clear: both;
    width: 100%;
    z-index: 11;
    top: 0;
    background: #a4e7af;
  }

  .nav-area {
    background: #a4e7af;
    height: auto;
    position: relative;
    z-index: 20;
    width: 100%;
    padding: 20px 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .nav-area > div {
    display: flex;
    width: 33.333333%;
  }
  .nav-area .fixed {
    position: fixed;
    top: 0px;
  }
  .nav-area .caption {
    line-height: 1.2;
    font-size: 14px;
    color: #fff;
  }
  .nav-area .logoarea {
    display: flex;
  }
  .nav-area .logoarea h1, .nav-area .logoarea .h1 {
    line-height: 0;
    font-size: 0;
  }
  .nav-area .logoarea img {
    width: 100%;
    max-width: 196px;
    margin: 0px;
    height: auto;
  }
  .nav-area .box-right {
    align-items: center;
    justify-content: flex-end;
  }
  .nav-area .top-nav {
    display: none;
  }
  .nav-area .toggle {
    margin-top: 4px;
  }

  /**************
  area
  ***************/
  dl.infomation {
    background: #a4e7af;
    padding: 10px 30px;
    color: #fff;
    display: flex;
    justify-content: flex-start;
  }
  dl.infomation dt {
    margin-right: 30px;
  }
  dl.infomation dd {
    font-size: 16px;
  }
  dl.infomation a {
    color: #FF6600;
  }

  table.works-list {
    width: 100%;
    background: rgba(220, 220, 220, 0.2);
    font-size: 16px;
  }
  table.works-list th, table.works-list td {
    text-align: center;
    line-height: 1.25;
    padding: 20px 10px;
    border: 1px solid #fff;
    border-collapse: collapse;
  }
  table.works-list th {
    font-weight: normal;
  }
  table.works-list th:nth-of-type(1) {
    white-space: nowrap;
  }
  table.works-list th:nth-of-type(3) {
    white-space: nowrap;
  }

  .works-data {
    background: #e9e9e9;
    padding: 0;
    margin: 0;
  }
  .works-data .news-area {
    padding: 0 40px 20px;
    margin-top: -20px;
  }
  .works-data .news-area h3 {
    font-size: 1.75rem;
  }
  .works-data dl {
    margin: 0;
    padding: 40px 40px 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .works-data dl dt {
    width: 20%;
  }
  .works-data dl dd {
    width: 80%;
  }
  .works-data dl dt {
    margin-bottom: 10px;
    font-weight: 700;
    color: #ccc;
  }
  .works-data dl dd {
    margin-bottom: 10px;
  }
  .works-data p {
    margin: 0 0 3px;
    line-height: 0;
  }
  .works-data img {
    margin: 0;
    padding: 0;
  }

  table.profile-list {
    width: 100%;
    background: rgba(220, 220, 220, 0.2);
    font-size: 16px;
  }
  table.profile-list th, table.profile-list td {
    text-align: left;
    line-height: 1.75;
    padding: 20px 10px;
    border: 1px solid #fff;
    border-collapse: collapse;
  }
  table.profile-list th {
    font-weight: normal;
    padding-right: 40px;
    white-space: nowrap;
    vertical-align: top;
  }


  /*ヒストリーリスト*/
  table.history-list {
    width: 100%;
    background: rgba(220, 220, 220, 0.2);
    font-size: 14px;
  }
  table.history-list th {
    text-align: center;
    line-height: 1.75;
    padding: 10px 5px;
    border: 1px solid #fff;
    border-collapse: collapse;
  }
  table.history-list td {
    text-align: left;
    line-height: 1.75;
    padding: 10px 5px;
    border: 1px solid #fff;
    border-collapse: collapse;
  }
  table.history-list th {
    font-weight: normal;
    padding-right: 20px;
    white-space: nowrap;
    vertical-align: top;
  }


  .accbox label {
    padding: 10px 30px;
    font-size: 30px;
  }

  .accbox label:after {
    font-size: 24px;
    right: 30px;
    top: 15px;
  }

  /*********************
  pagetop STYLES
  *********************/
  .topBtn {
    position: fixed;
    font-size: 14px;
    bottom: 48px;
    right: 40px;
    z-index: 100;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
  }
  .topBtn:hover {
    opacity: .85;
    cursor: pointer;
  }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    clear: both;
    color: #fff;
    padding: 30px 0 40px;
    margin-top: 0px;
    background: #a4e7af;
  }
  .footer .footer-nav {
    font-family: "Arial Black", Arial, Gadget, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: flex;
    justify-content: center;
  }
  .footer .footer-nav li {
    padding: 10px 15px;
  }
  .footer .copyright {
    font-size: 1rem;
    text-align: center;
  }

  .footer-logo {
    text-align: center;
  }
  .footer-logo img {
    max-width: 196px;
  }
  .footer-logo p {
    margin-bottom: 30px;
  }
  .footer-logo small {
    font-size: .8rem;
  }
}
/*********************
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) {
  /******************************************************************
  H1, H2, H3, H4, H5 STYLES
  ******************************************************************/
  h1, .h1 {
    font-size: 2.25rem;
    /*font-size:36px;*/
  }
  h1 small, h1 .small, .h1 small, .h1 .small {
    font-size: 2rem;
  }
  h1 .big, .h1 .big {
    font-size: 2.75rem;
  }

  h2, .h2 {
    font-size: 1.875rem;
    /*font-size:30px;*/
  }
  h2 small, h2 .small, .h2 small, .h2 .small {
    font-size: 1.5rem;
  }
  h2 .big, .h2 .big {
    font-size: 2.25rem;
  }

  h3, .h3 {
    font-size: 1.25rem;
    /*font-size:1.5px;*/
  }
  h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 1rem;
  }

  h4, .h4 {
    font-size: 1.0625rem;
    /*font-size:17px;*/
  }

  h5, .h5 {
    font-size: 1rem;
    /*font-size:16px;*/
    letter-spacing: normal;
  }

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

  .pc {
    display: block;
  }

  .pc-inline {
    display: none;
  }

  .pc-block {
    display: block;
  }

  .top-area {
    width: 100%;
    position: relative;
    overflow: hidden;
    /*slider*/
  }
  .top-area .slider {
    height: 65vh;
    position: relative;
    padding: 0 0px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*********************
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;
  }
}
