@charset "utf-8";

/*
File Name   : layout.css
Description : 各ブロックのレイアウト
*/

/* PC Layout ******************************************************************************************* */

/* BASE
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap');
/*** structure ***/

body {
  color: #414141;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 62.5%;*/
  line-height: 1.7;
  /*overflow: hidden;*/
  min-width: 1060px;
  overflow: hidden;
}

body > div:first-child,
body > article,
body > footer,
body > header,
body > main {
  width: 100%;
  min-width: 320px;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*** hypertext ***/

a {
  color: #414141;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

a.over:hover,
a:hover img.over,
input.over:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

/*** pc-only / sp-only ***/

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/*** js event  !! .hoge { display: none; } & <div class="hoge no-js"></div> !! ***/

.no-js {
  display: block !important;
}

/* Header
----------------------------------------------------------- */

#header {
  /* background-color: #FCFBF7;
  border-bottom: 1px solid #BBBBBB; */
  position: relative;
  height: 150px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-inner {
  width: 1060px;
  height: 150px;
  position: relative;
  margin: 0 auto;
  padding: 15px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

#header {
  background: #fff;
}

.head-logo {
  position: absolute;
  top: 35px;
}

.head-logo img {
  width: 240px;
  height: auto;
}

.subpage .head-logo img {
  width: 200px;
  height: auto;
}

.head-info-box {
  position: absolute;
  top: 40px;
  left: 245px;
}

.head-info-box h1 {
  font-size: 14px;
  font-weight: bold;
  vertical-align: top;
  line-height: 1.4;
  margin-left: 15px;
}

.head-info-box h1 span {
  font-size: 26px;
  color: #7e3a61;
  padding: 0 5px;
}

.header-fb {
  /* position: absolute;
  top: 50px;
  right: 425px; */
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}

.header-fb img {
  width: 30px;
}
.header-ig {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.header-ig img {
  width: 28px;
}

.header-contact {
  position: absolute;
  top: 30px;
  right: 0;
}

.header-contact-top {
  display: flex;
}

.header-contact .tel {
  display: flex;
  align-items: center;
  line-height: 1.2;
  transform: translateY(3px);
}

.header-contact .tel p {
  font-size: 19px;
  font-weight: bold;
  color: #595c60;
  letter-spacing: 2px;
}

.header-contact .tel span {
  display: inline-flex;
  align-items: center;
  padding: 0 0 0 45px;
  font-size: 24px;
  font-weight: bold;
  background: url(/assets/img/common/icn_freedial.png) no-repeat 0 6px;
  background-size: 40px auto;
  background-position: left top;
}

#header-contact-search-sp {
  display: none;
}

.header-contact a {
  /* position: absolute;
  right: 0;
  top: 7px; */
}

.header-contact a.btn-04 {
  width: 170px;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  color: #fff;
  border: 1px solid #8d5683;
  background-color: #8d5683;
  margin: 0 0 0 16px;
}

.header-contact a.btn-04 span {
  width: auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  padding: 6px 0;
}

.header-menu {
  position: absolute;
  top: 147px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}

.header-menu-item {
  width: calc(100% / 4);
}

.header-menu-item {
  border-right: 1px solid #e5e5e3;
}

.header-menu-item:first-of-type {
  border-left: 1px solid #e5e5e3;
}

.header-menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.5rem;
  font-weight: bold;
}

.header-menu-item a:before {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0.2em 0 0;
}

.gnav-item01 a:before {
  width: 18px;
  height: 20px;
  background-image: url(/assets/img/common/icn_nav01.png);
  margin-bottom: 2px;
}

.gnav-item02 a:before {
  width: 18px;
  height: 24px;
  background-image: url(/assets/img/common/icn_nav02.png);
  margin-bottom: 2px;
}

.gnav-item03 a:before {
  width: 18px;
  height: 24px;
  background-image: url(/assets/img/common/icn_nav03.png);
  margin-bottom: 2px;
}

.gnav-item04 a:before {
  width: 18px;
  height: 24px;
  background-image: url(/assets/img/common/icn_nav04.png);
  margin-bottom: 2px;
}

/* subpage
=========================== */

#header .header-inner.subpage .head-info {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: 20px;
}

#header .header-inner.subpage .head-logo {
  position: absolute;
  top: 23px;
  right: 195px;
}

#header .header-inner.subpage .header-contact {
  position: absolute;
  top: 25px;
  right: 0;
  width: 175px;
}

/*
#header .header-inner.subpage .header-contact .btn-04 {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: left;
  padding: 2px 25px 2px 5px;
}
*/

