@charset "UTF-8";
/* ------------------------------
        base.css
        modified: 2017/05/30
------------------------------ */
/* reset
------------------------------ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, img,
dl, dt, dd, ol, ul, li,
strong, sub, sup, i, small, address, time,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
header, footer, nav, section, article, aside,
figure, figcaption, canvas, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, figure, figcaption,
footer, header, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
}

input, textarea, button {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  color: #8c8c8c;
  text-decoration: underline;
}

a:hover {
  color: #8c8c8c;
  text-decoration: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

body {
  font-size: 100%;
  font: 400 87.5%/1.5em 'Open Sans', sans-serif;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
}

/* reset.css
---------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* PC・スマホ共通
---------------------------------------- */
html {
  background: #53473f;
}

body {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Helvetica,Arial,Verdana,sans-serif;
  color: #2a201b;
}

a {
  color: #2a201b;
  text-decoration: underline;
}

a:visited {
  color: #2a201b;
  text-decoration: underline;
}

a:hover {
  color: #20a01d;
}

img {
  vertical-align: bottom;
}

#header {
  width: 100%;
  background: #faf8f4;
}
#header #logo {
  position: absolute;
  top: 5px;
  left: 25px;
}
#header #logo img {
  width: 35%;
  height: auto;
}
#header #top_img img {
  width: 100%;
  height: auto;
  margin: 15px 0 0;
}

#lead {
  color: #f0ede6;
  text-align: center;
  margin: 30px auto 0;
  width: 90%;
}
#lead p {
  margin: 15px 0;
}
#lead p span {
  display: block;
}

#price {
  margin: 30px auto 0;
  width: 90%;
}
#price dl {
  margin: 10px 0;
  background: #f0ede7;
  padding: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#price dt {
  font-weight: bold;
  border-left: solid 6px #4eae4c;
  padding: 0 0 0 10px;
  color: #3c342f;
}
#price dd {
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  padding: 5px 0 0;
  color: #3c342f;
}

#location {
  margin: 30px auto 0;
  width: 90%;
}

#contact {
  margin: 60px 0px 80px 0px;
}

#contact_btn {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #4eae4c;
  margin: 30px auto 0;
  width: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
#contact_btn:hover {
  background: #ff9900;
}
#contact_btn a {
  display: block;
  color: #f0ede7;
  text-decoration: none;
  background: url(../img/contact.png) left center no-repeat;
  background-size: 30px 20px;
  background-position: 50px 20px;
  text-align: center;
  padding: 15px 0 15px 30px;
  font-size: 18px;
  font-weight: bold;
}

#footer {
  margin: 30px 0 0;
  padding: 30px 10%;
  border-top: solid 1px #f0ede7;
  color: #f0ede7;
  font-size: 12px;
  text-align: center;
}
#footer span {
  display: block;
  margin: 0;
  padding: 0;
}
#footer span.company_name {
  font-weight: bold;
}

.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: block;
  overflow: hidden;
}

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

