html {
  min-width: 1000px; /* viewport */
}
/*----------pick up---------*/
.pickup-page {
  margin-top: 50px;
  margin-bottom: 40px;
  display: block;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.pickup-page .post {display: flex}
.pickup-page p:nth-child(1) {
  padding-right: 10px;
  float: none !important;
}
.pickup-page p:nth-child(2) {
  padding-left: 10px;
  float: none !important;
}
.pickup-page h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 35px;
  display: block;
  width: 100%;
}
.pickup-page ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.pickup-page li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.pickup-page li:last-child {
  margin-right: 0;
}
@media (max-width: 1100px) and (min-width: 769px) {
  .pickup-page ul {
    width: 1000px;
  }
  .pickup-page li img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .pickup-page ul {
    width: auto;
    padding: 0 2%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .pickup-page li {
    margin-right: 2%;
    margin-bottom: 2%;
    width: 49%;
  }
  .pickup-page {
    flex-direction: column;
  }
  .pickup-page li:nth-child(2n) {
    margin-right: 0;
  }
  .pickup-page li img {
    width: 100%;
  }
  .pickup-page p:nth-child(1) {
    padding-right: 0px;
    margin-bottom: 20px;
    padding: 0 2%;
  }
  .pickup-page p:nth-child(2) {
    padding-left: 0px;
    padding: 0 2%;
  }
  .pickup-page .sub-cat .row-slider {
    padding: 0 10px 20px;
  }
}

/*----------popup---------*/
#instafeed2 {
  text-align: center;
  padding-bottom: 2%;
}
#instafeed2 li {
  display: inline;
}
#instafeed2 li + li {
  margin-left: 10px;
}
#instafeed2 li img {
  margin-bottom: 10px;
}
#close-window {
  cursor: pointer;
}
#popup-style {
  padding: 5% 0;
}
#popup-style .close {
  text-align: center;
}
#popup-style .sec_ct {
  display: block;
}
#popup-style #button-popup {
  display: none;
}
#popup-style #popup {
  box-shadow: none;
}
#cboxClose {
  background: url(../img/shared/popup-close.png) no-repeat center top;
  width: 36px;
  height: 36px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
  text-indent: -9999px;
  position: absolute;
}
#cboxContent {
  background: none;
  overflow: inherit !important;
}
#cboxOverlay {
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 98;
  top: 0;
  left: 0;
  overflow: hidden;
}
#cboxLoadedContent {
  overflow: inherit !important;
}
.sec_ct {
  display: none;
}
#button-popup-sp {
  right: 0%;
  position: absolute;
  top: -108px;
  width: 90px;
  z-index: 9;
}
#popup #instafeed {
  width: 467px;
}
#popup #instafeed li {
  display: inline;
  max-width: 102px;
  margin-left: 6px;
  padding-bottom: 6px;
}
#popup #instafeed li:nth-child(4) {
  margin-left: 114px;
}
#popup #instafeed li a img {
  margin-bottom: 6px;
  max-width: 102px;
}
#popup {
  background: url(../img/shared/popup-bg.jpg) repeat center top;
  color: #fff;
  padding-bottom: 5%;
  border: 1px solid #323232;
  max-width: 860px;
  margin: auto;
  z-index: 99;
  position: relative;
  box-shadow: 0px 0px 8.4px 12.6px rgba(0, 0, 0, 0.8);
}
#popup .info {
  position: relative;
  background: url(../img/shared/popub-bg.png) no-repeat center top;
  padding-bottom: 10%;
  padding-top: 10%;
}
#popup .info .link {
  padding-left: 48%;
  width: 42%;
}
#popup #instagram {
  padding-top: 5%;
  padding-left: 45%;
  height: 200px;
}
#popup .menu {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid #77634e;
}
#popup .row {
  padding: 4% 0;
  position: relative;
}
#popup .row + .row {
  border-top: 1px dotted #77634e;
}
#popup .menu li {
  float: left;
}
#popup .txt {
  padding-left: 14%;
}
#popup .qr {
  max-width: 40%; /*140px*/
  position: absolute;
  right: 1%; /*4%*/
  top: 8%;
}
#popup .menu ul {
  padding-left: 14%;
  padding-top: 3%;
  width: 100%;
}
#popup .list {
  width: 48%;
}
#popup .list:first-child {
  float: left;
}
#popup .list:last-child {
  float: right;
}
#popup .row:before {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  content: '';
}
#popup .stt2 .txt {
  padding-bottom: 4em;
}
#popup .stt1,
#popup .stt3 {
  min-height: 6em;
}
#popup .stt1:before {
  background: url(../img/shared/stt1.png) no-repeat center top/100%;
}
#popup .stt2:before {
  background: url(../img/shared/stt2.png) no-repeat center top/100%;
}
#popup .stt3:before {
  background: url(../img/shared/stt3.png) no-repeat center top/100%;
}
#popup .stt4:before {
  background: url(../img/shared/stt4.png) no-repeat center top/100%;
}
#popup .button {
  text-align: center;
  padding: 5% 0;
  max-width: 380px;
  margin: auto;
}
#btn_home {
  position: absolute;
  top: 30px;
  left: 10px;
  z-index: 1000;
}
#btn_home a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #40342a;
  padding: 0px 20px 0px 20px;
  letter-spacing: 2px;
  position: relative;
  font-size: 90%;
}
#btn_home a:hover {
  background-color: #0b0c13;
}
#btn_home a:after {
  content: '>';
  position: absolute;
  top: 0px;
  right: 5px;
  transform: scale(0.8, 1);
}
.interview_btn {
  position: fixed;
  right: -3px;
  bottom: 93px;
  width: 30vw;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  .interview_btn {
    position: fixed;
    right: 0;
    bottom: 120px;
    width: 200px;
    z-index: 1;
  }
  .off-popup {
    position: fixed;
    right: 0;
    top: 15px;
    max-width: 50px;
    z-index: 9;
    display: block;
    cursor: pointer;
    display: none;
  }
  .off-popup.small {
    display: block;
  }
  .off-popup.active {
    display: none;
  }
  .on-popup {
    position: fixed;
    right: 0;
    top: 15px;
    max-width: 130px;
    z-index: 9;
    display: block;
    transition: all ease 0.3s;
    cursor: pointer;
  }
  .on-popup.small {
    right: -150px;
  }
  .on-popup.active {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #popup {
    max-width: 94% !important;
  }
  #colorbox {
    left: 0 !important;
    width: 100% !important;
  }
  #cboxWrapper {
    width: 100% !important;
    height: 100% !important;
  }
  #cboxContent {
    width: 100% !important;
    top: 0;
    position: absolute;
  }
  #cboxLoadedContent {
    width: 100% !important;
  }
  #popup .info .link {
    width: 80%;
    margin: auto;
    padding-left: 0;
    padding-top: 20%;
  }
  #popup .info .link li:last-child {
    width: 70%;
    float: right;
  }
  #popup #instafeed li:nth-child(4) {
    margin-left: 100px;
  }
  #popup #instagram {
    padding-left: 0;
    width: 80%;
    margin: auto;
  }
  #popup .menu li {
    float: left;
    width: 90px;
  }
  #popup .info {
    background: url(../img/shared/popub-bg.png) no-repeat center top/100%;
  }
  #popup .qr {
    top: 8%;
    right: 0;
    max-width: 63px;
  }
  #popup .stt2 .txt {
    padding-bottom: 6em;
    line-height: 20px;
  }
  #button-popup-sp {
    display: block;
  }
  #button-popup {
    display: none;
  }
  #popup #instafeed {
    margin: 0 auto;
  }
  #popup .txt {
    padding-left: 18%;
    font-size: 13px;
  }
  .off-popup {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  #popup .list {
    width: 100%;
    text-align: center;
  }
  #popup .txt {
    padding-left: 0;
  }
  #popup .menu ul {
    padding-left: 0;
    width: 180px;
    margin: auto;
  }
  #popup .qr {
    top: inherit;
    right: inherit;
    max-width: 74px;
    position: inherit;
    margin: auto;
  }
  #popup .stt2 .txt {
    padding-bottom: 0;
  }
  .row {
    border-top: 1px dotted #77634e;
  }
  .list:first-child .row {
    border: none;
  }
  #popup .row:before {
    top: 34%;
  }
  #popup .stt1,
  #popup .stt3 {
    min-height: inherit;
  }
  #popup #instafeed li a img {
    max-width: 90px;
  }
  #popup #instafeed {
    width: 390px;
  }
  #popup .info {
    padding-bottom: 0;
  }
  #popup .button {
    width: 70%;
  }
  #popup .info {
    background: url(../img/shared/popup-info.png) no-repeat center top/100%;
    padding-top: 34%;
  }
}
@media screen and (max-width: 460px) {
  #popup .row:before {
    width: 20px;
  }
  #popup #instafeed {
    width: 316px;
  }
  #popup #instafeed li a img {
    max-width: 70px;
  }
  #popup #instafeed li:nth-child(4) {
    margin-left: 80px;
  }
}

