@charset "UTF-8";
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}



html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
em,
strong {
  font-weight: bolder;
  font-style: normal;
}

small {
  font-size: inherit;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

@media screen and (min-width: 639px) {
.pcnone{
	display: none

}
.imgHover.pcnone{
	width:80%;

}
}
@media screen and (max-width: 640px) {
	.smpnone{
		display: none
	}
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/* ===============
サイト全体の基本設定
=============== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: 'Noto Sans JP', 'Noto Sans CJK JP', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo , Helvetica , Arial , Verdana , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  background: #FFF;
  -webkit-font-feature-settings: "pkna" 1;
          font-feature-settings: "pkna" 1;
  letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

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

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


@font-face {
  font-family: 'Gidole';
  font-style: normal;
  font-weight: 500;
  src: url(../font/Gidole-Regular.ttf) format("ttf");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../scss/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: inherit;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  color: #D59294;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: inherit;
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #EDEBEA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slick-dots li.slick-active button:before {
  color: #AC1F24;
  opacity: 1;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* ===============
レイアウト用CSS
=============== */
body {
  color: #231815;
  min-width: 1200px;
  overflow-x: hidden;
}

.contentInner {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .contentInner {
    width: 100%;
  }
}

#siteWrap {
  padding-top: 140px;
}
@media screen and (max-width: 640px) {
  #siteWrap {
    padding-top: 83px;
  }
}

/* SP Layout */
@media screen and (max-width: 640px) {
  body {
    min-width: 100%;
  }
}
#header {
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 10px 4px rgba(0, 0, 0, 0.1);
  top: 0;
  position: fixed;
  z-index: 150;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  #header {
    min-width: 1000px;
  }
}
#header .headerWrap {
  height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #header .headerWrap {
    display: block;
    height: 56px;
  }
}
#header .headerWrap .logo {
  margin-right: auto;
  margin-left: 0;
  width: 150px;
padding: 14px 0;
}
@media screen and (max-width: 640px) {
  #header .headerWrap .logo {
    width: 100px;
    padding: 15px 0 10px;
    margin: 0 auto;
  }
}
#header .headerWrap #spNavBtn {
  display: none;
}
@media screen and (max-width: 640px) {
  #header .headerWrap #spNavBtn {
    background: none;
    color: #000;
    width: 52px;
    height: 52px;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 15;
  }
  #header .headerWrap #spNavBtn #spNavIcon {
    position: relative;
    width: 36px;
    height: 19px;
  }
  #header .headerWrap #spNavBtn #spNavIcon span {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #header .headerWrap #spNavBtn #spNavIcon span:nth-child(1) {
    top: 0;
  }
  #header .headerWrap #spNavBtn #spNavIcon span:nth-child(2) {
    top: 8px;
  }
  #header .headerWrap #spNavBtn #spNavIcon span:nth-child(3) {
    bottom: 0;
  }
  #header .headerWrap #spNavBtn.active {
    position: fixed;
  }
  #header .headerWrap #spNavBtn.active #spNavIcon span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  #header .headerWrap #spNavBtn.active #spNavIcon span:nth-child(2) {
    opacity: 0;
  }
  #header .headerWrap #spNavBtn.active #spNavIcon span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 8px;
  }
}
#header .headerWrap .headerNav {
  padding: 21px 0;
  margin-right: 10px;
}
@media screen and (max-width: 640px) {
  #header .headerWrap .headerNav {
    background: #edebea;
    margin: 0;
    padding: 4px 4px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: none;
  }
}
#header .headerWrap .headerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  #header .headerWrap .headerNav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
#header .headerWrap .headerNav ul li {
  position: relative;
}
@media screen and (max-width: 640px) {
  #header .headerWrap .headerNav ul li {
    text-align: center;
    border: 1px solid #edebea;
    width: 50%;
  }
}
#header .headerWrap .headerNav ul li a {
  color: #AC1F24;
  font-size: 1.5rem;
  padding: 3px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  #header .headerWrap .headerNav ul li a {
    background: #FFF;
    font-size: 1.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px;
  }
}
#header .headerWrap .headerNav ul li a .en {
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: 700;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#header .headerWrap .headerNav ul li a .jp {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: normal;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  pointer-events: none;
}
@media print, screen and (min-width: 641px) {
  #header .headerWrap .headerNav ul li a:hover .en {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  #header .headerWrap .headerNav ul li a:hover .jp {
    opacity: 1;
    top: 3px;
  }
}