#header .header-inner.subpage .header-contact .btn-04 {
  font-size: 13px;
  font-size: 1.4rem;
  display: block;
  text-align: left;
  padding: 0;
  border: 1px solid #8d5683;
  background-color: #8d5683;
  margin: inherit;
  margin-left: auto;
}

#header .header-inner.subpage .header-contact .btn-04 span {
  width: 166px;
  display: inline-block;
  border: 1px solid #fff;
  text-align: left;
  color: #fff;
  padding: 2px 0 2px 5px;
}

#header .header-inner.subpage .header-contact .tel {
  line-height: 1.1;
  margin: 7px 0 0;
  padding: 0 0 0 35px;
  font-size: 18px;
  font-weight: bold;
  background: url(/assets/img/common/icn_freedial.png) no-repeat 0 0;
  background-size: 30px auto;
}

.subpage .head-logo img {
  width: inherit;
}

/* subpage search-detail
=========================== */

.detail #header {
  border-bottom: 1px solid #222;
  height: inherit;
}

.detail #header .header-inner.subpage {
  height: auto;
  padding: 15px 0;
  display: table;
}

.detail #header .header-inner.subpage .head-info {
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.detail #header .header-inner.subpage .head-logo {
  position: static;
  display: table-cell;
  text-align: right;
}

#form1 {
  position: relative;
  margin-top: 15px;
  margin-left: auto;
  width: 100%;
  box-sizing: border-box;
  margin-right: 0;
  width: 416px;
  display: flex;
}

/*検索ボックス*/

#sbox {
  outline: 0;
  height: 36px;
  padding: 0 10px;
  border-radius: 2px 0 0 2px;
  background: #fff;
  width: calc(100% - 76px);
  box-sizing: border-box;
  display: block;
  border-color: #ccaa60;
  border-right: none;
}

/*検索ボタン*/

#sbtn {
  width: 76px;
  height: 36px;
  /* position: absolute; */
  /* left: 270px; */
  /* top: 0; */
  border-radius: 0 2px 2px 0;
  background: #b7823e;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

/* Global nav
----------------------------------------------------------- */

#global-nav {
}

#global-nav p {
  display: none;
}

#global-nav li {
  float: left;
  font-family: 'Noto Serif JP', serif;
  /*
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;*/
}

#global-nav li a {
  color: #000;
  font-weight: bold;
}

#global-nav li a:hover {
}

#header .header-inner.subpage #global-nav {
  position: absolute;
  bottom: 16px;
  font-size: 15px;
  font-size: 1.5rem;
  right: 0;
  left: 0;
}

#header .header-inner.subpage #global-nav li {
  border-right: 1px solid #e5e5e3;
}

#header .header-inner.subpage #global-nav li:first-child {
  border-left: 1px solid #e5e5e3;
}

#header .header-inner.subpage #global-nav li a {
  padding: 0 15px 0;
  position: relative;
}

#header .header-inner.subpage #global-nav li a::before {
  content: " ";
  position: relative;
  bottom: -0.4em;
  margin-right: 0.2em;
}

#header .header-inner.subpage #global-nav li#gnav01 a::before {
  content: url("/assets/img/common/icn_nav01.png");
}

#header .header-inner.subpage #global-nav li#gnav02 a::before {
  content: url("/assets/img/common/icn_nav02.png");
}

#header .header-inner.subpage #global-nav li#gnav03 a::before {
  content: url("/assets/img/common/icn_nav03.png");
}

#header .header-inner.subpage #global-nav li#gnav04 a::before {
  content: url("/assets/img/common/icn_nav04.png");
}

#header .header-inner.subpage #global-nav li#gnav05 a::before {
  content: url("/assets/img/common/icn_nav05.png");
}

.detail #header .header-inner.subpage #global-nav {
  display: none;
}

#header .header-inner.subpage #form1 {
  margin-top: inherit;
  width: 380px;
}

#header .gnav-block {
  display: flex;
  justify-content: space-between;
}

/* page-search
=========================== */

.page-search {
  background: url(/assets/img/search/bg_list.png) repeat;
}

.list-search {
  background: url(/assets/img/search/bg_list_search.png) 0 0 no-repeat;
}

.list-search li,
.list-search li a {
  width: 323px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
  color: #000;
  font-weight: bold;
}

.list-search li:nth-child(2),
.list-search li:nth-child(2) a {
  width: 324px;
}

.list-search li span {
  height: 30px;
  line-height: 30px;
  display: block;
}

