@charset "UTF-8";
/*!
 * ress.css v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  f-size: 80%; /* Set f-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  f-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
  font-weight: 400;
  color: #333333;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.7em;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media all and (max-width: 620px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4 {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333333;
  transition: 0.2s all ease-out;
}

a:hover {
  opacity: 0.6;
}

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

:focus {
  outline: none;
}

label {
  cursor: pointer;
}

th {
  font-weight: normal;
}

::selection {
  color: #fff;
  background: #492a02;
}

::-moz-selection {
  color: #fff;
  background: #492a02;
}

ol, ul {
  list-style: none;
}

.section {
  margin: 100px 0 0 0;
}
@media all and (max-width: 980px) {
  .section {
    margin: 160px 0 80px 0;
  }
}
@media all and (max-width: 620px) {
  .section {
    margin: 140px 0 80px 0;
  }
}

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

p {
  margin: 0 0 20px;
  line-height: 1.8;
}

.button a {
  text-align: center;
  color: #fff;
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 2px;
  background: url(/img/index/btn.png) 0 0;
}

/******************
structure
******************/
.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #ffffff;
}

.contents {
  padding: 0 0 0;
  width: 100%;
  min-height: 100%;
}
@media all and (max-width: 980px) {
  .contents {
    padding: 0 0 400px;
  }
}
@media all and (max-width: 620px) {
  .contents {
    padding: 0 0 350px;
  }
}

@media all and (min-width: 981px) {
  .inner {
    margin: 0 0 0 170px;
  }
}
@media all and (max-width: 980px) {
  .inner {
    padding: 0 15px;
  }
}
@media all and (max-width: 620px) {
  .inner {
    padding: 0 10px;
  }
}