#container {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  #container {
    margin-top: 30px;
  }
}
#pageIndex #container {
  margin-top: 0;
}

#pagetop {
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 52px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  #pagetop {
    width: 30px;
    bottom: 30px;
  }
}

#footer {
  margin-top: 60px;
  border-top: 1px solid #C7C8C8;
}
#pageIndex #footer {
  margin-top: 0;
  border-top: none;
}
#footer .footerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 0;
}
@media screen and (max-width: 640px) {
  #footer .footerInner {
    display: block;
    padding: 0;
  }
}
#footer .footerInner .footerNav {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 60px;
	width: 330px;
  display: flex;
}
#footer .footerInner .footerNav ul {
  width: 160px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerNav {
    margin: 0 auto;
    padding: 20px 0;
	  width: 100%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerNav ul {
    text-align: center;
    padding: 0 14px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerNav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
  }
}
@media print, screen and (min-width: 641px) {
  #footer .footerInner .footerNav ul li:not(:first-child) {
    margin-top: 5px;
  }
  #footer .footerInner .footerNav ul li.privacy {
    display: none;
  }
}
#footer .footerInner .footerNav ul li a {
  font-size: 1.3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .footerInner .footerNav ul li a:hover {
  color: #AC1F24;
}
#footer .footerInner .footerAddress {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerAddress {
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #EDEBEA;
  }
}
#footer .footerInner .footerAddress .title {
  font-size: 1.3rem;
  font-weight: 700;
}
#footer .footerInner .footerAddress address {
  margin-top: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerAddress address {
    margin-top: 8px;
    display: inline-block;
    text-align: left;
  }
}
#footer .footerInner .footerAddress address img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
#footer .footerInner .footerAddress address span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
}
#footer .footerInner .footerAddress address .address img {
  width: 10px;
}
#footer .footerInner .footerAddress address .tel img {
  width: 11px;
}
#footer .footerInner .footerAddress .banner {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerAddress .banner {
    margin-top: 12px;
  }
}
#footer .footerInner .footerAddress .banner > div {
  max-width: 260px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerAddress .banner > div {
    margin: 0 auto;
  }
}
#footer .footerInner .footerInfo {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  margin-left: 160px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerInfo {
    margin: 0 auto;
    border-top: 1px solid #EDEBEA;
  }
}
#footer .footerInner .footerInfo .logo {
  width: 124px;
  /* margin-top: 5px; */
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerInfo .logo {
    width: 100px;
    margin: 20px auto;
  }
}
#footer .footerInner .footerInfo .btmInfo {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerInfo .btmInfo {
    background: #EDEBEA;
    margin-top: 0;
    text-align: center;
    padding: 15px 5px;
  }
}
#footer .footerInner .footerInfo .btmInfo p {
  font-size: 1.3rem;
}
#footer .footerInner .footerInfo .btmInfo p a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#footer .footerInner .footerInfo .btmInfo .cname {
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerInfo .btmInfo .cname {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1.1rem;
  }
}
#footer .footerInner .footerInfo .btmInfo .copyright {
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  #footer .footerInner .footerInfo .btmInfo .privacy {
    display: none;
  }
}