.list-search li a:hover,
.list-search li.current a {
  color: #fff;
  text-decoration: none;
  background: url(/assets/img/search/bg_list_on.png) repeat;
}

/* Page nav
----------------------------------------------------------- */

.page-nav {
  background-color: #383838;
  color: #fff;
  min-height: 20px;
  line-height: 25px;
  padding: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
  word-break: keep-all;
  /*  white-space:nowrap;*/
}

.page-nav .section-inner {
  width: 970px;
}

.page-nav a {
  color: #fff;
}

.page-nav a:after {
  content: ">";
  margin: 0 3px;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  -webkit-display: inline-block;
  display: inline-block;
  text-decoration: none !important;
}

.page-nav a:after {
}

.page-nav.top {
  border-bottom: 1px solid #777;
}

.page-nav .not-icon a::after {
  content: "";
  margin: 0;
  -moz-display: inline-block;
  -ms-display: inline-block;
  -o-display: inline-block;
  -webkit-display: inline-block;
  display: inline-block;
  text-decoration: none !important;
}

/* Container
----------------------------------------------------------- */

#container {
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}

/* Main
----------------------------------------------------------- */

#main {
  margin: 0 auto;
  padding: 40px 0;
  background-color: #fffced;
}

#top #main {
  margin: 0 auto;
  padding: 0 0 0;
  background-color: #fffced;
}

.section-inner {
  width: 970px;
  margin: 0 auto;
}

.section-inner .footer_top {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 9;
}

.section-inner ul.bnr {
  width: 100%;
}

.section-inner ul.bnr li {
  width: 470px;
}

.section-inner ul.bnr li:first-child {
  float: left;
}

.section-inner ul.bnr li:last-child {
  float: right;
}

.section-inner ul.bnr li.bnr-03 {
  float: left;
}

/* title-area
=========================== */

#title-area {
  background-color: #fefefc;
  font-size: 34px;
  font-size: 3.4rem;
  font-family: 'Noto Serif JP', serif;
}

#title-area h2 {
  font-size: 34px;
  font-size: 3.4rem;
  display: table-cell;
  vertical-align: middle;
  height: 105px;
}

/* bnr-contents
----------------------------------------------------------- */

.bnr-contents {
  padding: 40px 0;
  background: url(/assets/img/search/bg_bnr_contents.png) repeat;
}

.list-bnr li {
  float: left;
  margin-left: 30px;
}

.list-bnr li:first-child {
  margin-left: 0;
}

/* btm-contents
----------------------------------------------------------- */

.btm-contents {
  background-color: #111111;
  font-size: 14px;
  font-size: 1.4rem;
}

.bnr-company {
  padding: 10px 10px 10px 0;
  color: #fff;
  background: url(/assets/img/common/bnr_company_img.png) right 0 no-repeat;
}

.bnr-company .inner {
  height: 260px;
  padding: 25px 0 0 20px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.bnr-company p {
  margin-bottom: 20px;
}

.bnr-company .btn-03 {
  width: 235px;
}

/* Footer
----------------------------------------------------------- */

footer {
  clear: both;
  background: url(/assets/img/common/bg_footer.png) center 0 repeat-x;
  border-top: 5px solid #c8a655;
  color: #fff;
}

.footer-inner {
  width: 1060px;
  margin: 0 auto;
  display: table;
  background: url(/assets/img/common/bg_footer_contents02.png) right top repeat-y;
}

.footer-contents-left {
  width: 795px;
  display: table-cell;
  background: url(/assets/img/common/bg_footer_contents02.png) right top repeat-y;
}

.footer-contents-right {
  width: 265px;
  display: table-cell;
  vertical-align: top;
}

/* list-page
=========================== */

.list-page {
}

.list-page li {
}

.list-page li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}

.list-page li a:hover {
  text-decoration: underline;
}

.list-page li a:before,
.list-page li a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/*** arrow style ***/