/*----------end popup---------*/

/*=============================================
 * body
 *=============================================*/

body {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.025em;
  font-weight: 400;
  background: url('../img/shared/bg.jpg') repeat center top;
  min-width: inherit;
  max-height: 100%;
  color: #fff;
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3',
    'Hiragino Mincho ProN', 'HG明朝E', 'メイリオ', Meiryo, 'ＭＳ Ｐ明朝',
    'ＭＳ 明朝', serif;
}
.fnt-meiryo {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif;
}
.fnt-gothic {
  font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro',
    'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック',
    'MS PGothic', sans-serif;
}

/*=============================================
 * #wrapper
 *=============================================*/
#wrapper {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
.unwrap {
  margin-left: -2%;
  margin-right: -2%;
}
.txt_brown {
  color: #d7a255;
}
.txt_color {
  color: #ac8348;
}
.d-flex {
  display: flex;
}
#thanks {
  padding: 80px 0 80px;
  text-align: center;
}
#thanks p {
  margin-top: 20px;
  font-size: 16px;
}
/*  Breadcrumb */
.breadcrumb-page {
  padding: 28px 0;
  list-style: none;
  overflow: hidden;
}
.breadcrumb-page li {
  padding: 0 12px 0 20px;
  position: relative;
  display: block;
  float: left;
}
.breadcrumb-page li:first-child {
  padding-left: 0;
}
.breadcrumb-page li:after,
.breadcrumb-page li:before {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid rgba(0, 0, 0, 0);
  border-bottom: 6px solid rgba(0, 0, 0, 0);
  border-left: 6px solid #17191d;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 100%;
}
.breadcrumb-page li a {
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.breadcrumb-page li a img {
  margin-right: 5px;
}
.breadcrumb-page li:after {
  z-index: 2;
}
.breadcrumb-page li:before {
  border-left-color: #ececec;
  margin-left: 1px;
  z-index: 1;
}
.breadcrumb-page li:last-of-type::before,
.breadcrumb-page li:last-of-type::after {
  display: none;
}

/*=============================================
 * header
 *=============================================*/
#header {
  background: url('../img/shared/bg-head.png') repeat-x center bottom;
  position: relative;
  height: 840px;
  overflow: hidden;
}
#header .wrap {
  z-index: 0;
}
#header h1,
#header title
 {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  width: 96%;
  z-index: 1;
  padding: 0 10px;
  display: block;
}
#header .logo {
  position: absolute;
  top: 111px;
  left: 50%;
  margin-left: -174px;
  z-index: 1;
}
#header .info-head {
  text-align: center;
  position: absolute;
  top: 361px;
  left: 50%;
  width: 580px;
  margin-left: -290px;
  z-index: 2;
}
#header .info-head .head_btn {
  margin-bottom: 29px;
  float: left;
}
#header .info-head .head_btn:nth-child(2n) {
  margin-left: 40px;
}
#header .info-head .ttl {
  position: relative;
  top: -5px;
}
#header .info-head .search {
  margin-top: 41px;
}
#header > .wrap {
  z-index: unset;
}
#header .search-box {
  margin: auto;
  width: 100%;
  max-width: 688px;
  position: absolute;
  top: 413px;
  left: 50%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.58);
  padding: 48px 32px 33px 31px;
  box-sizing: border-box;
  margin-left: -344px;
}
/*#header .search-box > * {
	margin: 30px 0;
}*/
#header .search-row {
  position: relative;
  display: table;
  width: 100%;
}
#header .search-col {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 123px);
}
#header .search-col input.search-input {
  line-height: 42px;
  padding-left: 58px;
  background-image: url(../img/shared/icon_search.png);
  background-repeat: no-repeat;
  background-position: center left 20px;
  border-radius: 5px;
  color: #000;
}
#header .powered {
  text-align: right;
  margin-top: 11px;
}
#header .suggest {
  background-color: #fff;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.35);
  padding: 20px 12px 8px;
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  display: none;
  overflow: scroll;
  height: 190px;
}
#header .suggest.show {
  display: block;
}
#header .suggest li {
  width: 95%;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
  font-size: 13px;
  letter-spacing: 0.025em;
  margin: 0 5px 12px 5px;
  cursor: pointer;
  color: #0b0c13;
}
#header .suggest li:hover {
  background: #eeeeee;
  border-radius: 28px;
}
#header .suggest li:focus {
  background: #eeeeee;
  border-radius: 28px;
}
#header .search-col input {
  padding: 10px;
  background-color: #efefef;
  background-repeat: no-repeat;
  background-position: 97.5% center;
  width: 100%;
  border: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header .search-col input:focus {
  box-shadow: 0 0 5px #fefefe, 0 0 5px 1px #df892a;
  -moz-box-shadow: 0 0 5px #fefefe, 0 0 5px 1px #df892a;
  -webkit-box-shadow: 0 0 5px #fefefe, 0 0 5px 1px #df892a;
}
#header .search-col input.search-loading {
  cursor: wait;
  background-image: url(../img/shared/search-loading.gif);
}
#header .search-block {
  color: #000;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header .search-block.search-error {
  color: #f44336;
  text-shadow: 1px 1px 1px #fefefe;
  background: #ffebee;
  box-shadow: 0 0 3px 1px #fefefe, 0 0 1px 2px #909090,
    inset 0 0 3px 1px #f44336, inset 0 0 1px 2px #fefefe;
  -moz-box-shadow: 0 0 3px 1px #fefefe, 0 0 1px 2px #909090,
    inset 0 0 3px 1px #f44336, inset 0 0 1px 2px #fefefe;
  -webkit-box-shadow: 0 0 3px 1px #fefefe, 0 0 1px 2px #909090,
    inset 0 0 3px 1px #f44336, inset 0 0 1px 2px #fefefe;
}
#header .search-caption {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
#header .search-block.search-loading .search-caption {
  cursor: wait;
}
#header .search-block.search-loading .search-caption:before {
  content: '';
  margin: auto;
  background: url(../img/shared/search-loading.gif) no-repeat center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 0;
  z-index: 1;
}
#header .search-block.search-error .search-caption {
  cursor: not-allowed;
}
#header .search-name {
  padding: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header .search-block.search-loaded:not(.search-loading) .search-name:hover {
  color: #ce9a51;
}
#header .search-icon {
  margin: auto;
  color: transparent;
  border-top: 7px solid #482b09;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  transition: color 0.3s ease, background 0.3s ease;
  -moz-transition: color 0.3s ease, background 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease;
  overflow: hidden;
}
#header .search-caption.selected .search-icon {
  color: #f00;
  font-weight: 600;
  font-family: sans-serif;
  line-height: 20px;
  text-align: center;
  border: none;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#header .search-caption.selected .search-icon:hover {
  color: #fff;
  background: #f00;
}
#header .search-list {
  opacity: 0;
  margin: auto;
  background: #fff;
  max-height: 320px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12),
    0 1px 2px rgba(0, 0, 0, 0.24);
  transform: scaleY(0.5) translateY(-75%);
  -moz-transform: scaleY(0.5) translateY(-75%);
  -webkit-transform: scaleY(0.5) translateY(-75%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; /*
		transition: all .3s ease;
		-moz-transition: all .3s ease;
		-webkit-transition: all .3s ease;
		*/
  visibility: hidden;
  overflow: hidden;
  overflow-y: auto;
  z-index: 1;
}
#header .search-caption.active ~ .search-list {
  opacity: 1;
  transform: scaleY(1) translateY(1px);
  -moz-transform: scaleY(1) translateY(1px);
  -webkit-transform: scaleY(1) translateY(1px);
  visibility: visible;
}
#header .search-range {
  padding: 20px 15px;
  font-family: sans-serif;
  left: -30px;
  right: -30px;
}
#header .search-list ul {
}
#header .search-list li {
  cursor: pointer;
  padding: 5px 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header .search-block[data='area'] li {
  font-weight: 600;
}
#header .search-list li:nth-of-type(even) {
  background: #f9f9f9;
}
#header .search-list li.sub {
  padding: 0;
  background: #f0f0f0;
}
#header .search-list li.sub li {
  padding-left: 30px;
  color: #1a2840;
  font-weight: normal;
  position: relative;
}
#header .search-list li.sub li.active {
  color: #f44336;
}
#header .search-list li:not(.sub):hover {
  background: #efefef;
}
#header .search-list li.sub li:hover {
  background: #efefef;
}
#header .search-list li.sub li:nth-of-type(even):hover {
  background: #f9f9f9;
}
#header .search-list li.sub li:before {
  content: '';
  margin: auto;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#header .search-list li.sub li:hover:before {
  background: #d7a155;
}
#header .search-list li.sub li.active:before {
  background: #f44336;
}
#header .search-list li.active {
  color: #f44336;
  background: #fff5f5;
}
#header .search-submit {
  display: table-cell;
  text-align: center;
  width: 123px;
}
#header .search-button {
  cursor: pointer;
  display: inline-block;
}
#header .search-button.search-loading {
  cursor: wait;
}
#header .search-button.search-loading img {
  cursor: wait !important;
  opacity: 1 !important;
}
#search-result {
  padding: 43px 0 88px;
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif;
}
#search-result a {
  color: #fff;
}
#search-result.active {
  display: block;
}
#search-result .s-hide {
  display: none !important;
}
#search-result .breadcrumb {
  margin-top: 27px;
  text-align: center;
}
#search-result .breadcrumb li {
  display: inline-block;
  color: #f39700;
  line-height: 30px;
}
#search-result .breadcrumb li + li:before {
  content: '/';
  display: inline-block;
  margin-left: 10px;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
}
#search-result .breadcrumb strong {
  color: #fff;
}
#search-result .breadcrumb strong:before {
  content: '\FF1E';
  display: inline-block;
  margin-right: 5px;
  font-weight: normal;
}
#search-result .total {
  margin-top: 35px;
  padding-bottom: 3px;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.1em;
}
#search-result .total > * {
  display: inline-block;
  border-bottom: 2px solid #fff;
}
#search-result .total strong {
  font-size: 35px;
  font-weight: 600;
}
#search-result .pagination {
  margin: 62px 0 32px;
  text-align: center;
}
#search-result .pagination ~ .pagination {
  margin: 66px 0 0;
}
#search-result .pagination ul {
}
#search-result .pagination li {
  display: inline-block;
}
#search-result .pagination li > * {
  cursor: pointer;
  display: block;
  margin: 0 5px;
  padding: 0 10px;
  color: #9f9f9f;
  line-height: 25px;
  text-decoration: none;
  background: #292929;
  height: 25px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#search-result .pagination li > *:hover,