/* ===============
パーツ用CSS
=============== */
.dotBG {
  background: linear-gradient(90deg, #FFF 16px, transparent 1%) center, linear-gradient(#FFF 16px, transparent 1%) center, #EEECEB;
  background-size: 18px 18px;
}

@media print, screen and (min-width: 641px) {
  .shake:hover {
    -webkit-animation: shake 2s infinite;
            animation: shake 2s infinite;
  }
}
@-webkit-keyframes shake {
  0%,100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes shake {
  0%,100% {
    -webkit-transform-origin: bottom center;
  }
  10% {
    -webkit-transform: rotate(-15deg);
  }
  20% {
    -webkit-transform: rotate(10deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  60% {
    -webkit-transform: rotate(2deg);
  }
  70% {
    -webkit-transform: rotate(-2deg);
  }
  80% {
    -webkit-transform: rotate(1deg);
  }
  90% {
    -webkit-transform: rotate(-1deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
.headline {
  background: #EDEBEA;
  overflow: hidden;
  text-align: center;
}
.headline .headlineInner {
  display: inline;
  position: relative;
}
.headline .icon {
  display: block;
  width: 56px;
  position: absolute;
  left: 50%;
  bottom: 36px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: -28px;
}
@media print, screen and (min-width: 641px) {
  .headline .icon:hover {
    width: 72px;
    margin-left: -36px;
    bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .headline .icon {
    bottom: 30px;
  }
}
.headline .txt {
  color: #AC1F24;
  text-align: center;
  margin: 120px auto 50px;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  min-width: 72px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}
@media screen and (max-width: 640px) {
  .headline .txt {
    margin: 84px auto 14px;
  }
}

.btnWrap {
  text-align: center;
}
.btnWrap .btn {
  display: inline-block;
  border: 1px solid #231815;
  padding: 5px 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnWrap .btn:hover {
  background: #AC1F24;
  border-color: #AC1F24;
  color: #FFF;
}

.pageTitle {
  font-size: 2.8rem;
  font-weight: 500;
  color: #AC1F24;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 640px) {
  .pageTitle {
    font-size: 2.0rem;
  }
}

/* Form */
.formWrap {
  margin-top: 40px;
}
.formWrap .form-group {
  border-bottom: 1px solid #C7C8C8;
}
.formWrap .form-group .form-frame {
  width: 100%;
  position: relative;
}
.formWrap .form-group .form-label {
  color: #666;
  font-size: 1.4rem;
  opacity: 1;
  padding: 4px 10px;
  margin: 0;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  text-align: left;
  top: 50%;
  left: 10px;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .form-label {
    left: 0;
  }
}
.formWrap .form-group .form-control:focus + .form-label,
.formWrap .form-group .is-not-empty .form-label {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  top: 15px;
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .form-control:focus + .form-label,
  .formWrap .form-group .is-not-empty .form-label {
    top: 5px;
  }
}
.formWrap .form-group .form-control {
  background-color: #FFF;
  border: none;
  color: #333;
  font-size: 1.6rem;
  padding: 30px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .form-control {
    padding: 20px 10px;
    font-size: 1.5rem;
  }
}
.formWrap .form-group .form-control:focus,
.formWrap .form-group .is-not-empty .form-control {
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .form-control:focus,
  .formWrap .form-group .is-not-empty .form-control {
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.formWrap .form-group .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .input-group .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
  }
}
.formWrap .form-group .input-group .btn {
  background: #5d5d5d;
  color: #FFF;
  cursor: pointer;
  font-size: 1.3rem;
  display: inline-block;
  padding: 10px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 640px) {
  .formWrap .form-group .input-group .btn {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    padding: 10px;
  }
}
.formWrap .form-group .input-group .btn:hover {
  opacity: 0.8;
}
.formWrap .form-conf {
  padding: 40px 20px 15px;
}
@media screen and (max-width: 640px) {
  .formWrap .form-conf {
    padding: 30px 10px 10px;
  }
}
.formWrap .alert {
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 0;
}
.formWrap .alert-danger {
  color: #732727;
  border-color: #f6cdcd;
  background-color: #f8dbdb;
}

#pageContact .btnWrap {
  margin: 40px auto 60px;
}
@media screen and (max-width: 640px) {
  #pageContact .btnWrap {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.btnWrap .btnSend {
  cursor: pointer;
  display: inline-block;
  background-color: #FFF;
  color: #AC1F24;
  font-size: 1.6rem;
  padding: 14px 44px;
  min-width: 140px;
  border: 1px solid #AC1F24;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnWrap .btnSend::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/ico_check.png) center no-repeat;
  background-size: contain;
}
.btnWrap .btnSend:hover {
  background: #AC1F24;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .btnWrap .btnSend {
    background: #AC1F24;
    color: #FFF;
    min-width: 120px;
  }
}
.btnWrap .btnBack {
  cursor: pointer;
  display: inline-block;
  background-color: #FFF;
  color: #555;
  font-size: 1.6rem;
  padding: 14px 44px;
  min-width: 140px;
  margin-right: 20px;
  border: 1px solid #555;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btnWrap .btnBack:hover {
  background: #555;
  color: #FFF;
}
@media screen and (max-width: 640px) {
  .btnWrap .btnBack {
    background: #555;
    color: #FFF;
    min-width: 120px;
  }
}

.text-right {
  text-align: right;
  font-size: 1.1rem;
}
.text-right a {
  color: #AC1F24;
}

/* ===============
ページ別CSS
=============== */
.fvSliderWrap {
  background: #FFF;
	width: 1000px;
	margin: 0 auto;
}


#fvSlider {
  width: 100%;
  /*max-width: 1020px;*/
  margin: 0 auto;
}
#fvSlider .slideArrow {
  cursor: pointer;
  width: 23px;
  padding: 0 3px;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#fvSlider .slideArrow.toLeft {
  left: 26%;
}
#fvSlider .slideArrow.toRight {
  right: 26%;
}
/*@media print, screen and (min-width: 641px) {
  #fvSlider .slideArrow:hover {
    width: 28px;
  }
  #fvSlider .slideArrow:hover.toLeft {
    left: 15px;
    padding-right: 8px;
  }
  #fvSlider .slideArrow:hover.toRight {
    right: 15px;
    padding-left: 8px;
  }
}*/
@media screen and (max-width: 640px) {
  #fvSlider .slideArrow {
    width: 17px;
  }
  #fvSlider .slideArrow.toLeft {
    left: 15px;
  }
  #fvSlider .slideArrow.toRight {
    right: 15px;
  }
}
#fvSlider .slick-dots {
  bottom: 30px;
}
@media screen and (max-width: 640px) {
  #fvSlider .slick-dots {
    bottom: -20px;
  }
}