.list-page li a:before {
  left: 4px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.list-page li li a {
  padding-left: 15px;
}

.footer-contents01 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.footer-contents01 .list-page {
  display: table-cell;
  padding: 35px 5px 0 45px;
  vertical-align: top;
  height: 375px;
  box-sizing: border-box;
  background: url(/assets/img/common/bg_footer_contents01.png) left bottom no-repeat;
}

.footer-contents01 .list-page:nth-child(2) {
  width: 255px;
}

.footer-contents02 {
  width: 795px;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: url(/assets/img/common/bg_footer_contents01.png) left top no-repeat;
}

.footer-contents02 .footer-sitemap li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

.footer-contents02 .footer-sitemap li:before {
  content: "｜ ";
}

.footer-contents02 .footer-sitemap li:first-child:before {
  display: none;
}

.footer-contents02 .footer-sitemap li a {
  color: #fff;
}

.footer-contents03 {
  padding: 35px 5px 0 35px;
  height: 215px;
  background: url(/assets/img/common/bg_footer_contents03.png) left bottom repeat-x;
}

.footer-contents04 {
  text-align: center;
  padding: 35px 0 0 0;
}

.list-page li {
  font-size: 13px;
  font-size: 1.3rem;
}

.list-page li.title {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 8px;
}

.list-page li.title ul,
.list-page li.sub-title {
  margin-left: 25px;
}

.list-page li.sub-title > a {
  padding-left: 0;
}

.list-page li.sub-title > a:before,
.list-page li.sub-title > a:after {
  display: none;
}

.list-page li.title > a::before,
.list-page li.title > a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.list-page li.title > a::before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #595c60;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list-page li.title > a::after {
  left: 6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.list-page .indent {
  padding-left: 1em;
}

.list-page li li {
  margin-top: 5px;
}

.footer-contents05 {
  clear: both;
  padding: 13px 0;
  -moz-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.footer-contents05 div {
  width: 1060px;
  margin: auto;
  overflow: hidden;
}

.footer-contents05 .fb-btn {
  float: left;
  margin: 0;
  padding-top: 10px;
}

.footer-contents05 .ig-btn {
  float: left;
  margin: 0 0 0 16px;
  padding-top: 12px;
}

.footer-contents05 .footer-banner-btn {
  float: left;
  margin: 0 0 0 24px;
  padding-top: 11px;
}

.footer-contents05 dl {
  display: table;
  margin: 0 0 0 auto;
}

.footer-contents05 dt,
.footer-contents05 dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.footer-contents05 dt {
  padding-right: 10px;
}

.footer-contents05 dl img {
  vertical-align: middle;
}

/* copy-right
=========================== */

#copy-right {
  line-height: 1.5;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-top: 15px;
}

/* SP Layout ******************************************************************************************* */

@media screen and (max-width: 767px) {
  /* BASE
  ================================================== */
  /*** structure ***/
  body {
    min-width: 320px;
    font-size: 13px;
  }
  /* Header
  ----------------------------------------------------------- */
  #header {
    background-color: #fff;
    border-bottom: 1px solid #c5c5c3;
    padding-top: 58px;
    height: auto;
  }
  .header-inner {
    width: 100%;
    height: 50px;
    padding: 0;
  }
  /* subpage
  =========================== */
  #header .header-inner.subpage {
    background: #fff;
    position: fixed !important;
    height: 60px;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  #header .header-inner.subpage .head-info {
    display: none;
  }
  #header .header-inner.subpage .head-logo {
    width: 138px;
    top: 7px;
    right: inherit;
    left: 4px;
  }
  #header .header-inner.subpage .head-logo img {
    width: 100%;
    height: auto;
  }
  #header .header-inner.subpage .header-contact {
    display: none;
  }
  #header .header-inner.subpage .header-contact .btn-04 {
    display: none;
  }
  .detail #header .header-inner.subpage #global-nav {
    display: block;
  }
  /* subpage search-detail
  =========================== */
  .detail #header {
    border-bottom: 1px solid #c5c5c3;
  }
  .detail #header .header-inner.subpage {
    height: 60px;
  }
  .detail #header .header-inner.subpage .head-info {
    display: none;
  }
  .detail #header .header-inner.subpage .head-logo {
    width: 185px;
    position: absolute;
    text-align: left;
  }
  .detail #header .header-inner.subpage .head-logo img {
    width: auto;
    height: 45px;
  }
  .deatail #container {
    border-top: 3px solid #383838;
  }
  /* Global nav
  ----------------------------------------------------------- */
  #global-nav p {
    display: block;
    float: right;
    /*border-left: 1px solid #C5C5C3;*/
    height: 50px;
    width: 55px;
  }
  #global-nav p img {
    width: 110%;
    height: auto;
  }
  #global-nav p.sp-menu-mail {
    top: 1px;
    right: 180px;
    position: absolute;
  }
  .subonly #global-nav p.sp-menu-mail {
    top: 1px;
    right: 62px;
    /*right: 120px;*/
    position: absolute;
  }
  #global-nav p.sp-menu-phone {
    top: 1px;
    right: 122px;
    position: absolute;
  }
  .subonly #global-nav p.sp-menu-phone {
    top: 1px;
    right: 5px;
    position: absolute;
  }
  #global-nav p.sp-menu-search {
    top: 4px;
    right: 60px;
    position: absolute;
  }
  #global-nav p.sp-menu-search img {
    width: 100%;
  }
  #global-nav p.sp-menu-btn {
    top: 0;
    right: 5px;
    position: absolute;
  }
  #global-nav p.sp-menu-request {
    top: 0;
    right: 56px;
    position: absolute;
  }
  #global-nav ul {
    display: none;
    position: absolute;
    top: 57px;
    width: 100%;
    background-color: #000;
    z-index: 100;
  }
  #global-nav li {
    float: none;
    width: 50%;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #555;
    font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  #global-nav li#gnav01,
  #global-nav li#gnav02,
  #global-nav li#gnav03,
  #global-nav li#gnav04 {
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+1,000000+100 */
    background: rgb(51, 51, 51);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51, 51, 51, 1) 1%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(51, 51, 51, 1) 1%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(51, 51, 51, 1) 1%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
  }
  #global-nav li#gnav01,
  #global-nav li#gnav03 {
    border-right: 1px solid #c5c5c3;
  }
  #global-nav li.sp-only {
    width: 100%;
    background-color: #333333;
    text-align: left;
  }
  #global-nav li a {
    padding: 10px;
    color: #fff;
  }
  #header .header-inner.subpage #global-nav {
    position: static;
  }
  #header .header-inner.subpage #global-nav ul {
    position: absolute;
    left: 0;
    bottom: 16px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  #header .header-inner.subpage #global-nav li {
    float: left;
    border-right: 1px solid #555;
  }
  #header .header-inner.subpage #global-nav li:first-child {
    border-left: none;
  }
  #header .header-inner.subpage #global-nav li a {
    padding: 10px;
    position: relative;
    display: block;
  }
  #header .header-inner.subpage #global-nav li.sp-only a {
    padding: 10px 10px 10px 0;
    display: block;
  }
  #header .header-inner.subpage #global-nav li a::before {
    margin-right: 0;
    display: block;
    height: auto;
  }
  #header .header-inner.subpage #global-nav li a::before img {
  }
  #header .header-inner.subpage #global-nav li#gnav01 a::before {
    content: url("/assets/img/common/icn_nav01-sp.png");
  }
  #header .header-inner.subpage #global-nav li#gnav02 a::before {
    content: url("/assets/img/common/icn_nav02-sp.png");
  }
  #header .header-inner.subpage #global-nav li#gnav03 a::before {
    content: url("/assets/img/common/icn_nav03-sp.png");
  }
  #header .header-inner.subpage #global-nav li#gnav04 a::before {
    content: url("/assets/img/common/icn_nav04-sp.png");
  }
  .header-contact-search {
    display: none;
    position: absolute;
    top: 58px;
    right: 0px;
    left: 0px;
    width: auto;
    padding: 10px;
    background: #b7823e;
  }
  #header-contact-search-sp {
    /* display: block; */
  }
  #form1 {
    width: 100%;
    padding: 0 12px;
    margin: 0;
  }
  #sbox {
    height: 50px;
    padding: 0 10px;
    margin: 0 4px 0 0;
    border: none;
  }
  .search-btn {
    left: 26px;
    height: 50px;
  }
  #sbtn {
    height: 50px;
    color: inherit;
    background: #fff;
  }
  #form1_sp {
    display: flex;
    width: 100%;
    padding: 0 12px;
    margin: 0;
    box-sizing: border-box;
  }
  #sbox_sp {
    height: 50px;
    padding: 0 10px;
    margin: 0 4px 0 0;
    border: none;
    outline: 0;
    border-radius: 2px 0 0 2px;
    background: #fff;
    width: calc(100% - 76px);
    box-sizing: border-box;
    display: block;
  }
  #sbtn_sp {
    height: 50px;
    color: inherit;
    background: #fff;
    width: 76px;
    font-weight: bold;
    font-size: 14px;
    border: none;
    border-radius: 0 2px 2px 0;
  }
  /* title-area
  ----------------------------------------------------------- */
  .page-search {
    background: url(/assets/img/search/bg_list.png) repeat;
  }
  .list-search {
    background: none;
  }
  .list-search li {
    border-bottom: solid 1px #000;
  }
  .list-search li,
  .list-search li a {
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-search li:nth-child(2),
  .list-search li:nth-child(2) a {
    width: 100%;
  }
  .list-search li span {
    height: auto;
    padding-top: 8px;
    line-height: 1.6;
    display: block;
  }
  .list-search li a:hover,
  .list-search li.current a {
  }
  /* Page nav
  ----------------------------------------------------------- */
  .page-nav {
    display: none;
  }
  /* Container
  ----------------------------------------------------------- */
  #container {
    font-size: 14px;
  }
  /* Main
  ----------------------------------------------------------- */
  #main {
    padding: 20px 0;
  }
  .section-inner {
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
  }
  .page-search .section-inner {
    width: 100%;
    padding: 0 0;
  }
  /* title-area
  =========================== */
  #title-area {
    background-color: #fff;
    border-top: none;
    border-bottom: 3px solid #383838;
    font-size: 20px;
  }
  #title-area h2 {
    font-size: 20px;
    height: auto !important;
    padding: 15px;
    line-height: 1.5;
  }
  /* bnr-contents
  ----------------------------------------------------------- */
  .bnr-contents {
    padding: 20px 0;
    background: url(/assets/img/search/bg_bnr_contents.png) repeat;
  }
  .list-bnr li {
    width: 49%;
    margin-left: 2%;
  }
  .list-bnr li img {
    width: 100%;
    height: auto;
  }
  .list-bnr li:first-child {
    margin-left: 0;
  }
  /* btm-contents
  ----------------------------------------------------------- */
  .btm-contents {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .btm-contents .section-inner {
    width: 100%;
  }
  .section-inner ul.bnr li {
    width: 100%;
  }
  .section-inner ul.bnr li:first-child {
    float: none;
  }
  .section-inner ul.bnr li:last-child {
    float: none;
  }
  .section-inner ul.bnr li img {
    margin: 20px 0 0 0;
  }
  .bnr-company {
    padding: 5px;
    font-family: 'Noto Serif JP', serif;
    color: #fff;
    background: url(/assets/img/common/bnr_company_img.png) right 0 no-repeat;
    background-size: auto 135px;
  }
  .bnr-company a {
    color: #fff;
  }
  .bnr-company img {
    width: 100px;
    height: auto;
  }
  .bnr-company .inner {
    height: 125px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .bnr-company p {
    margin-bottom: 0;
  }
  .footer-contents05 {
    padding: 0;
    box-shadow: none;
  }
  .footer-contents05 div {
    width: auto;
  }
  .footer-contents05 dt {
    /* display: none; */
  }
  .footer-contents05 dl {
    margin: auto;
  }
  .footer-contents05 dd {
    padding-left: 10px;
  }
  .footer-contents05 dd:last-child {
    padding-right: 10px;
  }
  .footer-contents05 dt img,
  .footer-contents05 dd img {
    max-width: 100%;
    height: auto;
  }
  /* Footer
  ----------------------------------------------------------- */
  footer {
    background: #595c61;
  }
  .footer-inner {
    width: 100%;
  }
  .footer-contents-left {
    display: none;
  }
  .footer-contents-right {
    width: 100%;
    display: block;
  }
  .section-inner .footer_top {
    display: none;
  }
  /* list-page
  =========================== */
  .list-page {
    display: none;
  }
  .footer-contents03 {
    display: none;
  }
  .footer-contents04 {
    padding: 10px 0 15px;
  }
  .footer-contents05 {
    padding: 0 15px;
  }
  .footer-contents05 > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .footer-contents05 .fb-btn {
    float: none;
    margin: 0 16px 0 0;
    padding: 0;
    text-align: center;
  }
  .footer-contents05 .fb-btn a {
    display: inline-block;
  }
  .footer-contents05 .fb-btn a img {
    width: auto;
    height: 24px;
  }
  .footer-contents05 .ig-btn {
    float: none;
    margin: 1px 0 0 12px;
    padding: 0;
    text-align: center;
  }
  .footer-contents05 .ig-btn a {
    display: inline-block;
  }
  .footer-contents05 .ig-btn a img {
    width: auto;
    height: 24px;
  }
  .footer-contents05 .footer-banner-btn {
    float: none;
    padding-top: 0;
    margin: -2px 0 0;
  }
  .footer-contents05 .footer-banner-btn a img {
    width: auto;
    height: 18px;
  }
  .footer-contents05 dl {
    margin: 20px 0 0 !important;
  }
  .footer-contents05 dt {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .pagetop {
    text-align: center;
    height: 25px;
    padding: 10px 0;
    border-bottom: 1px solid #85888d;
  }
  .pagetop a {
    display: block;
  }
  .section-inner .footer_top {
    position: fixed;
    bottom: 155px;
    right: 10px;
  }
  .section-inner .footer_top img {
    width: 40px;
    height: auto;
  }
  /* copy-right
  =========================== */
  #copy-right {
    line-height: 1.5;
    font-size: 10px;
    display: block;
    padding-top: 10px;
  }
}

@media screen and (max-width: 360px) {
  #header .header-inner.subpage .head-logo {
    top: 9px;
    width: 125px;
  }
  #global-nav p.sp-menu-mail {
    top: 7px;
    right: 148px;
    width: 47px;
    height: 43px;
  }
  #global-nav p.sp-menu-mail img {
    width: 100%;
  }
  #global-nav p.sp-menu-phone {
    top: 7px;
    right: 104px;
    width: 47px;
    height: 43px;
  }
  #global-nav p.sp-menu-phone img {
    width: 100%;
  }
  #global-nav p.sp-menu-search {
    top: 9px;
    right: 57px;
    width: 47px;
    height: 43px;
  }
  #global-nav p.sp-menu-search img {
    width: 92%;
  }
}

