@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html, body {
  height: 100%;
}

html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  color: #494949;
}

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

p {
  line-height: 1.5;
}

strong {
  font-weight: 900;
}

/*
#common
共通
*/
/*#styleguide
カラー
```
<p class="md-color--gold">カラー</p>
<p class="md-color--cha">カラー</p>
<p class="md-color--kogecha">カラー</p>
<p class="md-color--blue">カラー</p>

```
*/
/*-------------------------------------------------
.md-color
--------------------------------------------------*/
.md-color--gold {
  color: #d29700;
}

.md-color--cha {
  color: #bd7830;
}

.md-color--kogecha {
  color: #4C3325;
}

.md-color--blue {
  color: #00256d;
}

/*-------------------------------------------------
.margin
--------------------------------------------------*/
.md-mt--0 {
  margin-top: 0px !important;
}

.md-mt--5 {
  margin-top: 5px !important;
}

.md-mt--10 {
  margin-top: 10px !important;
}

.md-mt--20 {
  margin-top: 20px !important;
}

.md-mt--30 {
  margin-top: 30px !important;
}

.md-mt--40 {
  margin-top: 40px !important;
}

.md-mt--50 {
  margin-top: 50px !important;
}

.md-mt--60 {
  margin-top: 60px !important;
}

.md-mt--70 {
  margin-top: 70px !important;
}

.md-mt--80 {
  margin-top: 80px !important;
}

.md-mt--90 {
  margin-top: 90px !important;
}

.md-mt--100 {
  margin-top: 100px !important;
}

.md-mb--0 {
  margin-bottom: 0px !important;
}

.md-mb--5 {
  margin-bottom: 5px !important;
}

.md-mb--10 {
  margin-bottom: 10px !important;
}

.md-mb--20 {
  margin-bottom: 20px !important;
}

.md-mb--30 {
  margin-bottom: 30px !important;
}

.md-mb--40 {
  margin-bottom: 40px !important;
}

.md-mb--50 {
  margin-bottom: 50px !important;
}

.md-mb--60 {
  margin-bottom: 60px !important;
}

.md-mb--70 {
  margin-bottom: 70px !important;
}

.md-mb--80 {
  margin-bottom: 80px !important;
}

.md-mb--90 {
  margin-bottom: 90px !important;
}

.md-mb--100 {
  margin-bottom: 100px !important;
}

.md-pt--0 {
  padding-top: 0px !important;
}

.md-pt--5 {
  padding-top: 5px !important;
}

.md-pt--10 {
  padding-top: 10px !important;
}

.md-pt--15 {
  padding-top: 15px !important;
}

.md-pt--20 {
  padding-top: 20px !important;
}

.md-pt--30 {
  padding-top: 30px !important;
}

.md-pt--40 {
  padding-top: 40px !important;
}

.md-pt--50 {
  padding-top: 50px !important;
}

.md-pt--60 {
  padding-top: 60px !important;
}

.md-pt--70 {
  padding-top: 70px !important;
}

.md-pt--80 {
  padding-top: 80px !important;
}

.md-pt--90 {
  padding-top: 90px !important;
}

.md-pt--100 {
  padding-top: 100px !important;
}

.md-pb--0 {
  padding-bottom: 0px !important;
}

.md-pb--5 {
  padding-bottom: 5px !important;
}

.md-pb--10 {
  padding-bottom: 10px !important;
}

.md-pb--20 {
  padding-bottom: 20px !important;
}

.md-pb--30 {
  padding-bottom: 30px !important;
}

.md-pb--40 {
  padding-bottom: 40px !important;
}

.md-pb--50 {
  padding-bottom: 50px !important;
}

.md-pb--60 {
  padding-bottom: 60px !important;
}

.md-pb--70 {
  padding-bottom: 70px !important;
}

.md-pb--80 {
  padding-bottom: 80px !important;
}

.md-pb--90 {
  padding-bottom: 90px !important;
}

.md-pb--100 {
  padding-bottom: 100px !important;
}

.md-pl--0 {
  padding-left: 0px !important;
}

.md-pl--5 {
  padding-left: 5px !important;
}

.md-pl--10 {
  padding-left: 10px !important;
}

.md-pl--20 {
  padding-left: 20px !important;
}

.md-pl--30 {
  padding-left: 30px !important;
}

.md-pl--40 {
  padding-left: 40px !important;
}

.md-pl--50 {
  padding-left: 50px !important;
}

