@charset "UTF-8";
@media (min-width: 1100px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1099px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  /* 2 */
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  /* 1 */
  height: 0;
  margin: 0;
  /* 1 */
  overflow: visible;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

/**
 * 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: inherit;
  /* 2 */
}

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* PC */
/* SP */
/* 左揃え、中央揃え、右揃え */
._left {
  text-align: left;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

._bold {
  font-weight: bold;
}

._normal {
  font-weight: 500;
}

._crm1 {
  color: #844444;
}

._crm2 {
  color: #A47D72;
}

._crm3 {
  color: #D8CDAE;
}

/* ボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  /*rem算出をしやすくするために*/
}

/* innerの幅 */
[class*='-inner'] {
  margin: 0 auto;
  padding: 50px 0;
  width: 1100px;
  /* 横並び＋スマホ時一列に */
  /* スマホ時のinner幅 */
}

@media (max-width: 1099px) {
  [class*='-inner'] {
    width: 95%;
  }
}

@media (max-width: 767px) {
  [class*='-inner'] {
    padding: 30px 0;
    width: 90%;
  }
}

/* タイトルの文字サイズ */
[class*="-tit"] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}

@media (max-width: 767px) {
  [class*="-tit"] {
    font-size: 2rem;
  }
}

/* 本文の文字サイズ */
[class*="-txt"] {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  [class*="-txt"] {
    font-size: 1.3rem;
  }
}