/* End media screen */

/* Footer 2019 04/09
----------------------------------------------------------- */

footer.all {
  clear: both;
  background: url(/assets/img/common/bg_footer_all.png) center 0 repeat-x;
  border-top: 5px solid #c8a655;
  color: #fff;
}

footer.all .footer-contents {
}

footer.all .footer-inner {
  width: 1060px;
  margin: 0 auto;
  display: block;
  background: none;
}

footer.all .footer-inner-wrap1 {
}

/* list-page
=========================== */

footer.all .footer-inner-wrap1 {
  padding: 40px 0 0;
}

footer.all .footer-inner-wrap2 {
  padding: 0;
  border-bottom: 1px solid #fff;
}

footer.all .footer-inner-wrap3 {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #fff;
}

footer.all .footer-inner-wrap4 {
  padding: 20px 0 0 0;
  border-bottom: 1px solid #fff;
}

footer.all .footer-inner-wrap4 > ul {
  padding: 0 0 20px 0;
}

footer.all .footer-inner-wrap4 ul:after {
  content: "";
  display: block;
  clear: both;
}

footer.all .footer-inner-wrap4 > ul > li {
  float: left;
  width: auto;
  margin-right: 1em;
  font-size: 14.5px;
}

footer.all .footer-inner-wrap1 dl {
  padding: 26px 0 20px;
}