#search-result .pagination li > *.prev,
#search-result .pagination li > *.next,
#search-result .pagination li > *.current {
  color: #dbd4cc;
  background: #39291a;
}
#search-result .pagination li.disabled > * {
  cursor: not-allowed;
  color: #333;
  background: #111;
}
#search-result .pagination li > *.ellipse {
  margin: 0;
  padding: 0;
  background: none;
}
#search-result .recommend {
  background: #1b1b1b;
}
#search-result .recommend > .name {
  padding: 20px;
  color: #987444;
  font-size: 175%;
  font-weight: 600;
  border-bottom: 1px dashed #333;
}
#search-result .recommend > .row {
  border-bottom: none;
}
#search-result .recommend > .row + .row {
  /* border-top: 1px solid #858689; */
}
#search-result .row {
  margin: auto;
  padding: 0 42px;
  width: 856px; /* border-bottom: 1px solid #858689; */
}
#search-result .row + .row {
}
#search-result .row .rowImg {
  float: left;
  width: 181px;
}
#search-result .row .rowImg img {
  width: auto;
  height: auto;
  max-width: 181px;
  max-height: 181px;
}
#search-result .row .fr {
  float: right;
  width: 648px;
}
#search-result .row h3 {
  padding-top: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 24px;
}
#search-result .row table {
  margin-top: 21px;
  width: 100%;
  line-height: 30px;
}
#search-result .row table th {
  padding-left: 26px;
  text-align: left;
  width: 90px;
  position: relative;
}
#search-result .row table th.th1:before {
  content: url('../img/all/sec1_ico1.png');
  position: absolute;
  top: 4px;
  left: 0;
}
#search-result .row table th.th2:before {
  content: url('../img/all/sec1_ico2.png');
  position: absolute;
  top: 4px;
  left: 0;
}
#search-result .row table th.th3:before {
  content: url('../img/all/sec1_ico3.png');
  position: absolute;
  top: 4px;
  left: 0;
}
#search-result .row table th.th4:before {
  content: url('../img/all/sec1_ico4.png');
  position: absolute;
  top: 4px;
  left: 0;
}
#search-result .row table td {
  width: 474px;
  letter-spacing: 0.7px;
}
#search-result .no-result {
  margin: 1em auto;
  padding: 1em;
  color: #eb1b0d;
  font-size: 150%;
  font-weight: 600;
  border: 1px dashed #eb1b0d;
  width: 80%;
}
#nav {
  background: url('../img/shared/bg-nav.png') no-repeat center top;
  padding: 26px 0 14px;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#nav .nav {
}