/* 本文の文字サイズ */
p {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

/* リンクの文字サイズ */
a {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  a {
    font-size: 1.3rem;
  }
}

/* リストの文字サイズ */
ul,
ol {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {

  ul,
  ol {
    font-size: 1.3rem;
  }
}

/* テーブルの文字サイズ */
table {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
}

@media (max-width: 767px) {
  table {
    font-size: 1.3rem;
  }
}

/* figureの設定 */
[class*='-pic'] {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

[class*='-pic'] img {
  width: 100%;
}

[class*='-pic'] figcaption {
  margin: 20px 0 0;
}

.wp-block-image {
  margin-bottom: 30px !important;
}

/*ボタン共通のスタイル */
._btn,
a._btn,
button._btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: all 0.3s;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 15px;
  padding: 1.4rem 3rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s;
  user-select: none;
  vertical-align: middle;
  /* 背景色ボタン */
  /* 背景色ボタン2 */
  /* 背景色ボタン3 */
  /* 背景色ボタン4 */
  /* 白抜きボタン */
  /* 角丸ボタン */
  /* 左右にfontawsome */
}

@media (max-width: 767px) {

  ._btn,
  a._btn,
  button._btn {
    font-size: 1.5rem;
    padding: 1.4rem 2.5rem;
  }
}

._btn._crm1,
a._btn._crm1,
button._btn._crm1 {
  background-color: #844444;
  border: 2px solid #844444;
  color: #fff !important;
}

._btn._crm1:hover,
a._btn._crm1:hover,
button._btn._crm1:hover {
  background: #fff;
  border: 2px solid #844444;
  color: #844444 !important;
}

._btn._crm2,
a._btn._crm2,
button._btn._crm2 {
  background-color: #A47D72;
  border: 2px solid #A47D72;
  color: #fff !important;
}

._btn._crm2:hover,
a._btn._crm2:hover,
button._btn._crm2:hover {
  background: #fff;
  border: 2px solid #A47D72;
  color: #A47D72 !important;
}

._btn._crm3,
a._btn._crm3,
button._btn._crm3 {
  background-color: #D8CDAE;
  border: 2px solid #D8CDAE;
  color: #fff !important;
}

._btn._crm3:hover,
a._btn._crm3:hover,
button._btn._crm3:hover {
  background: #fff;
  border: 2px solid #D8CDAE;
  color: #D8CDAE !important;
}

._btn._crm4,
a._btn._crm4,
button._btn._crm4 {
  background-color: #AC4D4D;
  border: 2px solid #AC4D4D;
  color: #fff !important;
}

._btn._crm4:hover,
a._btn._crm4:hover,
button._btn._crm4:hover {
  background: #fff;
  border: 2px solid #AC4D4D;
  color: #AC4D4D !important;
}

._btn._bd,
a._btn._bd,
button._btn._bd {
  background-color: #fff;
  border: 2px solid #844444;
  color: #844444;
}

._btn._bd:hover,
a._btn._bd:hover,
button._btn._bd:hover {
  background-color: #844444;
  border: 2px solid #844444;
  color: #fff;
}

._btn._brds,
a._btn._brds,
button._btn._brds {
  border-radius: 100vh;
}

._btn .fa-position-right,
a._btn .fa-position-right,
button._btn .fa-position-right {
  position: absolute;
  right: 1rem;
  top: calc(50% - .5em);
}

._btn .fa-position-left,
a._btn .fa-position-left,
button._btn .fa-position-left {
  left: 1rem;
  position: absolute;
  top: calc(50% - .5em);
}

/* 電話 */
._tel {
  margin-right: 10px;
}

._tel a {
  background: #FFFCD9;
  border: 2px solid #A47D72;
  border-radius: 5px;
  display: block;
  height: 60px;
  position: relative;
  width: 250px;
}

._tel a>i {
  color: #A47D72;
  font-size: 3.5rem;
  left: 20px;
  position: absolute;
  top: 7px;
  width: 50px;
}

._tel a span {
  display: block;
  position: absolute;
}

._tel a span._num {
  color: #A47D72;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 2rem !important;
  font-weight: bold;
  left: 60px;
  top: 2px;
  width: 180px;
}

._tel a span._txt {
  bottom: 5px;
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.1rem !important;
  font-weight: bold;
  left: 50px;
  width: 180px;
}

/* メール */
/*wp-pagenavi */
.wp-pagenavi {
  line-height: 1.7;
  -ms-flex-wrap: wrap;
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  text-align: left;
}

.wp-pagenavi a,
.wp-pagenavi span {
  -webkit-transition: 0.2s ease-in-out;
  background-color: #fff;
  border: 1px solid #844444;
  border-radius: 3px;
  color: #844444;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 2px 5px;
  padding: 5px 10px !important;
  text-align: center;
  text-decoration: none !important;
  transition: 0.2s ease-in-out;
  white-space: nowrap;
}

.wp-pagenavi a:hover {
  background-color: #844444 !important;
  border-color: #844444 !important;
  color: #FFF !important;
}

.wp-pagenavi span.current {
  background-color: #844444 !important;
  border-color: #844444 !important;
  color: #FFF !important;
  font-weight: bold;
}

/* PC */
/* SP */
/* 左揃え、中央揃え、右揃え */
._left {
  text-align: left;
}

._center {
  text-align: center;
}

._right {
  text-align: right;
}

._bold {
  font-weight: bold;
}

._normal {
  font-weight: 500;
}

._crm1 {
  color: #844444;
}

._crm2 {
  color: #A47D72;
}

._crm3 {
  color: #D8CDAE;
}

.form-select {
  margin: 2em auto;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.form-select select {
  -webkit-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  outline: none;
  padding: 8px 38px 8px 8px;
  padding-right: 1em;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  width: 100%;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select._simple {
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  position: relative;
}

.form-select._simple::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  content: '';
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  right: 0.9em;
  top: 1.5em;
  width: 0;
}

[class*='-table']._brbtm [class*='-ttit'] {
  border-bottom: solid 2px #844444;
  font-weight: normal;
  margin-right: 20px;
  min-width: 80px;
  padding: 10px 0;
}

[class*='-table']._brbtm [class*='-tdata'] {
  border-bottom: solid 2px #707070;
  padding: 10px;
}

@media (max-width: 767px) {
  [class*='-table']._brbtm {
    font-size: 1.4rem;
  }
}

[class*='-table']._brdot {
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%;
}

[class*='-table']._brdot [class*='-ttit'] {
  background: #707070;
  border: 1px solid #C8C8C8;
  color: #844444;
  margin-right: 20px;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
}

[class*='-table']._brdot [class*='-tdata'] {
  border: 1px solid #C8C8C8;
  padding: 10px;
}

@media (max-width: 767px) {
  [class*='-table']._brdot {
    font-size: 1.4rem;
  }
}

[class*='-table']._normal {
  margin-bottom: 20px;
}

[class*='-table']._normal._gold th {
  background: #D8CDAE;
  border: solid 1px #CBCBCB;
}

[class*='-table']._normal._gold td {
  border: solid 1px #CBCBCB;
}

[class*='-table']._normal th {
  background: #EFECE4;
  border: solid 1px #ccc;
  font-weight: 500;
  min-width: 100px;
  padding: 10px;
}

[class*='-table']._normal td {
  background: #fff;
  border: solid 1px #ccc;
  padding: 10px;
}

@media (max-width: 767px) {
  [class*='-table']._normal tr:last-child td {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
}

/* タイトルのスタイル */
[class*="-tit"]._mtit {
  border-bottom: 2px solid #844444;
  color: #844444;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 0px 30px 15px 0px;
  position: relative;
  width: 100%;
}

[class*="-tit"]._mtit::after {
  background: url(../img/common/mtit-bg.svg);
  border-radius: 3px;
  content: '';
  height: 56px;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 68px;
}

@media (max-width: 767px) {
  [class*="-tit"]._mtit {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  [class*="-tit"]._mtit::after {
    right: 0;
    top: -5px;
  }
}

[class*="-tit"]._stit1 {
  border-bottom: 2px solid #D5D5D5;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 1rem 0;
  position: relative;
}

[class*="-tit"]._stit1::after {
  background: #844444;
  bottom: -2px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 10%;
}

@media (max-width: 767px) {
  [class*="-tit"]._stit1 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

[class*="-tit"]._stit2 {
  color: #844444;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 30px;
  padding: 1rem 0;
  position: relative;
}

[class*="-tit"]._stit2::after {
  background: #D5D5D5;
  bottom: -2px;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 5%;
}

@media (max-width: 767px) {
  [class*="-tit"]._stit2 {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

[class*="-tit"]._jaen {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
  text-align: center;
  width: 1100px;
}

[class*="-tit"]._jaen>._ja {
  color: #333;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
  width: 100%;
}

[class*="-tit"]._jaen>._en {
  color: #C8C8C8;
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  width: 100%;
}

@media (max-width: 767px) {
  [class*="-tit"]._jaen>._ja {
    font-size: 1.8rem;
  }

  [class*="-tit"]._jaen>._en {
    font-size: 1rem;
  }
}

[class*="-tit"]._ico {
  display: inline-block;
  padding: 30px 0px 20px 60px;
  position: relative;
  text-align: left;
}

[class*="-tit"]._ico:before {
  background: transparent url(../img/index/megaphon.svg) no-repeat;
  background-size: contain;
  content: '';
  height: 50px;
  left: 0;
  position: absolute;
  top: calc(50% - .5em);
  width: 50px;
}

[class*="-tit"]._huki {
  background: #DBCECE;
  border-bottom: 3px solid #844444;
  padding: 0 0rem 1.5rem;
  position: relative;
}

[class*="-tit"]._huki:before {
  -webkit-transform: translateX(-50%);
  border-color: #844444 transparent transparent transparent;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  bottom: -14px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

[class*="-tit"]._huki:after {
  -webkit-transform: translateX(-50%);
  border-color: #DBCECE transparent transparent transparent;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  bottom: -10px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

[class*="-tit"]._brds {
  background: #333;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 30px;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  [class*="-tit"]._brds {
    margin-bottom: 15px;
  }
}

[class*="-tit"]._brds._lg {
  border-radius: 100vh;
}

[class*="-tit"]._brds._bgcrm1 {
  background: #844444;
}

[class*="-tit"]._brds._bgcrm2 {
  background: #A47D72;
}

[class*="-tit"]._brds._bgcrm3 {
  background: #D8CDAE;
}

@media (max-width: 767px) {
  [class*="-tit"]._brds {
    font-size: 1.8rem;
  }
}

[class*="-tit"]._brbtm {
  border-bottom: 3px solid #A47D72;
  color: #A47D72;
}

/* アコーディオン */
.acd-title {
  border-bottom: 1px solid #aaa;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem !important;
  font-weight: normal !important;
  line-height: 1em;
  margin-bottom: 0;
  padding: 8px 0;
  position: relative;
}

.acd-container .acd-title::before {
  -webkit-transform: rotate(90deg);
  -webkit-transition: all .3s ease-in-out;
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  width: 15px;
}

.acd-container .acd-title::after {
  -webkit-transition: all .2s ease-in-out;
  background: #333;
  content: "";
  height: 1px;
  position: absolute;
  right: 0px;
  top: 50%;
  transition: all .2s ease-in-out;
  width: 15px;
}

.acd-container .acd-title.open::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.acd-container .acd-title.open::after {
  opacity: 0;
}

.acd-content a {
  padding-left: 30px;
}

.gnav_wrapper.open {
  display: block;
  opacity: 1;
  top: 0px;
}

@media (max-width: 767px) {
  .header-item {
    margin-top: 5px;
  }

  .header-item+.header-item {
    margin-left: 0 !important;
  }

  .header-item._links a,
  .header-item._contact a {
    display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0px;
    padding: 10px !important;
    width: 100%;
  }

  ._sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  ._sns a {
    font-size: 3.5rem !important;
    margin-right: 5px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  ._sns {
    margin-bottom: 5px;
  }
}

/* パンくずリスト */
.breadcrumb {
  color: #fff;
  display: block;
  left: 2.5%;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  top: 0;
  width: 90%;
}

.breadcrumb span {
  color: #fff;
  font-size: 1.3rem;
  /* ホバー */
}

.breadcrumb span a {
  color: #fff;
  font-size: 1.3rem;
  text-decoration: none;
}

.breadcrumb span a span {
  font-weight: normal;
}

.breadcrumb span a:hover {
  opacity: 1;
  text-decoration: underline;
}

.breadcrumb span:last-child a {
  cursor: default;
}

.breadcrumb span:last-child a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumb span {
    font-size: 1.1rem;
  }
}

.drawer {
  z-index: 40;
}

.drawer-close {
  -webkit-transition: all 0.3s ease 0s;
  background: #000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 39;
}

.drawer-close.is-checked {
  display: block;
  opacity: 0.4;
}

.drawer-icon {
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 41;
}

.drawer-icon::after {
  color: #424242;
  content: "MENU";
  display: none;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 4px;
  text-align: center;
}

.drawer-icon.is-checked::after {
  content: "CLOSE";
}

.drawer-bars {
  display: inline-block;
  height: 19px;
  position: relative;
  vertical-align: bottom;
  width: 25px;
}

.drawer-bar {
  -webkit-transition: all 0.3s linear 0s;
  background: #424242;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.3s linear 0s;
  width: 100%;
}

.drawer-bar:nth-of-type(1) {
  top: 0;
}

.drawer-bar:nth-of-type(2) {
  top: 8px;
}

.drawer-bar:nth-of-type(3) {
  top: 16px;
}

.is-checked .drawer-bar:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  top: 10px;
  transform: rotate(-45deg);
}

.is-checked .drawer-bar:nth-of-type(2) {
  background: transparent;
}

.is-checked .drawer-bar:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  top: 10px;
  transform: rotate(45deg);
}

.drawer-content {
  -webkit-transform: translateX(105%);
  -webkit-transition: all 0.5s ease 0s;
  background: #F9F9F9;
  bottom: auto;
  color: #424242;
  height: 100%;
  left: auto;
  max-width: 90%;
  overflow: auto;
  padding-top: 90px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  transform: translateX(105%);
  transition: all 0.5s ease 0s;
  width: 250px;
  z-index: 40;
}

.drawer-content.is-checked {
  -webkit-transform: translateX(0);
  -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
}

.drawer-content--left {
  -webkit-transform: translateX(-105%);
  left: 0;
  right: auto;
  transform: translateX(-105%);
}

.drawer-content--top {
  -webkit-transform: translateY(-105%);
  bottom: auto;
  height: 100%;
  max-width: 100%;
  top: 0;
  transform: translateY(-105%);
  width: 100%;
}

.fnav {
  margin-bottom: 15px;
  width: 100%;
}

.fnav-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .fnav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.fnav-item {
  margin-bottom: 35px;
  margin-right: 0;
  width: 22%;
}

.fnav-item._w100 {
  width: 100%;
}

.fnav-item:nth-child(8),
.fnav-item:nth-child(9) {
  display: none;
}

.fnav-item ._level2 li {
  line-height: 1em;
  padding-left: 1em;
  position: relative;
}

.fnav-item ._level2 li a:hover {
  text-decoration: underline;
}

.fnav-item ._level2 li::before {
  background-image: url();
  background-repeat: no-repeat;
  background-size: contain;
  color: #844444;
  content: '-';
  display: inline-block;
  height: 10px;
  left: 0px;
  position: absolute;
  top: 5px;
  vertical-align: middle;
  width: 10px;
}

.fnav-item a {
  color: #844444;
  font-size: 1.5rem;
}

.fnav-item a>i {
  padding-right: 0.5rem;
}

@media (max-width: 767px) {
  .fnav-item {
    width: 100%;
  }

  .fnav-item a {
    border-bottom: 1px solid #707070;
    display: inline-block;
    padding: 5px;
    width: 100%;
  }
}

.fnav-tit {
  border-bottom: 1px solid;
  border-top: 1px solid;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0px;
  width: 100%;
}

.fnav-tit a {
  color: #333;
  pointer-events: none;
}

@media (max-width: 767px) {
  .fnav {
    display: none;
  }
}

.footer .ch {
  background: #F9F9F9;
}

.footer .ch-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  background: #F9F9F9;
  /* 横並び＋スマホ時一列に */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 0;
}

@media (max-width: 767px) {
  .footer .ch-inner {
    display: none;
  }
}

.footer .cc {
  background: #efefef;
}

.footer .cc [class*='-inner'] {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}

.footer .cc [class*='-inner']._m0 {
  margin: 0;
}

.footer .cc-pic {
  width: 218px;
}

.footer .cc-pic a,
.footer .cc-pic img {
  width: 100%;
}

.footer .cf {
  background: #F9F9F9;
}

.footer .cf-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  background: #F9F9F9;
  /* 横並び＋スマホ時一列に */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 70px 0 0;
}

@media (max-width: 767px) {
  .footer .cf-inner {
    padding: 30px 0;
    width: 90%;
  }
}

.footer .cf-logo {
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer .cf-logo {
    margin: 20px auto;
    /* width: 90%; */
    width: 100%;
  }

  .footer .cf-logo img {
    width: 100%;
  }
}

.footer .cf-info {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .cf-info {
    margin-bottom: 20px;
    width: 100%;
  }
}

.footer .cf-list._list {
  color: #333;
}

.footer .cf-list._list .footer-item {
  width: 100%;
}

@media (max-width: 767px) {
  .footer .cf-list._list {
    font-size: 1.4rem;
    text-align: center;
  }
}

.footer .cf-list._links {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer .cf-item {
  color: #707070;
  font-size: 1.5rem;
  text-align: center;
}

@media (max-width: 1099px) {
  .footer .cf-item {
    font-size: 1.5rem;
  }
}

.footer .cf-item a {
  color: #844444;
  font-size: 1.5rem;
  text-decoration: underline;
}

@media (max-width: 1099px) {
  .footer .cf-item a {
    font-size: 1.5rem;
  }
}

.footer .cf-item._contact {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .footer .cf-item._contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .cf-item._contact p {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .footer .cf-item._contact p {
    margin-right: 5px;
  }
}

.footer .cf-item._contact .cf-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .footer .cf-item._contact .cf-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}

.footer .cf-item._contact p._mail a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #707070;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 7px 10px;
  text-decoration: none;
  width: 135px;
}

.footer .cf-item._contact p._mail a i {
  color: #fff;
  font-size: 2rem;
  margin-right: 5px;
}

.footer .cf-item._contact p._mail a>span {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.4rem;
}

@media (max-width: 767px) {
  .footer .cf-item._contact p._mail a>span {
    font-size: 0.7rem;
  }
}

.footer .cf-item._contact a {
  color: #707070;
  font-size: 4rem;
}

@media (max-width: 1099px) {
  .footer .cf-item._contact {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .footer .cf-item._contact {
    margin-bottom: 0;
  }
}

.footer .cf-copy {
  background: #A47D72;
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer .cf-copy {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
  }
}

.footer-tit {
  color: #844444;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .footer-tit {
    font-size: 1.3rem !important;
  }
}

.footer-tit>span {
  font-size: 2rem;
  position: relative;
}

.footer .topbtn {
  bottom: 10px;
  position: fixed;
  right: 10px;
}

.footer .topbtn i {
  background: #844545;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-style: normal;
  font-weight: 900;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.gnav {
  margin-top: 15px;
  width: 100%;
  /* 下矢印 */
}

@media (max-width: 1099px) {
  .gnav {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .gnav {
    display: none;
  }
}

.gnav-list {
  *zoom: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  height: 40px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 100%;
}

.gnav-list a {
  font-size: 1.6rem;
}

@media (max-width: 1099px) {
  .gnav-list a {
    font-size: 1.4rem;
  }
}

.gnav-list ul {
  padding-left: 0;
}

.gnav-list ._level2,
.gnav-list ._level3,
.gnav-list ._level4 {
  opacity: 0;
  visibility: hidden;
}

.gnav-list ._level2 li,
.gnav-list ._level3 li,
.gnav-list ._level4 li {
  border-top: 1px solid #fff;
}

.gnav-list ._level2 {
  z-index: 1;
}

.gnav-list ._level2 a {
  display: inline-block;
  font-size: 1.5rem;
  padding: 7px;
  width: 100%;
}

.gnav-list ._level2 a:hover {
  background: #844444;
}

.gnav-list:before,
.gnav-list:after {
  content: " ";
  display: table;
}

.gnav-list:after {
  clear: both;
}

.gnav .init-bottom:after {
  -webkit-transform: rotate(45deg);
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
  display: inline-block;
  height: 6px;
  margin: 0 0 0 15px;
  transform: rotate(45deg);
  width: 6px;
}

.gnav-item {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.gnav-item>a {
  color: #844444;
  display: block;
}

.gnav-item._single {
  position: relative;
}

.gnav-item._single ul._level2 {
  -webkit-transition: all .2s ease;
  background: rgba(132, 68, 68, 0.95);
  color: #fff;
  position: absolute;
  text-align: left;
  top: 40px;
  transition: all .2s ease;
  width: 200px;
}

.gnav-item._single:hover ul._level2 {
  opacity: 1;
  top: 40px;
  visibility: visible;
}

.header-drawer {
  display: none;
}

@media (max-width: 767px) {
  .header-drawer {
    display: block;
  }
}

.dnav {
  padding: 0 20px;
}

.dnav-list {
  margin-bottom: 15px;
}

.dnav-list._contact {
  margin-bottom: 20px;
  margin-top: 20px;
}

.dnav-item {
  padding-left: 0;
  text-indent: 0;
}

.dnav-item a {
  background: #efefef;
  border-bottom: 1px dotted #333;
  display: block;
  padding: 10px;
  width: 100%;
}

.dnav-item._mail a {
  width: 100%;
}

.dnav-item._tel {
  margin-bottom: 10px;
  margin-right: 0;
}

.dnav-item._tel a {
  background: #F9F9F9;
  border: none;
}

.dnav-item._tel a>i {
  left: 5px;
}

.dnav-item._tel a span._num {
  font-size: 2.0rem;
  left: 40px;
  top: 5px;
}

.dnav-item._tel a span._txt {
  font-size: 1.2rem;
  left: 35px;
}

.header {
  -webkit-box-shadow: 0 0 5px #ddd;
  background: #fff;
  border-top: 5px solid #844444;
  box-shadow: 0 0 5px #ddd;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
}

@media (max-width: 767px) {
  .header {
    border-top: none;
    position: fixed;
  }
}

.header-wrapper {
  border-bottom: 1px solid #D5D5D5;
  margin-top: 15px;
}

.header [class*='-inner'] {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 !important;
  width: 95%;
}

@media (max-width: 1099px) {
  .header [class*='-inner'] {
    width: 95%;
  }
}

.header-content {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.header-logo {
  margin-top: 15px;
  width: 200px;
}

@media (max-width: 1099px) {
  .header-logo {
    margin-top: 10px;
    width: 160px;
  }
}

@media (max-width: 767px) {
  .header-logo {
    margin: 10px 0;
    width: 150px;
  }
}

.header-logo a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-logo a:hover {
  opacity: 0.6;
}

.header-logo img {
  width: 100%;
}

.header-list._links,
.header-list ._contact,
.header-list ._sns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {

  .header-list._links,
  .header-list ._contact,
  .header-list ._sns {
    display: none;
  }
}

.header-item+.header-item {
  margin-left: 10px;
}

.header-item a {
  color: #707070;
  font-size: 1.6rem;
}

.header-item a i {
  padding-right: 7px;
}

.header-item._links a {
  background: #844444;
  color: #fff;
  font-size: 1.5rem;
  padding: 7px 10px;
}

.header-item._links a i {
  font-size: 1.8rem;
}

@media (max-width: 1099px) {
  .header-item._links a {
    font-size: 1.2rem;
  }

  .header-item._links a i {
    font-size: 1.4rem;
  }
}

.header-item._contact a {
  font-size: 1.6rem;
  margin-right: 20px;
}

@media (max-width: 1099px) {
  .header-item._contact a {
    font-size: 1.3rem;
  }
}

.header-item._sns a {
  font-size: 3rem;
}

.header-item._sns a i {
  padding-right: 15px;
}

@media (max-width: 1099px) {
  .header-item._sns a {
    font-size: 2.5rem;
  }
}

#header {
  /*はじめの高さを設定*/
  width: 100%;
}

@media (min-width: 1100px) {
  #header.HeightMin {
    -webkit-animation: DownAnime 0.5s forwards;
    animation: DownAnime 0.5s forwards;
    background: rgba(255, 255, 255, 0.9);
    /*最前面へ*/
    margin-top: -105px;
    position: fixed;
    z-index: 999;
  }
}

@media (min-width: 1100px) and (max-width: 1099px) {
  #header.HeightMin {
    margin-top: -90px;
  }
}

@media (min-width: 1100px) {
  @-webkit-keyframes DownAnime {
    from {
      -webkit-transform: translateY(-170px);
      opacity: 0;
      transform: translateY(-170px);
    }

    to {
      -webkit-transform: translateY(0);
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes DownAnime {
    from {
      -webkit-transform: translateY(-170px);
      opacity: 0;
      transform: translateY(-170px);
    }

    to {
      -webkit-transform: translateY(0);
      opacity: 1;
      transform: translateY(0);
    }
  }
}