/**
* YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
* http://cssreset.com
* Copyright 2012 Yahoo! Inc. All rights reserved.
* http://yuilibrary.com/license/
*/
/*
TODO will need to remove settings on HTML since we can't namespace it.
TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #231815;
  background: #FFF;
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 100%;
}

/*
TODO remove settings on BODY since we can't namespace it.
*/
/*
TODO test putting a class on HEAD.
- Fails on FF.
*/
main,
article,
section {
  display: block;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

/*
TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* ------------------------------
 common - width: all
------------------------------ */
/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
html,
body {
  min-width: 1180px;
}

.mincho01 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gothic01 {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.gothic02 {
  font-family: "zen-maru-gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.en01 {
  font-family: "eb-garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.ajtxt {
  text-align: justify;
  text-justify: inter-ideograph;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

* {
  letter-spacing: 0.1em;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 1180px;
  width: 100%;
  z-index: 100000000;
}
header .wrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f4f4f4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .logo {
  width: 274px;
  display: block;
  text-decoration: none;
  background-color: #bdb193;
}
header .wrapper .logo h1 {
  font-size: 20px;
  color: #fff;
  height: 108px;
  padding: 20px 0 0 35px;
  font-weight: bold;
}
header .wrapper .logo h1 span {
  font-size: 17px;
  display: block;
  padding-bottom: 7px;
  font-weight: 400;
}
header .wrapper .gnav {
  width: calc(100% - 560px);
}
header .wrapper .gnav ul {
  width: 100%;
  max-width: 740px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .wrapper .gnav ul li {
  width: 25%;
}
header .wrapper .gnav ul li:last-child a {
  border: none;
}
header .wrapper .gnav ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  padding: 8px 0;
  color: #231815;
  text-align: center;
  font-weight: 500;
  border-right: 1px solid #bdb193;
}
header .wrapper .btnbox {
  width: 286px;
  background-color: #3b3e3d;
}
header .wrapper .btnbox .btn_contact {
  overflow: hidden;
}
header .wrapper .btnbox .btn_contact img {
  height: 47px;
  display: block;
}
header .wrapper .btnbox dl {
  height: 61px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .wrapper .btnbox dl dt {
  width: 70px;
  text-align: center;
}
header .wrapper .btnbox dl dt span {
  display: inline-block;
  background-color: #7e8180;
  font-size: 9px;
  color: #fff;
  line-height: 100%;
  padding: 5px 10px;
  border-radius: 30px;
}
header .wrapper .btnbox dl dd {
  width: calc(100% - 70px);
}
header .wrapper .btnbox dl dd ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 5px;
}
header .ham {
  display: none;
}
header .spmenu {
  display: none;
}

main {
  margin-top: 108px;
}
main section {
  position: relative;
}
main section.ttl_section .wrapper {
  height: 450px;
  position: relative;
  background-size: cover;
  background-position: center center;
  padding-top: 157px;
}
main section.ttl_section .wrapper .ttlbox {
  width: 500px;
  height: 135px;
  padding-top: 5px;
  margin: 0 auto;
  background-image: url(../images/ttl_design.png);
  background-size: auto 134px;
  background-position: center left 40%;
  background-repeat: no-repeat;
}
main section.ttl_section .wrapper .ttlbox .en {
  font-size: 38px;
  color: #fff;
  padding-left: 210px;
}
main section.ttl_section .wrapper .ttlbox h2 {
  font-size: 14px;
  color: #fff;
  padding-left: 260px;
  margin-top: 17px;
  font-weight: 400;
}
main section.contents_bnr_section {
  background-color: #fff;
  padding-top: 110px;
}
main section.contents_bnr_section .wrapper {
  width: 1100px;
  margin: 0 auto;
}
main section.contents_bnr_section .wrapper ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.contents_bnr_section .wrapper ul li {
  width: calc((100% - 30px) / 3);
}
main section.contents_bnr_section .wrapper ul li a {
  width: 100%;
  display: block;
  position: relative;
}
main section.contents_bnr_section .wrapper ul li a .photo {
  width: 100%;
  display: block;
}
main section.contents_bnr_section .wrapper ul li a .txtbox {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
  background-image: url(../images/ttl_design.png);
  background-size: auto 134px;
  background-position: center left 40%;
  background-repeat: no-repeat;
  text-align: right;
  padding: 40px 25px 0 0;
}
main section.contents_bnr_section .wrapper ul li a .txtbox .t01 {
  font-size: 38px;
  color: #fff;
  letter-spacing: 7px;
}
main section.contents_bnr_section .wrapper ul li a .txtbox .t02 {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}
main section .idpoint {
  content: "";
  display: block;
  position: absolute;
  top: -107px;
  left: 0;
  width: 1px;
  height: 1px;
}
footer {
  margin-top: 100px;
}
footer .wrapper .recruitbox {
  height: 834px;
  background-image: url(../images/bg_footer_recruit.jpg);
  background-size: cover;
  background-position: center center;
  padding: 140px 0 0;
}
footer .wrapper .recruitbox .msg {
  width: 1100px;
  margin: 0 auto;
  border-top: 1px solid #fff;
}
footer .wrapper .recruitbox .msg img {
  width: 880px;
  display: block;
  margin: 0 auto;
}
footer .wrapper .recruitbox .btn_viewmore {
  width: 186px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #877c5e;
  border: 1px solid #675b55;
  padding: 16px 0;
  line-height: 100%;
  text-align: center;
  background-color: #fff;
  margin: 300px auto 0;
}
footer .wrapper .contactbox {
  height: 574px;
  background-image: url(../images/bg_footer_contact.jpg);
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
}
footer .wrapper .contactbox .t01 {
  text-align: center;
  font-size: 38px;
  color: #877c5e;
}
footer .wrapper .contactbox .t02 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
footer .wrapper .contactbox .t03 {
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
footer .wrapper .contactbox .box01 {
  width: 900px;
  margin: 40px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .contactbox .box01 .box0101 {
  width: 410px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
footer .wrapper .contactbox .box01 .box0101 a {
  display: block;
  text-decoration: none;
  background-color: #508db1;
  font-size: 25px;
  color: #fff;
  line-height: 100%;
  padding: 25px 0 25px 35px;
}
footer .wrapper .contactbox .box01 .box0101 a img {
  width: 46px;
  vertical-align: top;
  margin-right: 15px;
}
footer .wrapper .contactbox .box01 .box0102 {
  width: 427px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background-color: #aca084;
  padding: 20px 0;
}
footer .wrapper .contactbox .box01 .box0102 .t04 {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
footer .wrapper .contactbox .box01 .box0102 dl {
  width: 330px;
  margin: 10px auto 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .wrapper .contactbox .box01 .box0102 dl dt {
  width: 70px;
  text-align: center;
}
footer .wrapper .contactbox .box01 .box0102 dl dt span {
  display: inline-block;
  background-color: #7e8180;
  font-size: 12px;
  color: #fff;
  line-height: 100%;
  padding: 5px 10px;
  border-radius: 30px;
}
footer .wrapper .contactbox .box01 .box0102 dl dd {
  width: calc(100% - 70px);
}
footer .wrapper .contactbox .box01 .box0102 dl dd ul li + li {
  margin-top: 5px;
}
footer .wrapper .contactbox .box01 .box0102 dl dd ul li a {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 31px;
  line-height: 100%;
  letter-spacing: 7px;
}
footer .wrapper .contactbox .box01 .box0102 .t05 {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
footer .wrapper .mapbox {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .mapbox iframe {
  width: 50% !important;
  height: 340px !important;
  display: block !important;
}
footer .wrapper .infobox {
  background-color: #3b3e3d;
  padding: 50px 0;
}
footer .wrapper .infobox .t06 {
  text-align: center;
  font-size: 20px;
}
footer .wrapper .infobox .t06 a {
  letter-spacing: 5px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
footer .wrapper .infobox .box01 {
  width: 950px;
  margin: 25px auto 0;
}
footer .wrapper .infobox .box01 .infolist {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .wrapper .infobox .box01 .infolist li {
  width: 50%;
}
footer .wrapper .infobox .box01 .infolist li.li01 {
  padding-left: 20px;
}
footer .wrapper .infobox .box01 .infolist li.li02 {
  padding-left: 70px;
}
footer .wrapper .infobox .box01 .infolist li dl dt {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
footer .wrapper .infobox .box01 .infolist li dl dd {
  font-size: 16px;
  line-height: 220%;
  color: #fff;
  margin-top: 10px;
  font-weight: 40;
}
footer .wrapper .infobox .box01 .footer_menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  margin-top: 50px;
}
footer .wrapper .infobox .box01 .footer_menu li dl dt a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
footer .wrapper .infobox .box01 .footer_menu li dl dd {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-top: 5px;
  padding-left: 10px;
}
footer .wrapper .infobox .box01 .footer_menu li dl dd p a {
  text-decoration: none;
  font-size: 12px;
  color: #fff;
}

/* ------------------------------
 common - width: < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  html,
  body {
    min-width: 375px;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  * {
    letter-spacing: 1px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 375px;
    width: 100%;
    z-index: 100000000;
  }
  header .wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #f4f4f4;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  header .wrapper .logo {
    width: 155px;
    display: block;
    text-decoration: none;
    background-color: #bdb193;
  }
  header .wrapper .logo h1 {
    font-size: 13px;
    color: #fff;
    height: auto;
    padding: 8px 0 7px 15px;
    font-weight: bold !important;
  }
  header .wrapper .logo h1 span {
    font-size: 10px;
    display: block;
    padding-bottom: 3px;
    font-weight: 500;
  }
  header .wrapper .gnav {
    width: calc(100% - 560px);
    display: none;
  }
  header .wrapper .gnav ul {
    width: 100%;
    max-width: 740px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .wrapper .gnav ul li {
    width: 25%;
  }
  header .wrapper .gnav ul li:last-child a {
    border: none;
  }
  header .wrapper .gnav ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 100%;
    padding: 8px 0;
    color: #231815;
    text-align: center;
    border-right: 1px solid #bdb193;
  }
  header .wrapper .btnbox {
    width: 286px;
    background-color: #3b3e3d;
    display: none;
  }
  header .wrapper .btnbox .btn_contact {
    overflow: hidden;
  }
  header .wrapper .btnbox .btn_contact img {
    height: 47px;
    display: block;
  }
  header .wrapper .btnbox dl {
    height: 61px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .wrapper .btnbox dl dt {
    width: 70px;
    text-align: center;
  }
  header .wrapper .btnbox dl dt span {
    display: inline-block;
    background-color: #7e8180;
    font-size: 9px;
    color: #fff;
    line-height: 100%;
    padding: 5px 10px;
    border-radius: 30px;
  }
  header .wrapper .btnbox dl dd {
    width: calc(100% - 70px);
  }
  header .wrapper .btnbox dl dd ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 5px;
  }
  header .btn_sp {
    width: 53px;
    height: 53px;
    background-color: #675b55;
    position: absolute;
    top: 0;
    right: 54px;
    padding-top: 16px;
  }
  header .btn_sp img {
    width: 32px;
    display: block;
    margin: 0 auto;
  }
  header .ham {
    width: 24px;
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -12px;
  }
  header .spmenu {
    width: 100%;
    min-height: 375px;
    height: calc(100vh - 52px);
    position: absolute;
    background-image: url(../images/bg_spmenu.jpg);
    background-size: cover;
    background-position: center center;
    padding: 20px;
    top: 52px;
    left: 0;
    z-index: 10000;
  }
  header .spmenu .spwrapper ul li {
    border-bottom: 1px solid #bdb193;
  }
  header .spmenu .spwrapper ul li a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #231815;
    padding: 10px 0;
  }
  header .spmenu .spwrapper dl {
    width: 270px;
    margin: 20px auto 0;
    height: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #675b55;
    padding: 8px 0;
  }
  header .spmenu .spwrapper dl dt {
    width: 80px;
    text-align: center;
  }
  header .spmenu .spwrapper dl dt span {
    display: inline-block;
    background-color: #7e8180;
    font-size: 9px;
    color: #fff;
    line-height: 100%;
    padding: 5px 10px;
    border-radius: 30px;
  }
  header .spmenu .spwrapper dl dd {
    width: calc(100% - 80px);
  }
  header .spmenu .spwrapper dl dd ul li {
    border: none;
  }
  header .spmenu .spwrapper dl dd ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 3px;
    padding: 5px 0;
  }
  header .spmenu .close {
    width: 120px;
    height: 30px;
    margin: 20px auto 0;
    color: #231815;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
  }
  main {
    margin-top: 51px;
  }
  main section {
    position: relative;
  }
  main section.ttl_section .wrapper {
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center center;
    padding-top: 27px;
  }
  main section.ttl_section .wrapper .ttlbox {
    width: 300px;
    height: 135px;
    padding-top: 5px;
    margin: 0 auto;
    background-image: url(../images/ttl_design.png);
    background-size: auto 67px;
    background-position: center left 40%;
    background-repeat: no-repeat;
  }
  main section.ttl_section .wrapper .ttlbox .en {
    font-size: 28px;
    color: #fff;
    padding-left: 80px;
  }
  main section.ttl_section .wrapper .ttlbox h2 {
    font-size: 12px;
    color: #fff;
    margin-top: 8px;
  }
  main section.contents_bnr_section {
    background-color: #fff;
    padding: 50px 20px 0;
  }
  main section.contents_bnr_section .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.contents_bnr_section .wrapper ul {
    display: block;
  }
  main section.contents_bnr_section .wrapper ul li {
    width: 100%;
  }
  main section.contents_bnr_section .wrapper ul li + li {
    margin-top: 20px;
  }
  main section.contents_bnr_section .wrapper ul li a {
    width: 100%;
    display: block;
    position: relative;
  }
  main section.contents_bnr_section .wrapper ul li a .photo {
    width: 100%;
    display: block;
  }
  main section.contents_bnr_section .wrapper ul li a .txtbox {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background-image: url(../images/ttl_design.png);
    background-size: auto 120px;
    background-position: center left 40%;
    background-repeat: no-repeat;
    text-align: right;
    padding: 40px 25px 0 0;
  }
  main section.contents_bnr_section .wrapper ul li a .txtbox .t01 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 5px;
  }
  main section.contents_bnr_section .wrapper ul li a .txtbox .t02 {
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
  }
  main section .idpoint {
    content: "";
    display: block;
    position: absolute;
    top: -51px;
    left: 0;
    width: 1px;
    height: 1px;
  }
  footer {
    margin-top: 70px;
  }
  footer .wrapper .recruitbox {
    height: 80vw;
    background-image: url(../images/bg_footer_recruit.jpg);
    background-size: cover;
    background-position: center center;
    padding: 10vw 20px 0;
    position: relative;
  }
  footer .wrapper .recruitbox .msg {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #fff;
  }
  footer .wrapper .recruitbox .msg img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  footer .wrapper .recruitbox .btn_viewmore {
    width: 140px;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #877c5e;
    border: 1px solid #675b55;
    padding: 14px 0;
    line-height: 100%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
  }
  footer .wrapper .contactbox {
    height: auto;
    padding: 50px 20px 50px;
    background-image: url(../images/bg_footer_contact.jpg);
    background-size: cover;
    background-position: center center;
  }
  footer .wrapper .contactbox .t01 {
    text-align: center;
    font-size: 28px;
    color: #877c5e;
  }
  footer .wrapper .contactbox .t02 {
    text-align: center;
    font-size: 12px;
    margin-top: 7px;
  }
  footer .wrapper .contactbox .t03 {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
  }
  footer .wrapper .contactbox .box01 {
    width: 100%;
    display: block;
    margin: 30px auto 0;
    width: 320px;
  }
  footer .wrapper .contactbox .box01 .box0101 {
    width: 100%;
  }
  footer .wrapper .contactbox .box01 .box0101 a {
    display: block;
    text-decoration: none;
    background-color: #508db1;
    font-size: 18px;
    color: #fff;
    line-height: 140%;
    padding: 15px 0 15px 15px;
    text-align: center;
  }
  footer .wrapper .contactbox .box01 .box0101 a img {
    width: 38px;
    vertical-align: top;
    margin-right: 15px;
  }
  footer .wrapper .contactbox .box01 .box0102 {
    width: 100%;
    background-color: #aca084;
    padding: 20px 0;
    margin-top: 15px;
  }
  footer .wrapper .contactbox .box01 .box0102 .t04 {
    text-align: center;
    font-size: 16px;
    color: #fff;
  }
  footer .wrapper .contactbox .box01 .box0102 dl {
    width: 295px;
    margin: 10px auto 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .wrapper .contactbox .box01 .box0102 dl dt {
    width: 70px;
    text-align: center;
  }
  footer .wrapper .contactbox .box01 .box0102 dl dt span {
    display: inline-block;
    background-color: #7e8180;
    font-size: 12px;
    color: #fff;
    line-height: 100%;
    padding: 5px 10px;
    border-radius: 30px;
  }
  footer .wrapper .contactbox .box01 .box0102 dl dd {
    width: calc(100% - 70px);
  }
  footer .wrapper .contactbox .box01 .box0102 dl dd ul li + li {
    margin-top: 5px;
  }
  footer .wrapper .contactbox .box01 .box0102 dl dd ul li a {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 26px;
    line-height: 100%;
    letter-spacing: 4px;
  }
  footer .wrapper .contactbox .box01 .box0102 .t05 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
  }
  footer .wrapper .mapbox {
    display: block;
  }
  footer .wrapper .mapbox iframe {
    width: 100% !important;
    height: 150px !important;
    display: block !important;
  }
  footer .wrapper .infobox {
    background-color: #3b3e3d;
    padding: 45px 20px;
  }
  footer .wrapper .infobox .t06 {
    text-align: center;
    font-size: 16px;
  }
  footer .wrapper .infobox .t06 a {
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
  }
  footer .wrapper .infobox .box01 {
    width: 100%;
    margin: 25px auto 0;
  }
  footer .wrapper .infobox .box01 .infolist {
    display: block;
    padding-left: 15px;
    margin: 0 auto;
    width: 320px;
  }
  footer .wrapper .infobox .box01 .infolist li {
    width: 100%;
    padding: 0 !important;
  }
  footer .wrapper .infobox .box01 .infolist li + li {
    margin-top: 20px;
  }
  footer .wrapper .infobox .box01 .infolist li dl dt {
    font-size: 16px;
    color: #fff;
  }
  footer .wrapper .infobox .box01 .infolist li dl dd {
    font-size: 13px;
    line-height: 180%;
    color: #fff;
    margin-top: 5px;
  }
  footer .wrapper .infobox .box01 .footer_menu {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-top: 50px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  footer .wrapper .infobox .box01 .footer_menu li dl dt a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
  }
  footer .wrapper .infobox .box01 .footer_menu li dl dd {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 5px;
    padding-left: 10px;
  }
  footer .wrapper .infobox .box01 .footer_menu li dl dd p a {
    text-decoration: none;
    font-size: 12px;
    color: #fff;
  }
}

/*-----追記-----*/
.sp-br{
  display: none;
}
@media screen and (max-width: 860px) {
  .sp-br{
  display: inline;
}
}