@charset 'UTF-8';
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.ubunts-font
{
    font-family: 'Ubuntu', sans-serif;
}

/*=============================================
                WebFonts
===============================================*/
@font-face
{
    font-family: 'fonticon';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/fonticon.eot');
    src: url('../fonts/fonticon.eot#iefix') format('embedded-opentype'), url('../fonts/fonticon.woff') format('woff'), url('../fonts/fonticon.ttf') format('truetype'), url('../fonts/fonticon.svg') format('svg');
}

[class^='icon-']:before,
[class*=' icon-']:before,
[class^='icon-']:after,
[class*=' icon-']:after
{
    font-family: 'fonticon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;

    text-transform: none;
    /*  font-size: 20px;
	font-style: normal;
	margin-left: 20px;*/

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-add65:before
{
    content: '\e000';
}

.icon-arrow483:before
{
    content: '\e001';
}

.icon-arrow487:before
{
    content: '\e002';
}

.icon-arrowhead7:before
{
    content: '\e003';
}

.icon-back36:before
{
    content: '\e004';
}

.icon-check34:before
{
    content: '\e005';
}

.icon-down53:before
{
    content: '\e006';
}

.icon-email21:before
{
    content: '\e007';
}

.icon-eye110:before
{
    content: '\e008';
}

.icon-magnifying-glass32:before
{
    content: '\e009';
}

.icon-menu48:before
{
    content: '\e00a';
}

.icon-navigate6:before
{
    content: '\e00b';
}

.icon-pencil117:before
{
    content: '\e00c';
}

.icon-phone64:before
{
    content: '\e00d';
}

.icon-placeholder8:before
{
    content: '\e00e';
}

.icon-right133:before
{
    content: '\e00f';
}

.icon-silhouette121:before
{
    content: '\e010';
}

.icon-symbol5:before
{
    content: '\e011';
}

.icon-tags10:before
{
    content: '\e012';
}

.icon-up164:before
{
    content: '\e013';
}

.icon-upload82:before
{
    content: '\e014';
}

.icon-walking17:before
{
    content: '\e015';
}

.icon-warning45:before
{
    content: '\e016';
}

/* ==========================================================================
   sanitize
   ========================================================================== */
/*
 * Sanitize.css 2.0.0 (http://git.io/sanitize)
 * Licensed under the MIT License.
 */
/*
 * Sanitize.css 2.0.0 (http://git.io/sanitize)
 * Licensed under the MIT License.
 */
html
{
    font-family: sans-serif;

    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    margin: 0;
}

article,
aside,
figcaption,
figure,
footer,
header,
legend,
main,
nav,
section
{
    display: block;
}

audio,
canvas,
label,
video
{
    display: inline-block;
}

audio:not([controls])
{
    display: none;

    height: 0;
}

[hidden],
template
{
    display: none;
}

a
{
    background: transparent;
}

hr
{
    box-sizing: content-box;
    height: 0;
}

/*h1 {
  margin: .7em 0;
  font-size: 2em;
}*/
b,
strong
{
    font-weight: bold;
}

small
{
    font-size: 85%;
}

sub,
sup
{
    font-size: 80%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sup
{
    top: -.25em;
}

sub
{
    bottom: -.25em;
}

dfn
{
    font-style: italic;
}

abbr[title]
{
    border-bottom: 1px dotted;
}

mark
{
    color: #000;
    background: #ff0;
}

blockquote:before,
blockquote:after
{
    content: '';
}

code,
kbd,
pre,
samp
{
    font-family: monospace;
}

pre
{
    overflow: auto;

    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video
{
    vertical-align: middle;
}

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

    border: 0;
}

svg:not(:root)
{
    overflow: hidden;
}

figure
{
    margin: 1em 40px;
}

progress
{
    vertical-align: baseline;
}

table
{
    max-width: 100%;

    border-collapse: collapse;
}

/*th {
  text-align: left;
}*/
/* ==========================================================================
   animate.css
   ========================================================================== */
/*
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated
{
    animation-duration: 1s;

    animation-fill-mode: both;
}

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

.animated.hinge
{
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut
{
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY
{
    animation-duration: .75s;
}

@keyframes bounce
{
    0%,
    20%,
    53%,
    80%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43%
    {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0);
    }
    70%
    {
        transition-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0);
    }
    90%
    {
        transform: translate3d(0, -4px, 0);
    }
}

.bounce
{
    transform-origin: center bottom;
    animation-name: bounce;
}

@keyframes flash
{
    0%,
    50%,
    100%
    {
        opacity: 1;
    }
    25%,
    75%
    {
        opacity: 0;
    }
}

.flash
{
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse
{
    0%
    {
        transform: scale3d(1, 1, 1);
    }
    50%
    {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    100%
    {
        transform: scale3d(1, 1, 1);
    }
}

.pulse
{
    animation-name: pulse;
}

@keyframes rubberBand
{
    0%
    {
        transform: scale3d(1, 1, 1);
    }
    30%
    {
        transform: scale3d(1.25, .75, 1);
    }
    40%
    {
        transform: scale3d(.75, 1.25, 1);
    }
    50%
    {
        transform: scale3d(1.15, .85, 1);
    }
    65%
    {
        transform: scale3d(.95, 1.05, 1);
    }
    75%
    {
        transform: scale3d(1.05, .95, 1);
    }
    100%
    {
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand
{
    animation-name: rubberBand;
}

@keyframes shake
{
    0%,
    100%
    {
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80%
    {
        transform: translate3d(10px, 0, 0);
    }
}

.shake
{
    animation-name: shake;
}

@keyframes swing
{
    20%
    {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40%
    {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60%
    {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80%
    {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    100%
    {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing
{
    transform-origin: top center;
    animation-name: swing;
}

@keyframes tada
{
    0%
    {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20%
    {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100%
    {
        transform: scale3d(1, 1, 1);
    }
}

.tada
{
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble
{
    0%
    {
        transform: none;
    }
    15%
    {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30%
    {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45%
    {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60%
    {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75%
    {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    100%
    {
        transform: none;
    }
}

.wobble
{
    animation-name: wobble;
}

@keyframes bounceIn
{
    0%,
    20%,
    40%,
    60%,
    80%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    20%
    {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40%
    {
        transform: scale3d(.9, .9, .9);
    }
    60%
    {
        transform: scale3d(1.03, 1.03, 1.03);

        opacity: 1;
    }
    80%
    {
        transform: scale3d(.97, .97, .97);
    }
    100%
    {
        transform: scale3d(1, 1, 1);

        opacity: 1;
    }
}

.bounceIn
{
    animation-name: bounceIn;
}

@keyframes bounceInDown
{
    0%,
    60%,
    75%,
    90%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, -3000px, 0);

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, 25px, 0);

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, -10px, 0);
    }
    90%
    {
        transform: translate3d(0, 5px, 0);
    }
    100%
    {
        transform: none;
    }
}

.bounceInDown
{
    animation-name: bounceInDown;
}

@keyframes bounceInLeft
{
    0%,
    60%,
    75%,
    90%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(-3000px, 0, 0);

        opacity: 0;
    }
    60%
    {
        transform: translate3d(25px, 0, 0);

        opacity: 1;
    }
    75%
    {
        transform: translate3d(-10px, 0, 0);
    }
    90%
    {
        transform: translate3d(5px, 0, 0);
    }
    100%
    {
        transform: none;
    }
}

.bounceInLeft
{
    animation-name: bounceInLeft;
}

@keyframes bounceInRight
{
    0%,
    60%,
    75%,
    90%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(3000px, 0, 0);

        opacity: 0;
    }
    60%
    {
        transform: translate3d(-25px, 0, 0);

        opacity: 1;
    }
    75%
    {
        transform: translate3d(10px, 0, 0);
    }
    90%
    {
        transform: translate3d(-5px, 0, 0);
    }
    100%
    {
        transform: none;
    }
}

.bounceInRight
{
    animation-name: bounceInRight;
}

@keyframes bounceInUp
{
    0%,
    60%,
    75%,
    90%,
    100%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, 3000px, 0);

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, -20px, 0);

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, 10px, 0);
    }
    90%
    {
        transform: translate3d(0, -5px, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp
{
    animation-name: bounceInUp;
}

@keyframes bounceOut
{
    20%
    {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55%
    {
        transform: scale3d(1.1, 1.1, 1.1);

        opacity: 1;
    }
    100%
    {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
}

.bounceOut
{
    animation-name: bounceOut;
}

@keyframes bounceOutDown
{
    20%
    {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45%
    {
        transform: translate3d(0, -20px, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
}

.bounceOutDown
{
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft
{
    20%
    {
        transform: translate3d(20px, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

.bounceOutLeft
{
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight
{
    20%
    {
        transform: translate3d(-20px, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

.bounceOutRight
{
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp
{
    20%
    {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45%
    {
        transform: translate3d(0, 20px, 0);

        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
}

.bounceOutUp
{
    animation-name: bounceOutUp;
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}

.fadeIn
{
    animation-name: fadeIn;
}

@keyframes fadeInDown
{
    0%
    {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInDown
{
    animation-name: fadeInDown;
}

@keyframes fadeInDownBig
{
    0%
    {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInDownBig
{
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft
{
    0%
    {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInLeft
{
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig
{
    0%
    {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInLeftBig
{
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight
{
    0%
    {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInRight
{
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig
{
    0%
    {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInRightBig
{
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp
{
    0%
    {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInUp
{
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig
{
    0%
    {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.fadeInUpBig
{
    animation-name: fadeInUpBig;
}

@keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 0;
    }
}

.fadeOut
{
    animation-name: fadeOut;
}

@keyframes fadeOutDown
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, 100%, 0);

        opacity: 0;
    }
}

.fadeOutDown
{
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, 2000px, 0);

        opacity: 0;
    }
}

.fadeOutDownBig
{
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(-100%, 0, 0);

        opacity: 0;
    }
}

.fadeOutLeft
{
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(-2000px, 0, 0);

        opacity: 0;
    }
}

.fadeOutLeftBig
{
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(100%, 0, 0);

        opacity: 0;
    }
}

.fadeOutRight
{
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(2000px, 0, 0);

        opacity: 0;
    }
}

.fadeOutRightBig
{
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, -100%, 0);

        opacity: 0;
    }
}

.fadeOutUp
{
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, -2000px, 0);

        opacity: 0;
    }
}

.fadeOutUpBig
{
    animation-name: fadeOutUpBig;
}

@keyframes flip
{
    0%
    {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40%
    {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50%
    {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80%
    {
        transform: perspective(400px) scale3d(.95, .95, .95);
        animation-timing-function: ease-in;
    }
    100%
    {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip
{
    animation-name: flip;

    backface-visibility: visible;
}

@keyframes flipInX
{
    0%
    {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        opacity: 0;
    }
    40%
    {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    }
    60%
    {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100%
    {
        transform: perspective(400px);
    }
}

.flipInX
{
    animation-name: flipInX;

    backface-visibility: visible !important;
}

@keyframes flipInY
{
    0%
    {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        opacity: 0;
    }
    40%
    {
        transition-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    }
    60%
    {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    100%
    {
        transform: perspective(400px);
    }
}

.flipInY
{
    animation-name: flipInY;

    backface-visibility: visible !important;
}

@keyframes flipOutX
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);

        opacity: 1;
    }
    100%
    {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);

        opacity: 0;
    }
}

.flipOutX
{
    animation-name: flipOutX;

    backface-visibility: visible !important;
}

@keyframes flipOutY
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);

        opacity: 1;
    }
    100%
    {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);

        opacity: 0;
    }
}

.flipOutY
{
    animation-name: flipOutY;

    backface-visibility: visible !important;
}

@keyframes lightSpeedIn
{
    0%
    {
        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
    60%
    {
        transform: skewX(20deg);

        opacity: 1;
    }
    80%
    {
        transform: skewX(-5deg);

        opacity: 1;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.lightSpeedIn
{
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out;
}

@keyframes lightSpeedOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
}

.lightSpeedOut
{
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@keyframes rotateIn
{
    0%
    {
        transform: rotate3d(0, 0, 1, -200deg);
        transform-origin: center;

        opacity: 0;
    }
    100%
    {
        transform: none;
        transform-origin: center;

        opacity: 1;
    }
}

.rotateIn
{
    animation-name: rotateIn;
}

@keyframes rotateInDownLeft
{
    0%
    {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;

        opacity: 0;
    }
    100%
    {
        transform: none;
        transform-origin: left bottom;

        opacity: 1;
    }
}

.rotateInDownLeft
{
    animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight
{
    0%
    {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: right bottom;

        opacity: 0;
    }
    100%
    {
        transform: none;
        transform-origin: right bottom;

        opacity: 1;
    }
}

.rotateInDownRight
{
    animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft
{
    0%
    {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;

        opacity: 0;
    }
    100%
    {
        transform: none;
        transform-origin: left bottom;

        opacity: 1;
    }
}

.rotateInUpLeft
{
    animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight
{
    0%
    {
        transform: rotate3d(0, 0, 1, -90deg);
        transform-origin: right bottom;

        opacity: 0;
    }
    100%
    {
        transform: none;
        transform-origin: right bottom;

        opacity: 1;
    }
}

.rotateInUpRight
{
    animation-name: rotateInUpRight;
}

@keyframes rotateOut
{
    0%
    {
        transform-origin: center;

        opacity: 1;
    }
    100%
    {
        transform: rotate3d(0, 0, 1, 200deg);
        transform-origin: center;

        opacity: 0;
    }
}

.rotateOut
{
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft
{
    0%
    {
        transform-origin: left bottom;

        opacity: 1;
    }
    100%
    {
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: left bottom;

        opacity: 0;
    }
}

.rotateOutDownLeft
{
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight
{
    0%
    {
        transform-origin: right bottom;

        opacity: 1;
    }
    100%
    {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: right bottom;

        opacity: 0;
    }
}

.rotateOutDownRight
{
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft
{
    0%
    {
        transform-origin: left bottom;

        opacity: 1;
    }
    100%
    {
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: left bottom;

        opacity: 0;
    }
}

.rotateOutUpLeft
{
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight
{
    0%
    {
        transform-origin: right bottom;

        opacity: 1;
    }
    100%
    {
        transform: rotate3d(0, 0, 1, 90deg);
        transform-origin: right bottom;

        opacity: 0;
    }
}

.rotateOutUpRight
{
    animation-name: rotateOutUpRight;
}

@keyframes hinge
{
    0%
    {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60%
    {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80%
    {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;

        opacity: 1;
    }
    100%
    {
        transform: translate3d(0, 700px, 0);

        opacity: 0;
    }
}

.hinge
{
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn
{
    0%
    {
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);

        opacity: 0;
    }
    100%
    {
        transform: none;

        opacity: 1;
    }
}

.rollIn
{
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut
{
    0%
    {
        opacity: 1;
    }
    100%
    {
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);

        opacity: 0;
    }
}

.rollOut
{
    animation-name: rollOut;
}

@keyframes zoomIn
{
    0%
    {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
}

.zoomIn
{
    animation-name: zoomIn;
}

@keyframes zoomInDown
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.zoomInDown
{
    animation-name: zoomInDown;
}

@keyframes zoomInLeft
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.zoomInLeft
{
    animation-name: zoomInLeft;
}

@keyframes zoomInRight
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.zoomInRight
{
    animation-name: zoomInRight;
}

@keyframes zoomInUp
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 1;
    }
}

.zoomInUp
{
    animation-name: zoomInUp;
}

@keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        transform: scale3d(.3, .3, .3);

        opacity: 0;
    }
    100%
    {
        opacity: 0;
    }
}

.zoomOut
{
    animation-name: zoomOut;
}

@keyframes zoomOutDown
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    100%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

.zoomOutDown
{
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;

        opacity: 0;
    }
}

.zoomOutLeft
{
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);

        opacity: 1;
    }
    100%
    {
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center;

        opacity: 0;
    }
}

.zoomOutRight
{
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);

        opacity: 1;
    }
    100%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);

        opacity: 0;
    }
}

.zoomOutUp
{
    animation-name: zoomOutUp;
}

@keyframes slideInDown
{
    0%
    {
        visibility: visible;

        transform: translate3d(0, -100%, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown
{
    animation-name: slideInDown;
}

@keyframes slideInLeft
{
    0%
    {
        visibility: visible;

        transform: translate3d(-100%, 0, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft
{
    animation-name: slideInLeft;
}

@keyframes slideInRight
{
    0%
    {
        visibility: visible;

        transform: translate3d(100%, 0, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight
{
    animation-name: slideInRight;
}

@keyframes slideInUp
{
    0%
    {
        visibility: visible;

        transform: translate3d(0, 100%, 0);
    }
    100%
    {
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp
{
    animation-name: slideInUp;
}

@keyframes slideOutDown
{
    0%
    {
        transform: translate3d(0, 0, 0);
    }
    100%
    {
        visibility: hidden;

        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown
{
    animation-name: slideOutDown;
}

@keyframes slideOutLeft
{
    0%
    {
        transform: translate3d(0, 0, 0);
    }
    100%
    {
        visibility: hidden;

        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft
{
    animation-name: slideOutLeft;
}

@keyframes slideOutRight
{
    0%
    {
        transform: translate3d(0, 0, 0);
    }
    100%
    {
        visibility: hidden;

        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight
{
    animation-name: slideOutRight;
}

@keyframes slideOutUp
{
    0%
    {
        transform: translate3d(0, 0, 0);
    }
    100%
    {
        visibility: hidden;

        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp
{
    animation-name: slideOutUp;
}

.hover-btn,
.submit-btn,
.return-btn
{
    display: inline-block;

    padding-top: 2px;
    padding-bottom: 0;

    text-align: center;
    text-decoration: none;

    outline: none;
}

.hover-btn::before,
.submit-btn::before,
.return-btn::before,
.hover-btn::after,
.submit-btn::after,
.return-btn::after
{
    position: absolute;
    z-index: -1;

    display: block;

    content: '';
}

.hover-btn,
.submit-btn,
.return-btn,
.hover-btn::before,
.submit-btn::before,
.return-btn::before,
.hover-btn::after,
.submit-btn::after,
.return-btn::after
{
    box-sizing: border-box;

    transition: all .3s;
}

.btn-link
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;

    display: block;

    width: 240px;
    margin: 0 auto;
    padding-top: 2px;

    text-align: center;
    text-decoration: none !important;

    color: #fffeeb !important;
    border-radius: 16px;
    background-color: #695f51;
}

@media screen and (max-width: 567px)
{
    .btn-link
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 48px;

        width: 70%;

        border-radius: 24px;
    }
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    .btn-link
    {
        width: 95%;
    }
}

.btn-link:hover
{
    color: #fff;
    background-color: #b5a48b;
}

.btn-link i
{
    margin: 0 .5em 0 0;
}

.viewall
{
    line-height: 32px;

    display: inline-block;

    margin: 8px auto 0;
    padding: 2px 2.4em 0;

    color: #fffeeb;
    border-radius: 16px;
    background-color: #695f51;
}

.viewall:hover
{
    text-decoration: none;

    color: #fffeeb;
    background-color: #e73356;
}

.viewall i
{
    font-size: 13px;
    font-size: 1.3rem;

    display: inline-block;

    margin-right: .25em;
}

.viewall span
{
    font-size: 14px;
    font-size: 1.4rem;
}

/*お問い合せの赤ボタン*/
.email-btn a
{
    border-radius: 5px;
    background-color: #e73356;
    box-shadow: 0 2px 0 #c22b49;
}

.email-btn a:hover
{
    background-color: #ff5274;
}

/*ヘルパーのみなさまへの緑ボタン*/
.helpers-btn a
{
    border-radius: 5px;
    background-color: #094;
    box-shadow: 0 2px 0 #007334;
}

.helpers-btn a:hover
{
    background-color: #12b35a;
}

.action-btn
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
}

.submit-btn
{
    color: #fff;
    border-width: 0;
    border-radius: 5px;
    background-color: #e73356;
    box-shadow: 0 2px 0 #c22b49;
}
.submit-btn:hover
{
    background-color: #ff5274;
}

.return-btn
{
    text-decoration: none;

    color: #fff;
    border-width: 0;
    border-radius: 5px;
    background-color: #a4a4a4;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .5);
}
.return-btn:hover
{
    text-decoration: none;

    color: #fff;
    background-color: #646464;
}

/*
-------------File Contents--------------
  1. Base Setting
  2. Links Setting
  3. Container
  4. Header
  5. Main
  6. Facilities List
  7. Footer
  --- Utilities
------------------------------------------*/
/*================================================
                1. Base Setting
================================================*/
html
{
    font-size: 62.5%;

    overflow-y: scroll;

    margin: 0;
    padding: 0;
    /* 10px 相当*/

    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}

body
{
    font-family: 'Lucida Grande', 'segoe UI', Roboto, 'Droid Sans', 'Noto Sans Japanese', 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Helvetica, 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.231;

    margin: 0 auto;
    padding: 0;

    text-align: center;

    color: #313131;
    background-color: #fffde0;
}

/* --------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
figcaption
{
    font-size: 10px;
    font-size: 1.0rem;

    margin: 0;
    padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd,
figure
{
    margin: 0;
    padding: 0;
}

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

em
{
    font-style: normal;
}

i
{
    font-style: normal;

    display: inline-block;
}

img
{
    vertical-align: middle;
}

/* --------------------------------------------------------------------------
   Lazy Load
   -------------------------------------------------------------------------- */
img.lazy
{
    transition: opacity .3s ease-in;

    opacity: 0;

    filter: alpha(opacity=($value * 100));
}

/*================================================
                2. Link Settings
================================================*/
a,
a:hover,
a:active
{
    outline: 0;
}

a:focus
{
    outline: thin dotted #ccc;
}

a:link
{
    text-decoration: none;
}

a:link
{
    -webkit-tap-highlight-color: #ff5e99;
}

a:visited
{
    text-decoration: none;
}

a:hover,
a:active
{
    text-decoration: underline;

    color: #e73356;
}

.current > a
{
    cursor: default !important;
}

a img
{
    text-decoration: none !important;

    border-width: 0 !important;
}

a:hover img,
a:active img
{
    text-decoration: none !important;

    border-width: 0 !important;
}

#contents a,
#contents a:link,
a.link,
a.link:link
{
    text-decoration: underline;

    color: #556fb5;
}

#contents nav a
{
    text-decoration: none;
}

#contents a:hover,
#contents a:active,
a.link:hover,
a.link:active
{
    color: #e73356;
}

#contents a.tel-link,
.ipad #contents a.tel-link
{
    cursor: default;
    text-decoration: none;

    color: #313131;
}

#contents a.tel-link i,
.ipad #contents a.tel-link i
{
    display: none;
}

@media screen and (max-width: 767px)
{
    #contents a.tel-link,
    .iphone #contents a.tel-link,
    .android #contents a.tel-link
    {
        color: #556fb5;
    }
    #contents a.tel-link:hover,
    #contents a.tel-link:active,
    .iphone #contents a.tel-link:hover,
    .iphone #contents a.tel-link:active,
    .android #contents a.tel-link:hover,
    .android #contents a.tel-link:active
    {
        color: #e73356;
    }
    #contents a.tel-link i,
    .iphone #contents a.tel-link i,
    .android #contents a.tel-link i
    {
        display: inline-block;
    }
    #contents a.tel-link span,
    .iphone #contents a.tel-link span,
    .android #contents a.tel-link span
    {
        display: none;
    }
}

/*================================================
                3. Container
================================================*/
#container,
.container
{
    width: 100%;
    margin: 0 auto;
}

.wrapper
{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;

    text-align: center;
}

@media screen and (max-width: 1199px)
{
    .wrapper
    {
        width: 98%;
        margin-right: 1%;
        margin-left: 1%;
    }
}

/*================================================
                5. Main
================================================*/
#main
{
    margin: 56px auto 32px;
}
@media screen and (max-width: 767px)
{
    #main
    {
        margin-top: 48px;
    }
}
@media screen and (max-width: 719px)
{
    #main
    {
        margin-top: 32px;
    }
}

#home #main
{
    margin-top: 30px;
}

/*================================================
  Third Directory
  ==============================================*/
#contents
{
    float: right;

    width: 76%;
    width: calc( 912px / 1200px * 100%);
    max-width: 912px;

    text-align: left;
}

@media screen and (max-width: 767px)
{
    #contents
    {
        float: none;

        width: 100%;
    }
}

#single-contents
{
    width: 100%;
    max-width: 912px;
    margin: 0 auto;
}

.text-page #single-contents
{
    max-width: 800px;
}

#page-title
{
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 46px;

    box-sizing: border-box;
    width: 100%;
    padding-top: 2px;
    padding-left: 28px;

    border: 4px solid #b5a48b;
    background-color: #fffef3;
}
#page-title span
{
    line-height: 1;

    padding-bottom: 8px;
}
@media screen and (max-width: 719px)
{
    #page-title
    {
        padding-left: 0;

        text-align: center;
    }
}
@media screen and (max-width: 567px)
{
    #page-title
    {
        width: 95%;
        margin: 0 auto;
    }
}

#single-contents #page-title
{
    padding-left: 0;

    text-align: center;
}

.section
{
    width: 100%;
    margin: 48px 0 32px;
}
@media screen and (max-width: 719px)
{
    .section
    {
        margin: 32px 0;
    }
}
@media screen and (max-width: 567px)
{
    .section
    {
        width: 95%;
        margin: 32px auto;
    }
}

.heading
{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 36px;

    padding-top: 4px;
    padding-left: 32px;

    color: #fff;
    background-color: #695f51;
}
@media screen and (max-width: 599px)
{
    .heading
    {
        font-size: 16px;
        font-size: 1.6rem;

        padding: 4px 8px 0;

        text-align: center;
    }
}

#single-contents .heading
{
    padding-left: 0;
}

.text-heading
{
    font-size: 16px;
    font-size: 1.6rem;
}

.section-block,
.friendship-pic-container
{
    margin-top: 32px;
}
@media screen and (max-width: 719px)
{
    .section-block,
    .friendship-pic-container
    {
        margin-top: 24px;
    }
}

.section-left
{
    float: left;
}
@media screen and (max-width: 639px)
{
    .section-left
    {
        float: none;

        width: 100%;
    }
}

.text
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;

    padding-top: 8px;

    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: .5pt;
}
.text.text0
{
    padding-top: 0;
}
.text.text16
{
    padding-top: 16px;
}
.text.text24
{
    padding-top: 24px;
}
.text.text32
{
    padding-top: 32px;
}

