@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*メディアサイズ*/
/*色*/
/*フォントサイズ*/
/*スマホの基本幅*/
/* Scss Document */
/*メデイアクエリブレイクポイント*/
/*clearfix*/
/*webfont*/
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem); }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2); }
  100% {
    background: rgba(158, 158, 158, 0); } }

@keyframes fadeInSpin {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: rgba(255, 255, 255, 0);
    background: rgba(158, 158, 158, 0); }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    color: white;
    background: rgba(158, 158, 158, 0.2); }
  100% {
    background: rgba(158, 158, 158, 0); } }

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  40% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(50%);
    transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8; }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1; } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  70% {
    -webkit-transform: translate3d(0, 0, 0) skewX(10deg);
    transform: translate3d(0, 0, 0) skewX(10deg);
    opacity: 0.8; }
  /*80% {
		transform:translateX(-1%) skewX(-2deg);
		opacity:0.6;
	}
	90% {
		transform:translateX(1%) skewX(3deg);
		opacity:0.8;
	}*/
  100% {
    -webkit-transform: translateX(0) skewX(0deg);
    transform: translateX(0) skewX(0deg);
    opacity: 1; } }

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

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

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0); }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0); }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%); }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%); }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8, 1.2) translateY(-200%);
    transform: scale(0.8, 1.2) translateY(-200%); }
  30% {
    opacity: 1;
    -webkit-transform: scale(1.1, 0.9) translateY(0);
    transform: scale(1.1, 0.9) translateY(0); }
  40% {
    opacity: 0.8;
    -webkit-transform: scale(0.8, 1) translateY(-20%);
    transform: scale(0.8, 1) translateY(-20%); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05, 0.95) translateY(0);
    transform: scale(1.05, 0.95) translateY(0); }
  60% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-5%);
    transform: scale(0.95, 1) translateY(-5%); }
  68% {
    opacity: 1;
    -webkit-transform: scale(1, 0.95) translateY(0%);
    transform: scale(1, 0.95) translateY(0%); }
  75% {
    opacity: 0.9;
    -webkit-transform: scale(0.95, 1) translateY(-3%);
    transform: scale(0.95, 1) translateY(-3%); }
  80% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); }
  90% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-2%);
    transform: scale(1) translateY(-2%); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0); } }

@-webkit-keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%); }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%); }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%); }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%); }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%); }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); } }

@keyframes jyamp {
  0% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); }
  10% {
    -webkit-transform: scale(0.9, 1.1) translateY(0%);
    transform: scale(0.9, 1.1) translateY(0%); }
  35% {
    -webkit-transform: scale(1, 1) translateY(-30%);
    transform: scale(1, 1) translateY(-30%); }
  55% {
    -webkit-transform: scale(1.05, 0.95) translateY(-10%);
    transform: scale(1.05, 0.95) translateY(-10%); }
  60% {
    -webkit-transform: scale(0.95, 1.05) translateY(0%);
    transform: scale(0.95, 1.05) translateY(0%); }
  75% {
    -webkit-transform: scale(1, 1) translateY(-15%);
    transform: scale(1, 1) translateY(-15%); }
  90% {
    -webkit-transform: scale(0.98, 1.08) translateY(2%);
    transform: scale(0.98, 1.08) translateY(2%); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0%);
    transform: scale(1, 1) translateY(0%); } }

@-webkit-keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@keyframes icon-rotate {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
    transform: translateY(-50%) rotate(360deg); } }

@-webkit-keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

@keyframes icon-rotate-close {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-50%) rotate(-360deg);
    transform: translateY(-50%) rotate(-360deg); } }

@-webkit-keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); } }

@keyframes type6-top {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(-45deg);
    transform: translateY(-2.5px) rotate(-45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(0deg);
    transform: translateY(-10px) rotate(0deg); } }

@-webkit-keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg); } }