.md-pl--60 {
  padding-left: 60px !important;
}

.md-pl--70 {
  padding-left: 70px !important;
}

.md-pl--80 {
  padding-left: 80px !important;
}

.md-pl--90 {
  padding-left: 90px !important;
}

.md-pl--100 {
  padding-left: 100px !important;
}

.md-pr--0 {
  padding-right: 0px !important;
}

.md-pr--5 {
  padding-right: 5px !important;
}

.md-pr--10 {
  padding-right: 10px !important;
}

.md-pr--20 {
  padding-right: 20px !important;
}

.md-pr--30 {
  padding-right: 30px !important;
}

.md-pr--40 {
  padding-right: 40px !important;
}

.md-pr--50 {
  padding-right: 50px !important;
}

.md-pr--60 {
  padding-right: 60px !important;
}

.md-pr--70 {
  padding-right: 70px !important;
}

.md-pr--80 {
  padding-right: 80px !important;
}

.md-pr--90 {
  padding-right: 90px !important;
}

.md-pr--100 {
  padding-right: 100px !important;
}

.md-p--10 {
  padding: 10px !important;
}

.md-p--15 {
  padding: 15px !important;
}

.md-p--20 {
  padding: 20px !important;
}

.md-p--30 {
  padding: 30px !important;
}

.md-p--40 {
  padding: 40px !important;
}

.md-p--50 {
  padding: 50px !important;
}

.md-p--60 {
  padding: 60px !important;
}

.md-p--70 {
  padding: 70px !important;
}

.md-p--80 {
  padding: 80px !important;
}

.md-p--90 {
  padding: 90px !important;
}

.md-p--100 {
  padding: 100px !important;
}

/*-------------------------------------------------
.md-align--left
--------------------------------------------------*/
.md-align--left {
  text-align: left;
}

.md-align--center {
  text-align: center;
}

.md-alignPcLeft--middleCenter {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .md-alignPcLeft--middleCenter {
    text-align: center;
  }
}

.md-align--right {
  text-align: right;
}

/*-------------------------------------------------
.md-p1
--------------------------------------------------*/
.md-p0,
.md-p1,
.md-p2,
.md-pageProducts .md-pageProducts__list dl dt,
.md-p3,
.md-p4,
.md-p5,
.md-titleSub,
.md-small1,
.md-pageProducts .md-pageProducts__list dl dd,
.md-small2 {
  line-height: 1.5;
}

.md-p0 {
  font-size: 14px;
  font-size: 0.875rem;
}

.md-p1 {
  font-size: 16px;
  font-size: 1rem;
}

.md-p2, .md-pageProducts .md-pageProducts__list dl dt {
  font-size: 18px;
  font-size: 1.125rem;
}

.md-p3 {
  font-size: 20px;
  font-size: 1.25rem;
}

.md-p4 {
  font-size: 22px;
  font-size: 1.375rem;
}

.md-p5, .md-titleSub {
  font-size: 24px;
  font-size: 1.5rem;
}

.md-small1, .md-pageProducts .md-pageProducts__list dl dd {
  font-size: 14px;
  font-size: 0.875rem;
}