.pic figcaption
{
    font-size: 12px;
    font-size: 1.2rem;

    padding-top: 8px;

    text-align: center;

    color: #4a4a46;
}

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

.text-center,
.text-center p
{
    margin-right: auto;
    margin-left: auto;

    text-align: center !important;
}

.text-right,
.text-right p
{
    text-align: right !important;
}

.text-left,
.text-left p,
p.text-left
{
    text-align: left !important;
}

.font-bold
{
    font-weight: bold;
}

.font-normal
{
    font-weight: normal !important;
}

th.two-words
{
    margin-right: -1em;

    letter-spacing: 1em;
}

.two-words
{
    letter-spacing: .5em;
}

.line-height0
{
    line-height: 0 !important;
}

.line-height1
{
    line-height: 1 !important;
}

.text-indent01
{
    padding-left: 1.275em;

    text-indent: -1.275em;
}

.nowrap
{
    white-space: nowrap;
}

.display-block
{
    display: block !important;
}

.red
{
    color: #e73356;
}

.blue
{
    color: #448aca;
}

.roman2
{
    font-size: 116%;

    display: inline-block;

    margin-left: .1em;

    vertical-align: bottom;
}

/* ==========================================================================
   Font
   ========================================================================== */
.mincho
{
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
}

.gothic
{
    font-family: 'Lucida Grande', 'segoe UI', Roboto, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.maru-gothic
{
    font-family: 'Lucida Grande', 'segoe UI', 'ヒラギノ丸ゴ ProN W4', 'Hiragino Maru Gothic ProN', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Helvetica, 'Helvetica Neue', Arial, sans-serif;
}

.arial
{
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.jp-font
{
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.jp-font2
{
    font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

/*================================================
  Smart Phon Menu --- 719px
  ==============================================*/
#spnav,
#build-menu,
#mobile-bar
{
    display: none;
}

/**/
@media screen and (max-width: 719px)
{
    #spnav,
    #build-menu,
    #mobile-bar
    {
        display: block;
    }
    #build-menu li
    {
        border-bottom: 1px solid #e8d2b2;
    }
    #build-menu a
    {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: bold;

        display: block;

        padding: 16px 0;

        color: #313131;
    }
    #build-menu .current a
    {
        color: #e73356;
    }
    #build-menu a i
    {
        font-size: 14px;
        font-size: 1.4rem;

        display: inline-block;

        margin-right: .2em;
    }
    #mobile-bar
    {
        position: absolute;
        z-index: 9999;
        top: 24px;
        right: 5%;
    }
    #mobile-bar span
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;

        display: block;

        color: #313131;
    }
    #mobile-bar i
    {
        font-size: 32px;
        font-size: 3.2rem;

        display: inline-block;

        color: #313131;
    }
    #build-menu-page
    {
        position: relative;
        left: 0;
    }
    #build-menu
    {
        position: static;
        z-index: 0;
        z-index: 0;
        top: 0;
        left: 0;

        display: none;
        visibility: visible;
        float: right;
        overflow-y: auto;

        width: 240px;
        height: 100%;
        padding: 0;

        transform: none;

        opacity: 1;
    }
    .build-menu-animating #build-menu-page
    {
        position: fixed;
        top: 0;
        bottom: 0;

        overflow: hidden;

        width: 100%;
    }
    .build-menu-animating.build-menu-close #build-menu-page,
    .build-menu-animating.build-menu-open #build-menu-page
    {
        transition: transform 250ms;
    }
    .build-menu-animating.build-menu-open #build-menu-page
    {
        transform: translate3d(0, 0, 0);
    }
    .build-menu-animating #build-menu
    {
        display: block;
    }
    .build-menu-open #build-menu
    {
        display: block;

        transition-delay: 0ms, 0ms, 0ms;
    }
    .build-menu-open #build-menu,
    .build-menu-close #build-menu
    {
        transition: transform 250ms, opacity 250ms, visibility 0ms 250ms;
    }
}

@media screen and (max-width: 414px)
{
    /*iPhone6+*/
    #mobile-bar
    {
        top: 20px;
        right: 2.5%;
    }
    #mobile-bar span
    {
        font-size: 11px;
        font-size: 1.1rem;
    }
    #mobile-bar i
    {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    #mobile-bar
    {
        top: 16px;
    }
}

@media screen and (max-width: 359px)
{
    #mobile-bar
    {
        top: 14px;
    }
}

/*================================================
                4. Header
================================================*/
/*================================================
  Header- Around the Logo
  ==============================================*/
#header-dsc
{
    position: relative;

    float: left;

    width: 304px;
    padding-top: .1em;
    padding-left: 1.6%;

    text-align: left;

    color: #4a4a46;
}
#header-dsc span
{
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;

    position: absolute;
    top: 1px;
    left: 1.6%;

    display: block;

    white-space: nowrap;
}
#header-dsc img
{
    display: block;

    margin-top: 17px;
}
@media screen and (max-width: 959px)
{
    #header-dsc span
    {
        display: none;
    }
    #header-dsc img
    {
        margin-top: 8%;

        vertical-align: bottom;
    }
}
@media screen and (max-width: 719px)
{
    #header-dsc
    {
        float: none;

        width: 100%;
        margin-left: 0;
    }
    #header-dsc img
    {
        margin-top: 1em;
    }
}
@media screen and (max-width: 567px)
{
    #header-dsc img
    {
        max-width: 70%;
    }
}

#header-right
{
    float: right;

    width: 568px;
}
@media screen and (max-width: 1199px)
{
    #header-right
    {
        margin-right: 5%;
    }
}
@media screen and (max-width: 959px)
{
    #header-right
    {
        width: 50%;
    }
}
@media screen and (max-width: 719px)
{
    #header-right
    {
        float: none;

        width: 100%;
    }
}

#header-subnav
{
    margin-top: 4px;

    text-align: right;
}
#header-subnav li
{
    display: inline-block;

    margin-right: 8px;
}
#header-subnav li:last-child
{
    margin-right: 0;
}
#header-subnav a
{
    font-size: 12px;
    font-size: 1.2rem;

    color: #4a4a46;
}
#header-subnav a:hover
{
    color: #e73356;
}
@media screen and (max-width: 959px)
{
    #header-subnav
    {
        display: none;
    }
}

#header-subnav .current a
{
    cursor: default;
    text-decoration: none;

    opacity: .5;
    color: #4a4a46;

    filter: alpha(opacity=50);
}

/*================================================
  Header-contact
  ==============================================*/
#header-contact
{
    width: 100%;
    margin-top: 16px;
}

@media screen and (max-width: 959px)
{
    #header-contact
    {
        float: right;

        width: auto;
        min-width: 322px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 719px)
{
    #header-contact
    {
        float: none;

        width: auto;
        min-width: 322px;
        margin-top: 16px;
    }
}

#header-contact ul
{
    list-style-type: none;
}

#header-contact a
{
    display: block;
    float: left;

    height: 40px;
}

#header-contact span
{
    display: block;
    overflow: hidden;

    margin: auto;

    vertical-align: middle;
    white-space: nowrap;
    text-indent: 100%;

    background-image: url(../../images/contact_imgs.png);
    background-repeat: no-repeat;
}

#header-email.email-btn a
{
    width: 154px;
    margin-right: 8px;
}

#header-email.email-btn span
{
    width: 106px;
    height: 14px;
    margin-top: 15px;
    padding-right: .35em;

    background-position: -230px 0;
}

#header-helpers.helpers-btn a
{
    width: 160px;
}

#header-helpers.helpers-btn span
{
    width: 134px;
    height: 13px;
    margin-top: 15px;

    background-position: -230px -15px;
}

#header-tel a
{
    width: 229px;
    margin-right: 16px;
}

#header-tel span
{
    width: 100%;
    height: 100%;

    cursor: default;

    background-position: 0 0;
}

@media screen and (max-width: 959px)
{
    #header-tel a
    {
        float: none;

        margin: 0 0 8px;
    }
}

@media screen and (max-width: 719px)
{
    #header-tel a,
    #header-email.email-btn a,
    #header-helpers.helpers-btn a
    {
        line-height: 48px;

        overflow: hidden;

        width: 33.3333%;
        width: calc(100% / 3 - 1px);
        height: 48px;
        margin-right: 0;

        color: #fff;
        border-right: 1px solid;
        border-radius: 0;
        box-shadow: 0 0 0;
    }
    #header-tel a
    {
        float: left;

        margin: 0;

        border-right-color: rgba(255, 255, 255, .75);
        background-color: #e73356;
    }
    #header-email.email-btn a
    {
        border-right-color: #e73356;
    }
    #header-helpers.helpers-btn a
    {
        border-right-color: #094;
    }
    #header-contact span
    {
        display: inline-block;
        overflow: visible;

        width: auto !important;
        height: auto !important;
        margin: 0 auto !important;
        padding-top: 0;

        vertical-align: middle;
        white-space: normal;
        text-indent: 0;

        background-image: none;
    }
    #header-contact i
    {
        font-size: 24px;
        font-size: 2.4rem;

        display: inline-block;

        margin-right: .1em;

        vertical-align: bottom;
    }
    #header-tel i
    {
        font-size: 15px;
        font-size: 1.5rem;

        margin-right: .35em;

        vertical-align: top;
    }
    #header-email i
    {
        font-size: 26px;
        font-size: 2.6rem;
    }
    #header-contact em
    {
        font-size: 17px;
        font-size: 1.7rem;

        display: inline-block;
    }
    #header-tel em
    {
        font-family: 'Ubuntu', sans-serif;
        font-size: 21px;
        font-size: 2.1rem;

        letter-spacing: .05em;
    }
}

@media screen and (max-width: 603px)
{
    #header-tel a,
    #header-email.email-btn a,
    #header-helpers.helpers-btn a
    {
        box-sizing: border-box;
    }
    #header-tel a
    {
        width: 38%;
    }
    #header-email.email-btn a
    {
        width: 24%;
    }
    #header-helpers.helpers-btn a
    {
        width: 38%;
    }
}

@media screen and (max-width: 567px)
{
    #header-tel a
    {
        background-color: #e73356;
    }
    #header-email.email-btn a
    {
        display: none;
    }
    #header-tel a,
    #header-helpers.helpers-btn a
    {
        width: 50%;
    }
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    #header-helpers em
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
    #header-helpers i
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
    #header-tel em
    {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 359px)
{
    #header-tel em
    {
        font-size: 18px;
        font-size: 1.8rem;
    }
    #header-helpers em
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

/*================================================
  Global Navigation
  ==============================================*/
#gnav-container
{
    margin-top: 12px;

    background-color: #b5a48b;
}

@media screen and (max-width: 719px)
{
    #gnav-container
    {
        display: none;
    }
}

#gnav a
{
    float: left;

    width: 16.583333333%;
    width: calc( 200/1200 * 100% - 1px);
    height: 40px;

    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #e8c99b;
    background-color: #ffe7c5;
}

#gnav li:last-child a
{
    width: 16.5%;
    width: calc( 200/1200 * 100% - 2px);

    border-width: 0 1px 0 1px;
}

@media screen and (max-width: 959px)
{
    #gnav li#gnav01 a
    {
        width: 14%;
        width: calc( 169/1200 * 100% - 1px);
    }
    #gnav li#gnav02 a
    {
        width: 19%;
        width: calc( 229/1200 * 100% - 1px);
    }
}

#gnav a:hover,
#gnav .current a
{
    border-color: #e73356;
    background-color: #e73356;

    -webkit-tap-highlight-color: #e73356;
}

#gnav span
{
    position: relative;
    top: 35%;
    top: calc(14/40*100%);

    display: block;
    overflow: hidden;

    height: 15px;
    margin: 0 auto;

    text-align: center;
    white-space: nowrap;
    text-indent: 100%;

    background-image: url(../../images/gnav.png);
    background-repeat: no-repeat;
}

#gnav01 span
{
    width: 42px;

    background-position: 0 0;
}

#gnav01 a:hover span,
#gnav01.current span
{
    background-position: 0 -16px;
}

#gnav02 span
{
    width: 126px;

    background-position: -43px 0;
}

#gnav02 a:hover span,
#gnav02.current span
{
    background-position: -43px -16px;
}

#gnav03 span
{
    width: 57px;

    background-position: -170px 0;
}

#gnav03 a:hover span,
#gnav03.current span
{
    background-position: -170px -16px;
}

#gnav04 span
{
    width: 59px;

    background-position: -228px 0;
}

#gnav04 a:hover span,
#gnav04.current span
{
    background-position: -228px -16px;
}

#gnav05 span
{
    width: 58px;

    background-position: -288px 0;
}

#gnav05 a:hover span,
#gnav05.current span
{
    background-position: -288px -16px;
}

#gnav06 span
{
    width: 59px;

    background-position: -347px 0;
}

#gnav06 a:hover span,
#gnav06.current span
{
    background-position: -347px -16px;
}

/*================================================
  Bread Crumbs
  ==============================================*/
#bread-container
{
    line-height: 30px;

    vertical-align: middle;

    background-color: #e73356;
}

#home #bread-container
{
    line-height: 1;

    height: 8px;
}

@media screen and (max-width: 719px)
{
    #bread-container
    {
        display: none;
    }
}

#bread-crumbs
{
    font-size: 11px;
    font-size: 1.1rem;

    padding-top: 3px;

    text-align: left;
}

#bread-crumbs li
{
    float: left;

    margin-right: .5em;

    color: #fffde0;
}

#bread-crumbs i
{
    font-size: 10px;
    font-size: 1.0rem;

    display: inline-block;

    padding-left: .75em;
}

#bread-crumbs a
{
    text-decoration: underline;

    color: #fffde0;
}

#bread-crumbs li.current a
{
    cursor: default;
    text-decoration: none;

    color: #fffde0;
}

@media screen and (max-width: 1199px)
{
    #bread-crumbs
    {
        width: 99.2%;
        margin-left: .8%;
        padding-top: 0;
    }
    #bread-crumbs li
    {
        line-height: 4;

        position: relative;

        margin-right: 8px;
        padding-right: 8px;

        border-right: 1px dotted #d2d2d2;
        border-right-color: rgba(210, 210, 210, .75);
    }
    #bread-crumbs a
    {
        line-height: 4;

        display: block;
    }
    #bread-crumbs i
    {
        font-size: 14px;
        font-size: 1.4rem;

        position: absolute;
        top: -15%;
        right: -7px;
        bottom: 0;

        display: block;

        margin: auto 0;

        opacity: .7;

        filter: alpha(opacity=70);
    }
}

/* --------------------------------------------------------------------------
   Column Sets
   -------------------------------------------------------------------------- */
.col-2
{
    float: left;

    width: 48.4%;
}

.col-2:nth-child(2),
.col-2:nth-child(2n)
{
    float: right;
}

.col-3
{
    width: 31.66666666%;
    width: calc( 380 / 1200 * 100%);
    max-width: 380px;
    margin: 0;
}

@media screen and (max-width: 567px)
{
    .col-3
    {
        width: 48%;
        margin-bottom: 1.5em;
    }
}

.col-4
{
    width: calc( 288 / 1200 * 100%);
    margin: 0;
}
.col-4:nth-child(4n-1):last-child
{
    margin-right: calc((288 / 1200 * 100%) + (16 / 1200 * 100%));
}
.col-4:nth-child(4n-2):last-child
{
    margin-right: calc(((288 * 2) / 1200 * 100%) + ((16 * 2) / 1200 * 100%));
}

@media screen and (max-width: 1199px)
{
    .col-4
    {
        width: 23.5%;
    }
}

@media screen and (max-width: 719px)
{
    .col-4
    {
        width: 48%;
    }
    .col-4:nth-child(4n-1):last-child,
    .col-4:nth-child(4n-2):last-child
    {
        margin-right: 0;
    }
}

.col-5
{
    width: 18.666666666%;
    width: calc( 224 / 1200 * 100%);
    max-width: 224px;
    margin: 0;
}

@media screen and (max-width: 767px)
{
    .col-5
    {
        width: 32.333333333%;
        width: calc( 97% / 3);
    }
}

@media screen and (max-width: 480px)
{
    .col-5
    {
        width: 48%;
    }
}

/*================================================
  Category TOP
  ==============================================*/
#index-title,
.index-title
{
    font-size: 24px;
    font-size: 2.4rem;
}

#top-visual
{
    /* Android 2-4, Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;
    overflow: hidden;

    box-sizing: border-box;
    margin-top: 1.6em;

    border: 5px solid #b5a48b;
    background-color: #fff;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 959px)
{
    #top-visual
    {
        flex-direction: column;
    }
}

#top-lead
{
    width: 38.06722689%;
    width: calc(453/1190 *100%);
    max-height: 290px;

    background-color: #fff;

    order: 1;
}
@media screen and (max-width: 959px)
{
    #top-lead
    {
        width: 100%;
        max-height: none;
        padding-bottom: 1.6em;

        order: 2;
    }
}

#top-page-title
{
    font-size: 20px;
    font-size: 2.0rem;
}
@media screen and (max-width: 959px)
{
    #top-page-title
    {
        padding-top: 1.6em;
    }
}

#top-lead p
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;

    padding-top: 1.6em;
}

#top-lead .br
{
    display: block;
}

#top-lead img
{
    display: block;

    margin: 0 auto;
    padding-top: 1.6em;

    vertical-align: bottom;
}

#top-mv
{
    overflow: hidden;

    width: 61.9327773109%;
    width: calc(737/1190 *100%);
    max-height: 290px;

    order: 2;
}
@media screen and (max-width: 959px)
{
    #top-mv
    {
        width: 100%;

        order: 1;
    }
}
@media screen and (max-width: 767px)
{
    #top-mv
    {
        max-height: 160px;
    }
}

#top-mv div
{
    position: relative;

    max-width: none;
    height: auto;
}

#top-mv img
{
    width: 100%;
    max-width: 100%;
    height: auto;

    -ms-interpolation-mode: bicubic;
}

.top-content-lead
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;

    padding: 40px 0;

    border-bottom: 1px solid #e8d2b2;
}

.top-content-lead .br
{
    display: block;
}

.top-content-lead a
{
    font-size: 14px;
    font-size: 1.4rem;

    text-decoration: underline;

    color: #556fb5;
}

@media screen and (max-width: 839px)
{
    .top-content-lead .br768
    {
        display: block;
    }
}

@media screen and (max-width: 479px)
{
    .top-content-lead
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    .top-content-lead
    {
        text-align: left;
    }
    .top-content-lead .br768,
    .top-content-lead .br
    {
        display: inline;
    }
}

/*--ページリスト--*/
.page-index
{
    margin: 40px auto;
}

.page-index ul
{
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;

    list-style-type: none;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    flex-wrap: wrap;
    justify-content: space-between;
}

.page-index a
{
    display: block;

    margin-bottom: 2.5em;

    text-decoration: none;
}

@media screen and (max-width: 567px)
{
    .page-index a
    {
        margin-bottom: 1.5em;
    }
}

.page-index a img
{
    display: block;

    max-width: 97.368421053%;
    max-width: calc(100% - 10px);
    height: auto;

    border: 5px solid #e8d2b2 !important;
    background-color: #fff;
}

.page-index a:hover img
{
    opacity: .65;
    border: 5px solid #e73356 !important;

    filter: alpha(opacity=65);
}

@media screen and (max-width: 567px)
{
    .page-index a img
    {
        max-width: 98.947368422%;
        max-width: calc(100% - 4px);

        border-width: 2px !important;
    }
}

.page-index h4
{
    font-size: 16px;
    font-size: 1.6rem;

    padding-top: 1em;

    color: #313131;
}

.page-index h4 i
{
    display: inline-block;

    margin-right: .25em;

    color: #e73356;
}

.page-index a:hover h4 span
{
    color: #e73356;
}

.page-index #pi-careers h4 i
{
    color: #b35ea1;
}

.page-index p
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;

    padding-top: .5em;

    text-align: left;

    color: #695f51;
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    .page-index h4
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .page-index p
    {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.4;
    }
}

/*-------------------
    Table Style
----------------------*/
.table-style01,
.table-style02
{
    border-collapse: collapse;

    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e8d2b2;
    background-color: #fff;
}

.table-style01 th,
.table-style01 td
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;

    text-align: center;
    vertical-align: top;

    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e8d2b2;
    border-bottom-style: dashed;
    background-color: #fff4d6;
}

.table-style01 tr:last-of-type th,
.table-style01 tr:last-of-type td
{
    border-bottom-style: solid;
}

.table-style01 th.two-words
{
    margin-right: auto !important;
}

.table-style01 td
{
    text-align: left;

    background-color: #fff;
}

.table-style01 td a
{
    text-decoration: underline;
}

.table-style02 thead th
{
    font-size: 13px;
    font-size: 1.3rem;

    padding: .8em 0;

    text-align: center;

    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e8d2b2;
    background-color: #fff4d6;
}

.table-style02 tbody th,
.table-style02 td
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;

    text-align: center;
    vertical-align: middle;

    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #e8d2b2;
}

.table-style02 thead th:first-of-type,
.table-style02 tbody th
{
    border-right-style: dashed;
}

.table-style02 td
{
    font-size: 13px;
    font-size: 1.3rem;

    border-right-style: solid;
}

@media screen and (max-width: 567px)
{
    .table-style01
    {
        border-width: 0 1px 1px;
    }
    .table-style01 tr
    {
        display: block;
    }
    .table-style01 th,
    .table-style01 td
    {
        display: list-item;

        width: 100% !important;

        list-style-type: none;

        vertical-align: middle;
    }
    .table-style01 th
    {
        border-width: 1px 0;
        border-bottom-style: dashed !important;
    }
    .table-style01 td
    {
        border-width: 0;
    }
    .table-style01 th
    {
        background-color: #fff4d6;
    }
}

@media screen and (max-width: 480px)
{
    /* Thead非表示 */
    .table-style02 thead th
    {
        display: none;
    }
    .table-style02 thead th,
    .table-style02 tbody th
    {
        padding: 12px 0 8px;

        border-right-style: solid;
        border-bottom-style: dashed;
        background-color: #fff4d6;
    }
    .table-style02 tbody tr:first-of-type th:first-child
    {
        border-top-width: 1px;
    }
    .table-style02 tbody th,
    .table-style02 td
    {
        display: block;

        box-sizing: border-box;
        width: 100% !important;
    }
}

/*================================================
                6. Sidebar
================================================*/
#sidebar,
.sidebar
{
    float: left;

    width: 21.3333%;
    width: calc( 256px / 1200px * 100%);
    max-width: 256px;
}

@media screen and (max-width: 767px)
{
    #sidebar
    {
        float: none;

        width: 95%;
        max-width: none;
        margin: 0 auto;
    }
}

#side-cat-title
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 52px;

    padding-top: 2px;

    color: #fffde0;
    background-color: #e73356;
}

#side-cat-title a
{
    line-height: 1.4;

    display: inline-block;

    vertical-align: middle;

    color: #fffde0;
}

@media screen and (max-width: 800px)
{
    #side-cat-title
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 719px)
{
    #side-cat-title
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

/*================================================
  Local Navigation
  ==============================================*/
#local-nav
{
    border-width: 0 3px 3px;
    border-style: solid;
    border-color: #b5a48b;
    background-color: #fffef2;
}

#local-nav li
{
    border-bottom: 1px dashed #b5a48b;
}

#local-nav li:last-child
{
    border-bottom-width: 0;
}

#local-nav .child
{
    border-top: 1px dashed #b5a48b;
}

#local-nav a
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;

    display: block;

    padding: 1em 8% .6em 12.8%;

    text-align: left;

    color: #4a4a46;
}

#local-nav .child a
{
    font-size: 13px;
    font-size: 1.3rem;

    padding: .8em .2em .4em 20%;

    opacity: .9;
}

#local-nav a:hover
{
    background-color: #ffe7c5;
}

#local-nav .current > a
{
    text-decoration: none;

    color: #e73356;
    background-color: #ffe7c5;
}

#local-nav a span
{
    font-family: 'fonticon';
    font-style: normal;
    font-variant: normal;
    line-height: 1.6;

    display: block;
    overflow: hidden;

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#local-nav a span:before
{
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.6;

    display: inline-block;

    margin-right: .25em;
    padding-top: .15em;

    content: '\e00f';
}

#local-nav .child a span:before
{
    line-height: 1.4;
}

#local-nav .current > a span
{
    color: #e30e1f;
}

@media screen and (max-width: 800px)
{
    #local-nav a
    {
        font-size: 14px;
        font-size: 1.4rem;

        padding-left: 6.4%;
    }
}

@media screen and (max-width: 719px)
{
    #local-nav a
    {
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 40px;

        margin: 0 auto;
        padding: 1em 0 0;

        text-align: center;
    }
    #local-nav a span
    {
        display: inline-block;

        padding-right: 1em;
    }
    #local-nav .child a
    {
        line-height: 36px;

        padding: 1em 0 0 0;
    }
}

/*================================================
            6. Facilities List
================================================*/
#facilities-list
{
    padding-top: 40px;

    border-top: 1px solid #e8d2b2;
}

#faci-heading
{
    font-size: 20px;
    font-size: 2.0rem;

    margin-bottom: 24px;
}

#facilities-list ul
{
    display: flex;

    box-sizing: border-box;
    width: 100%;

    list-style: none;

    justify-content: space-between;
    flex-wrap: wrap;
}

#facilities-list li
{
    box-sizing: border-box;
    width: 25%;

    vertical-align: middle;

    border-width: 4px 4px 4px 0;
    border-style: solid;
    border-color: #e8d2b2;
    background-color: #fffef2;
}

#facilities-list li:first-child,
#facilities-list li:nth-child(5)
{
    border-left-width: 4px;
}

#facilities-list li:nth-child(n + 5)
{
    border-top-width: 0;
}

#facilities-list li:nth-child(4n-1):last-child
{
    margin-right: 25%;
}

#facilities-list a
{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;

    display: block;

    width: 100%;
    height: auto;
    padding: 1em 0;

    text-decoration: none;

    color: #4a4a46;
    background-color: #fffef2;
}

#facilities-list a span
{
    line-height: 1.4;

    display: inline-block;

    vertical-align: middle;
}

#facilities-list a i
{
    font-size: 15px;
    font-size: 1.5rem;

    margin-right: .2em;
}

#facilities-list a:hover
{
    color: #e73356;
    background-color: #fff4d6;
}

@media screen and (max-width: 1164px)
{
    #facilities-list a em
    {
        display: block;
    }
}

@media screen and (max-width: 959px)
{
    #facilities-list a
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px)
{
    #facilities-list li
    {
        width: calc(100% / 3);
    }
    #facilities-list li:nth-child(n + 5),
    #facilities-list li:nth-child(n + 4)
    {
        border-top-width: 0;
    }
    #facilities-list li:nth-child(5)
    {
        border-left-width: 0;
    }
    #facilities-list li:nth-child(3n-2)
    {
        border-left-width: 4px;
    }
    #facilities-list li:nth-child(4n-1):last-child
    {
        margin-right: 0;
    }
}

@media screen and (max-width: 599px)
{
    #facilities-list li
    {
        width: 50%;
    }
    #facilities-list li:nth-child(n + 3)
    {
        border-top-width: 0;
    }
    #facilities-list li:nth-child(even)
    {
        border-left-width: 0;
    }
    #facilities-list li:nth-child(odd)
    {
        border-left-width: 4px;
    }
    #facilities-list a em
    {
        display: inline;
    }
}

@media screen and (max-width: 479px)
{
    #facilities-list ul
    {
        width: 90%;
        margin: 0 auto;
    }
    #facilities-list li
    {
        display: block;
        float: none;

        width: 100%;
        height: auto;
    }
    #facilities-list li:nth-child(even)
    {
        border-left-width: 4px;
    }
    #facilities-list li:not(:first-child)
    {
        border-top-width: 0;
    }
    #facilities-list a
    {
        font-size: 15px;
        font-size: 1.5rem;

        display: inline-block;

        height: auto;
    }
}

/*================================================
                7. Footer
================================================*/
#footer-container
{
    padding-top: 60px;
}

/*================================================
  footer-contact-container
  ==============================================*/
#footer-contact-container
{
    width: 100%;

    border-top: 1px solid #e8d2b2;
    background-color: #fff4d6;
}

#footer-contact
{
    position: relative;

    height: 168px;
}

#footer-contact-logo
{
    position: absolute;
    top: -32px;
    left: 9.6%;
}

#footer-contact-connect
{
    position: absolute;
    top: 30%;
    left: 40%;

    width: 60%;

    list-style-type: none;
}

@media screen and (max-width: 1199px)
{
    #footer-contact-logo
    {
        left: -4%;
    }
    #footer-contact-connect
    {
        left: 32%;
    }
}

@media screen and (max-width: 900px)
{
    #footer-contact
    {
        height: auto;
    }
    #footer-contact-logo
    {
        display: none;
    }
    #footer-contact-connect
    {
        position: relative;
        top: 0;
        right: 0;
        left: 0;

        width: auto;
        margin: 0 0 0 16%;
        padding: 32px 0;

        text-align: center;
    }
}

@media screen and (max-width: 767px)
{
    #footer-contact-connect
    {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 719px)
{
    #footer-contact-connect
    {
        width: 270px;
    }
}

#footer-contact-connect a
{
    display: block;
    float: left;
}

#footer-contact-connect span
{
    display: block;
    overflow: hidden;

    white-space: nowrap;
    text-indent: 100%;

    background-image: url(../../images/contact_imgs.png);
    background-repeat: no-repeat;
}

#footer-tel a
{
    margin-right: 56px;

    cursor: default;
}

@media screen and (max-width: 1199px)
{
    #footer-tel a
    {
        margin-right: 24px;
    }
}

@media screen and (max-width: 719px)
{
    #footer-tel a
    {
        width: 100%;
        margin-right: 0;
    }
}

#footer-tel span
{
    width: 271px;
    height: 73px;

    background-position: 0 -41px;
}

#footer-email a
{
    width: 240px;
    height: 56px;
    margin-top: 16px;
}

@media screen and (max-width: 719px)
{
    #footer-email a
    {
        width: 100%;
    }
}

#footer-email span
{
    box-sizing: border-box;
    width: 140px;
    height: 17px;
    margin: auto;
    margin-top: 22px;
    padding-right: .8em;

    background-position: -272px -41px;
}

.footer-pagetop
{
    overflow: hidden;

    width: 36px;
    height: 36px;

    color: #fffeeb;
    border-radius: 18px;
    background-color: #313131;
}

.footer-pagetop:hover
{
    background-color: #7c7c74;
}

.footer-pagetop i
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;

    display: inline-block;

    vertical-align: middle;
}

#footer-contact .footer-pagetop
{
    position: absolute;
    top: 66.8478%;
    top: calc(123/184*100%);
    right: 0;

    display: block;
}

@media screen and (max-width: 1199px)
{
    #footer-contact .footer-pagetop
    {
        right: 2.5%;
    }
}

@media screen and (max-width: 959px)
{
    #footer-contact .footer-pagetop
    {
        display: none;
    }
}

/*================================================
  Footer Sitemap
  ==============================================*/
#footer-sitemap-container
{
    padding: 32px 0 32px;

    background-color: #313131;
}

#footer-sitemap
{
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: space-between;
}

@media screen and (max-width: 767px)
{
    #footer-sitemap-container
    {
        padding-bottom: 0;
    }
    #footer-sitemap
    {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #footer-sitemap .col-5
    {
        margin: 0;
        padding-bottom: 40px;
    }
}

.bottom-block
{
    margin-top: 1.4em;
    padding-top: .4em;

    border-top: 1px solid #807f75;
}

@media screen and (max-width: 767px)
{
    .bottom-block
    {
        margin-top: 0;
        padding-top: 0;

        border-top-width: 0;
    }
}

.fs-heading
{
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;

    padding: 0 0 .5em 5%;

    text-align: left;

    color: #fffeeb;
    border-bottom: 1px solid #807f75;
}

#fs-others .fs-heading
{
    display: none;
}

.fs-list
{
    padding: 1em 0 0 5%;

    text-align: left;
}

#fs-others > .fs-list
{
    padding-top: 0;
}

.fs-list li
{
    font-size: 12px;
    font-size: 1.2rem;

    margin-bottom: 1.4em;
}

.fs-list li:last-child
{
    margin-bottom: 0;
}

.fs-list a
{
    color: #fffeeb;
}

.fs-list .icon-right133
{
    display: none;
}

@media screen and (max-width: 767px)
{
    .fs-heading
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #fs-others .fs-heading
    {
        display: block;
    }
    #fs-others > .fs-list
    {
        padding-top: 1em;
    }
    .fs-list
    {
        padding-left: 0;
    }
    .fs-list li
    {
        font-size: 14px;
        font-size: 1.4rem;

        padding: 0 0 .8em 0;

        border-bottom: 1px solid #4a4a46;
    }
    .fs-list .icon-right133
    {
        font-size: 12px;
        font-size: 1.2rem;

        display: inline-block;

        margin-right: .15em;
    }
}

@media screen and (max-width: 480px)
{
    .fs-list li
    {
        min-height: 24px;
        padding-top: 8px;
        padding-bottom: 12px;

        vertical-align: middle;
    }
}

@media screen and (max-width: 374px)
{
    .fs-list li
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

#footer
{
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 32px;

    background-color: #e73356;
}

#footer span
{
    font-weight: bold;

    display: inline-block;

    color: #fffeeb;
}

#footer address
{
    font-style: normal;

    display: inline-block;

    margin-left: 1em;

    color: #fffef2;
}

#footer address a
{
    display: inline-block;

    margin-left: .5em;

    text-decoration: none;

    color: #fffef2;
}

#footer-copyright
{
    position: relative;

    padding-bottom: 2em;
}

#copyright,
#webfont-copyrights
{
    font-size: 13px;
    font-size: 1.3rem;

    display: block;

    padding: 1em 0 0;

    color: #7c7c74;
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    #copyright
    {
        font-size: 12px;
        font-size: 1.2rem;
    }
    #copyright span
    {
        display: none;
    }
}

#webfont-copyrights
{
    font-size: 10px;
    font-size: 1.0rem;
    font-style: italic;

    padding: .5em 0;

    color: #b3b3a8;
}

#webfont-copyrights a
{
    text-decoration: underline;

    color: #999990;
}

#footer-copyright .footer-pagetop
{
    display: none;
}

@media screen and (max-width: 959px)
{
    #footer-copyright .footer-pagetop
    {
        position: absolute;
        right: 2.5%;
        bottom: 1.5%;

        display: block;
    }
}

@media screen and (max-width: 719px)
{
    #footer-copyright
    {
        padding-bottom: 0;
    }
    #footer-copyright .footer-pagetop
    {
        position: static;

        box-sizing: border-box;
        width: 100%;
        margin-top: 24px;

        border-radius: 0;
    }
}

/*
  Since:10 Jun 2010
  Last-Updated:1 May 2015
  Editor:Masataka Asakura
*/
/*
-------------File Contents--------------
  sanitize
  Basic
  Tag Setting
  Wrapper/Block
  Font Size Classes
  Float Clear Settings
  Float-Align Settings
  Margin-Padding Settings
  Width Settings
  Form Tag Settings
  animate.css
  Print Styles

------------------------------------------*/
/* ==========================================================================
   Basic
   ========================================================================== */

::selection
{
    background: #b3d4fc;
    text-shadow: none;
}

.chromeframe
{
    margin: .2em 0;
    padding: .2em 0;

    color: #000;
    background: #ccc;
}

/* --------------------------------------------------------------------------
   Helper classes
   -------------------------------------------------------------------------- */
.ir
{
    overflow: hidden;

    text-indent: -9999px;

    border: 0;
    background-color: transparent;
}

.ir::before
{
    display: block;

    width: 0;
    height: 150%;

    content: '';
}

.hidden
{
    display: none !important;
    visibility: hidden;
}

.visuallyhidden
{
    position: absolute;

    overflow: hidden;
    clip: rect(0 0 0 0);

    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;

    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus
{
    position: static;

    overflow: visible;
    clip: auto;

    width: auto;
    height: auto;
    margin: 0;
}

.invisible
{
    visibility: hidden;
}

/*--------------------------------------
          for Reader Browser
--------------------------------------*/
.hidden-heading
{
    display: block;
    overflow: hidden;

    width: 0;
    height: 0;
}

/* ==========================================================================
   2. Tag Setting
   ========================================================================== */
/* --------------------------------------------------------------------------
   List
   -------------------------------------------------------------------------- */
.disc-list
{
    margin-left: 1.475em;

    list-style: disc outside;
}

.circle-list
{
    margin-left: 1.475em;

    list-style: circle outside;
}

.decimal-list
{
    margin-left: 1.775em;

    list-style: decimal outside;
}

.last-list
{
    margin-bottom: 0;
    padding-bottom: 0;
}

/* --------------------------------------------------------------------------
   Text
   -------------------------------------------------------------------------- */
.P1
{
    margin-top: -8px;
    padding-top: 0;
}

.P2
{
    padding-top: 0;
}

.P3
{
    padding-top: 8px;
}

.P4
{
    padding-top: 16px;
}

.P5
{
    padding-top: 24px;
}

.P6
{
    padding-top: 32px;
}

.P7
{
    padding-top: 40px;
}

.P8
{
    padding-top: 48px;
}

.P9
{
    padding-top: 56px;
}

.P10
{
    padding-top: 64px;
}

.caption
{
    margin: 0 auto;
    padding-top: 4px;

    text-align: center;
    letter-spacing: normal;
}

.caption-left
{
    padding-top: 4px;

    text-align: left;
    letter-spacing: normal;
}

.caption-right
{
    padding-top: 4px;

    text-align: right;
    letter-spacing: normal;
}

/* ----------   letter-spacing   ----------*/
.two-words-1em
{
    margin-right: -1em;

    letter-spacing: 1em;
}

.two-words-05em
{
    letter-spacing: .5em;
}

/* ----------   font   ----------*/
.font-bold
{
    font-weight: bold;
}

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

/* ----------   line-height   ----------*/
.line-height-0
{
    line-height: 0;
}

.line-height-1
{
    line-height: 1;
}

.line-height-n
{
    line-height: normal;
}

/* ----------   indent   ----------*/
.text-indent01
{
    padding-left: 1.275em;

    text-indent: -1.275em;
}

/* ----------   white-space   ----------*/
.nowrap
{
    white-space: nowrap;
}

/* ----------   word-break   ----------*/
.word-break-all
{
    word-break: break-all;
}

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

.display-inline
{
    display: inline;
}

.display-inline-block
{
    display: inline-block;
}

/* ==========================================================================
   Wrapper/Block
   ========================================================================== */
.wrap01
{
    padding-top: 48px;
}

.wrap02
{
    padding-top: 56px;
}

.wrap03
{
    padding-top: 64px;
}

.wrap04
{
    padding-top: 72px;
}

.wrap05
{
    padding-top: 80px;
}

.block01
{
    padding-top: 8px;
}

.block02
{
    padding-top: 16px;
}

.block03
{
    padding-top: 24px;
}

.block04
{
    padding-top: 32px;
}

.block05
{
    padding-top: 40px;
}

.block06
{
    padding-top: 48px;
}

.box-style01
{
    padding: 25px 20px;

    border: 1px solid #ccc;
}

.box-style02
{
    padding: 15px 15px;

    border: 1px solid #ccc;
}

/* ==========================================================================
   Font Size Classes
   ========================================================================== */
/*
Font-size list (base: 13px)
 62% =  8px
 70% =  9px
 77% = 10px
 85% = 11px        162% = 21px        239% = 31px
 93% = 12px        170% = 22px        247% = 32px
100% = 13px        177% = 23px        254% = 33px
108% = 14px        185% = 24px        262% = 34px
116% = 15px        193% = 25px        270% = 35px
124% = 16px        200% = 26px        277% = 36px
131% = 17px        208% = 27px        285% = 37px
139% = 18px        216% = 28px        293% = 38px
147% = 19px        224% = 29px        300% = 39px
154% = 20px        231% = 30px        308% = 40px
*/
/*--base font-size:13px--*/
.size8
{
    font-size: 8px;
    font-size: .8rem;
}

.size9
{
    font-size: 9px;
    font-size: .9rem;
}

.size10
{
    font-size: 10px;
    font-size: 1rem;
}

.size11
{
    font-size: 11px;
    font-size: 1.1rem;
}

.size12
{
    font-size: 12px;
    font-size: 1.2rem;
}

.size13
{
    font-size: 13px;
    font-size: 1.3rem;
}

.size14
{
    font-size: 14px;
    font-size: 1.4rem;
}

.size15
{
    font-size: 15px;
    font-size: 1.5rem;
}

.size16
{
    font-size: 16px;
    font-size: 1.6rem;
}

.size17
{
    font-size: 17px;
    font-size: 1.7rem;
}

.size18
{
    font-size: 18px;
    font-size: 1.8rem;
}

.size19
{
    font-size: 19px;
    font-size: 1.9rem;
}

.size20
{
    font-size: 20px;
    font-size: 2rem;
}

.size21
{
    font-size: 21px;
    font-size: 2.1rem;
}

.size22
{
    font-size: 22px;
    font-size: 2.2rem;
}

.size23
{
    font-size: 23px;
    font-size: 2.3rem;
}

.size24
{
    font-size: 24px;
    font-size: 2.4rem;
}

.size25
{
    font-size: 25px;
    font-size: 2.5rem;
}

.size26
{
    font-size: 26px;
    font-size: 2.6rem;
}

.size27
{
    font-size: 27px;
    font-size: 2.7rem;
}

.size28
{
    font-size: 28px;
    font-size: 2.8rem;
}

.size29
{
    font-size: 29px;
    font-size: 2.9rem;
}

.size30
{
    font-size: 30px;
    font-size: 3rem;
}

.size31
{
    font-size: 31px;
    font-size: 3.1rem;
}

.size32
{
    font-size: 32px;
    font-size: 3.2rem;
}

.size33
{
    font-size: 33px;
    font-size: 3.3rem;
}

.size34
{
    font-size: 34px;
    font-size: 3.4rem;
}

.size35
{
    font-size: 35px;
    font-size: 3.5rem;
}

.size36
{
    font-size: 36px;
    font-size: 3.6rem;
}

.size37
{
    font-size: 37px;
    font-size: 3.7rem;
}

.size38
{
    font-size: 38px;
    font-size: 3.8rem;
}

.size39
{
    font-size: 39px;
    font-size: 3.9rem;
}

.size40
{
    font-size: 40px;
    font-size: 4rem;
}

.size41
{
    font-size: 41px;
    font-size: 4.1rem;
}

.size42
{
    font-size: 42px;
    font-size: 4.2rem;
}

.size43
{
    font-size: 43px;
    font-size: 4.3rem;
}

.size44
{
    font-size: 44px;
    font-size: 4.4rem;
}

.size45
{
    font-size: 45px;
    font-size: 4.5rem;
}

.size46
{
    font-size: 46px;
    font-size: 4.6rem;
}

.size47
{
    font-size: 47px;
    font-size: 4.7rem;
}

.size48
{
    font-size: 48px;
    font-size: 4.8rem;
}

.size49
{
    font-size: 49px;
    font-size: 4.9rem;
}

/* ==========================================================================
   Float Clear Settings
   ========================================================================== */
hr.clear
{
    line-height: 0;

    bottom: 0;

    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;

    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

.clear
{
    clear: both;
}

/* for IE7 */
*:first-child + html hr.clear
{
    height: 20px;
    margin-top: -30px;
}

*:first-child + html .clear
{
    min-height: 1em;
}

/* for IE6 or sooner */
* html hr.clear
{
    height: 20px;
    margin-top: -40px;
}

* html .clear
{
    height: 1%;
}

.clear-left
{
    clear: left;
}

.clear-right
{
    clear: right;
}

/* clearfix setting */
.clearfix
{
    zoom: 1;
}
.clearfix::before,
.clearfix::after
{
    display: table;

    content: '';
}
.clearfix::after
{
    clear: both;
}

/* ==========================================================================
   Float-Align Settings
   ========================================================================== */
.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

.alignleft
{
    float: left;

    margin: 0 24px 24px 0;
}

.alignright
{
    float: right;

    margin: 0 0 24px 24px;
}

.text-center
{
    margin-right: auto;
    margin-left: auto;

    text-align: center !important;
}

.text-right
{
    text-align: right !important;
}

.text-left
{
    text-align: left !important;
}

/*================================================
              6. Margin-Padding Settings
================================================*/
/* margin top=t, right=r, bottom=b, left=l */
/* margin-top*/
.margin-t0
{
    margin-top: 0 !important;
}

.margin-t8
{
    margin-top: 8px !important;
}

.margin-t10
{
    margin-top: 10px !important;
}

.margin-t16
{
    margin-top: 16px !important;
}

.margin-t20
{
    margin-top: 20px !important;
}

.margin-t24
{
    margin-top: 24px !important;
}

.margin-t32
{
    margin-top: 32px !important;
}

.margin-t35
{
    margin-top: 35px !important;
}

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

.margin-t48
{
    margin-top: 48px !important;
}

.margin-t56
{
    margin-top: 56px !important;
}

.margin-t64
{
    margin-top: 64px !important;
}

.margin-t72
{
    margin-top: 72px !important;
}

.margin-t80
{
    margin-top: 80px !important;
}

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

.margin-b8
{
    margin-bottom: 8px !important;
}

.margin-b10
{
    margin-bottom: 10px !important;
}

.margin-b16
{
    margin-bottom: 16px !important;
}

.margin-b20
{
    margin-bottom: 20px !important;
}

.margin-b24
{
    margin-bottom: 24px !important;
}

.margin-b32
{
    margin-bottom: 32px !important;
}

.margin-b35
{
    margin-bottom: 35px !important;
}

.margin-b40
{
    margin-bottom: 40px !important;
}

.margin-b48
{
    margin-bottom: 48px !important;
}

.margin-b56
{
    margin-bottom: 56px !important;
}

.margin-b64
{
    margin-bottom: 64px !important;
}

.margin-b72
{
    margin-bottom: 72px !important;
}

.margin-b80
{
    margin-bottom: 80px !important;
}

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

.margin-l-8
{
    margin-left: -8px !important;
}

.margin-l-10
{
    margin-left: -10px !important;
}

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

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

.margin-l8
{
    margin-left: 8px !important;
}

.margin-l10
{
    margin-left: 10px !important;
}

.margin-l16
{
    margin-left: 16px !important;
}

.margin-l20
{
    margin-left: 20px !important;
}

.margin-l24
{
    margin-left: 24px !important;
}

.margin-l32
{
    margin-left: 32px !important;
}

.margin-l40
{
    margin-left: 40px !important;
}

.margin-l48
{
    margin-left: 48px !important;
}

.margin-l56
{
    margin-left: 56px !important;
}

.margin-l64
{
    margin-left: 64px !important;
}

.margin-l72
{
    margin-left: 72px !important;
}

.margin-l80
{
    margin-left: 80px !important;
}

.margin-l5p
{
    margin-left: 5% !important;
}

.margin-l10p
{
    margin-left: 10% !important;
}

.margin-l15p
{
    margin-left: 15% !important;
}

.margin-l20p
{
    margin-left: 20% !important;
}

.margin-l25p
{
    margin-left: 25% !important;
}

.margin-l30p
{
    margin-left: 30% !important;
}

.margin-l35p
{
    margin-left: 35% !important;
}

.margin-l40p
{
    margin-left: 40% !important;
}

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

.margin-r-8
{
    margin-right: -8px !important;
}

.margin-r-10
{
    margin-right: -10px !important;
}

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

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

.margin-r8
{
    margin-right: 8px !important;
}

.margin-r10
{
    margin-right: 10px !important;
}

.margin-r16
{
    margin-right: 16px !important;
}

.margin-r20
{
    margin-right: 20px !important;
}

.margin-r24
{
    margin-right: 24px !important;
}

.margin-r32
{
    margin-right: 32px !important;
}

.margin-r40
{
    margin-right: 40px !important;
}

.margin-r48
{
    margin-right: 48px !important;
}

.margin-r56
{
    margin-right: 56px !important;
}

.margin-r64
{
    margin-right: 64px !important;
}

.margin-r72
{
    margin-right: 72px !important;
}

.margin-r80
{
    margin-right: 80px !important;
}

/* padding top=t, right=r, bottom=b, left=l */
/* padding-top*/
.padding-t0
{
    padding-top: 0 !important;
}

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

.padding-t8
{
    padding-top: 8px !important;
}

.padding-t10
{
    padding-top: 10px !important;
}

.padding-t16
{
    padding-top: 16px !important;
}

.padding-t20
{
    padding-top: 20px !important;
}

.padding-t24
{
    padding-top: 24px !important;
}

.padding-t32
{
    padding-top: 32px !important;
}

.padding-t40
{
    padding-top: 40px !important;
}

.padding-t48
{
    padding-top: 48px !important;
}

.padding-t56
{
    padding-top: 56px !important;
}

.padding-t64
{
    padding-top: 64px !important;
}

.padding-t72
{
    padding-top: 72px !important;
}

.padding-t80
{
    padding-top: 80px !important;
}

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

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

.padding-l8
{
    padding-left: 8px !important;
}

.padding-l10
{
    padding-left: 10px !important;
}

.padding-l16
{
    padding-left: 16px !important;
}

.padding-l20
{
    padding-left: 20px !important;
}

.padding-l24
{
    padding-left: 24px !important;
}

.padding-l32
{
    padding-left: 32px !important;
}

.padding-l40
{
    padding-left: 40px !important;
}

.padding-l48
{
    padding-left: 48px !important;
}

.padding-l56
{
    padding-left: 56px !important;
}

.padding-l64
{
    padding-left: 64px !important;
}

.padding-l72
{
    padding-left: 72px !important;
}

.padding-l80
{
    padding-left: 80px !important;
}

.paddng-l5p
{
    padding-left: 5% !important;
}

.paddng-l10p
{
    padding-left: 10% !important;
}

.paddng-l15p
{
    padding-left: 15% !important;
}

.paddng-l20p
{
    padding-left: 20% !important;
}

.paddng-l25p
{
    padding-left: 25% !important;
}

.paddng-l30p
{
    padding-left: 30% !important;
}

.paddng-l35p
{
    padding-left: 35% !important;
}

.paddng-l40p
{
    padding-left: 40% !important;
}

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

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

.padding-r8
{
    padding-right: 8px !important;
}

.padding-r10
{
    padding-right: 10px !important;
}

.padding-r16
{
    padding-right: 16px !important;
}

.padding-r20
{
    padding-right: 20px !important;
}

.padding-r24
{
    padding-right: 24px !important;
}

.padding-r32
{
    padding-right: 32px !important;
}

.padding-r40
{
    padding-right: 40px !important;
}

.padding-r48
{
    padding-right: 48px !important;
}

.padding-r56
{
    padding-right: 56px !important;
}

.padding-r64
{
    padding-right: 64px !important;
}

.padding-r72
{
    padding-right: 72px !important;
}

.padding-r80
{
    padding-right: 80px !important;
}

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

.padding-b8
{
    padding-bottom: 8px !important;
}

.padding-b10
{
    padding-bottom: 10px !important;
}

.padding-b16
{
    padding-bottom: 16px !important;
}

.padding-b20
{
    padding-bottom: 20px !important;
}

.padding-b24
{
    padding-bottom: 24px !important;
}

.padding-b32
{
    padding-bottom: 32px !important;
}

.padding-b35
{
    padding-bottom: 35px !important;
}

.padding-b40
{
    padding-bottom: 40px !important;
}

.padding-b48
{
    padding-bottom: 48px !important;
}

.padding-b56
{
    padding-bottom: 56px !important;
}

.padding-b64
{
    padding-bottom: 64px !important;
}

.padding-b72
{
    padding-bottom: 72px !important;
}

.padding-b80
{
    padding-bottom: 80px !important;
}

/* ==========================================================================
   Width Settings
   ========================================================================== */
.w5
{
    width: 5% !important;
}

.w8
{
    width: 8% !important;
}

.w10
{
    width: 10% !important;
}

.w15
{
    width: 15% !important;
}

.w20
{
    width: 20% !important;
}

.w25
{
    width: 25% !important;
}

.w30
{
    width: 30% !important;
}

.w35
{
    width: 35% !important;
}

.w40
{
    width: 40% !important;
}

.w45
{
    width: 45% !important;
}

.w48
{
    width: 48% !important;
}

.w50
{
    width: 50% !important;
}

.w55
{
    width: 55% !important;
}

.w60
{
    width: 60% !important;
}

.w65
{
    width: 65% !important;
}

.w70
{
    width: 70% !important;
}

.w75
{
    width: 75% !important;
}

.w80
{
    width: 80% !important;
}

.w85
{
    width: 85% !important;
}

.w90
{
    width: 90% !important;
}

.w95
{
    width: 95% !important;
}

.w98
{
    width: 98% !important;
}

.w100
{
    width: 100% !important;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
.br,
.brpc
{
    display: block;
}

@media screen and (min-width: 1024px)
{
    .br1024
    {
        display: block;
    }
}

@media screen and (max-width: 1023px)
{
    .br1023
    {
        display: block;
    }
}

@media screen and (max-width: 960px)
{
    .br960
    {
        display: block;
    }
}

@media screen and (max-width: 799px)
{
    .br800
    {
        display: block;
    }
    .no800
    {
        display: none;
    }
}

@media screen and (min-width: 768px)
{
    .br768
    {
        display: block;
    }
    .no768
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .br640
    {
        display: block;
    }
    .no640
    {
        display: none;
    }
}

@media screen and (max-width: 567px)
{
    .br480
    {
        display: block;
    }
    .no480
    {
        display: none;
    }
}

@media screen and (max-width: 479px)
{
    .br414
    {
        display: block;
    }
    .no414
    {
        display: none;
    }
}

@media screen and (max-width: 413px)
{
    .br375
    {
        display: block;
    }
    .no375
    {
        display: none;
    }
}

@media screen and (max-width: 374px)
{
    .br360
    {
        display: block;
    }
}

@media screen and (max-width: 359px)
{
    .br320
    {
        display: block;
    }
    .no320
    {
        display: none;
    }
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print
{
    *
    {
        color: #000 !important;
        background: transparent !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    abbr[title]::after
    {
        content: ' (' attr(title) ')';
    }
    /*
   * Don't show links for images, or javascript/internal links
   */
    pre,
    blockquote
    {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100%;
    }
    @page
    {
        margin: .5cm;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
}

/*
  Since:208 Dec. 2014
  Editor:Masataka Asakura(MIC)
*/
/*
-------------File Contents--------------
  1. Overview

------------------------------------------*/
/*================================================
                1. Overview
================================================*/
.year-wrapper
{
    list-style-type: none;
}

.year-block
{
    position: relative;
    /* Android 2-4, Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */

    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;

    width: 100%;

    border-collapse: collapse;

    border-width: 0;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    /* Android 2-4 */

    justify-content: space-between;
}

.year-header
{
    width: 12.280701754%;
    width: calc( 112 / 912 * 100%);
    max-width: 112px;
    padding: 16px 0 0;

    text-align: center;
    vertical-align: top;

    background-color: #e73356;
}

.year-block:last-child .year-header
{
    padding-bottom: 61px;

    background: #e73356 url(../../about/images/history/down_arrow.png) 0 bottom no-repeat;
    background-size: 100% auto;
}

.year-wrapper:last-child .year-block:last-child .year-header
{
    padding-bottom: 16px;

    background-image: none;
}

.year-block-last .year-header
{
    background: #e73356 url(../../about/images/history/down_arrow_last.png) 0 bottom no-repeat !important;
    background-size: 100% auto !important;
}

@media screen and (max-width: 567px)
{
    .year-header
    {
        width: 16%;
    }
}

@media screen and (max-width: 479px)
{
    .year-header
    {
        width: 20%;
    }
}

@media screen and (max-width: 359px)
{
    .year-header
    {
        width: 22%;
    }
}

.year-heading
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;

    color: #fffef2;
}

#h14 .year-heading span
{
    display: block;

    margin-top: 56px;
}

@media screen and (max-width: 800px)
{
    .year-heading
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
    #h14 .year-heading span
    {
        margin-top: 58px;
    }
}

@media screen and (max-width: 359px)
{
    #h14 .year-heading span
    {
        margin-top: 88px;
    }
}

.history-content
{
    width: 85.087719298%;
    width: calc( 776 / 912 * 100%);
    max-width: 776px;
    padding: 16px 0 8px 2.631578947%;
    padding-left: calc( 24 / 912 * 100%);
}

div.history-content
{
    padding-top: 8px;
}

.year-block:last-child .history-content
{
    padding-bottom: 45px;
}

.year-wrapper:last-child .year-block:last-child .history-content
{
    padding-bottom: 16px;
}

@media screen and (max-width: 567px)
{
    .history-content
    {
        width: 82%;
        padding-left: 2%;
    }
    .year-wrapper:last-child .year-block:last-child .history-content
    {
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 479px)
{
    .history-content
    {
        width: 76%;
        padding-left: 4%;
    }
}

@media screen and (max-width: 359px)
{
    .history-content
    {
        width: 74%;
    }
}

.history-heading,
.history-heading02
{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
}

.history-heading.half
{
    width: 56.701030927%;
    width: calc(440 / 776 * 100%);
    max-width: 440px;
}

.history-heading02
{
    margin-top: 16px;
}

@media screen and (max-width: 479px)
{
    .history-heading
    {
        font-size: 15px;
        font-size: 1.5rem;
    }
    .history-heading.half
    {
        width: auto;
        max-width: 100%;
    }
}

h5.history-heading
{
    margin-top: 16px;
}

.history-section
{
    margin-top: 8px;
}

.history-section.float,
.history-section.half
{
    width: 56.701030927%;
    width: calc( 440 / 776 * 100%);
    max-width: 440px;
}

.history-section.float
{
    float: left;
}

@media screen and (max-width: 800px)
{
    .history-section.half
    {
        width: 100%;
    }
}

@media screen and (max-width: 567px)
{
    .history-section
    {
        margin-top: 8px;
    }
    .history-section.float
    {
        float: none;

        width: 100%;
    }
    .text-center
    {
        text-align: left !important;
    }
}

.history-box
{
    font-size: 14px;
    font-size: 1.4rem;

    box-sizing: border-box;
    width: 100%;
    padding: 20px 24px;

    border: 1px solid #e8d2b2;
    border-radius: 8px;
    background-color: #fff;
}

.history-box.strong-point
{
    background-color: #ffe7c5;
}

@media screen and (max-width: 800px)
{
    .history-box
    {
        padding: 16px;
    }
}

.history-content p,
.history-box p
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;

    padding-top: 8px;
}

.history-box p:first-child
{
    padding-top: 0;
}

.history-box.strong-point p
{
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.mincho
{
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;

    display: block;

    padding: 12px 0;
}

.br
{
    display: block;
}

.mincho .br
{
    text-align: right;
}

@media screen and (max-width: 413px)
{
    /*iPhone6+414px未満*/
    .br
    {
        display: inline;
    }
    .mincho
    {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 359px)
{
    .mincho .br
    {
        display: inline;
    }
}

.pic-wrapper
{
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;

    margin: 24px auto 0;

    list-style-type: none;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: space-between;
}

@media screen and (max-width: 567px)
{
    .pic-wrapper
    {
        flex-direction: column;
    }
}

.history .pic
{
    display: block;
    float: right;
    overflow: hidden;

    width: 39.175257731%;
    width: calc(304 / 776 * 100%);
    max-width: 304px;
    margin-top: 8px;
}

.history .pic.absolute
{
    position: absolute;
    top: 16px;
    right: 0;

    float: none;
}

.col-2
{
    width: 48.4%;
    max-width: 380px;
}

figcaption
{
    font-size: 12px;
    font-size: 1.2rem;

    padding-top: 8px;

    text-align: center;

    color: #4a4a46;
}

.history .pic img,
.col-2 img,
.col-3 img,
.col-4 img
{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1024px)
{
    .history .pic.absolute
    {
        position: relative;
        top: 0;
        right: 0;

        float: right;
    }
}

@media screen and (max-width: 719px)
{
    .col-4
    {
        width: 24.226804123%;
        width: calc(188/776 * 100%);
        max-width: none;
        margin-right: 1.030927835%;
    }
    .col-4:nth-child(3n)
    {
        margin-right: 1.030927835%;
    }
}

@media screen and (max-width: 567px)
{
    .history .pic,
    .history .pic.absolute,
    .col-2,
    .col-3,
    .col-4
    {
        float: none !important;

        width: 100% !important;
        min-width: 100%;
        margin: 1em auto 0 !important;
        margin-right: 0;

        text-align: center !important;
    }
}

.lead-next
{
    margin: 0 auto 64px;
}

.lead-next:hover
{
    color: #fff;
    background-color: #b5a48b;
}

.lead-next i
{
    margin: 0 .5em 0 0;
}

/*
  Since:208 Dec. 2014
  Editor:Masataka Asakura(MIC)
*/
/*
-------------File Contents--------------
  1. Overview
  2. Access
  3.
------------------------------------------*/
/*================================================
                1. Overview
================================================*/
.table-style01
{
    float: left;

    width: 63.157894736%;
    width: calc(576/912 * 100%);
}

.table-style01 th
{
    width: 26%;
}

.table-style01 td
{
    width: 74%;
}

.table-style01 th,
.table-style01 td
{
    box-sizing: border-box;
    padding: 10px 16px 8px 16px;
}

.table-style01 th span
{
    display: inline-block;

    padding-left: 1em;

    letter-spacing: 1em;
}

@media screen and (max-width: 899px)
{
    .table-style01 th span
    {
        padding-left: 0;

        letter-spacing: 0;
    }
    .table-style01 th
    {
        padding: 8px 0 6px 0;
    }
}

@media screen and (max-width: 479px)
{
    .table-style01
    {
        float: none;

        width: 100%;
    }
}

.table-style01 td i
{
    display: inline-block;

    margin-right: .25em;

    color: #e73356;
}

.table-style01 td ul
{
    list-style-type: none;
}

.company .pic
{
    float: right;
    overflow: hidden;
    margin-top: 0;
    width: 30.2631578%;
    width: calc(276/912 * 100%);
    max-width: 276px;
}

@media screen and (max-width: 479px)
{
    .company .pic
    {
        float: none;

        width: 100%;
        margin: 1em auto 0;
    }
}

/*================================================
                2. Access
================================================*/
#access-info dt
{
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;

    float: left;
    clear: left;

    width: 17.5%;
}

#access-info dd
{
    overflow: hidden;

    margin-left: 17.5%;
}

.access-ways
{
    padding-top: 32px;
}

@media screen and (max-width: 1023px)
{
    #access-info dt
    {
        width: 24%;
    }
    #access-info dd
    {
        margin-left: 24%;
    }
}

@media screen and (max-width: 567px)
{
    #access-info dt
    {
        float: none;

        width: auto;
    }
    #access-info dd
    {
        margin: 0;
    }
    dd.access-ways
    {
        padding-top: 0;
    }
}

#access-info dt i
{
    font-size: 30px;
    font-size: 3rem;

    display: inline-block;

    box-sizing: border-box;
    width: 25%;

    vertical-align: middle;
}

.icon-placeholder8
{
    color: #c73356;
}

.icon-walking17
{
    padding-left: 2.5%;

    color: #094;
}

#access-info dt span
{
    display: inline-block;

    padding-top: .25em;

    vertical-align: middle;
}

@media screen and (max-width: 567px)
{
    #access-info dt i
    {
        width: auto;
        margin-right: 8px;
    }
}

#access-info dd p
{
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.access-address p,
.access-ways p:first-child
{
    padding-top: .45em;
}

.access-ways p:last-child
{
    padding-top: 10px;
}

.gmap-in
{
    display: none;
}

#map-head
{
    width: 100%;
    max-width: 912px;
    height: 480px;
}

@media screen and (max-width: 719px)
{
    .gmap-in
    {
        position: relative;

        display: block;
        overflow: hidden;

        height: 0;
        padding-top: 30px;
        padding-bottom: 56.25%;
    }
    .gmap-in iframe,
    .gmap-inr object,
    .gmap-in embed
    {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }
    #map-head
    {
        display: none;
    }
}

@media screen and (max-width: 359px)
{
    #map-head
    {
        height: 240px;
    }
}

#map-head h4
{
    font-size: 14px;
    font-size: 1.4rem;

    min-height: 1em;

    white-space: nowrap;
}

.link-gmap
{
    font-size: 12px;
    font-size: 1.2rem;

    display: block;

    margin: 0 auto;
    padding-top: 16px;

    text-align: center;
    text-decoration: underline;
}

@media screen and (max-width: 719px)
{
    .link-gmap
    {
        display: none;
    }
}

/*
  Since:208 Dec. 2014
  Editor:Masataka Asakura(MIC)
*/
/*
-------------File Contents--------------
  1. Philosophy
  2. Policy

------------------------------------------*/
/*================================================
                1. Philosophy
================================================*/
#philosophy-box
{
    box-sizing: border-box;
    padding: 40px 32px;

    border: 3px solid #695f51;
    background-color: #fff;
}

#philosophy-box ol
{
    margin-left: 32px;
}

#philosophy-box li
{
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.8;

    margin-bottom: 24px;

    -ms-text-justify: distribute;
        text-justify: distribute;
    letter-spacing: .05em;
}

#philosophy-box li:last-child
{
    margin-bottom: 0;
}

@media screen and (max-width: 567px)
{
    #philosophy-box
    {
        padding: 5%;
    }
    #philosophy-box li
    {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6;
    }
}

/*================================================
                2. Policy
================================================*/
#policy p
{
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;

    text-align: justify;
    text-indent: 1em;
    -ms-text-justify: distribute;
        text-justify: distribute;
}

#policies
{
    margin: 48px 0 48px 64px;

    list-style-type: none;
}

#policies li
{
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-size: 21px;
    font-size: 2.1rem;

    margin-bottom: 32px;

    letter-spacing: .1em;
}

#autograph
{
    display: block;

    margin-top: 24px;

    text-align: right;
}

@media screen and (max-width: 567px)
{
    #policy p
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
    #policies
    {
        margin: 48px auto 48px auto;

        list-style-type: none;

        text-align: center;
    }
    #policies li
    {
        font-size: 19px;
        font-size: 1.9rem;
    }
}

/*
  Since:208 Dec. 2014
  Editor:Masataka Asakura(MIC)
*/
/*
-------------File Contents--------------
  1. Message
------------------------------------------*/
/*================================================
                1. Message
================================================*/
#ceo-message p
{
    font-family: 'YuMincho', 'Yu Mincho', '游明朝', '游明朝体', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;

    padding-top: 24px;

    text-align: justify;
    text-indent: 1em;
    text-justify: inter-ideograph;
    letter-spacing: .5pt;
}

#ceo-message p:first-child
{
    padding-top: 0;
}

#autograph
{
    display: block;

    text-align: right;
}

.message .pic
{
    float: right;

    width: 35.0877192%;
    width: calc(320 / 912 * 100%);
    margin: 0 0 32px 40px;
}

@media screen and (max-width: 567px)
{
    #ceo-message p
    {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 567px)
{
    .message .pic
    {
        float: none;
        overflow: hidden;

        width: 100%;
        height: 320px;
        margin: 0 0 32px 0;
    }
    .message .pic div
    {
        margin: -4em 0 0 0;
    }
    #autograph
    {
        margin-top: 24px;
    }
}

@media screen and (max-width: 413px)
{
    .message .pic
    {
        height: 240px;
    }
}

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after
{
    box-sizing: border-box;

    -webkit-backface-visibility: hidden;
}

/* ------- overlay: change here background color and opacity ----- */
.vbox-overlay
{
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    left: 0;

    overflow-x: hidden;
    overflow-y: auto;

    width: 100%;
    height: auto;

    opacity: 0;
    background: #fdfdfd;
    background: rgba(0, 0, 0, .85);
}

/* ----- preloader - choose between CIRCLE, IOS, DOTS, QUADS ----- */
/* circle preloader */
.vbox-preloader
{
    position: fixed;
    top: 50%;
    left: 50%;

    overflow: hidden;

    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;

    animation: playload 1.4s steps(18) infinite;
    text-indent: -100px;

    background-image: url(../../images//venobox/preload-circle.png);
}

@keyframes playload
{
    from
    {
        background-position: 0;
    }
    to
    {
        background-position: -576px;
    }
}

/* IOS preloader */
/*.vbox-preloader{
    position:fixed;
    width:32px;
    height:32px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-ios.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* dots preloader */
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:11px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-dots.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(24) infinite;
       -moz-animation: playload 1.4s steps(24) infinite;
        -ms-animation: playload 1.4s steps(24) infinite;
         -o-animation: playload 1.4s steps(24) infinite;
            animation: playload 1.4s steps(24) infinite;
}

@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -768px; }
}
*/
/* quads preloader */
/*
.vbox-preloader{
    position:fixed;
    width:32px;
    height:10px;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    background-image: url(preload-quads.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(12) infinite;
       -moz-animation: playload 1.4s steps(12) infinite;
        -ms-animation: playload 1.4s steps(12) infinite;
         -o-animation: playload 1.4s steps(12) infinite;
            animation: playload 1.4s steps(12) infinite;
}
@-webkit-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-moz-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-ms-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@-o-keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
@keyframes playload {
   from { background-position:    0px; }
     to { background-position: -384px; }
}
*/
/* ----- navigation ----- */
.vbox-close
{
    position: fixed;
    top: -1px;
    right: 0;

    display: block;
    overflow: hidden;

    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    background: url(../../images//venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
}

.vbox-next,
.vbox-prev
{
    position: fixed;
    top: 50%;
    /* Using border instead of padding to keep bg image in place */

    overflow: hidden;

    box-sizing: content-box;
    width: 30px;
    height: 170px;
    margin-top: -85px;

    cursor: pointer;
    text-indent: -100px;

    color: #fff;
    border: solid transparent;
}

.vbox-prev
{
    left: 0;

    border-width: 0 30px 0 10px;
    background: url(../../images//venobox/prev.gif) center center no-repeat;
}

.vbox-next
{
    right: 0;

    border-width: 0 10px 0 30px;
    background: url(../../images//venobox/next.gif) center center no-repeat;
}

.vbox-title
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: none;
    float: left;
    overflow: hidden;

    width: 100%;
    height: 40px;
    padding: 6px 40px;

    text-align: center;

    color: #fff;
    background: #161617;
}

.vbox-num
{
    font-size: 12px;
    line-height: 28px;

    position: fixed;
    top: -1px;
    left: 0;

    display: block;
    display: none;
    overflow: hidden;

    height: 40px;
    padding: 6px 10px;

    cursor: pointer;

    color: #fff;
    background: #161617;
}

/* ------- inline window ------ */
.vbox-inline
{
    overflow: auto;

    width: 420px;
    height: 315px;
    margin: 0 auto;
    padding: 10px;

    text-align: left;

    background: #fff;
}

/* ------- Video & iFrames window ------ */
.venoframe
{
    width: 960px;
    height: 720px;

    border: none;
}

@media (max-width: 992px)
{
    .venoframe
    {
        width: 640px;
        height: 480px;
    }
}

@media (max-width: 767px)
{
    .venoframe
    {
        width: 420px;
        height: 315px;
    }
}

@media (max-width: 460px)
{
    .vbox-inline
    {
        width: 100%;
    }
    .venoframe
    {
        width: 100%;
        height: 260px;
    }
}

/* ------- PLease do NOT edit this! (or do it at your own risk) ------ */
.vbox-open
{
    overflow: hidden;
}

.vbox-container
{
    position: relative;

    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;

    background: #000;
}

.vbox-content
{
    position: relative;

    float: left;
    overflow: hidden;

    width: 100%;

    text-align: center;
}

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

/* --------------------------------------------------------------------------
   Lead
   -------------------------------------------------------------------------- */
.friendship-lead
{
    /* Android 2-4, Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: space-between;
}

.friendship-lead-wrapper
{
    width: 50%;
}
.friendship-lead-wrapper h3
{
    font-size: 18px;
    font-size: 1.8rem;

    padding-bottom: 16px;
}

.friendship-lead-pics
{
    position: relative;

    width: 44.5%;
}
.friendship-lead-pics img
{
    position: absolute;

    display: block;

    height: auto;
    padding: 5px;

    border: 1px solid #e8d2b2;
    background-color: #fff;
}
.friendship-lead-pics img.pic01
{
    top: 0;
    bottom: 0;
    left: 0;

    width: 181px;
    margin: auto 0;

    transform: rotate(-15deg);
}
.friendship-lead-pics img.pic02
{
    top: 0;
    right: 17px;

    width: 193px;

    transform: rotate(15deg);
}
.friendship-lead-pics img.pic03
{
    right: 0;
    bottom: -8px;
    left: 10%;

    width: 158px;
    margin: 0 auto;
}

.pic-section .heading span
{
    font-size: 16px;
    font-size: 1.6rem;
}

.friendship-pic-container
{
    /* Android 2-4, Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    /* Firefox 17- */
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    /* IE 10 */
    display:      flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    flex-wrap: wrap;
    /* Fiefox 28+ */
}
.friendship-pic-container .venobox
{
    overflow: hidden;

    width: 18.4210526%;
    width: calc( 168 / 912 * 100%);
    margin-right: 1.9736842%;
    margin-bottom: 18px;
}
.friendship-pic-container .venobox:nth-child(5n)
{
    margin-right: 0;
}
.friendship-pic-container .venobox img
{
    vertical-align: middle;
}

#enoshima_kamakura_20141207 .venobox
{
    max-height: 115px;
}

#takaozan_20140525 .venobox
{
    max-height: 114px;
}

#noryokai_20130727 .venobox
{
    max-height: 126px;
}

#noryokai_20150711 .venobox
{
    max-height: 119px;
}