#indexService,
#indexWorks {
  margin-top: -75px;
  padding-top: 75px;
}
#indexAbout{
margin-top: -60px!important;
  padding-top: 0;
}

@media screen and (max-width: 640px) {
  #indexService,
  #indexWorks,
  #indexAbout {
    margin-top: -52px;
    padding-top: 52px;
  }
}

#privacy {
  padding-top: 75px;
}
@media screen and (max-width: 640px) {
  #privacy {
    padding-top: 52px;
  }
}

.serviceList {
  padding: 60px 20px 20px 90px;
}
@media screen and (max-width: 640px) {
  .serviceList {
    padding: 40px 25px 20px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.serviceList li {
  display: inline-block;
  vertical-align: top;
  width: 250px;
  padding-left: 46px;
  margin-bottom: 34px;
  position: relative;
  margin-left: 43px;
}
@media screen and (max-width: 640px) {
  .serviceList li {
    margin-left: 0;
    width: auto;
  }
}
.serviceList li .category {
  font-size: 1.5rem;
  font-weight: 700;
}
.serviceList li .exp {
  font-size: 1.2rem;
  margin-top: 5px;
}
.serviceList li .image {
  display: block;
  margin: 8px auto 0;
  max-width: 120px;
}
@media screen and (max-width: 640px) {
  .serviceList li .image {
    margin-left: 0;
  }
}
.serviceList li::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 4px;
  top: -1px;
}
.serviceList li.novelty::before {
  background-image: url(../img/ico_service_01.png);
}
.serviceList li.design::before {
  background-image: url(../img/ico_service_02.png);
}
.serviceList li.event::before {
  background-image: url(../img/ico_service_03.png);
}
.serviceList li.print::before {
  background-image: url(../img/ico_service_04.png);
}
.serviceList li.food::before {
  background-image: url(../img/ico_service_05.png);
}

#indexWorks {
  padding-bottom: 40px;
}