/*=============================================
* key
*=============================================*/
#key {
  background: url('../img/index/key.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 1600px;
  height: 700px;
  position: relative;
  margin-left: -300px;
}
#key ul {
  min-height: inherit;
}
#key li {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*=============================================
* container
*=============================================*/
.box-shadow {
  -webkit-box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.36);
  -moz-box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.36);
  box-shadow: 5px 6px 18px 0px rgba(0, 0, 0, 0.36);
}
#feed .title {
  word-break: break-word;
}
.img-rss {
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  position: relative;
}
#feed.feed .item .img-rss:after {
  position: absolute;
  color: #fff;
  top: -7px;
  left: 0;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
}
#feed.feed .item:nth-child(1) .img-rss:after {
  background-color: #b17f17;
  content: '1';
}
#feed.feed .item:nth-child(2) .img-rss:after {
  background-color: #7e7a73;
  content: '2';
}
#feed.feed .item:nth-child(3) .img-rss:after {
  background-color: #8c5112;
  content: '3';
}
.img-rss:hover {
  opacity: 0.8;
}
.txt-center {
  text-align: center;
}
.copy {
  cursor: pointer;
}
.swiper-button-prev, .swiper-button-next {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 100%;
  border: none;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 24px;
  height: 35px;
  margin-top: -18px;
  z-index: 1;
  text-indent: -9999px;
  cursor: pointer;
}
.vacancy .swiper-button-next {
  background-image: url(../img/shared/slick-next.png);
  right: 5px;
  left: auto;
}
.vacancy .swiper-button-prev {
  background-image: url(../img/shared/slick-prev.png);
}
.box_style03 .swiper-button-next {
  background: url(../img/shared/slick-next.png) no-repeat center !important;
  right: 5px;
  left: auto;
}
.box_style03 .swiper-button-prev {
  background: url(../img/shared/slick-prev.png) no-repeat center !important;
}
.sub-cat .swiper-button-prev {
  background: url(../img/shared/slick-prev.png) no-repeat center !important;
  left: 0;
  width: 24px;
  height: 35px;
}
.sub-cat .swiper-button-next {
  background: url(../img/shared/slick-next.png) no-repeat center !important;
  right: 0;
  left: auto;
  width: 24px;
  height: 35px;
}
.swiper-pagination {
  /* Swiper overlays its pagination on the slide; the site has always shown the
     dots underneath, so it is taken back out of the absolute flow. */
  position: static;
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-bullet {
  background: #767676;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-bullet {
  opacity: 0;
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi.wp-pagenavi-first {
  margin-bottom: 52px;
}
.wp-pagenavi.wp-pagenavi-last {
  margin-top: 74px;
}
.wp-pagenavi span {
  vertical-align: top;
}
.wp-pagenavi a {
  background-color: #292929;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  margin-left: 10px;
  padding: 0px 10px;
  text-decoration: none;
  color: #9f9f9f !important;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #39291a;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0px 10px;
  margin-left: 10px;
  color: #dbd4cc;
}
.wp-pagenavi span:first-child,
.wp-pagenavi a:first-child {
  margin-left: 0px;
}

.wp-pagenavi .current,
.wp-pagenavi a.disabled {
  background-color: #39291a;
  cursor: not-allowed;
}

.wp-pagenavi .page.larger.disabled {
  background-color: unset;
}

.wp-pagenavi a .current:hover {
  background-color: #39291a;
}
/*=============================================
* error page
*=============================================*/
.error-page {
  padding: 1rem;
  background: #000000;
  color: #47494e;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: sans-serif;
  font-weight: 100!important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -48px;
}
.error-page .error {
  max-width: 450px;
}
.error-page .error .des {
  max-width: 220px;
  float: left;
  text-align: left;
}
.error-page .title {
  font-size: 1.7rem;
  margin-top: 15px;
  color: #d8a255;
  margin-bottom: 8px;
}
.error-page .content {
  color: #fff;
}
.error-page .description {
  color: #7f828b;
  line-height: 21px;
  margin-bottom: 10px;
}
.error-page a {
  color: #7f828b!important;
  text-decoration: none;
}

/*=============================================
* footer
*=============================================*/
div#footer {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴシックPro', 'ＭＳ ゴシック',
    'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic',
    sans-serif; /* background: url('../img/shared/bg-footer.png') repeat-x center top; */
  padding: 0 0 40px;
  width: 100%;
}
div#footer ul {
  border-bottom: 1px solid #141619;
  text-align: center;
  padding: 19px 0;
  margin-bottom: 25px;
}
div#footer ul li {
  display: inline;
  font-size: 11px;
  line-height: 26px;
  color: #d7a155;
}
div#footer ul li a {
  display: inline-block;
  font-size: 11px;
  line-height: 26px;
  color: #d7a155;
  padding: 0 5px;
  text-decoration: none;
  position: relative;
}
div#footer li a:link {
  text-decoration: none;
}
div#footer li a:hover {
  text-decoration: none;
  color: #d7a155;
}
div#footer ul li a:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 5px;
  right: 5px;
  border-bottom: 1px solid #d7a155;
  opacity: 0;
}
div#footer ul li:hover a:before {
  opacity: 1;
}
div#footer .box_footer {
  border: 1px solid #fff;
  padding: 9px 9px 9px 30px;
  width: 471px;
}
div#footer .box_footer p {
  font-size: 13px;
  line-height: 26px;
}
div#footer .txt_footer {
  font-size: 13px;
  line-height: 26px;
  margin-top: 30px;
  width: 420px;
}
div#footer .footer_l {
  margin-right: 50px;
}
div#footer .footer_r h5 {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}
div#footer .footer_r p {
  margin-bottom: 10px;
}
div#footer .btn-footer {
  overflow: auto;
}
div#footer .btn-footer p {
  width: 50%;
  float: left;
  text-align: center;
}