@media (max-width: 699px) {
  .mb30 {
    margin: 30px auto 0;
  }

  #header #logo {
    position: absolute;
    top: 5px;
    left: 35px;
  }
  #header #logo img {
    width: 35%;
    height: auto;
  }
  #header #top_img img {
    margin: 25px 0 0;
  }

  #lead {
    margin: 30px auto;
  }
  #lead .lead-item {
    margin: 0 2%;
  }
  #lead .lead-item.only-pc {
    display: none;
  }
  #lead .lead-item p {
    margin: 15px 0;
  }
  #lead .lead-item p span {
    display: inline;
    font-size: 14px;
  }
  #lead .lead-item p br {
    line-height: 14px;
  }

  #price dl {
    padding: 20px;
  }
  #price dt {
    font-size: 16px;
  }
  #price dd {
    font-size: 16px;
  }

  #contact_btn a {
    background-position: 160px 20px;
    background-size: 45px 30px;
    font-size: 20px;
    padding: 20px 0;
  }

  #footer span {
    display: inline;
    padding: 0 10px 0 0;
  }
  #footer span.company_name {
    display: block;
  }

  /* Top
  ---------------------------------------- */
  .page-top .top-mspace-area {
    width: 90%;
    margin: 0 auto;
  }
  .page-top .top-mspace-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-mspace-area .top-mspace-title {
    padding: 10px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-mspace-area .top-mspace-title h2 {
    background: url(../img/lbl_msapce.png?1496163292) no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-mspace-area .top-mspace-area-noitem {
    color: #f0ede6;
    margin: 30px 0px 60px 12px;
  }
  .page-top .top-mspace-area ul {
    margin: 30px 0 60px 0;
  }
  .page-top .top-mspace-area ul.list-center {
    text-align: center;
  }
  .page-top .top-mspace-area ul.list-center li div.top-mspace-item img {
    width: 100%;
  }
  .page-top .top-mspace-area ul li {
    display: inline-block;
    padding: 0px 4px;
    margin: 10px auto;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img.top-mspace-item-img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img.mhover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #000;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    min-height: 60px;
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area {
    padding: 8px 12px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area h3 {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
    text-align: left;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area p {
    position: relative;
    z-index: 2;
    color: #ddd;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    padding-right: 20px;
    text-align: left;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 12px;
    height: auto;
    background: url('../img/btn_popup_next.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 12px auto;
    padding: 1px;
    position: absolute;
    top: 18px;
    right: 10px;
    height: 50px;
    z-index: 2;
  }
  .page-top .top-price-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-price-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-price-area .top-price-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-price-area .top-price-title h2 {
    background: url(../img/lbl_coodinate.png?1496163292) no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-location-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-location-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-location-area .top-location-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-location-area .top-location-title h2 {
    background: url(../img/lbl_location_lib.png?1590397398) no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain;
  }
  .page-top .top-location-area .category-container {
    background: #f0ede7;
    position: relative;
    padding: 2%;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }
  .page-top .top-location-area .category-container .category-inner {
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .page-top .top-location-area .category-container .head-main {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 3px;
    margin: 0 1%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #630;
  }
  .page-top .top-location-area .category-container .head-main:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  .page-top .top-location-area .category-container .category-area {
    position: relative;
    margin-top: 20px;
  }
  .page-top .top-location-area .category-container dl.category-item {
    margin: 0 1% 15px 1%;
    width: 98%;
    display: inline-block;
    vertical-align: top;
  }
  .page-top .top-location-area .category-container dl dt.head {
    margin: 0 0 12px 0;
  }
  .page-top .top-location-area .category-container dl dt.head span {
    display: block;
    position: relative;
    background: #e0d0c0;
    padding: 12px 10px 12px 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    color: #630;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 6px solid #630;
  }
  .page-top .top-location-area .category-container dl dd {
    padding-left: 6px;
    padding-bottom: 2px;
  }
  .page-top .top-location-area .category-container dl a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #3c342f;
    padding-left: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .page-top .top-location-area .category-container dl a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-top .top-location-area .category-container dl a:hover {
    color: #ff9900;
  }
  .page-top .top-location-area .category-container dl a:hover:before {
    content: "";
    position: absolute;
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  .page-top .top-contact-area {
    margin: 0 auto;
  }
  .page-top .top-contact-area .top-contact-title {
    padding: 10px 0px;
    margin-bottom: 38px;
  }
  .page-top .top-contact-area .top-contact-title h2 {
    width: 247px;
    height: 30px;
    background: url('../img/lbl_contact2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
  .page-top .top-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 90%;
    position: relative;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul li.top-contact-left {
    margin-bottom: 10px;
  }
  .page-top .top-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 10px 0px 10px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel2x.png?1496163292) no-repeat;
    background-size: 242px 45px;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul li .top-contact-contact-btn .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 40px;
    padding: 10px 0px 10px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail2x.png?1496163292) no-repeat;
    background-size: 252px 30px;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul li .top-contact-contact-btn .top-contact-contact-img.mhover {
    background-color: #ff9900;
  }
  .page-top #footer {
    margin: 30px 0px 50px 0px;
    padding: 36px 10%;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    text-align: center;
  }

  /* Mspace
  ---------------------------------------- */
  .page-mspace {
    background: #faf8f4;
  }
  .page-mspace #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .page-mspace #container .contents {
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-mspace #container .page-header {
    height: 75px;
  }
  .page-mspace #container .page-header h1 {
    position: relative;
    top: 14px;
    width: 40%;
    height: 50px;
  }
  .page-mspace #container .page-header h1 img {
    width: 90%;
    height: auto;
  }
  .page-mspace #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 26px;
    right: 10px;
    width: 40%;
    height: 44px;
  }
  .page-mspace #container .page-header .page-header-tel-area .page-header-tel {
    background: url(../img/hdr_tel.png?1496163292) no-repeat;
    background-size: contain;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-mspace #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-mspace #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-mspace #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-mspace #container .main-container .mspace-main-social-area {
    position: relative;
    text-align: right;
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area {
    min-height: 300px;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .page-mspace #container .main-container .mspace-main-area.list-line {
    border-bottom: 2px dotted #ddd;
    margin-top: 36px;
  }
  .page-mspace #container .main-container .mspace-main-area .list-mspace-area-noitem {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left {
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title {
    min-height: 72px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-label-icon {
    float: left;
    background-color: #4eae4c;
    width: 12px;
    height: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.13043;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content .mspace-main-social-area {
    position: relative;
    bottom: 71px;
    right: 4px;
    width: 100%;
    text-align: right;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-image-sp {
    position: relative;
    width: 105%;
    height: auto;
    left: -10px;
    right: -10px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-image-sp img {
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content {
    margin: -8px 0px 10px 2px;
    padding: 0px 0px 0px 0px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content.mspace-main-list-content {
    margin: -8px 10px 10px 2px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li {
    height: 100%;
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label {
    float: left;
    min-width: 120px;
    height: 100%;
    min-height: 28px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 4px;
    width: 10px;
    height: 10px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr {
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label:before {
    content: "";
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 4px;
    width: 10px;
    height: 10px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-item {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-item span {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right {
    display: none;
    width: 100%;
    position: relative;
    margin: 30px auto 30px auto;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area a {
    cursor: pointer;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area .mspace-popup-image.mhover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 98%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title {
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title h2:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/ico_item_prefix_g.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    top: 1px;
    left: 0px;
    padding: 0px 0px 0px 28px;
    width: 21px;
    height: 21px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul {
    margin: 0px 0px 20px 0px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul.list-center {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul.list-center li {
    margin-left: auto;
    margin-right: auto;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul.list-center li div.mspace-page-item-area img {
    width: 98%;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li {
    display: inline-block;
    margin: 8px auto 0px auto;
    margin-left: 2px;
    margin-right: 6px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image.mhover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 292px;
    height: auto;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area {
    padding: 10px 2px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: center;
  }
  .page-mspace #container .page-contact-area {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 40px auto 0px auto;
  }
  .page-mspace #container .page-contact-area .top-contact-title {
    padding: 10px 0px;
    margin-bottom: 16px;
  }
  .page-mspace #container .page-contact-area .top-contact-title h2 {
    width: 247px;
    height: 30px;
    background: url('../img/lbl_contact_g2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 15px auto 0 auto;
  }
  .page-mspace #container .page-contact-area ul {
    width: 100%;
    padding: 0px 0px 20px 0px;
  }
  .page-mspace #container .page-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 95%;
    position: relative;
    margin: 0 auto;
  }
  .page-mspace #container .page-contact-area ul li.top-contact-left {
    margin-bottom: 10px;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 10px 0px 10px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel2x.png?1496163292) no-repeat;
    background-size: 242px 45px;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-contact-btn .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 40px;
    padding: 10px 0px 10px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail2x.png?1496163292) no-repeat;
    background-size: 252px 30px;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-contact-btn .top-contact-contact-img.mhover {
    background-color: #ff9900;
  }
  .page-mspace #container .page-contact-area.page-error-area {
    padding: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title h2 {
    color: #4eae4c;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title p {
    color: #666;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-area-msg {
    padding: 10px;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-area-msg p {
    color: #666;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-footer-area {
    padding: 20px;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-footer-area a {
    color: #666;
  }
  .page-mspace #container #footer {
    position: relative;
    background-color: #53473f;
    margin: 140px 0 0;
    padding: 30px 10%;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    text-align: center;
    height: 100px;
  }
  .page-mspace #container #footer .page-pagetop-area {
    width: 150px;
    position: absolute;
    right: 4%;
    top: -122px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:before {
    content: "";
    width: 23px;
    height: 23px;
    background: url('../img/ico_pagetop2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 23px 23px;
    position: relative;
    top: 4px;
    left: 0px;
    padding: 8px 0 10px 36px;
    width: 23px;
    height: 23px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop.mhover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .page-mspace #container #footer .footer-logo {
    width: 375px;
    height: 90px;
    background: url('../img/bg_footer_parts2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 375px 90px;
    background-position: center;
    width: 100%;
    height: 90px;
    position: absolute;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -110px;
  }

  /* Category
  ---------------------------------------- */
  .page-category {
    background: #faf8f4;
  }
  .page-category #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .page-category #container .contents {
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-category #container .page-header {
    height: 75px;
  }
  .page-category #container .page-header h1 {
    position: relative;
    top: 14px;
    width: 40%;
    height: 50px;
  }
  .page-category #container .page-header h1 img {
    width: 90%;
    height: auto;
  }
  .page-category #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 26px;
    right: 10px;
    width: 40%;
    height: 44px;
  }
  .page-category #container .page-header .page-header-tel-area .page-header-tel {
    background: url(../img/hdr_tel.png?1496163292) no-repeat;
    background-size: contain;
    height: 44px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-category #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-category #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-category #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-category #container .main-container .category-container {
    position: relative;
    padding: 20px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }
  .page-category #container .main-container .category-container .category-inner {
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .page-category #container .main-container .category-container .head-main {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 3px;
    margin: 0 1%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #630;
  }
  .page-category #container .main-container .category-container .head-main:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  .page-category #container .main-container .category-container .category-area {
    position: relative;
    margin-top: 30px;
  }
  .page-category #container .main-container .category-container dl.category-item {
    margin: 0 1% 30px 1%;
    width: 98%;
    display: inline-block;
    vertical-align: top;
  }
  .page-category #container .main-container .category-container dl dt.head {
    margin: 0 0 12px 0;
  }
  .page-category #container .main-container .category-container dl dt.head span {
    display: block;
    position: relative;
    background: #e0d0c0;
    padding: 12px 10px 12px 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    color: #630;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 6px solid #630;
  }
  .page-category #container .main-container .category-container dl dd {
    padding-left: 6px;
    padding-bottom: 2px;
  }
  .page-category #container .main-container .category-container dl a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #3c342f;
    padding-left: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .page-category #container .main-container .category-container dl a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .category-container dl a:hover {
    color: #ff9900;
  }
  .page-category #container .main-container .category-container dl a:hover:before {
    content: "";
    position: absolute;
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents {
    position: relative;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner {
    margin: 0 auto 20px auto;
    text-align: inherit;
    width: 100%;
    min-height: 400px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box {
    position: relative;
    background: rgba(85, 69, 63, 0.8);
    width: 97%;
    margin: 0 1%;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form {
    float: inherit;
    width: 100%;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 97%;
    height: 46px;
    margin: 0;
    padding: 0 1% 0 1%;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    outline: none;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"]:focus {
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 1px;
    border: 2px solid #fff;
    background: #c22;
    width: 25%;
    height: 50px;
    margin: 0;
    padding: 0 0 0 8%;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15%;
    background: url(/img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result {
    clear: both;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result .mspace-page-search-result-num {
    margin: 10px 0 10px 0;
    padding-left: 2px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result .mspace-page-search-result-num p strong {
    font-size: 150%;
    font-weight: bold;
    padding: 0 8px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .noitem {
    padding-top: 30px;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding-left: 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/ico_item_prefix_g.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 3px;
    left: 14px;
    padding: 0px 14px 0 32px;
    width: 21px;
    height: 21px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2.search-result strong {
    font-weight: bold;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 24%;
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-catch {
    padding: 0 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul {
    margin: 8px 0px 10px 0px;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.list-center {
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li {
    display: inline-block;
    margin: 4px auto 4px auto;
    margin-left: 10px;
    margin-right: 6px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 210px;
    background-color: #3c342f;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .list-img .top-mspace-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 280px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .list-img:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 4;
    color: #000;
    text-decoration: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    color: #fff;
    top: 42%;
    text-align: center;
    -webkit-transform: translate3d(0%, -30%, 0);
    transform: translate3d(0%, -30%, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    line-height: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt span.small-txt {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    line-height: 1.5;
    padding-bottom: 0.4em;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p {
    margin: 0 auto;
    background-color: #333;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-read span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_read.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-lock {
    background-color: #c22;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-lock span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_lock.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .list-img:before {
    opacity: 1;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .list-img .top-mspace-item-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .more .more-txt {
    opacity: 0.8;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    height: auto;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area {
    padding: 10px 2px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.spacelist li {
    counter-increment: spacelist;
    position: relative;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.spacelist li:before {
    background: #ff9900;
    color: #fff;
    content: counter(spacelist);
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 30px;
    z-index: 1000;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner {
    background: #ffffff;
    padding: 20px 10px;
    font-size: 16px;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 10px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .error-message {
    margin: 10px auto 15px auto;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-icon {
    margin: 10px 0 20px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send-box {
    position: relative;
    background: rgba(83, 71, 63, 0.8);
    width: 100%;
    margin: 6px auto 30px auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form {
    width: 100%;
    position: relative;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 94%;
    height: 32px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
    position: absolute;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"]:focus {
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    position: relative;
    border: 2px solid #fff;
    background: #c22;
    width: 78px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form button:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a {
    display: inline-block;
    position: relative;
    border: 0.06em solid #ccc;
    width: 200px;
    padding: 10px 0px 12px 24px;
    margin-top: 4px;
    background-color: #4eae4c;
    color: #ffffff;
    text-decoration: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 18px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative;
    margin: auto 4%;
    width: 92%;
    min-height: 80px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 40px;
    border: 0.06em solid #ccc;
    position: relative;
    display: inline-block;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 210px;
    margin: auto;
    text-decoration: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 16px;
    left: 24px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:hover {
    color: #ffffff;
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact {
    margin: 0 0 50px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn {
    background-color: #4eae4c;
    color: #ffffff;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 16px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn:hover {
    background-color: #ff9900;
  }

  /* Popup
  ---------------------------------------- */
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-overlay #popup-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-overlay #popup-overlay-container {
    position: relative;
    z-index: 1001;
    width: 98%;
    height: 508px;
    max-height: 500px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-outer-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-inner-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action {
    padding: 10px 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action .popup-overlay-action-image img {
    width: 100%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action .popup-overlay-action-image .popup-overlay-action-catch-area {
    text-align: left;
    padding: 10px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 28px;
    height: 56px;
    background: url('../img/btn_popup_prev.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    left: 3%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1.0;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 28px;
    height: 56px;
    background: url('../img/btn_popup_next.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    right: 3%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1.0;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer {
    min-height: 50px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-catch {
    float: left;
    margin: 10px 0 0 20px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-catch .popup-overlay-action-catch {
    float: left;
    margin: 10px 0 0 20px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-close {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    width: 21px;
    height: 21px;
    background: url('../img/btn_popup_close.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 10px 20px 0px 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-close.mhover {
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
  }

  /* Paging
  ---------------------------------------- */
  .result-paging:after {
    content: '';
    display: block;
    clear: both;
  }
  .result-paging .nav-prevnext {
    width: 100%;
  }
  .result-paging .nav-prevnext .prev {
    float: left;
  }
  .result-paging .nav-prevnext .prev.mhover {
    cursor: pointer;
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }
  .result-paging .nav-prevnext .prev a:before {
    margin-right: 8px;
    content: '\AB';
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    vertical-align: -1px;
    margin-right: 8px;
  }
  .result-paging .nav-prevnext .next {
    float: right;
  }
  .result-paging .nav-prevnext .next.mhover {
    cursor: pointer;
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }
  .result-paging .nav-prevnext .next a:after {
    content: '\BB';
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    vertical-align: -1px;
    margin-left: 8px;
  }
  .result-paging .nav-prevnext a {
    color: #2a201b;
    padding: 0 10px;
    font-size: 16px;
    line-height: 36px;
    width: 66px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F0F0E6;
    border: 1px solid #DCD2D6;
  }
  .result-paging .nav-prevnext a.mhover {
    cursor: pointer;
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }
  .result-paging .pagenation {
    margin: 0 100px;
    text-align: center;
    display: none;
  }
  .result-paging .pagenation .pagenation-nav {
    font-size: 0;
    line-height: 1;
  }
  .result-paging .pagenation .pagenation-nav li {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 28px;
  }
  .result-paging .pagenation .pagenation-nav a {
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F0F0E6;
    border: 1px solid #DCD2D6;
    color: #3C234B;
    min-width: 30px;
    padding: 0 8px;
    border-radius: 2px;
    text-align: center;
  }
  .result-paging .pagenation .pagenation-nav a.mhover {
    cursor: pointer;
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }

  /* Slider
  ---------------------------------------- */
  .slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .slider .slideSet {
    position: absolute;
  }
  .slider .slideSet div {
    box-sizing: border-box;
  }
  .slider .slide {
    float: left;
  }

  /* Form Error
  --------------------------------------- */
  .error-message {
    margin: 0px;
    margin-top: 5px;
    display: block;
    color: #B20000;
    text-align: left;
    line-height: 24px;
    padding-left: 0px;
    margin-bottom: 0px;
    position: relative;
    bottom: 4px;
    width: 90%;
  }
}
@media only screen and (min-width: 700px) {
  html {
    background: #53473f url(../img/bg_html.png) top center repeat-x;
  }

  body {
    background: url(../img/room.png) top center no-repeat;
  }

  .mb30 {
    margin: 30px auto 0;
  }

  #container {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
  }

  #header {
    background: none;
    height: 620px;
    position: relative;
  }
  #header #logo {
    position: absolute;
    top: 0px;
    left: 0px;
  }
  #header #logo img {
    width: auto;
  }
  #header #top_img {
    display: none;
  }

  #lead {
    margin: 100px auto 50px;
  }
  #lead .lead-item.only-sp {
    display: none;
  }
  #lead .lead-item p {
    margin: 10px 0;
  }
  #lead .lead-item p span {
    display: inline;
  }
  #lead .lead-item p br {
    line-height: 33px;
  }

  #price dl {
    margin: 15px auto 0;
    padding: 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #price dt {
    font-size: 18px;
    float: left;
  }
  #price dd {
    float: right;
    padding: 0;
  }

  #contact_btn {
    width: 650px;
    margin: 0 auto;
    height: 80px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }
  #contact_btn a {
    display: block;
    color: #f0ede6;
    width: 620px;
    padding: 20px 0 20px 40px;
    height: 50px;
    background-position: 160px 20px;
    background-size: 60px 40px;
    font-size: 26px;
  }

  #footer span {
    display: inline;
    padding: 0 10px 0 0;
  }
  #footer span.company_name {
    padding: 0 20px 0 0;
  }

  .mspace-label-icon {
    background-color: #4eae4c;
    width: 10px;
    height: 38px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }

  /* Top
  ---------------------------------------- */
  .page-top .top-mspace-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-mspace-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-mspace-area .top-mspace-title {
    padding: 10px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-mspace-area .top-mspace-title h2 {
    width: 400px;
    height: 26px;
    background: url('../img/lbl_msapce.png?1498013098') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-mspace-area .top-mspace-area-noitem {
    color: #f0ede6;
    margin: 30px 0px 60px 12px;
  }
  .page-top .top-mspace-area ul {
    margin: 30px 0 60px 0;
  }
  .page-top .top-mspace-area ul li {
    display: inline-block;
    overflow: hidden;
    margin-left: 2px;
    margin-right: 6px;
    margin-bottom: 22px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item {
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-radius: 10px;
    overflow: hidden;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img.top-mspace-item-img {
    width: 268px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label-bg {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: #000;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -23px;
    width: 100%;
    min-height: 60px;
    border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label.slideup {
    bottom: 0px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label.slideup .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 10px !important;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area {
    padding: 8px 12px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area h3 {
    color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 4px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area p {
    position: relative;
    z-index: 2;
    color: #ddd;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.45455;
    padding-right: 20px;
  }
  .page-top .top-mspace-area ul li div.top-mspace-item .top-mspace-item-label .top-mspace-item-label-area .top-mspace-item-label-icon {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 12px;
    height: auto;
    background: url('../img/btn_popup_next.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 12px auto;
    padding: 1px;
    position: absolute;
    top: 18px;
    right: -20px;
    height: 50px;
    z-index: 2;
  }
  .page-top .top-price-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-price-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-price-area .top-price-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-price-area .top-price-title h2 {
    width: 512px;
    height: 22px;
    background: url('../img/lbl_coodinate.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-location-area {
    max-width: 840px;
    margin: 0 auto;
  }
  .page-top .top-location-area.mb30 {
    margin: 30px auto 0;
  }
  .page-top .top-location-area .top-location-title {
    padding: 10px 0px;
    margin-bottom: 38px;
    border-bottom: 1px solid #fff;
  }
  .page-top .top-location-area .top-location-title h2 {
    width: 438px;
    height: 25px;
    background: url('../img/lbl_location_lib.png?1590424048') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-top .top-location-area .category-container {
    background: #f0ede7;
    position: relative;
    padding: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }
  .page-top .top-location-area .category-container .category-inner {
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .page-top .top-location-area .category-container .head-main {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 3px;
    margin: 0 1%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #630;
  }
  .page-top .top-location-area .category-container .head-main:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  .page-top .top-location-area .category-container .category-area {
    position: relative;
    margin-top: 30px;
  }
  .page-top .top-location-area .category-container dl.category-item {
    margin: 0 1% 60px 1%;
    width: 30.8%;
    display: inline-block;
    vertical-align: top;
  }
  .page-top .top-location-area .category-container dl dt.head {
    margin: 0 0 12px 0;
  }
  .page-top .top-location-area .category-container dl dt.head span {
    display: block;
    position: relative;
    background: #e0d0c0;
    padding: 12px 10px 12px 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    color: #630;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 6px solid #630;
  }
  .page-top .top-location-area .category-container dl dd {
    padding-left: 6px;
    padding-bottom: 2px;
  }
  .page-top .top-location-area .category-container dl a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #3c342f;
    padding-left: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .page-top .top-location-area .category-container dl a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-top .top-location-area .category-container dl a:hover {
    color: #ff9900;
  }
  .page-top .top-location-area .category-container dl a:hover:before {
    content: "";
    position: absolute;
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  .page-top .top-contact-area {
    margin: 0 auto;
  }
  .page-top .top-contact-area .top-contact-title {
    padding: 10px 0px;
    margin-bottom: 38px;
  }
  .page-top .top-contact-area .top-contact-title h2 {
    width: 247px;
    height: 30px;
    background: url('../img/lbl_contact2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
  }
  .page-top .top-contact-area ul {
    width: 960px;
    margin: 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-top .top-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-top .top-contact-area ul li.top-contact-left {
    margin-left: 50px;
  }
  .page-top .top-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top .top-contact-area ul li .top-contact-contact-btn .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-top .top-contact-area ul li .top-contact-contact-btn .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-top #footer {
    margin: 30px 0px 50px 0px;
    padding: 36px 10%;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    text-align: center;
  }

  /* Mspace
  ---------------------------------------- */
  .page-mspace {
    background: #faf8f4;
  }
  .page-mspace #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .page-mspace #container .contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-mspace #container .page-header {
    height: 75px;
  }
  .page-mspace #container .page-header h1 {
    position: relative;
    top: 14px;
  }
  .page-mspace #container .page-header h1 img {
    width: 200px;
    height: auto;
  }
  .page-mspace #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 32px;
    right: 10px;
  }
  .page-mspace #container .page-header .page-header-tel-area .page-header-tel {
    width: 271px;
    height: 44px;
    background: url('../img/hdr_tel.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-mspace #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-mspace #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-mspace #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-mspace #container .main-container .mspace-main-social-area {
    position: relative;
    top: 22px;
    margin-left: 388px;
  }
  .page-mspace #container .main-container .mspace-main-area {
    min-height: 300px;
    margin-top: 4px;
    margin-bottom: 30px;
  }
  .page-mspace #container .main-container .mspace-main-area.list-line {
    border-bottom: 2px dotted #ddd;
    margin-top: 36px;
  }
  .page-mspace #container .main-container .mspace-main-area .list-mspace-area-noitem {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left {
    float: left;
    width: 480px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title {
    min-height: 72px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-label-icon {
    float: left;
    background-color: #4eae4c;
    width: 12px;
    height: 54px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    margin-right: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
    font-weight: bold;
    margin-bottom: 4px;
    height: 28px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content p {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-title-content .mspace-main-social-area {
    position: relative;
    bottom: 52px;
    right: 10px;
    width: 100%;
    text-align: right;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-title .mspace-main-image-sp {
    display: none;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content {
    margin: -8px 10px 10px 2px;
    padding: 0px 4px 0px 0px;
    border-top: 1px solid #aaa;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content.mspace-main-list-content {
    margin: -8px 10px 40px 2px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul {
    margin-bottom: 30px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li {
    height: 100%;
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url('../img/ico_item_prefix.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content ul li .mspace-main-content-label span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr {
    min-height: 28px;
    border-bottom: 1px dashed #aaa;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label {
    float: left;
    min-width: 140px;
    height: 100%;
    min-height: 28px;
    margin-top: 12px;
    padding-bottom: 12px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url('../img/ico_item_prefix.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    top: 3px;
    left: 0px;
    padding: 0px 0 0 18px;
    width: 10px;
    height: 10px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-label span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-left .mspace-main-content table tr .mspace-main-content-item {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: top;
    width: 100%;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right {
    float: right;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area {
    position: relative;
    top: 0px;
    right: 4px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area a {
    cursor: pointer;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 400px;
    height: auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
  }
  .page-mspace #container .main-container .mspace-main-area .mspace-main-right .mspace-main-image-area img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title {
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 14px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item .mspace-page-item-title h2:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/ico_item_prefix_g.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: relative;
    top: 1px;
    left: 0px;
    padding: 0px 14px 0 18px;
    width: 21px;
    height: 21px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul {
    margin: 10px 0px 50px 0px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul.list-center {
    text-align: center;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li {
    display: inline-block;
    margin: 0px auto 20px auto;
    margin-left: 2px;
    margin-right: 6px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    width: 292px;
    height: auto;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area {
    padding: 10px 2px;
  }
  .page-mspace #container .main-container .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  .page-mspace #container .page-contact-area {
    border: solid 5px #4eae4c;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #fff;
    margin: 80px auto 0px auto;
  }
  .page-mspace #container .page-contact-area .top-contact-title {
    padding: 20px 0px 16px 0px;
    margin-bottom: 22px;
  }
  .page-mspace #container .page-contact-area .top-contact-title h2 {
    width: 247px;
    height: 30px;
    background: url('../img/lbl_contact_g2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 247px 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 15px auto 0 auto;
  }
  .page-mspace #container .page-contact-area ul {
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 0px 0px;
  }
  .page-mspace #container .page-contact-area ul li {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 410px;
    display: inline-block;
    padding: 0px 8px;
  }
  .page-mspace #container .page-contact-area ul li.top-contact-left {
    margin-left: 16px;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-tel-btn .top-contact-tel-img {
    position: relative;
    padding: 15px 0px 15px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_tel.png?1496163292) no-repeat;
    height: 56px;
    background-position: center;
    background-color: #38afa2;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-contact-btn .top-contact-contact-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    padding: 20px 40px;
    padding: 15px 0px 15px 0px;
    background-color: #333;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: url(../img/btn_mail.png?1496163292) no-repeat;
    background-position: center;
    background-color: #4eae4c;
    height: 56px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 0 auto;
    max-width: 450px;
  }
  .page-mspace #container .page-contact-area ul li .top-contact-contact-btn .top-contact-contact-img:hover {
    background-color: #ff9900;
  }
  .page-mspace #container .page-contact-area.page-error-area {
    padding: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title {
    border-bottom: 2px dotted #ddd;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title h2 {
    color: #4eae4c;
    text-align: center;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 1.11765;
    font-weight: bold;
    margin: 10px 0px;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-title p {
    color: #666;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-area-msg {
    padding: 10px;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-area-msg p {
    color: #666;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-footer-area {
    padding: 20px;
    text-align: center;
  }
  .page-mspace #container .page-contact-area.page-error-area .page-error-footer-area a {
    color: #666;
  }
  .page-mspace #container #footer {
    background-color: #53473f;
    margin: 140px 0 0;
    padding: 30px 0;
    border-top: solid 1px #f0ede6;
    color: #f0ede6;
    font-size: 12px;
    text-align: center;
    height: 100px;
  }
  .page-mspace #container #footer .page-pagetop-area {
    width: 150px;
    position: relative;
    right: -80%;
    top: -130px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:before {
    content: "";
    width: 23px;
    height: 23px;
    background: url('../img/ico_pagetop2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 23px 23px;
    position: relative;
    top: 4px;
    left: 0px;
    padding: 8px 0 10px 36px;
    width: 23px;
    height: 23px;
  }
  .page-mspace #container #footer .page-pagetop-area .btn-pagetop:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
  }
  .page-mspace #container #footer .footer-logo {
    width: 375px;
    height: 90px;
    background: url('../img/bg_footer_parts2x.png') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: 375px 90px;
    position: absolute;
    right: 4%;
    margin-top: -110px;
  }

  /* Category
  ---------------------------------------- */
  .page-category {
    background: #faf8f4;
  }
  .page-category #container {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
  }
  .page-category #container .contents {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .page-category #container .page-header {
    height: 75px;
  }
  .page-category #container .page-header h1 {
    position: relative;
    top: 14px;
  }
  .page-category #container .page-header h1 img {
    width: 200px;
    height: auto;
  }
  .page-category #container .page-header .page-header-tel-area {
    position: relative;
    float: right;
    bottom: 32px;
    right: 10px;
  }
  .page-category #container .page-header .page-header-tel-area .page-header-tel {
    width: 271px;
    height: 44px;
    background: url('../img/hdr_tel.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .page-category #container .page-pankuzu {
    margin: 5px 0px;
    padding: 20px 24px;
    background-color: #53473f;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
  }
  .page-category #container .page-pankuzu ul li {
    color: #fff;
    display: inline-block;
    padding: 0 2px;
  }
  .page-category #container .page-pankuzu ul li a {
    color: #fff;
  }
  .page-category #container .main-container .category-container {
    position: relative;
    padding: 20px 0px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
  }
  .page-category #container .main-container .category-container .category-inner {
    margin: 0 auto;
    padding: 0 0 10px 0;
    text-align: left;
  }
  .page-category #container .main-container .category-container .head-main {
    position: relative;
    border-bottom: 1px solid #999;
    padding: 10px 0px 10px 3px;
    margin: 0 1%;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: bold;
    line-height: 1;
    color: #630;
  }
  .page-category #container .main-container .category-container .head-main:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 2;
  }
  .page-category #container .main-container .category-container .category-area {
    position: relative;
    margin-top: 30px;
  }
  .page-category #container .main-container .category-container dl.category-item {
    margin: 0 1% 60px 1%;
    width: 30.8%;
    display: inline-block;
    vertical-align: top;
  }
  .page-category #container .main-container .category-container dl dt.head {
    margin: 0 0 12px 0;
  }
  .page-category #container .main-container .category-container dl dt.head span {
    display: block;
    position: relative;
    background: #e0d0c0;
    padding: 12px 10px 12px 15px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: normal;
    line-height: 1;
    text-decoration: none;
    color: #630;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-left: 6px solid #630;
  }
  .page-category #container .main-container .category-container dl dd {
    padding-left: 6px;
    padding-bottom: 2px;
  }
  .page-category #container .main-container .category-container dl a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    color: #3c342f;
    padding-left: 18px;
    display: block;
    margin-bottom: 5px;
  }
  .page-category #container .main-container .category-container dl a:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .category-container dl a:hover {
    color: #ff9900;
  }
  .page-category #container .main-container .category-container dl a:hover:before {
    content: "";
    position: absolute;
    border-top: 2px solid #ff9900;
    border-right: 2px solid #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents {
    position: relative;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    width: 100%;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner {
    margin: 0 auto 30px auto;
    text-align: left;
    width: 900px;
    min-height: 400px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box {
    position: relative;
    background: rgba(85, 69, 63, 0.8);
    width: 754px;
    margin: 0 auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form {
    float: left;
    width: 754px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 604px;
    height: 46px;
    margin: 0;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form input[type="text"]:focus {
    border: 2px solid #ff9900;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    right: 1px;
    border: 2px solid #fff;
    background: #c22;
    width: 116px;
    height: 50px;
    margin: 0;
    padding: 0 0 0 30px;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-search-area .info-search .search-box .search_form button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 26px;
    background: url(/img/ico_search.png) no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    z-index: 1;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result {
    clear: both;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result .mspace-page-search-result-num {
    margin: 30px 0 10px 0;
    padding-left: 2px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-search-result .mspace-page-search-result-num p strong {
    font-size: 150%;
    font-weight: bold;
    padding: 0 8px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .noitem {
    padding-top: 30px;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title {
    position: relative;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    padding-left: 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.18182;
    font-weight: bold;
    position: relative;
    padding-left: 45px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2:before {
    content: "";
    width: 21px;
    height: 21px;
    background: url('../img/ico_item_prefix_g.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 3px;
    left: 14px;
    padding: 0px 14px 0 32px;
    width: 21px;
    height: 21px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title h2.search-result strong {
    font-weight: bold;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-item-title:after {
    background: #663300;
    bottom: -1px;
    content: '';
    height: 0.07em;
    left: 0;
    position: absolute;
    width: 24%;
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-catch {
    padding: 0 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul {
    margin: 28px 0px 50px 0px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.list-center {
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li {
    display: inline-block;
    margin: 4px auto 4px auto;
    margin-left: 10px;
    margin-right: 6px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img {
    position: relative;
    overflow: hidden;
    width: 280px;
    height: 210px;
    background-color: #3c342f;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .list-img .top-mspace-item-img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 280px;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .list-img:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    content: "";
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more {
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 4;
    color: #000;
    text-decoration: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    color: #fff;
    top: 42%;
    text-align: center;
    -webkit-transform: translate3d(0%, -30%, 0);
    transform: translate3d(0%, -30%, 0);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt span {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.14286;
    line-height: 1;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt span.small-txt {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
    line-height: 1.5;
    padding-bottom: 0.4em;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p {
    margin: 0 auto;
    background-color: #333;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-read span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_read.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-lock {
    background-color: #c22;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img .more .more-txt p.ico-lock span {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: url("../img/ico_lock.png") no-repeat;
    background-size: 32px;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 28px;
    left: 30px;
    outline: none;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    display: block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .list-img:before {
    opacity: 1;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .list-img .top-mspace-item-img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-img:hover .more .more-txt {
    opacity: 0.8;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image:hover {
    cursor: pointer;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    height: auto;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-popup-image img:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area {
    padding: 10px 2px;
    min-height: 20px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul li .mspace-page-item-area .mspace-page-item-label .mspace-page-item-label-area p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.38462;
    text-align: left;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.spacelist li {
    counter-increment: spacelist;
    position: relative;
    display: inline-block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item ul.spacelist li:before {
    background: #ff9900;
    color: #fff;
    content: counter(spacelist);
    display: block;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 0px;
    left: 0px;
    width: 30px;
    z-index: 1000;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner {
    background: #ffffff;
    padding: 30px;
    font-size: 16px;
    text-align: center;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    padding: 10px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .error-message {
    margin: 10px auto 15px auto;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-icon {
    margin: 10px 0 20px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send-box {
    position: relative;
    background: rgba(83, 71, 63, 0.8);
    width: 360px;
    margin: 6px auto 30px auto;
    padding: 1px;
    color: #fff;
    line-height: 1;
    z-index: 10;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form {
    width: 360px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"] {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: left;
    border: 2px solid #fff;
    border-right: none;
    background: #fff;
    width: 260px;
    height: 32px;
    margin: 0;
    padding: 0 8px 0 10px;
    vertical-align: middle;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"]:hover {
    cursor: pointer;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form input[type="text"]:focus {
    border: 2px solid #ff9900;
    outline: 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form button {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    position: relative;
    border: 2px solid #fff;
    background: #c22;
    width: 78px;
    height: 36px;
    margin: 0;
    padding: 0 0 0 4px;
    vertical-align: middle;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #fff;
    cursor: pointer;
    outline: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-form .send_form button:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a {
    display: inline-block;
    position: relative;
    border: 0.06em solid #ccc;
    width: 200px;
    padding: 10px 0px 12px 24px;
    margin-top: 4px;
    background-color: #4eae4c;
    color: #ffffff;
    text-decoration: none;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 18px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item .mspace-page-lock .mspace-page-lock-inner .mspace-page-lock-caution a:hover {
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer {
    text-align: center;
    clear: both;
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    background-color: #ffffff;
    padding: 8px 30px 8px 50px;
    border: 0.06em solid #ccc;
    text-decoration: none;
    display: inline-block;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 16px;
    left: 34px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #2a201b;
    border-right: 2px solid #2a201b;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:hover {
    color: #ffffff;
    background-color: #ff9900;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer a:hover:before {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact {
    margin: 0 0 50px 0;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn {
    background-color: #4eae4c;
    color: #ffffff;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn:before {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    content: "";
    position: absolute;
    top: 16px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
  }
  .page-category #container .main-container .s-mspace-contents .s-mspace-container .mspace-inner .mspace-page-area .mspace-page-item-footer .mspace-page-item-contact a.popup-contact-btn:hover {
    background-color: #ff9900;
  }

  /* Location
  ---------------------------------------- */
  /* Popup
  ---------------------------------------- */
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #popup-overlay #popup-overlay-bg {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #0b0806;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.6;
    filter: alpha(opacity=60);
  }
  #popup-overlay #popup-overlay-container {
    position: relative;
    z-index: 1001;
    max-width: 680px;
    height: 93%;
    max-height: 520px;
    top: 14%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background-size: contain;
    -webkit-background-size: contain;
    background-position: 50% 50%;
    -webkit-background-position: 50% 50%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background-color: #faf8f4;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-prev {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container:hover .popup-overlay-action-next {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-outer-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-inner-frame {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action {
    padding: 10px 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action .popup-overlay-action-image img {
    width: 100%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action .popup-overlay-action-image .popup-overlay-action-catch-area {
    text-align: left;
    padding: 10px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 28px;
    height: 56px;
    background: url('../img/btn_popup_prev.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    left: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1.0;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:active {
    left: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-prev:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 28px;
    height: 56px;
    background: url('../img/btn_popup_next.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-position: 6px 8px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 42%;
    right: -13%;
    background-color: transparent;
    padding: 8px 6px;
    opacity: 1.0;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:active {
    right: 3%;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-action-next:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    width: 100%;
    min-height: 50px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-catch-area {
    text-align: left;
    padding: 10px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-catch-area .popup-overlay-action-catch {
    float: left;
    margin: 10px 0 0 20px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-close {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    float: right;
    width: 21px;
    height: 21px;
    background: url('../img/btn_popup_close.png?1497898007') no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    margin: 14px 20px 0px 0px;
  }
  #popup-overlay #popup-overlay-container .popup-overlay-footer .popup-overlay-action-close:hover {
    cursor: pointer;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }

  /* Paging
  ---------------------------------------- */
  .result-paging:after {
    content: '';
    display: block;
    clear: both;
  }
  .result-paging .nav-prevnext {
    width: 100%;
  }
  .result-paging .nav-prevnext .prev {
    float: left;
  }
  .result-paging .nav-prevnext .prev a:before {
    margin-right: 8px;
    content: '\AB';
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    vertical-align: -1px;
    margin-right: 8px;
  }
  .result-paging .nav-prevnext .next {
    float: right;
  }
  .result-paging .nav-prevnext .next a:after {
    content: '\BB';
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    vertical-align: -1px;
    margin-left: 8px;
  }
  .result-paging .nav-prevnext a {
    color: #2a201b;
    padding: 0 10px;
    font-size: 16px;
    line-height: 36px;
    width: 66px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F0F0E6;
    border: 1px solid #DCD2D6;
  }
  .result-paging .nav-prevnext a:hover {
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }
  .result-paging .pagenation {
    margin: 0 100px;
    text-align: center;
  }
  .result-paging .pagenation .pagenation-nav {
    font-size: 0;
    line-height: 1;
  }
  .result-paging .pagenation .pagenation-nav li {
    display: inline-block;
    padding: 5px;
    font-size: 16px;
    line-height: 28px;
  }
  .result-paging .pagenation .pagenation-nav a {
    display: inline-block;
    border: none;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #F0F0E6;
    border: 1px solid #DCD2D6;
    color: #2a201b;
    min-width: 30px;
    padding: 0 8px;
    border-radius: 2px;
    text-align: center;
  }
  .result-paging .pagenation .pagenation-nav a:hover {
    background-color: #4eae4c;
    border-color: #4eae4c;
    color: #fff;
  }

  /* Slider
  ---------------------------------------- */
  .slider {
    width: 660px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
  }
  .slider .slideSet {
    position: absolute;
  }
  .slider .slideSet div {
    width: 660px;
    box-sizing: border-box;
  }
  .slider .slide {
    float: left;
  }

  /* Form Error
  --------------------------------------- */
  .error-message {
    margin: 0px;
    margin-top: 5px;
    display: block;
    color: #B20000;
    text-align: left;
    line-height: 24px;
    padding-left: 30%;
  }
}