@keyframes type6-bottom {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(2.5px) rotate(0deg);
    transform: translateY(2.5px) rotate(0deg); } }

@-webkit-keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg); } }

@keyframes type6-top-close {
  0% {
    -webkit-transform: translateY(-2.5px) rotate(0deg);
    transform: translateY(-2.5px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg); } }

@-webkit-keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg); } }

@keyframes type6-bottom-close {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg); }
  50% {
    -webkit-transform: translateY(-5.5px) rotate(0deg);
    transform: translateY(-5.5px) rotate(0deg); }
  100% {
    -webkit-transform: translateY(-5.5px) rotate(45deg);
    transform: translateY(-5.5px) rotate(45deg); } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.MT0 {
  margin-top: 0; }

.MT5 {
  margin-top: 5px; }

.MT10 {
  margin-top: 10px; }

.MT20 {
  margin-top: 20px; }

.MT30 {
  margin-top: 30px; }

.MT40 {
  margin-top: 40px; }

.MT50 {
  margin-top: 50px; }

.MT60 {
  margin-top: 60px; }

/*----*/
.MB0 {
  margin-bottom: 0px; }

.MB5 {
  margin-bottom: 5px; }

.MB10 {
  margin-bottom: 10px; }

.MB20 {
  margin-bottom: 20px; }

.MB30 {
  margin-bottom: 30px; }

.MB40 {
  margin-bottom: 40px; }

.MB50 {
  margin-bottom: 50px; }

.MB60 {
  margin-bottom: 60px; }

/*----*/
.MTB0 {
  margin-top: 0px;
  margin-bottom: 0px; }

.MTB5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.MTB10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.MTB20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.MTB30 {
  margin-top: 30px;
  margin-bottom: 30px; }

/*----*/
.MR0 {
  margin-right: 0px; }

.MR10 {
  margin-right: 10px; }

.MR20 {
  margin-right: 20px; }

.MR30 {
  margin-right: 30px; }

/*----*/
.ML0 {
  margin-left: 0px; }

.ML10 {
  margin-left: 10px; }

.ML20 {
  margin-left: 20px; }

.ML30 {
  margin-left: 30px; }

.PT0 {
  padding-top: 0; }

.PT5 {
  padding-top: 5px; }

.PT10 {
  padding-top: 10px; }

.PT20 {
  padding-top: 20px; }

.PT30 {
  padding-top: 30px; }

.PT40 {
  padding-top: 40px; }

.PT50 {
  padding-top: 50px; }

.PT60 {
  padding-top: 60px; }