/*=============================================
* copyright
*=============================================*/
address {
  font-size: 12px;
  margin-top: 85px;
  text-align: center;
}
a:visited,
a:active {
  color: #d8a255;
  /*text-decoration: underline;*/
}
a:link {
  transition: all ease 0.3s;
  color: #d8a255;
  /*text-decoration: underline;*/
}
a:hover {
  /*color: #897800;*/
  opacity: 0.8;
  text-decoration: underline;
}

/*=============================================
* BxSlider
*=============================================*/
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}
.bx-wrapper .bx-pager a {
  border: 1px solid #a75430;
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager a.active,
.bx-wrapper .bx-pager a:focus,
.bx-wrapper .bx-pager a:hover {
  background: #000;
}
.area_col h2 {
  background: url(../img/members/area_h2_bg.png) no-repeat center 0;
  height: 100px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 1px;
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'ＭＳ Ｐ明朝',
    'MS PMincho', serif;
  padding: 26px 0 0 30px;
}
.footer_both {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .nonePc {
    display: none;
  }
  #navFix {
    display: none;
  }
  #humburger {
    display: none;
  }
  div#footer .btn-footer {
    display: none;
  }
  .window {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #header {
    height: 628px;
    overflow: initial;
    z-index: 4;
  }
  html {
    min-width: auto;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .wrap {
    width: auto;
    padding: 0 4%;
  }
  .fl,
  .fr {
    float: none;
  }
  .d-flex {
    flex-wrap: wrap;
  }
  .noneSp {
    display: none !important;
  }
  #nav {
    display: none !important;
  }
  #header .logo {
    top: 115px;
    left: 10%;
    width: 80%;
    margin-left: 0;
    text-align: center;
  }
  #header h1,
  #header title
  {
    transform: none;
    width: 75%;
    left: 4%;
    top: 15px;
    text-align: center;
    display: block;
  }
  #header .wrap {
    height: 100%;
  }
  #header #key {
    width: auto;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: -4.5%;
    margin-right: -4.5%;
  }
  #header .info-head {
    left: 0;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
  #header .info-head .head_btn {
    margin-bottom: 20px;
    margin-left: 0 !important;
    float: none;
  }
  #header .info-head .ttl {
    position: relative;
    top: 0;
    padding: 0 2%;
  }
  #header .search-box {
    width: 92%;
    top: 350px;
    left: 0;
    margin-left: 4%;
    margin-right: 4%;
    padding: 20px 15px 20px 15px;
  }
  #header .search-box .search-row:first-child .search-col + .search-col {
    margin: 0 3%;
  }
  #header .search-col {
    display: block;
    width: auto !important;
  }
  #header .search-row:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
  }
  #header .search-row:nth-child(3) {
    display: none;
  }
  #header .search-submit {
    margin-top: 0;
    width: 100px;
  }
  #header .search-col input.search-input {
    line-height: 30px;
    padding-left: 40px;
    background-position: center left 12px;
    background-size: 18px;
  }
  #header .suggest {
    width: 100%;
  }
  #pagetop {
    bottom: 200px;
    width: 60px;
    right: 4px;
  }
  div#footer {
    padding-bottom: 110px;
    padding-top: 30px;
  }
  div#footer ul {
    padding: 15px 0;
    margin-bottom: 20px;
  }
  div#footer .footer_r {
    text-align: center;
  }
  div#footer .footer_r img {
    width: 100%;
  }
  div#footer .footer_l,
  div#footer .footer_r {
    width: auto;
    margin: 0;
    float: none;
  }

  .footer_both {
    display: block;
  }
  div#footer .footer_r { margin: 0 18% 20px;}

  div#footer .footer_r p {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  div#footer .box_footer {
    width: auto;
    padding: 5px;
  }
  address {
    margin-top: 10px;
  }
  .img-rss span {
    padding-bottom: 100%;
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  #humburger {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  #humburger .navBtn {
    display: block;
    width: 34px;
    height: 36px;
    position: absolute;
    top: 3px;
    right: 1px;
    cursor: pointer;
    padding: 12px 13px 12px 13px;
    text-align: center;
    font-size: 11px;
    line-height: 27px;
    z-index: 1;
  }
  #humburger .navBtn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #humburger .navBtn span:nth-of-type(2),
  #humburger .navBtn span:nth-of-type(3) {
    margin-top: 6px;
  }
  .navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
  }
  .navOpen .navBtn span:nth-of-type(2) {
    margin-top: 6px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
  }
  .navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
  }
  #humburger .close_btn {
    width: 100%;
    height: auto;
    line-height: 40px;
    padding-top: 1px;
    cursor: pointer;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #000;
    z-index: 100;
  }
  #humburger .menu_toggle {
    display: none;
    position: fixed;
    width: 100% !important;
    top: 0px;
    right: 0;
    height: 100vh;
    overflow-y: auto;
    background-color: #121925;
    color: #999;
    padding-top: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #humburger .menu_toggle li {
    position: relative;
    padding: 3px 5px;
    border-bottom: 1px solid #fff;
    clear: both;
  }
  #humburger .menu_toggle a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
    padding: 15px 0 15px 10px;
  }
  #humburger .menu_toggle a span {
    font-size: 14px;
    margin-left: 5px;
    color: #d7a155;
  }
  #humburger .menu_toggle ul li a:after {
    content: '';
    position: absolute;
    right: 12px;
    top: 14px;
    width: 10px;
    height: 21px;
    background: url(../img/shared/arrow.png) no-repeat center center;
    background-size: cover;
  }
  #navFix {
    background-color: #121925;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    padding: 5px 0;
  }
  #navFix a {
    display: block;
    width: 25%;
    float: left;
  }
  #navFix a img {
    max-width: 90px;
  }
  #thanks {
    padding: 20px 0;
    text-align: center;
  }
  div#footer .txt_footer {
    width: 100%;
  }
  #search-result {
    padding: 20px 0;
  }
  #search-result .row {
    padding: 55px 0 20px;
    width: auto;
    position: relative;
  }
  #search-result .row .rowImg {
    width: 30%;
  }
  #search-result .row table {
    margin-top: 0;
    line-height: 24px;
  }
  #search-result .row .fr {
    width: 68%;
  }
  #search-result .row h3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #search-result .pagination {
    margin: 20px 0;
  }
  #search-result .pagination ~ .pagination {
    margin: 20px 0 0;
  }
  .wp-pagenavi.wp-pagenavi-first {
    margin-bottom: 30px;
  }
  .wp-pagenavi.wp-pagenavi-last {
    margin-top: 40px;
  }
  .wp-pagenavi a {
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .window {
    width: 90%;
  }
  .error-page{
		bottom: auto;
  	height: 628px;
    z-index: 4;
	}
}
.btn_map {
  cursor: pointer;
}
/* .vacancy .pimg {

} */

/* Swiper 14 injects an inline <svg class="swiper-navigation-icon"> into each
   navigation button, and older builds drew a glyph through ::after. The site
   supplies its own arrow images, so both are suppressed. */
.swiper-navigation-icon {
  display: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
}

/* Anti-spam decoy field: taken out of view without display:none, which some
   form-filling bots treat as a signal to skip. */
.form-guard {
  position: absolute !important;
  left: -9999px !important;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* The page heading stays in the DOM for search engines but is not painted.
   The rule it overrides (#header h1, around line 625) is inherited from the
   original theme and would draw a 12px caption above the logo, which the site
   no longer shows. */
#header h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
}