#worksSlide {
  width: 800px;
  margin: 18px auto 65px;
}
@media screen and (max-width: 640px) {
  #worksSlide {
    width: calc(100% - 60px);
    margin-top: 40px;
  }
}
#worksSlide .slideArrow {
  cursor: pointer;
  width: 23px;
  padding: 0 3px;
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#worksSlide .slideArrow.toLeft {
  left: -60px;
}
#worksSlide .slideArrow.toRight {
  right: -60px;
}
@media print, screen and (min-width: 641px) {
  #worksSlide .slideArrow:hover {
    width: 28px;
  }
  #worksSlide .slideArrow:hover.toLeft {
    left: -65px;
    padding-right: 8px;
  }
  #worksSlide .slideArrow:hover.toRight {
    right: -65px;
    padding-left: 8px;
  }
}
@media screen and (max-width: 640px) {
  #worksSlide .slideArrow {
    width: 17px;
  }
  #worksSlide .slideArrow.toLeft {
    left: -20px;
  }
  #worksSlide .slideArrow.toRight {
    right: -20px;
  }
}
#worksSlide .slick-dots {
  bottom: -40px;
}
#worksSlide a {
  margin: 0 12px;
}
@media screen and (max-width: 640px) {
  #worksSlide a {
    margin: 0 7px;
  }
}

#indexAbout {
  text-align: center;
}
#indexAbout .aboutInner {
  display: inline-block;
  margin: 40px auto;
}
@media screen and (max-width: 640px) {
  #indexAbout .aboutInner {
    max-width: 90%;
    margin: 30px auto;
  }
}
#indexAbout dl {
  font-size: 1.3rem;
  overflow: hidden;
  text-align: left;
  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;
}
@media screen and (max-width: 640px) {
  #indexAbout dl {
    display: block;
  }
  #indexAbout dl:not(:first-child) {
    border-top: 1px solid #BFBFBF;
  }
}
#indexAbout dl dt {
  width: 110px;
  font-weight: 500;
  padding: 6px 0;
}
@media screen and (max-width: 640px) {
  #indexAbout dl dt {
    width: auto;
    padding: 8px 4px 0;
  }
}
#indexAbout dl dd {
  border-left: 1px solid #BFBFBF;
  margin: 0;
  padding: 6px 30px;
}
@media screen and (max-width: 640px) {
  #indexAbout dl dd {
    border: none;
    padding: 4px 4px 8px;
  }
}
#indexAbout dl dd ul li:not(:first-child) {
  margin-top: 10px;
}
#indexAbout dl dd .exp {
  font-size: 1.2rem;
}
#indexAbout dl dd .payment {
  margin-top: 10px;
  max-width: 360px;
}
@media screen and (max-width: 640px) {
  #indexAbout dl dd .payment {
    width: 70%;
    margin-top: 6px;
  }
}
#indexAbout #map {
  position: relative;
  width: 100%;
  padding-top: 36.275%;
  overflow: hidden;
}
#indexAbout #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

/* お問い合わせ */
.contactWrap {
  max-width: 748px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .contactWrap {
    max-width: 86%;
  }
}

.contactIntro {
  margin-top: 25px;
  font-size: 1.4rem;
}
.contactIntro p + p {
  margin-top: 25px;
}

.contactConfirm {
  font-size: 1.6rem;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 640px) {
  .contactConfirm {
    font-size: 1.4rem;
    text-align: left;
  }
}
.contactConfirm a {
  color: #AC1F24;
  text-decoration: underline;
}

.contactTel {
  margin: 60px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contactTel {
    margin-top: 40px;
  }
}
.contactTel h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .contactTel h2 {
    font-size: 1.6rem;
  }
}
.contactTel .time {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .contactTel .time {
    font-size: 1.3rem;
  }
}
.contactTel .tel {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .contactTel .tel {
    font-size: 2.2rem;
  }
}
.contactTel .fax {
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .contactTel .fax {
    font-size: 2.2rem;
  }
}

.pagePrivacy {
  border-top: 1px solid #C7C8C8;
  padding: 50px 20px 0;
}
@media screen and (max-width: 640px) {
  .pagePrivacy {
    padding: 40px 0 0;
  }
}
.pagePrivacy .pageTitle {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .pagePrivacy .pageTitle {
    font-size: 2rem;
  }
}
.pagePrivacy dl {
  margin-top: 30px;
}
.pagePrivacy dl dt {
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .pagePrivacy dl dt {
    font-size: 1.6rem;
  }
}
.pagePrivacy dl dd {
  font-size: 1.3rem;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .pagePrivacy dl dd {
    margin-top: 9px;
  }
}
.pagePrivacy dl dd ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.pagePrivacy dl dd ul li::before {
  content: "・";
}