/*reset
******************************************************************************/
body {
  font-family: "Helvetica Neue",Helvetica,Arial,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"MS ゴシック","MS Gothic",sans-serif;
  background: url(../img/body_bg.png) repeat-x center 0;
  color: #5E2C1F; }

p {
  font-size: 0.8rem;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.5; }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

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

h2 {
  margin: 30px 0 20px 0;
  padding: 13px;
  background-color: #FAF0F2;
  border-left: solid 5px #5E2C1F;
  font-size: 1.3rem; }

h2.sub {
  margin: 30px 0 20px 0;
  padding: 0 0 5px 0;
  background: none;
  border-left: none;
  border-bottom: solid 3px #FAF0F2;
  font-size: 1.3rem; }

h3 {
  font-size: 1rem;
  margin: 10px 0; }

a {
  color: #FD809B; }

a:visited {
  color: #FD809B; }

a:hover {
  color: #E33F68;
  text-decoration: none; }

/* 画像のリンクロールオーバー */
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50; }

/*文中のcafebeneロゴ*/
img[src*="bene_text_13px.png"] {
  vertical-align: baseline;
  margin-right: 3px; }

/*その他パーツ
******************************************************************************/
.hidden {
  display: none; }

.left {
  float: left; }

.right {
  float: right; }

.bold {
  font-weight: bold; }

.clear {
  clear: both; }

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

/*pdfのリンクの際に自動的にアイコンを付ける*/
a[href$=".pdf"] {
  background: url("../img/icon_pdf.png") no-repeat scroll right center transparent;
  display: inline-block;
  padding: 5px 40px 5px 0; }

.no-pdf a[href$=".pdf"] {
  background: none;
  display: inline;
  padding: 0; }

/*Attention 
******************************************************************************/
.Att01 {
  color: #FD809B;
  font-weight: bold;
  font-size: 1.1rem; }

.AttBox001 {
  border: 2px solid #F00;
  padding: 10px; }

/*テキストサイズ
******************************************************************************/
.Font-S {
  font-size: 70% !important; }

.Font-M {
  font-size: 80% !important; }

.Font-L {
  font-size: 90% !important; }

.Font-LL {
  font-size: 110% !important; }

.Font-LLL {
  font-size: 130% !important; }

/*その他
******************************************************************************/
.Box-pc {
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .Box-pc {
      display: none; } }

.Box-sp {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .Box-sp {
      display: none; } }

.sp-logo {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .sp-logo {
      display: none; } }
  @media only screen and (max-width: 60em) {
    .sp-logo {
      text-align: center;
      margin-top: 3em; } }

/*#container：メイン部分の枠
*******************************************************************************/
#container {
  overflow: hidden;
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    #container {
      margin: 33px auto 0 auto;
      width: 950px; } }
  @media only screen and (max-width: 60em) {
    #container {
      width: 100%;
      margin: 1em auto 0 auto; } }

/*#content：中身
*******************************************************************************/
#content {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    #content {
      float: right;
      width: 680px;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 60em) {
    #content {
      float: none;
      width: 90%;
      margin: 0 auto 30px auto; } }

#content h1 {
  margin: 0; }

/*#footer：フッター
*******************************************************************************/
#footer {
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: #F9F9F9; }

#footerwrap {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    #footerwrap {
      width: 950px;
      margin: 0 auto 10px auto;
      padding-top: 10px; } }
  @media only screen and (max-width: 60em) {
    #footerwrap {
      width: 100%; } }

#footerbox {
  overflow: hidden; }

.footerbox__photo {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .footerbox__photo {
      float: left;
      width: 235px; } }
  @media only screen and (max-width: 60em) {
    .footerbox__photo {
      display: none; } }

#footercaption {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    #footercaption {
      float: right;
      width: 680px;
      margin-top: 30px; } }
  @media only screen and (max-width: 60em) {
    #footercaption {
      float: none;
      width: 90%;
      margin: 4em auto 0 auto; } }

.footercaption__logo {
  float: left;
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .footercaption__logo {
      width: 96px;
      margin-right: 30px; } }
  @media only screen and (max-width: 60em) {
    .footercaption__logo {
      width: 25%;
      height: auto;
      margin: 0 1.5em 0.5em 0; } }

.footercaption__spec {
  font-weight: bold; }

.footercaption__adress {
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .footercaption__adress {
      clear: both; } }

.copyright {
  background: #F7839E;
  margin: 0; }

.copyright span {
  display: block;
  width: 950px;
  margin: 0 auto;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .copyright span {
      width: 90%; } }

.footerkuma {
  margin: 0 auto 0 auto;
  margin-bottom: -50px;
  text-align: right;
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .footerkuma {
      width: 950px; } }
  @media only screen and (max-width: 60em) {
    .footerkuma {
      width: 95%; }
      .footerkuma img {
        width: 50%; } }

/*#sidebar
*******************************************************************************/
#sidebar {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    #sidebar {
      float: left;
      width: 230px; } }
  @media only screen and (max-width: 60em) {
    #sidebar {
      display: none; } }

#sidebar ul li {
  margin: 8px 0;
  padding: 8px 0;
  border-bottom: dotted 1px #999999; }

#sidebar ul li ul li,
#sidebar ul.sidebanner li {
  border-bottom: none; }