footer.all .footer-inner-wrap2 dl {
  padding: 0;
}

footer.all .footer-inner-wrap1 dl > dt,
footer.all .footer-inner-wrap2 dl > dt {
  background: url(/assets/img/common/footer_title_icon.png) left 50% no-repeat;
  padding-left: 1em;
  font-weight: bold;
}

footer.all .footer-inner-wrap3 dl > dt a {
  color: #fff;
  font-size: 1.3rem;
}

footer.all .footer-inner-wrap3 dl > dd {
  padding-bottom: 0.5em;
}

footer.all .footer-inner-wrap3 .title {
  padding-bottom: 0.5em;
}

footer.all .footer-inner-wrap1 dl > dd ul,
footer.all .footer-inner-wrap2 dl > dd ul {
  overflow: hidden;
  padding: 10px 0;
}

footer.all .footer-inner-wrap1 dl > dd ul:after,
footer.all .footer-inner-wrap2 dl > dd ul:after,
footer.all .footer-inner-wrap3 dl > dd ul:after {
  content: "";
  display: block;
  clear: both;
}

footer.all .footer-inner-wrap1 dl > dd li,
footer.all .footer-inner-wrap2 dl > dd li,
footer.all .footer-inner-wrap3 dl > dd li {
  width: 16.6666666667%;
  float: left;
  margin-bottom: 0.5em;
}