.contents-wrapper {
  margin: 0 0 150px 0;
  padding: 0;
}
@media all and (max-width: 980px) {
  .contents-wrapper {
    flex-wrap: wrap;
    margin: 0 auto;
    flex-direction: row;
  }
}
.contents-wrapper p a {
  background: #d0c8be;
}
@media all and (min-width: 981px) {
  .contents-wrapper .sub {
    position: fixed;
    width: 140px;
    height: 100vw;
    padding: 100px 20px 20px 15px;
    background: url(/img/bgSubCat.gif) repeat 0 0;
    z-index: 10000;
    margin-left: -1px;
  }
  .contents-wrapper .sub .menu-list {
    font-size: 12px;
    font-size: 1.2rem;
    color: #492a02;
  }
  .contents-wrapper .sub .menu-list .crr {
    opacity: 0.6;
  }
}
.contents-wrapper .list-sub {
  font-size: 12px;
  font-size: 1.2rem;
  color: #492a02;
  width: 110px;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media all and (max-width: 980px) {
  .contents-wrapper .list-sub {
    display: none;
  }
}
.contents-wrapper .list-sub .crr {
  opacity: 0.6;
}
.contents-wrapper .list-sub li::before {
  content: "・";
}
.contents-wrapper .list-sub li {
  line-height: 1.5;
  margin: 0 0 10px 0;
  letter-spacing: initial;
}
@media all and (min-width: 981px) {
  .contents-wrapper .wrapper-main {
    padding: 103px 0 0 140px;
  }
}
@media all and (min-width: 981px) {
  .contents-wrapper .wrapper-main .list-wrapper {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media all and (min-width: 981px) {
  .contents-wrapper .wrapper-main .detail-wrapper {
    max-width: 830px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
.contents-wrapper .wrapper-main .sub-title {
  margin-bottom: 50px;
}
@media all and (max-width: 980px) {
  .contents-wrapper .wrapper-main .sub-title {
    margin: 0 0 40px 0;
  }
}
.contents-wrapper .wrapper-main .sub-title h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
@media all and (max-width: 980px) {
  .contents-wrapper .wrapper-main .sub-title h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.contents-wrapper .title-wrapper {
  margin: 160px 0 40px 0;
}
.contents-wrapper .title-wrapper h2 {
  font-weight: normal;
  color: #492a02;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}
@media all and (min-width: 981px) {
  .contents-wrapper .title-wrapper {
    width: 10px;
    border-bottom: 1px solid #492a02;
    padding: 0 0 33px 0;
    margin: 0 0 30px 0;
  }
  .contents-wrapper .title-wrapper h2 {
    width: 120px;
    text-align: left;
    letter-spacing: initial;
  }
}
.contents-wrapper .article-body {
  margin: 0 0 80px;
}

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

/*フェードイン*/
.js-fadeIn {
  opacity: 0;
  transition: 0.5s 0.2s;
}

.js-fadeIn.animation {
  opacity: 1;
}

/*トップに戻るボタン*/
.gotoTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 50px;
}
@media all and (max-width: 980px) {
  .gotoTop {
    right: 0;
    bottom: 0;
  }
}

.gotoTop_btn {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: url(/img/index/btn.png) 0 0;
  border-radius: 2px;
  transition: 0.3s;
}

.gotoTop_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -5px;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s;
}

/*buttonデザイン*/
.button-basic {
  text-align: center;
  font-family: "見出ゴMB31", "Midashi Go MB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.button-basic a {
  font-size: 12px;
  font-size: 1.2rem;
  background: #492a02;
  width: 280px;
  height: 50px;
  min-width: 260px;
  padding: 20px 15px;
  color: #fff;
  text-decoration: none;
}

.button-basic:link,
.button-basic:visited {
  color: #333333;
  background-color: #492a02;
  border: 2px solid #492a02;
}

.pankuzu {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  padding: 0 0 0 20px;
}
@media all and (max-width: 620px) {
  .pankuzu {
    padding: 0 0 0 10px;
  }
}
.pankuzu ol {
  width: 100%;
  max-width: 1100px;
  list-style: none;
  margin: 5px auto 3px auto;
  position: static;
  text-align: left;
}
.pankuzu li {
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.pankuzu li + li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
.pankuzu li a {
  color: #333333;
}
.pankuzu li a.home {
  vertical-align: -0.3em;
}

.pankuzu_other {
  position: relative;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
  margin-top: 105px;
  padding: 0 0 0 20px;
}
@media all and (max-width: 620px) {
  .pankuzu_other {
    padding: 0 0 0 10px;
  }
}
.pankuzu_other ol {
  width: 100%;
  max-width: 1100px;
  list-style: none;
  margin: 5px auto 3px auto;
  position: static;
  text-align: left;
}
.pankuzu_other li {
  margin-right: 10px;
  vertical-align: middle;
  display: inline;
}
.pankuzu_other li + li::before {
  display: inline-block;
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  margin: 0 10px 0 0;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  vertical-align: 0.2em;
}
.pankuzu_other li a {
  color: #333333;
}
.pankuzu_other li a.home {
  vertical-align: -0.3em;
}

.contents-copy {
  margin: 0 0 60px;
}

/*ぺージャー*/
.pagenation {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 30px 0;
  border-top: 1px solid #9fa0a0;
}
.pagenation a {
  text-decoration: none;
}
@media all and (min-width: 981px) {
  .pagenation a:hover {
    opacity: 0.6;
  }
}
.pagenation .page-next {
  padding: 5px 15px;
  text-align: center;
}
.pagenation ul {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
.pagenation li + li {
  padding: 10px;
  color: #5b5a5a;
}
.pagenation li span {
  border-top: 1px solid #000;
  display: inline-block;
  margin: -1px 0 0 0;
  padding: 10px;
}

.pager {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 980px) {
  .pager {
    margin-bottom: 40px;
  }
}

/*プルダウンメニュー*/
.pulldown {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}
.pulldown label {
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 10px;
  border: solid 1px #9fa0a0;
  cursor: pointer;
}
.pulldown input {
  display: none;
  margin: 0;
}
.pulldown .archive-list {
  display: block;
  width: 100%;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  transition: 0.2s all ease-out;
}
.pulldown .archive-list ul {
  position: relative;
  border: solid 1px #9fa0a0;
  border-bottom: 0;
  width: 100%;
  top: -15px;
  margin: 0;
  padding: 0;
}
.pulldown .archive-list li {
  border-bottom: solid 1px #9fa0a0;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px 10px;
  width: 100%;
}
.pulldown .archive-list li a {
  display: block;
  color: #333333;
  width: 100%;
  height: 100%;
}
.pulldown input:checked ~ .archive-list {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  transition: 0.2s all ease-out;
}

.instagram-logo {
  margin-top: -150px;
  margin-left: 3px;
}
@media all and (max-width: 980px) {
  .instagram-logo {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
.instagram-logo .fa-instagram {
  font-size: 40px;
  font-size: 4rem;
}

strong {
  font-family: "ゴシックMB101 B", "Gothic MB101 Bold", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/******************
  header
******************/
.header {
  position: fixed;
  font-family: "見出ゴMB31", "Midashi Go MB31", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  float: left;
  width: 170px;
  z-index: 10000;
  height: 100vh;
  background: #fff;
  /**********************************
    .navi-btn{
      @include media(pc) {
        position: absolute;
        text-align: right;
        top: 85px;
        right: 0;
        .button-basic{
  		min-width: 260px;
          background-color: #fff;
        }
      }
      @include media(tb) {
        position: relative;
        top: -14%;
        li{
          position: relative;
          @include f-size(14);
        }
        a{
          display: block;
          height: 37px;
          line-height: 37px;
          margin: 0 60px 0;
          position: relative;
          color: #fff;
          border: 1px solid #fff;
        }
      }
    }
  **************************************/
}
@media all and (min-width: 981px) {
  .header {
    border-right: 1px dotted #492a02;
  }
}
@media all and (max-width: 980px) {
  .header {
    width: 100%;
    float: none;
    height: 80px;
    left: 0;
    margin: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
@media all and (max-width: 620px) {
  .header {
    height: 80px;
    padding: 0;
  }
}
.header .mainvisual-navi {
  position: relative;
  width: 100%;
  margin: auto;
  z-index: 1;
  max-width: 980px;
}
@media all and (min-width: 981px) {
  .header h1 {
    border-bottom: 1px dotted #492a02;
    padding: 15px 0;
    text-align: center;
  }
}
@media all and (max-width: 980px) {
  .header h1 {
    position: absolute;
    left: 20px;
    top: 30px;
    width: 115px;
    height: 120px;
    background: #fff;
    z-index: -1;
  }
}
@media all and (max-width: 980px) and (max-width: 620px) {
  .header h1 {
    width: 100px;
    height: 100px;
    top: 20px;
  }
}
.header h1 img {
  width: 75px;
  margin: 20px;
}
@media all and (max-width: 620px) {
  .header h1 img {
    width: 60px;
    margin: 19px;
  }
}
.header .navi {
  z-index: 8000;
}
@media all and (min-width: 981px) {
  .header .navi {
    display: block !important;
  }
}
@media all and (max-width: 980px) {
  .header .navi {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    left: 0;
  }
}
.header .navi .crr {
  opacity: 0.6;
}
@media all and (max-width: 980px) {
  .header ul {
    display: block;
    position: relative;
    top: 80px;
  }
}
.header li {
  list-style-type: none;
}
@media all and (max-width: 980px) {
  .header li {
    position: relative;
    padding: 0;
  }
}
.header li li:last-child {
  border-bottom: none;
}
@media all and (max-width: 980px) {
  .header .navi-list-main {
    border-top: 1px dotted #492a02;
  }
}
.header .navi-list-main a {
  color: #492a02;
  display: inline-block;
  width: 100%;
  padding: 6.5px 20px;
  border-bottom: 1px dotted #492a02;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 980px) {
  .header .navi-list-main a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header .navi-list-main span {
  font-size: 10px;
  font-size: 1rem;
  color: #2b660e;
  margin: 0 5px 0 0;
  letter-spacing: 0px;
}
@media all and (max-width: 980px) {
  .header .navi-list-main span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.header .navi-list-sub {
  margin: 8px 0 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.header .navi-list-sub a {
  color: #492a02;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  width: 100%;
  margin: 1px;
  padding: 0 0 0 20px;
  height: 18px;
}
@media all and (max-width: 980px) {
  .header .navi-list-sub a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub {
    height: 180px;
  }
}
@media all and (max-width: 620px) {
  .header .navi-list-sub {
    height: 200px;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub .access_btn {
    float: left;
    width: 45%;
    text-align: center;
    margin-left: 20px;
    background-color: #492a02;
    position: relative;
    height: 40px;
    top: 20px;
  }
  .header .navi-list-sub .access_btn a {
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
  }
}
@media all and (max-width: 620px) {
  .header .navi-list-sub .access_btn {
    float: none;
    width: auto;
    margin: 0 20px 10px;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub .contact_btn {
    float: right;
    width: 45%;
    text-align: center;
    margin-right: 20px;
    background-color: #492a02;
    position: relative;
    height: 40px;
    top: 20px;
  }
  .header .navi-list-sub .contact_btn a {
    display: block;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 0;
  }
}
@media all and (max-width: 620px) {
  .header .navi-list-sub .contact_btn {
    float: none;
    width: auto;
    margin: 0 20px 150px;
  }
}
.header .navi-list-sub .fb {
  height: auto;
}
@media all and (min-width: 981px) {
  .header .navi-list-sub .fb {
    width: 95px;
    heigth: auto;
    margin-top: 1px;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub .fb {
    position: absolute;
    width: 100px;
    heigth: auto;
    list-style: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 140px;
  }
}
@media all and (max-width: 620px) {
  .header .navi-list-sub .fb {
    top: 190px;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub .sainokuni_btn a {
    display: block;
    width: 100%;
    height: auto;
    padding: 7px 0 0px 20px;
  }
  .header .navi-list-sub .sainokuni_btn a::before {
    display: inline-block;
    content: "・";
  }
  .header .navi-list-sub .sainokuni_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-135deg);
    transition: 0.3s;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sub .company_btn a {
    display: block;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #aaaaaa;
    padding: 5px 0 5px 20px;
  }
  .header .navi-list-sub .company_btn a::before {
    display: inline-block;
    content: "・";
  }
  .header .navi-list-sub .company_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    transform: rotate(-135deg);
    transition: 0.3s;
  }
}
@media all and (min-width: 981px) {
  .header .navi-list-sns {
    position: absolute;
    left: 13px;
  }
}
@media all and (max-width: 980px) {
  .header .navi-list-sns {
    margin: 0 auto;
    width: 85px;
  }
}
.header .navi-list-sns li {
  display: inline-block;
  padding: 10px 7px;
}
.header .navi-list-sns img {
  width: 25px !important;
  height: 25px;
  vertical-align: bottom;
}

@media all and (max-width: 980px) {
  .others {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #cccccc;
  }
  .others h1 {
    width: 0;
    height: 0;
    top: 15px;
  }
  .others img {
    width: 50px !important;
    margin: 0 !important;
  }
}

@media all and (max-width: 980px) {
  .global-top .header {
    background-color: rgba(0, 0, 0, 0);
  }
}
@media all and (max-width: 980px) {
  .global-top .header.transform {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid #cccccc;
  }
  .global-top .header.transform h1 {
    width: 0;
    height: 0;
    top: 15px;
  }
  .global-top .header.transform img {
    width: 50px;
    margin: 0;
    transition: 0.2s;
  }
}

/*スマホメニュー*/
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: 0.2s 0s ease-out;
  box-sizing: border-box;
}

.open {
  color: #fff;
}

.menu-trigger {
  z-index: 1000;
  display: none;
}
@media all and (max-width: 980px) {
  .menu-trigger {
    display: block;
    position: absolute;
    top: 11px;
    right: -9px;
    width: 60px;
    height: 30px;
    z-index: 1000;
  }
}
.menu-trigger span:not(.label) {
  position: absolute;
  right: 0;
  left: 15px;
  width: 30px;
  height: 2px;
  background-color: #333;
}
.menu-trigger .label {
  display: block;
  color: #333;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0;
  position: absolute;
  top: 10px;
  left: 15px;
  opacity: 1;
}
.menu-trigger.open span:not(.label) {
  background: #333;
}
.menu-trigger.open::before, .menu-trigger.open::after {
  opacity: 0;
}
.menu-trigger.open .label {
  opacity: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger span:nth-of-type(3) {
  top: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

.menu-trigger.inactive span:nth-of-type(1) {
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out;
}

.menu-trigger.inactive span:nth-of-type(2) {
  opacity: 1;
  transition: 0.2s 0s ease-out;
}

.menu-trigger.inactive span:nth-of-type(3) {
  transform: translateY(0px) rotate(0deg);
  transition: 0.2s 0s ease-out;
}

@media all and (max-width: 980px) {
  .trigger-back {
    width: 42px;
    height: 42px;
    position: absolute;
    right: 20px;
    top: 20px;
  }
}

.footer {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: absolute;
  bottom: 0;
  padding: 0;
  width: 100%;
  height: 0;
}
@media all and (max-width: 980px) {
  .footer {
    height: 400px;
  }
}
@media all and (max-width: 620px) {
  .footer {
    height: auto;
  }
}

.footer-navi {
  text-align: center;
  color: #492a02;
}
@media all and (max-width: 980px) {
  .footer-navi {
    width: 100%;
  }
}
@media all and (max-width: 620px) {
  .footer-navi {
    margin: 0 0 20px 0;
  }
}
.footer-navi dt {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 60px 0 10px;
}
.footer-navi dd {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}
.footer-navi .info {
  font-size: 12px;
  font-size: 1.2rem;
}

address {
  font-style: normal;
}
@media all and (max-width: 980px) {
  address {
    text-align: center;
  }
}

.address-data {
  margin-bottom: 10px;
}

.sub-list {
  display: flex;
  border-top: 1px solid #a9a9a9;
  margin: 0 -20px;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  font-size: 1.2rem;
}
.sub-list .company {
  margin-right: 40px;
}

.footer-contact {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
}
@media all and (max-width: 980px) {
  .footer-contact {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 100px -20px 0;
  }
}
@media all and (max-width: 620px) {
  .footer-contact {
    margin: 0 -20px 0;
  }
}
.footer-contact li {
  width: 50%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  position: relative;
}
.footer-contact li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 0;
  color: #fff;
  background: url(/img/index/btn.png) 0 0;
}
@media all and (max-width: 620px) {
  .footer-contact li a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 20px 0;
  }
}
.footer-contact .footer-contact-tel {
  margin-right: 1px;
  background: url(/img/index/btn.png) 0 0;
  letter-spacing: 0.2em;
}

.footer-logo {
  width: 70px;
}

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

.footer-con {
  position: fixed;
  transition: 0.3s;
  bottom: 0;
  text-align: center;
  color: #fff;
  display: flex;
  width: 100%;
  margin: 0 auto;
  background: url(/img/index/btn.png) 0 0;
  z-index: 1;
  height: 50px;
}
@media all and (min-width: 981px) {
  .footer-con {
    display: none;
  }
}
.footer-con li {
  width: 50%;
  font-size: 12px;
  font-size: 1.2rem;
}
@media all and (max-width: 620px) {
  .footer-con li {
    font-size: 10px;
    font-size: 1rem;
  }
}
.footer-con li a {
  color: #fff;
  display: block;
  padding: 15px;
}
@media all and (max-width: 620px) {
  .footer-con li a {
    padding: 13px;
    line-height: 1.3;
  }
}
.footer-con li .tel-link {
  color: #fff;
  display: block;
  padding: 15px;
}
.footer-con li .tel-link a {
  padding: 0;
}
.footer-con li br {
  display: none;
}
@media all and (max-width: 620px) {
  .footer-con li br {
    display: none;
  }
}

.footer-con.hide {
  transform: translateY(100%);
}

.mo {
  border-top: 1px solid #000;
}
@media all and (max-width: 620px) {
  .mo {
    margin-bottom: 100px;
  }
}