/*ハンバーガー*/
.hamburgerbox {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0.5em 0.7em;
  background-color: #fff;
  border: 3px solid #F5849F;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }

#hamburger {
  position: relative;
  width: 35px;
  height: 30px; }

#hamburger,
#hamburger .icon-bar {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#hamburger .icon-bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #F5849F;
  border-radius: 4px; }

#hamburger .icon-bar:nth-of-type(1) {
  top: 5px; }

#hamburger .icon-bar:nth-of-type(2) {
  top: 15px; }

#hamburger .icon-bar:nth-of-type(3) {
  bottom: 0; }

/*発火したときのハンバーガー*/
body.drawer-opened .hamburgerbox {
  position: fixed; }

body.drawer-opened #hamburger :nth-of-type(1) {
  -ms-transform: translate(0, 8px) rotate(45deg);
  transform: translate(0, 8px) rotate(45deg);
  -webkit-transform: translate(0, 10px) rotate(45deg); }

body.drawer-opened #hamburger :nth-of-type(2) {
  -ms-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  opacity: 0; }

body.drawer-opened #hamburger :nth-of-type(3) {
  -ms-transform: translate(0, -8px) rotate(-45deg);
  transform: translate(0, -8px) rotate(-45deg);
  -webkit-transform: translate(0, -10px) rotate(-45deg); }

/*ドロワーメニュー*/
.spnavbox {
  position: fixed;
  top: 0;
  right: 0;
  /*width:100%;*/
  height: 100%;
  background: #F5849F;
  color: #5E2C1F;
  z-index: 11;
  padding: 1em;
  opacity: 0;
  visibility: hidden;
  moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow: auto; }