.md-small2 {
  font-size: 12px;
  font-size: 0.750rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*-------------------------------------------------
.md-label
--------------------------------------------------*/
.md-label {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: text-top;
}
.md-label.md-label-kogetya {
  color: #fff;
  background: #4C3325;
}
.md-label.md-label-blue {
  color: #ffffff;
  background: #00256d;
}
.md-label.md-label-black {
  color: #ffffff;
  background: #000000;
}

/*-------------------------------------------------
.md-opacity
--------------------------------------------------*/
.md-opacity--60 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/*-------------------------------------------------
.md-container
--------------------------------------------------*/
.md-container {
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
}

/*-------------------------------------------------
.md-dsp--none{
--------------------------------------------------*/
.md-dsp--none {
  display: none;
}

.md-dspPc--middleNone {
  display: block;
}
@media screen and (max-width: 767px) {
  .md-dspPc--middleNone {
    display: none !important;
  }
}

/*-------------------------------------------------
.md-line1
--------------------------------------------------*/
.md-line1 {
  height: 13px;
  background: url('../images/line_flower.png?1464595554') repeat-x;
  width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 29px;
  clear: both;
}
@media screen and (max-width: 767px) {
  .md-line1 {
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

.md-line2 {
  height: 13px;
  background: url('../images/line_about.png?1464595554') repeat-x;
  width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 5px;
  clear: both;
}

.md-line3 {
  height: 29px;
  background: url('../images/line_flower2.png?1464595554') repeat-x;
  width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  height: 28px;
  clear: both;
}

/*-------------------------------------------------
.md-head
--------------------------------------------------*/
.md-head1 {
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 639px) {
  .md-head1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*-------------------------------------------------
.md-titleImg
--------------------------------------------------*/
.md-titleImg {
  text-align: center;
  line-height: 1.5;
}
.md-titleImg.md-titleImg--1 {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .md-titleImg.md-titleImg--1 {
    font-size: 20px;
  }
}
.md-titleImg:before {
  content: '';
  background: url('../images/title_side_l.png?1464595559');
  width: 44px;
  height: 81px;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .md-titleImg:before {
    width: 22px;
    height: 41px;
  }
}
.md-titleImg:after {
  content: '';
  background: url('../images/title_side_r.png?1464595559');
  width: 44px;
  height: 81px;
  margin-bottom: 10px;
  vertical-align: middle;
  display: inline-block;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .md-titleImg:after {
    width: 22px;
    height: 41px;
  }
}

/*-------------------------------------------------
.md-doro
--------------------------------------------------*/
.md-doro {
  position: relative;
  font-size: smaller;
  display: inline-block;
  padding-left: 6px;
  padding-right: 6px;
}
.md-doro:before {
  content: '\e804';
  font-family: "fontello";
  position: absolute;
  left: 4%;
  top: 48%;
  font-size: 200%;
  line-height: 0;
}

/*-------------------------------------------------
.md-ancorLink
--------------------------------------------------*/
.md-ancorLink {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-ancorLink {
    display: block;
    text-align: center;
  }
}
.md-ancorLink li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .md-ancorLink li {
    display: block;
    padding-bottom: 15px;
  }
}
.md-ancorLink.md-ancorLink--3col li {
  width: 33.333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .md-ancorLink.md-ancorLink--3col li {
    display: block;
    width: 100%;
  }
}

/*-------------------------------------------------
.md-titleSub
--------------------------------------------------*/
.md-titleSub {
  line-height: 1.5;
}
.md-titleSub .md-titleSub__sub {
  font-size: 16px !important;
  font-size: 1rem !important;
}
.md-titleSub span {
  display: inline-block;
}
.md-titleSub.md-titleSub--leftBor:before {
  content: '┃';
  padding-right: 5px;
  display: inline-block;
}
.md-titleSub.md-titleSub--lrLine {
  font-size: 14px !important;
}
.md-titleSub.md-titleSub--lrLine span {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #fff;
  padding: 10px;
}
.md-titleSub.md-titleSub--btmBor {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #4C3325;
}

/*-------------------------------------------------
.md-col
--------------------------------------------------*/
.md-2col {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-2col {
    display: block;
  }
}
.md-2col.md-2col--widthAuto {
  width: auto;
  margin: 0 auto;
}
.md-2col.md-2col--widthAuto .md-2col__cell {
  padding: 0 20px;
}
.md-2col .md-2col__cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .md-2col .md-2col__cell {
    display: block;
    width: 100% !important;
    padding: 15px 0 15px 0 !important;
  }
}
.md-2col .md-2col__cell.md-2col__cell--pad20:first-child {
  padding-right: 10px;
}
.md-2col .md-2col__cell.md-2col__cell--pad20:last-child {
  padding-left: 10px;
}
.md-2col .md-2col__cell.md-2col__cell--pad30:first-child {
  padding-right: 15px;
}
.md-2col .md-2col__cell.md-2col__cell--pad30:last-child {
  padding-left: 15px;
}
.md-2col .md-2col__cell.md-2col__cell--pad40:first-child {
  padding-right: 20px;
}
.md-2col .md-2col__cell.md-2col__cell--pad40:last-child {
  padding-left: 20px;
}
.md-2col .md-2col__cell.md-2col__cell--pad50:first-child {
  padding-right: 25px;
}
.md-2col .md-2col__cell.md-2col__cell--pad50:last-child {
  padding-left: 25px;
}
.md-2col .md-2col__cell.md-2col__cell--pad60:first-child {
  padding-right: 30px;
}
.md-2col .md-2col__cell.md-2col__cell--pad60:last-child {
  padding-left: 30px;
}
.md-2col .md-2col__cell.md-2col__cell--per60 {
  width: 60%;
}
.md-2col .md-2col__cell.md-2col__cell--per40 {
  width: 40%;
}

.md-3col {
  display: table;
  width: 102%;
  margin: 0 -1%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .md-3col {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.md-3col.md-3col--widthAuto {
  width: auto;
  margin: 0 auto;
}
.md-3col.md-3col--widthAuto .md-3col__cell {
  padding: 0 20px;
}
.md-3col .md-3col__cell {
  display: table-cell;
  vertical-align: top;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .md-3col .md-3col__cell {
    display: block;
    width: 100% !important;
    padding: 15px 0 15px 0 !important;
  }
}
.md-3col .md-3col__cell.md-3col__cell--pad60 {
  padding-right: 1%;
  padding-left: 1%;
  width: 32.666666%;
}

.md-4col {
  display: table;
  width: 102%;
  margin: 0 -1%;
}
@media screen and (max-width: 767px) {
  .md-4col {
    display: block;
    width: 100%;
    margin: 0;
  }
}
.md-4col .md-4col__cell {
  display: table-cell;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .md-4col .md-4col__cell {
    display: block;
    width: 100%;
    height: auto;
  }
}
.md-4col .md-4col__cell.md-4col__cell--pad50 {
  padding-right: 1%;
  padding-left: 1%;
}
@media screen and (max-width: 767px) {
  .md-4col .md-4col__cell.md-4col__cell--pad50 {
    padding: 0;
  }
}

/*-------------------------------------------------
.md-list
--------------------------------------------------*/
.md-list {
  line-height: 2;
  overflow: hidden;
}
.md-list li {
  clear: both;
}
.md-list.md-list--disc {
  padding-left: 20px;
}
.md-list.md-list--disc li {
  list-style: disc;
}
.md-list.md-list--btmBorder > li {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-top: 10px;
  overflow: hidden;
}
.md-list.md-list--float li {
  clear: none;
  float: left;
  padding-left: 0px;
  padding-right: 20px;
  margin-left: 10px;
}

/*-------------------------------------------------
.md-boxBor
--------------------------------------------------*/
.md-boxBor {
  border: 1px solid #494949;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.md-boxBor.md-boxBor--w {
  border: 1px solid #fff;
}

/*-------------------------------------------------
.md-img__width--auto
--------------------------------------------------*/
.md-img__width--auto {
  max-width: 100% !important;
}

/*-------------------------------------------------
.md-table
--------------------------------------------------*/
.md-table {
  padding: 30px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .md-table {
    padding: 20px;
  }
}
.md-table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-table colgroup {
    display: none;
  }
}
.md-table.md-table--w700 {
  width: auto;
  max-width: 700px;
}
.md-table.md-table--border {
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 767px) {
  .md-table th {
    float: left;
    width: 100%;
    border-left: 2px solid #494949;
    padding-left: 10px;
  }
}
.md-table td {
  vertical-align: middle;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .md-table td {
    float: left;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*-------------------------------------------------
.md-header
--------------------------------------------------*/
.md-header {
  background: #dcdfd9;
  text-align: center;
}
.md-header .md-header__line {
  height: 13px;
  background: url('../images/line_top.png?1464595554') repeat-x;
  width: 100%;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.md-header .md-header__table {
  display: table;
  margin: 0 auto;
  position: relative;
}
.md-header .md-header__table .md-header__tableCell {
  display: table-cell;
  vertical-align: bottom;
}
.md-header .md-header__img {
  max-width: 693px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-header .md-header__img {
    display: none;
  }
}
.md-header .md-header__logo {
  width: 100%;
  max-width: 500px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .md-header .md-header__logo {
    margin-bottom: 0;
    margin-top: 30px;
  }
}
.md-header .md-header__fb {
  width: 100%;
  max-width: 29px;
  margin-bottom: 45px;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .md-header .md-header__fb {
    top: 50px;
  }
}

/*-------------------------------------------------
.md-menu
--------------------------------------------------*/
.md-menu {
  background: rgba(255, 255, 255, 0.8);
  margin-top: -67px;
  position: relative;
  z-index: 999;
}
.md-menu.md-menu--contents {
  margin-top: 0;
}
.md-menu ul {
  display: table;
  max-width: 1193px;
  margin: 0 auto;
  height: 67px;
  position: relative;
  z-index: 9999;
}
.md-menu ul li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 10%;
  padding-top: 3px;
}
.md-menu ul li.md-menu__fc {
  background: url('../images/menu_deco_btm.png?1464595554') center 55px no-repeat;
  -moz-background-size: 74% 17px;
  -o-background-size: 74% 17px;
  -webkit-background-size: 74% 17px;
  background-size: 74% 17px;
}
.md-menu ul li.md-menu__fc a {
  position: relative;
  display: inline-block;
}
.md-menu ul li.md-menu__fc a:before {
  content: '';
  background: url('../images/menu_deco_l.png?1464595554') 0 0 no-repeat;
  position: absolute;
  top: 9px;
  left: -53px;
  width: 79px;
  height: 100px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .md-menu ul li.md-menu__fc a:before {
    display: none;
  }
}
.md-menu ul li.md-menu__fc a:after {
  content: '';
  background: url('../images/menu_deco_r.png?1464595555') 0 0 no-repeat;
  position: absolute;
  top: 2px;
  right: -63px;
  width: 100px;
  height: 100px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .md-menu ul li.md-menu__fc a:after {
    display: none;
  }
}
.md-menu .md-menu__stay {
  position: absolute;
  bottom: -37px;
  left: 145px;
}

/*-------------------------------------------------
.md-menu.collapsed
--------------------------------------------------*/
.menu-collapser {
  position: fixed !important;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9) !important;
  text-align: right;
  color: #494949 !important;
}
.menu-collapser .collapse-button {
  background: #494949 !important;
  left: 8px !important;
}

.md-menu.collapsed {
  background: #fff;
  margin-top: 0px;
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 999;
  width: 100%;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 10px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 10px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 16px 10px;
}
.md-menu.collapsed ul {
  display: block;
  width: 100%;
  height: auto;
}
.md-menu.collapsed ul li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px;
  border-top: 1px solid #e7e7e7;
}
.md-menu.collapsed ul li a:before {
  content: '\e807';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.md-menu.collapsed ul li.md-menu__fc {
  background: #494949;
}
.md-menu.collapsed ul li.md-menu__fc a {
  color: #fff;
}
.md-menu.collapsed ul li.md-menu__fc:before {
  display: none;
}
.md-menu.collapsed ul li.md-menu__fc:after {
  display: none;
}
.md-menu.collapsed .md-menu__stay {
  position: absolute;
  bottom: -37px;
  left: 145px;
}

/*-------------------------------------------------
.md-about
--------------------------------------------------*/
.md-about {
  background: #585453;
  -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 200px inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 200px inset;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 200px inset;
  text-align: center;
  padding: 100px 20px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 340px) {
  .md-about .md-head1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .md-about {
    padding: 30px;
  }
}
.md-about .md-about__wrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.md-about h2 {
  margin-bottom: 20px;
}
.md-about p {
  text-align: left;
}

/*-------------------------------------------------
.md-lineup
--------------------------------------------------*/
.md-lineup ul {
  overflow: hidden;
  margin: 40px 0 40px -1%;
  width: 102%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1243px) {
  .md-lineup ul {
    margin: 20px;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .md-lineup ul {
    margin: 0;
  }
}
.md-lineup ul li {
  float: left;
  font-size: 0;
  width: 50%;
}
@media screen and (max-width: 639px) {
  .md-lineup ul li {
    width: 100%;
  }
}
.md-lineup ul li img {
  width: 100%;
  padding: 1% 1%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .md-lineup ul li img {
    padding: 0;
  }
}

/*-------------------------------------------------
.md-news
--------------------------------------------------*/
.md-news {
  background: #f7f7f7;
  padding: 100px 0 100px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .md-news {
    padding: 25px 20px 20px 20px;
  }
}
.md-news .md-news__title {
  display: table;
  text-align: center;
  width: 100%;
}
.md-news .md-news__title .md-news__titleCell {
  font-size: 40px;
  vertical-align: middle;
}
.md-news .md-news__title .md-news__titleCell span, .md-news .md-news__title .md-news__titleCell img {
  display: inline-block;
}
.md-news .md-news__txt {
  margin: 50px 0 0 0;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .md-news .md-news__txt {
    margin: 20px 0 0 0;
    padding: 0;
  }
}
.md-news .md-news__txt li {
  border-bottom: 1px #e7e7e7 solid;
  padding: 0 0 35px 0;
  margin: 0 0 35px 0;
}
@media screen and (max-width: 767px) {
  .md-news .md-news__txt li {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
  }
}
.md-news .md-news__txt li dl {
  display: table;
  width: 100%;
}
.md-news .md-news__txt li dl dt, .md-news .md-news__txt li dl dd {
  display: table-cell;
  vertical-align: top;
  line-height: 1.5;
}
.md-news .md-news__txt li dl dt {
  width: 15%;
  font-family: "Arial";
}
.md-news .md-news__txt li dl dt .md-news__y {
  display: block;
  font-size: 14px;
  color: #b7b7b7;
}
.md-news .md-news__txt li dl dt .md-news__d {
  font-size: 24px;
  display: inline-block;
  border-top: 1px #e7e7e7 solid;
  padding-top: 5px;
}
.md-news .md-news__txt li dl dd {
  line-height: 1.5;
  padding-left: 20px;
}

/*-------------------------------------------------
.md-footer
--------------------------------------------------*/
.md-footer {
  background: #5b5b5b;
  padding: 100px 0;
  color: #fff;
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 1273px) {
  .md-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 639px) {
  .md-footer {
    padding: 20px;
  }
}
.md-footer .md-footer__table {
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
  display: table;
}
@media screen and (max-width: 639px) {
  .md-footer .md-footer__table {
    display: block;
  }
}
.md-footer .md-footer__table .md-footer__tableCell {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #CCCCCC;
}
@media screen and (max-width: 639px) {
  .md-footer .md-footer__table .md-footer__tableCell {
    display: block;
  }
}
.md-footer .md-footer__table .md-footer__tableCell .md-footer__copy {
  padding-top: 15px;
  font-size: 10px;
  color: #A9A9A9;
}
.md-footer .md-footer__table .md-footer__tableCell .md-footer__logo {
  width: 100%;
  max-width: 339px;
}
@media screen and (max-width: 639px) {
  .md-footer .md-footer__table .md-footer__tableCell .md-footer__logo {
    margin-top: 10px;
  }
}

/*-------------------------------------------------
.md-header__contents
--------------------------------------------------*/
.md-header__contentsTable {
  width: 100%;
  max-width: 1193px;
  display: table;
  margin: 0 auto;
  position: relative;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1233px) {
  .md-header__contentsTable {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .md-header__contentsTable {
    margin-top: 35px;
  }
}
.md-header__contentsTable .md-header__contentsTableCell {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  height: 130px;
}
@media screen and (max-width: 1233px) {
  .md-header__contentsTable .md-header__contentsTableCell {
    height: 112px;
  }
}
@media screen and (max-width: 767px) {
  .md-header__contentsTable .md-header__contentsTableCell {
    height: auto;
    padding: 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .md-header__contentsTable .md-header__fb {
    top: 12px;
  }
}

.md-header__contentsLogo {
  width: 100%;
  max-width: 494px;
}

/*-------------------------------------------------
.md-pageAbout
--------------------------------------------------*/
.md-pageAbout {
  background: url('../images/about/bg.jpg?1464595559');
  overflow: hidden;
  padding: 0 0 100px 0;
}
@media screen and (max-width: 1273px) {
  .md-pageAbout {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .md-pageAbout p {
    text-align: left;
  }
  .md-pageAbout p br {
    display: none;
  }
}
.md-pageAbout .md-2col__cell:first-child {
  border-right: 1px solid #E9CB76;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-2col__cell:first-child {
    border-right: none;
  }
}
.md-pageAbout .md-3col__cell.md-3col__cell--sideLine {
  border-right: 1px solid #E9CB76;
  border-left: 1px solid #E9CB76;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-3col__cell.md-3col__cell--sideLine {
    border-right: none;
    border-left: none;
  }
}
.md-pageAbout .md-3col__cell p.md-align--left {
  padding: 0 10px;
}
.md-pageAbout .md-3col__cell ul {
  padding: 0 10px 0 30px;
}
.md-pageAbout .md-pageAbout__table {
  padding: 30px;
  border: 1px solid #E9CB76;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px auto;
  line-height: 1.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__table {
    padding: 10px;
  }
}
.md-pageAbout .md-pageAbout__table table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__table tr:first-child th {
    margin-top: 0px;
  }
}
.md-pageAbout .md-pageAbout__table td {
  vertical-align: middle;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__table td {
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__table th {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 8px;
    background: #E6D8B1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__table .md-pageAbout__table--center {
    display: none !important;
  }
}
.md-pageAbout .md-pageAbout__table .md-label.md-label-blue {
  vertical-align: baseline;
}
.md-pageAbout .md-pageAbout__table .md-pageAbout__table--line {
  height: 1px;
  background: #494949;
  width: 100px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-pageAbout__koka {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .md-pageAbout .md-lineup {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 360px) {
  .md-pageAbout .md-pageAbout--title3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*-------------------------------------------------
.md-pageShoplist
--------------------------------------------------*/
.md-pageShoplist {
  padding: 0;
}
@media screen and (max-width: 1273px) {
  .md-pageShoplist {
    padding: 0 20px;
  }
}
.md-pageShoplist .md-pageShoplist__left {
  padding-right: 30px;
}
.md-pageShoplist .md-pageShoplist__right {
  padding-right: 30px;
}
.md-pageShoplist .md-pageShoplist__bggray {
  font-size: 0;
  margin: 0;
  background: none;
}
@media screen and (max-width: 767px) {
  .md-pageShoplist .md-pageShoplist__bggray {
    background: #4C3325;
    margin: 0 -20px 0 -20px;
  }
}

/*-------------------------------------------------
.md-pageProducts
--------------------------------------------------*/
.md-pageProducts .product-title{
  text-align: center;
  font-size: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__subMenu + .md-line1 {
    height: 10px;
  }
}
.md-pageProducts .md-pageProducts__subMenu {
  padding: 0;
}
@media screen and (max-width: 1273px) {
  .md-pageProducts .md-pageProducts__subMenu {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__subMenu {
    padding: 0;
  }
  .md-pageProducts .md-pageProducts__subMenu .md-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__subMenu .md-container {
    margin: 0 !important;
  }
}
.md-pageProducts .md-pageProducts__subMenu .md-pageProducts__subMenuList {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #dcdfd9;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__subMenu .md-pageProducts__subMenuList {
    display: block;
  }
}
.md-pageProducts .md-pageProducts__menu {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  overflow: visible;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__menu {
    overflow: hidden;
  }
}
.md-pageProducts .md-pageProducts__menu.md-pageProducts__menu--natural {
  background: #1a0b08;
}
.md-pageProducts .md-pageProducts__menu.md-pageProducts__menu--curl {
  background: #3d4724;
}
.md-pageProducts .md-pageProducts__menu.md-pageProducts__menu--straight {
  background: #e7b737;
}
.md-pageProducts .md-pageProducts__menu.md-pageProducts__menu--tanah {
  background: #00256d;
}
.md-pageProducts .md-pageProducts__menu dl {
  line-height: 1.3;
}
.md-pageProducts .md-pageProducts__menu dl dt {
  margin: 0 0 10px 0;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 639px) {
  .md-pageProducts .md-pageProducts__menu dl dt {
    padding: 0 0 8px 0;
  }
}
.md-pageProducts .md-pageProducts__menu dl dd {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 639px) {
  .md-pageProducts .md-pageProducts__menu dl dd {
    font-size: 12px;
    font-size: 0.750rem;
  }
}
.md-pageProducts .md-pageProducts__menu img {
  width: 100%;
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__menu img {
    max-width: 200px;
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 639px) {
  .md-pageProducts .md-pageProducts__menu img {
    max-width: 50px;
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1273px) {
  .md-pageProducts .md-line3 {
    width: 120%;
    margin-left: -20px !important;
  }
}
@media screen and (max-width: 639px) {
  .md-pageProducts .md-line3 {
    margin: 20px 0 20px -20px  !important;
  }
}
.md-pageProducts a {
  display: table;
  min-height: 300px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-pageProducts a {
    width: 100%;
    min-height: auto;
  }
}
.md-pageProducts a .md-pageProducts__menu--stay {
  position: relative;
}
.md-pageProducts a .md-pageProducts__menu--stay:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .md-pageProducts a .md-pageProducts__menu--stay:after {
    width: 3px;
    left: 5px;
    top: 0%;
    height: 94%;
    border-top: none;
    background: #fff;
  }
}
.md-pageProducts a .md-pageProducts__menu--stay.md-pageProducts__menu--curl:after {
  border-top: 3px solid #3d4724;
}
.md-pageProducts a .md-pageProducts__menu--stay.md-pageProducts__menu--straight:after {
  border-top: 3px solid #e7b737;
}
.md-pageProducts .md-pageProducts__title {
  font-size: 0;
  line-height: 0;
}
.md-pageProducts .md-pageProducts__title.md-pageProducts__title--natural {
  background: #1a0b08;
}
.md-pageProducts .md-pageProducts__title.md-pageProducts__title--curl {
  background: #3d4724;
}
.md-pageProducts .md-pageProducts__title.md-pageProducts__title--straight {
  background: #e7b737;
}
.md-pageProducts .md-pageProducts__title.md-pageProducts__title--tanah {
  background: #00256d;
}
.md-pageProducts .md-pageProducts__title .md-pageProducts__titleWrap {
  width: 100%;
  max-width: 1193px;
  margin: 0 auto;
}
.md-pageProducts .md-pageProducts__title .md-pageProducts__titleWrap img {
  display: inline-block;
  width: 37%;
}
.md-pageProducts .md-pageProducts__title .md-pageProducts__titleWrap img:first-child {
  width: 63%;
}
.md-pageProducts .md-pageProducts__bg {
  padding: 0 0 80px 0;
}
@media screen and (max-width: 1273px) {
  .md-pageProducts .md-pageProducts__bg {
    padding: 0 20px 80px 20px;
  }
}
.md-pageProducts .md-pageProducts__bg--natural, .md-pageProducts .md-pageProducts__bg--curl, .md-pageProducts .md-pageProducts__bg--straight, .md-pageProducts .md-pageProducts__bg--tanah {
  background: #B77D51;
  color: #fff;
  padding-bottom: 100px;
  overflow: hidden;
}
.md-pageProducts .md-pageProducts__bg--curl {
  background: #5b6734;
}
.md-pageProducts .md-pageProducts__bg--straight {
  background: #e1b458;
  color: #4C3325;
}
.md-pageProducts .md-pageProducts__bg--tanah {
  background: #feebcd;
  color: #4C3325;
}
.md-pageProducts .md-pageProducts__list.md-pageProducts__list--natural {
  color: #1a0b08;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__list .md-2col .md-2col .md-2col__cell,
  .md-pageProducts .md-pageProducts__list .md-3col__cell,
  .md-pageProducts .md-pageProducts__list .md-4col__cell {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }
}
.md-pageProducts .md-pageProducts__list img {
  max-width: 100%;
}
.md-pageProducts .md-pageProducts__list dl dt {
  text-align: center;
  line-height: 1;
}
.md-pageProducts .md-pageProducts__list dl dd {
  padding: 10px 0 0 0;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__bg--tanah .md-2col__cell {
    padding-top: 0 !important;
    margin-top: 0 !important;
    border-top: none !important;
  }
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__bg--tanah .md-pageProducts__list > .md-2col > .md-2col__cell {
    padding-top: 20px !important;
    margin-top: 20px !important;
    border-top: 1px solid rgba(0, 0, 0, 0.3) !important;
  }
}
.md-pageProducts .md-pageProducts__curlPhoto {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .md-pageProducts .md-pageProducts__curlPhoto {
    margin-top: 40px;
  }
}
.md-pageProducts .md-pageProducts__curlPhoto .md-3col__cell {
  text-align: center;
}
.md-pageProducts .md-pageProducts__curlPhoto img {
  width: 100%;
  max-width: 270px;
}

/*-------------------------------------------------
.md-pageCompany
--------------------------------------------------*/
.md-pageCompany {
  padding: 0;
}
@media screen and (max-width: 1273px) {
  .md-pageCompany {
    padding: 0 20px;
  }
}
.md-pageCompany .md-pageCompany__border--left {
  border-left: 1px solid #e7e7e7;
  border-top: top;
}
@media screen and (max-width: 767px) {
  .md-pageCompany .md-pageCompany__border--left {
    border-left: none;
    border-top: 1px solid #e7e7e7;
  }
}
.md-pageCompany iframe {
  width: 100%;
  height: 400px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .md-pageCompany iframe {
    height: 300px;
  }
}
@media screen and (max-width: 639px) {
  .md-pageCompany iframe {
    height: 200px;
  }
}

.privacy-policy_box ol{
  margin-left: 20px;
  list-style: auto;
}
.privacy-policy_box li{
  list-style: auto;
  line-height: 1.5;
  margin-top: 20px;
}
.privacy-policy_box li ol{
  margin-left: 40px;
}
.privacy-policy_box .note{
  font-size: 14px;
  color: #858585;
  margin-top: 40px;
}
.footer_privacy-policy{
  margin-top: 12px;
}
.footer_privacy-policy a{
  color: #ccc;
}