/*.slick-slide {
  opacity: 0.2;
  transition: 1.0s ;
}
.slick-active {
  opacity: 1;
}
*/
/*add20200603*/
.titleh3{
	text-align: center;
	color: #AC1F24;
	font-weight: bold;
	font-size: 18px;
	padding: 40px 0 0 0;
}

.catalogbox{
	margin: 58px 0 60px 0;
}


.catalogbox ul{
	margin: 15px 0 0 0;
	text-align: center;
	letter-spacing: -0.4em;
}

.catalogbox li{
	display: inline-block;
}

.catalogbox li:nth-of-type(2n){
	margin: 0 0 0 25px;
}


@media screen and (max-width: 640px) {
	.catalogbox ul{
	padding: 0 15px 0;
}

.catalogbox ul li{
	margin: 0 0 15px 0;

}

.catalogbox li:nth-of-type(2n){
	margin: 0 0 0 0px;
}


}

.catalogbox li:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
}

/*pickup-box*/
.pickup-box{
	padding: 50px 0 0 0;
	text-align: center;
}
.pickup-box p{
	margin: 0 0 10px 0;
}

.pickup-box ul{
	letter-spacing: -0.4em;
	width: 1000px;
	margin:0 auto
}

.pickup-box ul li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 0 30px 0;
}

.pickup-box ul li:nth-of-type(2n){
	margin: 0 0 0 30px;
}

.pickup-box ul li:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
}

@media screen and (max-width: 640px) {
	.pickup-box ul{
		width: 90%;
		margin: 0 auto;
	}
.pickup-box ul li{
	letter-spacing: normal;
	display: inline-block;
	margin: 0 0 20px 0;
}
.pickup-box ul li:nth-of-type(2n){
	margin: 0 0 20px 0;
}
}

/*sam付きスライダー追加設定*/

.fvSliderWrap{
	margin: 0 auto 30px;
}

.thumbnail{
	letter-spacing: -0.4em;
	margin: 6px 0 0 0;
}


.thumbnail li img{
	margin: 0;
	padding: 0;
}

.thumbnail li:last-of-type{
	margin: 0
}
.slick-active{
	opacity: 0.5
}

.slick-current{
	opacity: 1
}


.toLeft {
	position: absolute;
	top: 15px;
	left: -30px;
	cursor: pointer;
}

.toRight {
	position: absolute;
	top: 15px;
	right: -30px;
	cursor: pointer;
}

.thumbnail {
	height: 75px;
}


/*追加設定部分*/

.inner{
	background: #f7f3f3;
	padding: 40px 0 10px 0;
}

