/*===== BASE =====*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  color: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

a,
a:focus {
  outline: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}

strong {
  font-weight: bold;
}

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
/* ADD FONTS */
@font-face {
  font-family: 'RyuminPro-Medium-AlphaNum';
  src: url("fonts/RyuminPro-Medium-AlphaNum.eot?#iefix") format("embedded-opentype"), url("fonts/RyuminPro-Medium-AlphaNum.otf") format("opentype"), url("fonts/RyuminPro-Medium-AlphaNum.woff") format("woff"), url("fonts/RyuminPro-Medium-AlphaNum.ttf") format("truetype"), url("fonts/RyuminPro-Medium-AlphaNum.svg#RyuminPro-Medium-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RyuminPro-Light-AlphaNum';
  src: url("fonts/RyuminPro-Light-AlphaNum.eot?#iefix") format("embedded-opentype"), url("fonts/RyuminPro-Light-AlphaNum.otf") format("opentype"), url("fonts/RyuminPro-Light-AlphaNum.woff") format("woff"), url("fonts/RyuminPro-Light-AlphaNum.ttf") format("truetype"), url("fonts/RyuminPro-Light-AlphaNum.svg#RyuminPro-Light-AlphaNum") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CalistoMT';
  src: url("fonts/CalistoMT.eot?#iefix") format("embedded-opentype"), url("fonts/CalistoMT.woff") format("woff"), url("fonts/CalistoMT.ttf") format("truetype"), url("fonts/CalistoMT.svg#CalistoMT") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*===== COMMON =====*/
body {
  font-size: 14px;
  font-family: Meiryo, YuGothic, "Hiragino Kaku Gothic ProN", sans-serif;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
  color: #000;
  background: #f7f7f7;
}

.ft-ryuminmd {
  font-family: 'RyuminPro-Medium-AlphaNum', "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.ft-calisto {
  font-family: 'CalistoMT', "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.ft-yu {
  font-family: Yu Gothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}
.ft-yu-B {
  font-family: Yu Gothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight:500;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ft-ryuminmd,
  .ft-calisto {
    font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
  }

  .ft-yu {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
.ie9 .ft-ryuminmd,
.ie9 .ft-calisto {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}

.ie9 .ft-yu {
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  color: #000;
}

.container {
  width: 100%;
  min-width: 1100px;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.sm {
  display: none !important;
}

/* Text */
.trans {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -khtml-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.trans:hover {
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  opacity: 0.5;
}

.ft-mont {
  font-family: "Montserrat Alternates", sans-serif;
}

.line-through {
  text-decoration: line-through;
}

@media only screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 745px) {
  html {
    font-size: 99.33333px;
  }
}
@media (max-width: 740px) {
  html {
    font-size: 98.66667px;
  }
}
@media (max-width: 735px) {
  html {
    font-size: 98px;
  }
}
@media (max-width: 730px) {
  html {
    font-size: 97.33333px;
  }
}
@media (max-width: 725px) {
  html {
    font-size: 96.66667px;
  }
}
@media (max-width: 720px) {
  html {
    font-size: 96px;
  }
}
@media (max-width: 715px) {
  html {
    font-size: 95.33333px;
  }
}
@media (max-width: 710px) {
  html {
    font-size: 94.66667px;
  }
}
@media (max-width: 705px) {
  html {
    font-size: 94px;
  }
}
@media (max-width: 700px) {
  html {
    font-size: 93.33333px;
  }
}
@media (max-width: 695px) {
  html {
    font-size: 92.66667px;
  }
}
@media (max-width: 690px) {
  html {
    font-size: 92px;
  }
}
@media (max-width: 685px) {
  html {
    font-size: 91.33333px;
  }
}
@media (max-width: 680px) {
  html {
    font-size: 90.66667px;
  }
}
@media (max-width: 675px) {
  html {
    font-size: 90px;
  }
}
@media (max-width: 670px) {
  html {
    font-size: 89.33333px;
  }
}
@media (max-width: 665px) {
  html {
    font-size: 88.66667px;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 88px;
  }
}
@media (max-width: 655px) {
  html {
    font-size: 87.33333px;
  }
}
@media (max-width: 650px) {
  html {
    font-size: 86.66667px;
  }
}
@media (max-width: 645px) {
  html {
    font-size: 86px;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 85.33333px;
  }
}
@media (max-width: 635px) {
  html {
    font-size: 84.66667px;
  }
}
@media (max-width: 630px) {
  html {
    font-size: 84px;
  }
}
@media (max-width: 625px) {
  html {
    font-size: 83.33333px;
  }
}
@media (max-width: 620px) {
  html {
    font-size: 82.66667px;
  }
}
@media (max-width: 615px) {
  html {
    font-size: 82px;
  }
}
@media (max-width: 610px) {
  html {
    font-size: 81.33333px;
  }
}
@media (max-width: 605px) {
  html {
    font-size: 80.66667px;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 80px;
  }
}
@media (max-width: 595px) {
  html {
    font-size: 79.33333px;
  }
}
@media (max-width: 590px) {
  html {
    font-size: 78.66667px;
  }
}
@media (max-width: 585px) {
  html {
    font-size: 78px;
  }
}
@media (max-width: 580px) {
  html {
    font-size: 77.33333px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 76.66667px;
  }
}
@media (max-width: 570px) {
  html {
    font-size: 76px;
  }
}
@media (max-width: 565px) {
  html {
    font-size: 75.33333px;
  }
}
@media (max-width: 560px) {
  html {
    font-size: 74.66667px;
  }
}
@media (max-width: 555px) {
  html {
    font-size: 74px;
  }
}
@media (max-width: 550px) {
  html {
    font-size: 73.33333px;
  }
}
@media (max-width: 545px) {
  html {
    font-size: 72.66667px;
  }
}
@media (max-width: 540px) {
  html {
    font-size: 72px;
  }
}
@media (max-width: 535px) {
  html {
    font-size: 71.33333px;
  }
}
@media (max-width: 530px) {
  html {
    font-size: 70.66667px;
  }
}
@media (max-width: 525px) {
  html {
    font-size: 70px;
  }
}
@media (max-width: 520px) {
  html {
    font-size: 69.33333px;
  }
}
@media (max-width: 515px) {
  html {
    font-size: 68.66667px;
  }
}
@media (max-width: 510px) {
  html {
    font-size: 68px;
  }
}
@media (max-width: 505px) {
  html {
    font-size: 67.33333px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 66.66667px;
  }
}
@media (max-width: 495px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 490px) {
  html {
    font-size: 65.33333px;
  }
}
@media (max-width: 485px) {
  html {
    font-size: 64.66667px;
  }
}
@media (max-width: 480px) {
  html {
    font-size: 64px;
  }
}
@media (max-width: 475px) {
  html {
    font-size: 63.33333px;
  }
}
@media (max-width: 470px) {
  html {
    font-size: 62.66667px;
  }
}
@media (max-width: 465px) {
  html {
    font-size: 62px;
  }
}
@media (max-width: 460px) {
  html {
    font-size: 61.33333px;
  }
}
@media (max-width: 455px) {
  html {
    font-size: 60.66667px;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 60px;
  }
}
@media (max-width: 445px) {
  html {
    font-size: 59.33333px;
  }
}
@media (max-width: 440px) {
  html {
    font-size: 58.66667px;
  }
}
@media (max-width: 435px) {
  html {
    font-size: 58px;
  }
}
@media (max-width: 430px) {
  html {
    font-size: 57.33333px;
  }
}
@media (max-width: 425px) {
  html {
    font-size: 56.66667px;
  }
}
@media (max-width: 420px) {
  html {
    font-size: 56px;
  }
}
@media (max-width: 415px) {
  html {
    font-size: 55.33333px;
  }
}
@media (max-width: 410px) {
  html {
    font-size: 54.66667px;
  }
}
@media (max-width: 405px) {
  html {
    font-size: 54px;
  }
}
@media (max-width: 400px) {
  html {
    font-size: 53.33333px;
  }
}
@media (max-width: 395px) {
  html {
    font-size: 52.66667px;
  }
}
@media (max-width: 390px) {
  html {
    font-size: 52px;
  }
}
@media (max-width: 385px) {
  html {
    font-size: 51.33333px;
  }
}
@media (max-width: 380px) {
  html {
    font-size: 50.66667px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 50px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 49.33333px;
  }
}
@media (max-width: 365px) {
  html {
    font-size: 48.66667px;
  }
}
@media (max-width: 360px) {
  html {
    font-size: 48px;
  }
}
@media (max-width: 355px) {
  html {
    font-size: 47.33333px;
  }
}
@media (max-width: 350px) {
  html {
    font-size: 46.66667px;
  }
}
@media (max-width: 345px) {
  html {
    font-size: 46px;
  }
}
@media (max-width: 340px) {
  html {
    font-size: 45.33333px;
  }
}
@media (max-width: 335px) {
  html {
    font-size: 44.66667px;
  }
}
@media (max-width: 330px) {
  html {
    font-size: 44px;
  }
}
@media (max-width: 325px) {
  html {
    font-size: 43.33333px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 42.66667px;
  }
}
@media only screen and (max-width: 750px) {
  .md {
    display: none !important;
  }

  .sm {
    display: block !important;
  }

  img {
    width: 100%;
  }

  body.lock {
    overflow: hidden;
  }

  .trans:hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    width: auto;
  }
}
/*===== COMMON PARTS =====*/
header {
  position: absolute;
  z-index: 2500;
  left: 0;
  top: 0;
  width: 100%;
  padding: 5px 0;
  height: 114px;
  background: url(../img/common/backg_header.png) repeat-x 0 0;
}
header .header-logo {
  width: 111px;
  margin: 0 0 0 -11px;
  float: left;
}
header .header-nav {
  float: left;
  margin: 24px 0 0 3px;
}
header .header-nav > li {
  float: left;
  margin-left: 16px;
}
header .header-nav > li a {
  display: block;
  position: relative;
}
header .header-nav > li a:before {
  content: '';
  left: 8px;
  bottom: 0;
  right: 8px;
  border-bottom: 2px solid #D9BBB0;
  position: absolute;
  display: none;
}
header .header-nav > li a:hover:before {
  display: block;
}
header .ul-lik {
  float: right;
  margin: 31px -7px 0 0;
}
header .ul-lik > li {
  float: left;
}

@media only screen and (max-width: 750px) {
  header {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.14rem 0;
    background: url(../img/common/sm/backg_header.png) repeat-x 0 0;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    height: 1.47rem;
    min-width: 320px;
  }
  header .header-logo {
    width: 13.86666666666667%;
    margin: 0 0 0 0.12rem;
    float: left;
  }
  header .btn-menu {
    width: 11.46666666666667%;
    float: right;
  }

  #overlay-menu {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2900;
    display: none;
  }

  .body-hidden {
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  #navgi-sm {
    display: none;
    width: 44.8%;
    z-index: 3000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    font-family: Yu Gothic, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #navgi-sm .btn-close {
    display: block;
    right: 0;
    top: 0;
    width: 35.71428571428571%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
  }
  #navgi-sm .navgi {
    width: 44.8%;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    overflow-y: auto;
    bottom: 0;
    margin-top: 16%;
  }
  #navgi-sm .ul-nav {
    text-align: center;
    padding: 0.55rem 0 1.5rem;
    position: relative;
  }
  #navgi-sm .ul-nav > li {
    background: url(../img/common/sm/dot.png) repeat-x 0 bottom;
    -webkit-background-size: auto 0.04rem;
    background-size: auto 0.04rem;
  }
  #navgi-sm .ul-nav > li > a {
    display: block;
    font-size: 0.3rem;
    line-height: 1.2em;
    color: #441300;
    padding: 0.2rem 0;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  #navgi-sm .ul-nav > li.lik-pc {
    position: absolute;
    z-index: 1;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    background: none;
  }
  #navgi-sm .ul-nav > li.lik-pc > a {
    font-size: 0.26rem;
    text-align: center;
    padding: 0.2rem 0;
    display: block;
    color: #333;
  }
  #navgi-sm .ul-nav > li.lik-pc > a span {
    background: url(../img/common/sm/icon_pc.png) no-repeat right center;
    -webkit-background-size: 0.32rem auto;
    background-size: 0.32rem auto;
    display: inline-block;
    padding-right: 0.4rem;
  }
}
footer {
  background: url(../img/common/backg_footer.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  position: relative;
  color: #fff;
  height: 362px;
}
footer .wrapper {
  padding: 86px 0 10px;
}
footer .footer-logo {
  width: 63px;
  margin: 0 auto;
}
footer .info {
  width: 324px;
  margin: 25px auto 33px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0 13px;
}
footer .info .footer-txt {
  letter-spacing: 0.07em;
}
footer .info .footer-btn {
  width: 131px;
  margin: 12px auto 0;
  outline: none;
  display: block;
}
footer .copyright {
  font-size: 11px;
  line-height: 1em;
}
footer .gototop {
  width: 58px;
  height: 58px;
  background: url(../img/common/gototop.png) no-repeat 0 0;
  left: 50%;
  margin-left: -29px;
  top: -29px;
  z-index: 10;
  display: block;
  position: absolute;
}

@media only screen and (max-width: 750px) {
  footer {
    background-image: url(../img/common/sm/backg_footer.jpg);
    height: 6rem;
  }
  footer .wrapper {
    padding: 1.66rem 0 0.1rem;
  }
  footer .footer-logo {
    width: 16.53333333333333%;
  }
  footer .info {
    width: auto;
    margin: 0.33rem 0 0.19rem;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.35rem 0 0.23rem;
  }
  footer .info .footer-txt {
    font-size: 0.22rem;
    line-height: 1.4em;
  }
  footer .info .footer-btn {
    width: 28.13333333333333%;
    margin: 0.25rem auto 0;
  }
  footer .copyright {
    font-size: 0.18rem;
    line-height: 1.4em;
  }
  footer .gototop {
    width: 0.93rem;
    height: 0.92rem;
    background-image: url(../img/common/sm/gototop.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: -0.465rem;
    top: -0.44rem;
  }
}
.main {
  background: #F3F1ED;
}

.img {
  display: block;
  max-width: 100%;
}

.sec-ttl {
  text-align: center;
}
.sec-ttl > span {
  display: block;
}
.sec-ttl .jp {
  font-size: 29px;
  letter-spacing: 0.03em;
  color: #441300;
  line-height: 1.5em;
}
.sec-ttl .en {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #333333;
  line-height: 1.5em;
  margin: 6px 0 0;
}

.sec-ttl02 {
  position: relative;
  text-align: center;
  color: #441400;
  font-size: 16px;
  line-height: 1em;
  padding-bottom: 10px;
  letter-spacing: 0.07em;
  margin-bottom: 22px;
  font-weight: bold;
}
.sec-ttl02:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 1px;
  background: #441400;
  left: 50%;
  margin-left: -35px;
}
.sec-ttl02 > a {
  color: #441400;
  display: inline-block;
}

.sec-ttl03 {
  font-size: 27px;
  line-height: 1.6em;
  color: #441300;
}

.desc-bl {
  font-size: 15px;
  line-height: 1.7em;
}

.caption {
  font-size: 17px;
  line-height: 1.7em;
}

.btn {
  background: #660000;
  color: #fff;
  text-align: center;
  width: 180px;
  margin: 0 auto;
  display: block;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 13px 0;
  outline: none;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.backg {
  background: #F3F1ED url(../img/common/flower05.png) repeat-x 0 0;
  padding: 51px 0 42px;
}

@media only screen and (max-width: 750px) {
  .img {
    width: 100%;
  }

  .sec-ttl .jp {
    font-size: 0.34rem;
  }
  .sec-ttl .en {
    font-size: 0.2rem;
    margin: 0.04rem 0 0;
  }

  .sec-ttl02 {
    font-size: 0.24rem;
    padding-bottom: 0.26rem;
    margin-bottom: 0;
  }
  .sec-ttl02:before {
    width: 1.4rem;
    margin-left: -0.7rem;
  }

  .sec-ttl03 {
    font-size: 0.29rem;
  }

  .desc-bl {
    font-size: 0.24rem;
  }

  .caption {
    font-size: 0.22rem;
  }

  .btn {
    width: 43.78787878787879%;
    font-size: 0.24rem;
    padding: 0.2rem 0;
    outline: none;
    -webkit-border-radius: 0.4rem;
    -khtml-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-weight: bold;
  }

  .backg {
    background: url(../img/common/sm/flower05.png) repeat-x 0 0;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding: 0.73rem 0 0;
  }
}
.sec-banner {
  padding-top: 199px;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sec-banner img {
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .sec-banner {
    padding-top: 1.74rem;
    height: 3.6rem;
  }
}
.breadcrumb {
  background: #D9BBB0;
}
.breadcrumb .ul-breadcrumb {
  padding: 5px 0;
  color: #333;
}
.breadcrumb .ul-breadcrumb a {
  color: #660000;
}
.breadcrumb .ul-breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .ul-breadcrumb > li {
  position: relative;
  float: left;
  padding-right: 20px;
}
.breadcrumb .ul-breadcrumb > li:before {
  content: '>';
  position: absolute;
  top: 0;
  right: 4px;
}
.breadcrumb .ul-breadcrumb > li :last-child {
  padding-right: 0;
}
.breadcrumb .ul-breadcrumb > li:last-child:before {
  display: none;
}
.breadcrumb .ul-breadcrumb > li.home a {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/ic_home.png) no-repeat 0 0;
}

.wrap-col {
  margin-left: -40px;
}
.wrap-col .ul-col-bl {
  /* -js-display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; */
}
.wrap-col .ul-col-bl > li {
  width: 300px;
  margin: 0 0 21px 40px;
  float: left;
}

.item-bl {
  min-height: 258px;
  text-align: center;
  color: #333;
}
.item-bl a {
  display: block;
}
.item-bl .img {
  width: 100%;
}
.item-bl .ttl {
  font-size: 14px;
  line-height: 1.7em;
  margin: 17px 0 0;
}
.item-bl .ttl01 {
  font-size: 16px;
  line-height: 1.7em;
  margin-top: 17px;
  font-weight: bold;
}
.item-bl .desc {
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 5px;
  padding-bottom: 4px;
}

@media only screen and (max-width: 750px) {
  .wrap-col {
    margin-left: 0;
    padding: 0 0.2rem;
  }
  .wrap-col .ul-col-bl > li {
    width: 47.79411764705882%;
    margin: 0 4.411764705882353% 0.3rem 0;
    padding: 0 0;
  }
  .wrap-col .ul-col-bl > li:nth-child(even) {
    margin-right: 0;
  }

  .item-bl {
    min-height: 0;
  }
  .item-bl .ttl {
    font-size: 0.22rem;
    margin: 0.13rem 0 0;
  }
  .item-bl .ttl01 {
    font-size: 0.22rem;
    margin: 0.13rem 0 0;
  }
  .item-bl .desc {
    font-size: 0.2rem;
    line-height: 1.5em;
    margin-top: 0.05rem;
    padding-bottom: 0.15rem;
  }
}

/*# sourceMappingURL=common.css.map */
.caption.ft-yu.mb {
	margin-bottom: 300px;
}