footer.all .footer-inner-wrap1 dl > dd li {
  width: auto;
  float: left;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

footer.all .footer-inner-wrap2 dl > dd li {
  width: auto;
  float: left;
  margin-bottom: 0.5em;
  margin-left: 1em;
}

footer.all .footer-inner-wrap3 dl > dt {
  float: left;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #fff;
}

footer.all .footer-inner-wrap3 dl > dd {
  margin-left: 1em;
}

footer.all .footer-inner-wrap3 dl > dd li {
  width: auto;
  margin-left: 1em;
}

footer.all .footer-inner-wrap1 dl > dd a,
footer.all .footer-inner-wrap2 dl > dd a,
footer.all .footer-inner-wrap3 dl > dd a,
footer.all .footer-inner-wrap4 ul > li > ul > li a {
  background: url(/assets/img/common/footer_link_icon.png) left 50% no-repeat;
  padding-left: 1em;
  color: #fff;
  font-size: 1.3rem;
}

footer.all .footer-inner-wrap4 ul > li.little a {
  background: url(/assets/img/common/footer_link_icon.png) left 50% no-repeat;
  padding-left: 1em;
  color: #fff;
  font-size: 1.3rem;
}

footer.all .footer-inner-wrap1 dl > dd a {
  background: url(/assets/img/common/footer_link_icon.png) left 50% no-repeat;
  padding-left: 1em;
  color: #fff;
  font-size: 1.4rem;
}

footer.all .footer-inner-wrap1 .title a,
footer.all .footer-inner-wrap3 .title a,
footer.all .footer-inner-wrap4 .title > a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5em;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

footer.all .footer-inner-wrap1 .title a:hover,
footer.all .footer-inner-wrap3 .title a:hover,
footer.all .footer-inner-wrap4 .title > a:hover {
  text-decoration: underline;
}

footer.all .footer-inner-wrap1 .title a:after,
footer.all .footer-inner-wrap1 .title a:before,
footer.all .footer-inner-wrap3 .title a:after,
footer.all .footer-inner-wrap3 .title a:before,
footer.all .footer-inner-wrap4 .title > a:after,
footer.all .footer-inner-wrap4 .title > a:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

footer.all .footer-inner-wrap1 .title a:before,
footer.all .footer-inner-wrap3 .title a:before,
footer.all .footer-inner-wrap4 .title > a:before {
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  background-color: #595c60;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

footer.all .footer-inner-wrap1 .title a:after,
footer.all .footer-inner-wrap3 .title a:after,
footer.all .footer-inner-wrap4 .title > a:after {
  left: 6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer.all .footer-inner-wrap1 .title a:after,
footer.all .footer-inner-wrap3 .title a:after,
footer.all .footer-inner-wrap4 .title > a:after {
  left: 6px;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.footer-contents01 {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.footer-contents01 .list-page {
  display: table-cell;
  padding: 35px 5px 0 45px;
  vertical-align: top;
  height: 375px;
  box-sizing: border-box;
  background: url(/assets/img/common/bg_footer_contents01.png) left bottom no-repeat;
}

footer.all .footer-inner-wrap5 {
  padding: 20px 0;
}

footer.all .footer-inner-wrap5:after {
  content: "";
  display: block;
  clear: both;
}

footer.all .footer-inner-wrap5 .footer-sitemap {
  float: left;
}

footer.all .footer-inner-wrap5 .footer-sitemap li {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
}

footer.all .footer-inner-wrap5 .footer-sitemap li:before {
  content: "｜ ";
}

footer.all .footer-inner-wrap5 .footer-sitemap li:first-child:before {
  display: none;
}

footer.all .footer-inner-wrap5 .footer-sitemap li a {
  color: #fff;
}

footer.all .footer-inner-wrap5 .footer-sitemap li a:hover {
  text-decoration: underline;
}

footer.all .footer-inner-wrap5 .footer-inner-wrap5-logo {
  float: right;
  text-align: center;
}

footer.all .footer-inner-wrap5 .footer-inner-wrap5-logo img {
  height: 84px;
  width: auto;
}

.footer-contents03 {
  padding: 35px 5px 0 35px;
  height: 215px;
  background: url(/assets/img/common/bg_footer_contents03.png) left bottom repeat-x;
}

.footer-contents04 {
  text-align: center;
  padding: 35px 0 0 0;
}

.footer-contents05 dl {
  display: table;
  margin: 0 0 0 auto;
}

.footer-contents05 dt,
.footer-contents05 dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.footer-contents05 dt {
  padding-right: 10px;
}

.footer-contents05 dl img {
  vertical-align: middle;
}

#copy-right {
  line-height: 1.5;
  font-size: 10px;
  font-size: 1rem;
  display: block;
  padding-top: 15px;
}

@media screen and (max-width: 767px) {
  footer.all {
    background: #595c61;
  }
  footer.all .footer-inner {
    width: 100%;
  }
  footer.all .footer-contents04 {
    padding: 10px 0 15px;
  }
  /* copy-right
  =========================== */
  #copy-right {
    line-height: 1.5;
    font-size: 10px;
    display: block;
    padding-top: 10px;
  }
}