.spnav {
  margin: 0 auto 2em auto;
  padding: 0;
  list-style: none;
  background: #fff; }

.spnav__logo__img {
  width: 40%;
  height: auto; }

.spnav__p {
  margin: 0 0 0.5em 0;
  padding: 0;
  position: relative;
  border-bottom: solid 1px #ccc; }

.spnav__p__img {
  width: 70%;
  height: auto; }

.spnav__c {
  padding: 0 1.5em 0 0; }
  .spnav__c:last-child {
    border: none; }

.spnav__c__img {
  width: 80%;
  height: auto; }

.spnav__banner__img {
  width: 70%;
  height: auto; }

/*子メニューの幅だけ少しせまく*/
.spnav__clist > .spnav__c a {
  padding: 0.7em 1em; }

.spnav__navbtn {
  display: block;
  padding: 1em;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none; }
  .spnav__navbtn:visited, .spnav__navbtn:hover {
    color: #fff; }

/*発火した時のドロワー*/
body.drawer-opened {
  overflow: hidden; }

body.drawer-opened .spnavbox {
  opacity: 1;
  visibility: visible; }

body.drawer-opened .allwrap {
  position: fixed; }

/*メニューページ　menu/index.php
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************/
.menutopbox {
  width: 90%;
  margin: 30px auto 0 auto;
  overflow: hidden; }

.menutopbox p {
  float: left;
  width: 45%;
  margin-bottom: 60px; }

.menutopbox p:nth-of-type(2n) {
  float: right; }

/*メニュー以下の各ページ
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************/
.menuwrap {
  overflow: hidden; }

/*メニュー基本（3分割）*/
.menubox {
  margin-bottom: 40px;
  margin-right: 5%;
  float: left;
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .menubox {
      width: 30%; }
      .menubox:nth-of-type(3n) {
        margin-right: 0; } }
  @media only screen and (max-width: 60em) {
    .menubox {
      width: 47.5%; }
      .menubox:nth-of-type(2n) {
        margin-right: 0; } }

.menubox table,
.table__menu {
  width: 100%;
  background: #FEF4F6;
  margin-top: 10px;
  font-size: 0.86rem; }

.menubox table th,
.menubox table td,
.table__menu th,
.table__menu td {
  width: 50%;
  padding: 3%;
  font-weight: bold;
  text-align: center; }

/*メニュー4分割*/
.menuwrap_four {
  overflow: hidden; }

.menuwrap_four .menubox {
  width: 22%;
  margin-bottom: 40px;
  margin-right: 3.93%;
  float: left; }

.menuwrap_four .menubox:nth-of-type(3n) {
  margin-right: 3.93%; }

.menuwrap_four .menubox:nth-of-type(4n) {
  margin-right: 0; }

/*メニュー2分割*/
.menuwrap_two {
  overflow: hidden; }

.menuwrap_two .menubox {
  width: 45%;
  margin-bottom: 40px;
  margin-right: 10%;
  float: left; }

.menuwrap_two .menubox:nth-of-type(3n) {
  margin-right: 10%; }

.menuwrap_two .menubox:nth-of-type(2n) {
  margin-right: 0; }

/*Xmasケーキ20016 メニュー2分割*/
.menuwrap_two .menubox_XmasL {
  width: 41%;
  float: left; }

.menuwrap_two .menubox_XmasR {
  width: 55%;
  float: right; }

.menuwrap_two .menubox_XmasL,
.menuwrap_two .menubox_XmasR {
  margin-bottom: 40px; }

.menuwrap_two .menubox_XmasR .h3-xmas {
  line-height: 2;
  text-align: center;
  background: #DE1A00;
  color: #FFF; }

.menubox_XmasR table {
  width: 100%;
  background: #FEF4F6;
  margin-top: 10px;
  font-size: 0.86rem; }

.menubox_XmasR table th {
  width: 35%; }

.menubox_XmasR table td {
  width: 65%; }

.menubox_XmasR table th,
.menubox_XmasR table td {
  padding: 3%;
  font-weight: bold;
  text-align: center; }

.menubox_XmasR table th {
  padding-left: 5%; }

.menubox_petit img {
  max-width: 100%; }

/*オーダメイドメニュー*/
.menuwrap .menubox_orderL {
  width: 50%;
  float: left;
  margin-bottom: 40px;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .menuwrap .menubox_orderL {
      width: 100%;
      margin-bottom: 5px; } }

.menuwrap .menubox_orderR {
  width: 45%;
  float: right;
  margin-bottom: 40px;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .menuwrap .menubox_orderR {
      width: 100%;
      margin-bottom: 40px; } }

/*ドリンクメニュー*/
.drinkmenu {
  width: 100%;
  font-size: 0.92rem; }

.drinkmenu th {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
  padding: 1.2em 0;
  border-bottom: dotted 1px #C7C7C7; }

.drinkmenu td {
  text-align: right;
  vertical-align: top;
  padding: 1.2em 0 1.2em 1em;
  width: 12%;
  border-bottom: dotted 1px #C7C7C7; }

/*交通アクセスページ
***********************************************************************************************
***********************************************************************************************
***********************************************************************************************/
.accessinfobox {
  overflow: hidden;
  margin-bottom: 20px; }

.accessinfobox .al {
  float: left;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .accessinfobox .al {
      float: none; } }

.accessinfobox .al p {
  margin: 10px 0; }

.accessinfobox .al ul {
  font-size: 1.4rem;
  margin: 10px 0; }

.accessinfobox .al ul li:first-of-type {
  background: url(../access/img/p03.png) no-repeat 0 center;
  padding-left: 36px;
  margin-bottom: 8px; }

.accessinfobox .al ul li:last-of-type {
  background: url(../access/img/p04.png) no-repeat 0 center;
  padding-left: 36px; }

.accessinfobox .ar {
  width: 345px;
  float: right;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .accessinfobox .ar {
      width: 100%;
      float: none; } }

p.linkbutton001 {
  display: inline-block;
  background: #FB819C;
  border-radius: 3px;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    p.linkbutton001 {
      display: block;
      width: 100%;
      text-align: center; } }

p.linkbutton001 a {
  display: block;
  padding: 10px;
  font-weight: bold;
  color: #FFF; }

.accessinfobox02 {
  font-size: 0.82rem;
  line-height: 146%; }

.accessinfobox02 td {
  padding: 0 0 10px 0; }

/*タブ*/
.boxhidden {
  display: none; }

/*タブ-pc*/
.accesstab .tab--pc {
  overflow: hidden;
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media only screen and (max-width: 60em) {
    .accesstab .tab--pc {
      display: none; } }

.accesstab .tab--pc li {
  width: 160px;
  margin-right: 13.3px;
  float: left; }

.accesstab .tab--pc li:last-of-type {
  margin-right: 0; }

.accesstab .tab--pc li a {
  display: block;
  font-size: 0;
  height: 73px;
  text-indent: -999px; }

.accesstab .tab--pc a.title_a01 {
  background: url(../access/img/title_a01.png) no-repeat 0 0; }

.accesstab .tab--pc a.title_a02 {
  background: url(../access/img/title_a02.png) no-repeat 0 0; }

.accesstab .tab--pc a.title_a03 {
  background: url(../access/img/title_a03.png) no-repeat 0 0; }

.accesstab .tab--pc a.title_a04 {
  background: url(../access/img/title_a04.png) no-repeat 0 0; }

.accesstab .tab--pc li.boxactive a.title_a01,
.accesstab .tab--pc a.title_a01:hover {
  background: url(../access/img/title_a01-2.png) no-repeat 0 0; }

.accesstab .tab--pc li.boxactive a.title_a02,
.accesstab .tab--pc a.title_a02:hover {
  background: url(../access/img/title_a02-2.png) no-repeat 0 0; }

.accesstab .tab--pc li.boxactive a.title_a03,
.accesstab .tab--pc a.title_a03:hover {
  background: url(../access/img/title_a03-2.png) no-repeat 0 0; }

.accesstab .tab--pc li.boxactive a.title_a04,
.accesstab .tab--pc a.title_a04:hover {
  background: url(../access/img/title_a04-2.png) no-repeat 0 0; }

/*タブ-sp*/
.accesstab .tab--sp {
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .accesstab .tab--sp {
      display: none; } }

.accesstab .tab--sp li {
  display: block;
  text-align: center;
  margin-bottom: 0.3em; }
  .accesstab .tab--sp li a {
    display: block;
    background-color: #FD8098;
    padding: 0.5em;
    color: #fff; }

.accesstab .tab--sp li.boxactive a {
  background-color: #E43653; }

.accesswaybox {
  overflow: hidden; }

.accesswaybox__child {
  float: left;
  margin-bottom: 1em;
  /*PC*/
  /*  @media all and (min-width: $width-spL){
    @content;
  }*/
  /*全スマホ*/
  /*  @media only screen and (max-width: $width-spL) {
    @content;
  }*/ }
  @media all and (min-width: 60em) {
    .accesswaybox__child {
      width: 22%;
      margin-right: 4%; }
      .accesswaybox__child:nth-of-type(4n) {
        margin-right: 0; } }
  @media only screen and (max-width: 60em) {
    .accesswaybox__child {
      width: 47.5%;
      margin-right: 5%; }
      .accesswaybox__child:nth-of-type(2n) {
        margin-right: 0; } }

.blogTop {
  margin: 30px 0 40px 5px;
  font-size: 16px; }
  .blogTop__list {
    margin-bottom: 14px; }
  .blogTop__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
    color: #5e2c1f;
    gap: 18px;
    -webkit-transition: .4s;
    transition: .4s; }
    .blogTop__link:visited {
      color: #5e2c1f; }
    .blogTop__link:hover {
      -webkit-transition: .4s;
      transition: .4s;
      color: #e33f68; }
  .blogTop__new {
    color: #FF6549; }

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