.inner-box{
	width: 1000px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

@media screen and (max-width: 640px) {

.inner{
	background: #f7f3f3;
	padding: 20px 0 10px 0;
}


.fvSliderWrap{
		width: 100%;
		height: auto
}

.inner-box{
	width: 100%;
	margin: 0 auto 20px;
	padding: 0 0 0 0;
}

.thumbnail{
	display: none
}

.slick-list{
		width: 100%;
	}

.slick-slide img{
	width: 100%;
	height: auto;
}

}

.bnrbox{
	letter-spacing: -0.4em;

}

.bnrbox li{
	display: inline-block;
	margin: 0 2% 30px 0;
	width: 31.93333333%;
	vertical-align: top
}

.bnrbox li:nth-of-type(3n){
	margin: 0 0 30px 0;
}

.bnrbox li:hover{
	opacity: 0.5 ;
	transition: 0.2s ;
}

.bnrbox li strong{
	letter-spacing: normal;
	display: block;
	margin: 8px 0 0 0;
}

.bnrbox li span{
	letter-spacing: normal;
	line-height: 16px;
	display: block;
	font-size: 14px
}

.moll-tit{
	font-weight: bold;
	font-size: 20px;
	border-left: 6px solid #AC1F24;
	color: #AC1F24;
	padding: 0 0 0 10px;
	margin: 0 0 15px;
}

.moll-tit span{
	font-size: 14px;
	color:#4E4E4E;
	display: inline-block;
	padding: 0 0 0 30px;
	font-weight: normal
}

@media screen and (max-width: 640px) {

	.bnrbox{
		padding: 0 20px;
	}

.bnrbox li{
	display: inline-block;
	margin: 0 0 30px 0;
	width: auto;
	padding: 0 3px;
}

.bnrbox li:nth-of-type(3n){
	margin: 0 0 30px 0;
}
.moll-tit{
	font-weight: bold;
	font-size: 15px;
	border-left: 6px solid #AC1F24;
	color: #AC1F24;
	line-height: 130%;
	padding: 0 0 0 10px;
	margin: 0 2% 5px;
}

.moll-tit span{
	font-size: 12px;
	color:#4E4E4E;
	display: inline-block;
	padding: 0 0 0 0;
	font-weight: normal
}



}

.tellB{
	padding: 0 25px;
}

.tellC {
  margin-inline-start: 18px;
}

.f13{
	font-size: 14px;
	margin: 0 15px 0 0;
}

@media screen and (max-width: 640px) {
	.tellB{
		display: none;
}

	.f13{
		display: none;
}

	.slick-dots{
		left: 0px;
	}

.slick-dots li{
	width: 15px;
	margin: 0;
	padding: 0;

}

.prev-arrow,
.next-arrow {
  position: absolute;
  top: 35%;
  margin: -10px 0 0 0;
  padding: 0;
  line-height: 1;
  cursor: pointer;
  font-weight: 900;
	color: #AC1F24;
	font-size: 20px;
}

.prev-arrow {
  left: -5px;
}

.next-arrow {
  right: 2px;
}

	#slider--04 li{
		width: 50%;
	}

}
#fvSlider{
  opacity: 0;
  transition: opacity .3s linear;
}
#fvSlider.slick-initialized{
  opacity: 1;
}

.nm50{
	margin-top: -50px!important;
}

.catchecopy{
	background: #AC1F24;
	font-size: 12px;
	text-align: center;
	color: rgba(255,255,255,1.00)
}

.catchecopy a{
	color: rgba(255,255,255,1.00)
}
.catchecopy a:hover{
	text-decoration: underline
}

.map{
	overflow: hidden;
	padding: 0 10px 40px;
}

.map div{
	display:inline-block;
	width: 50%;
	float: left;
	padding: 0 15px 0 15px;
}
.map h3{
	font-size: 14px;
	margin: 0 0 10px 0;
}

.map h3 i{
	margin: 0 3px 0 0;
}

@media screen and (max-width: 640px) {

.map div{
	width: 100%;
	margin: 0 0 10px 0;
}

.map h3{
	font-size: 14px;
	margin: 0 0 5px 0;
}


}

/*くるくる待機*/

#is-loading {
 display: block;
 position: fixed;
 width: 100%;
 height: 100%;
 top: 0px;
 left: 0px;
 background: #FFF;
 z-index: 8;
}
#loading {
 display: none;
 position: fixed;
 top: 50%;
 left: 50%;
 width: 200px;
 height: 200px;
 margin-top: -100px;
 margin-left: -100px;
 text-align: center;
 color: #fff;
 z-index: 9;
}



/*mailform*/

.mailform--table{
	width: 100%;
	border: 1px solid #ADADAD;
	margin: 0 0 30px 0;
}
.mailform--table th,
.mailform--table td{
	border: 1px solid #ADADAD;
	padding: 10px 20px;
	vertical-align:middle;
}

.mailform--table th{
	background:#F0F4F6;
	text-align: left;
	width: 300px;
}
.must{
	font-size: 0.8em;
	color: #FF0004
}

.mailform--table td{
	letter-spacing: 0em;
}


.mailform--table input{
	width: 100%!important;
	padding: 10px;
	font-size: 16px;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
}

input.w50{
	width: 49.0%!important;
}



.margin20per{
	margin: 0 2% 0 0;
}

textarea{
	width: 100%!important;
	border: 1px solid #C1C1C1;
	border-radius: 5px;
}

.send--check{
	text-align: center;
	margin: 0 0 15px 0;
}

.send--btn{
	text-align: center;

}

.send--btn button{
	background: #F95B5D;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	padding: 10px 20px;
	width: 260px;
	border-radius: 5px;
	border-bottom: 4px solid rgba(0,0,0,0.1)
}

.send--btn button:hover{
	opacity: .3;
	transition: 0.5s ;
	text-decoration: none;
	cursor: pointer;
	top: 2px;
}

#mfp_hidden{
	display: none;
}

#mfp_confirm_table{
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	width: 100%
}

#mfp_confirm_table td,
#mfp_confirm_table th{
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1)
}

#mfp_confirm_table th{
	width: 300px;
	background: rgba(0,0,0,0.07)
}

.mfp_buttons{
	width: 200px!important;
	margin: 30px auto!important;
}

.mfp_err{
	letter-spacing: normal;
	font-size: 12px;
	margin: 8px 0 0 0;
	color: #FF0004
}

.attention--box{
	font-size: 1em;
	line-height: 260%;
	text-align: center;
}

.attention--box strong{
	font-size: 1.6em;
	display: block;
	margin: 0 0 30px 0;
}

.h2--mailform{
	font-size: 27px;
	text-align: center;
	font-weight: bold;
	padding: 30px 0;
}

#mfp_loading_screen,
#mfp_overlay_background{
	display: none!important;
}

.bramchlist{
	font-size: 12px;
	text-align: right;
  margin-bottom: 1.2em;
  padding: 0 1em;
}

.company .drawer-nav {
  display: none;
}

.contact label {
  width: 50%;
  letter-spacing: 0;
}

.mailform--table label input {
  width: auto !important;
}

.subpage h2 {
  font-size: 27px;
  text-align: center;
  font-weight: 900;
  padding: 30px 0;
}

.subpage h3 {
  font-size: 17px;
  font-weight: 900;
  border-left: 8px solid #333;
  margin: 0 0 1em 0;
  padding: 0 0 0 10px;
}

.subpage .guide-dl + .guide-dl,
.subpage .conts + .conts {
  margin-top: 2.75em;
}

.subpage .stepbox > li + li {
  margin-top: -140px;
  padding-top: 170px;
}

.subpage .conts .guide-dl + .guide-dl {
  margin-top: 1em;
}

.subpage .stepbox li > dl,
.subpage .guide-dl {
  background: #f8f8f8;
}

.subpage .stepbox li > dl > dt,
.subpage .guide-dl > dt {
  color: #fff;
  font-weight: 900;
  background: #4e4e4e;
  padding: 9px 18px;
}

.subpage .stepbox li > dl > dd,
.subpage .guide-dl > dd {
  padding: 18px;
}

.subpage .stepbox dd p + p {
  margin-top: 0.5em;
}

.subpage .stepbox dd a {
  color: #ac1f24;
  text-decoration: underline;
}

.subpage .stepbox .type {
  margin-top: 1em;
}

.subpage .stepbox .type > p {
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 0.3em;
}

.subpage .stepbox .type dt {
  font-size: 16px;
  text-align: left;
  font-weight: 900;
  border-bottom: 4px solid #333;
  padding: 0 0.5em;
}

.subpage .stepbox .type dd {
  padding: 0.5em;
}

.subpage .strong {
  font-size: 16px;
  font-weight: 900;
  margin: 1em 0;
}

.subpage .check {
  display: inline-block;
  background: #fff;
  border: 2px #333 solid;
  border-radius: 6px;
  margin-bottom: 1em;
  padding: 12px 18px;
}

.subpage .check figcaption {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 0.3em;
}

.subpage .check li {
  padding-left: 1.2em;
  position: relative;
}

.subpage .check li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14a";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.subpage .stepbox table {
  width: 90%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 1em auto;
}

.subpage .stepbox th,
.subpage .stepbox td {
  padding: 6px 12px;
}

.subpage .stepbox th {
  background: #F0F4F6;
}

.subpage .stepbox td {
  background: #fff;
}

.subpage .mailform--table td {
  letter-spacing: 0;
}

/* プライバシーポリシー同意ボタン */
.privacy-btn {
	text-align: center;
	margin-bottom: 20px;
}

.privacy-link {
  text-align: center;
}

.privacy-link a {
  color: #0056b3;
}

iframe.ma-jin-form {
  border: none;
  height: 100%;
}

.form-group.required .control-label:after{
  content: "※必須"!important;
}
