@charset "utf-8";
/*---------------------------------
reset start
--------------------------------*/
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family:  'Times New Roman',メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* html .cf {
  height: 1px;
  /*¥*/
      /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

img {
  vertical-align: bottom; }

.cardo {
  font-family: 'Times New Roman',メイリオ, Meiryo,'Crimson Text', serif;
  letter-spacing: 1px; }

a {
  text-decoration: none;
  font-family: 'Times New Roman',メイリオ, Meiryo,'Crimson Text', serif;
  letter-spacing: 1px; }

.fl {
  float: left; }

.fr {
  float: right; }

/*---------------------------------
common start
--------------------------------*/
@-webkit-keyframes animation1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes animation1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes animation1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes animation2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes animation2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes animation2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes animation3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes animation3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes animation3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes animation4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes animation4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes animation4 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes animation5 {
  0% {
    opacity: 0;
    /*@include css3(transform , scale(0,0));*/ }

  100% {
    opacity: 1;
    /*@include css3(transform , scale(1,1));*/ } }
@-moz-keyframes animation5 {
  0% {
    opacity: 0;
    /*@include css3(transform , scale(0,0));*/ }

  100% {
    opacity: 1;
    /*@include css3(transform , scale(1,1));*/ } }
@keyframes animation5 {
  0% {
    opacity: 0;
    /*@include css3(transform , scale(0,0));*/ }

  100% {
    opacity: 1;
    /*@include css3(transform , scale(1,1));*/ } }
body {
  font-family: 'Times New Roman',メイリオ, Meiryo,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  width: 100%;
  min-width: 1220px;
  color: #333;
  font-weight: normal; }

.container {
  padding: 0 40px; }

.bg_beige {
  background-color: #f3ede5;
  min-width: 1140px; }

.a.blog:link{
	color:#f0f;
	text-decoration:underline;
}
a.blog:visited{
	color:#696969;
	text-decoration:underline;
}
a.blog:hover{
	background: #fff;
	color:#00f;
	text-decoration:none;
}
a.blog:active{
	color:#f00;
	text-decoration:underline;
}


.btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 358px;
  height: 60px;
  color: #fff;
  background: #990000 url(../images/link_arr_b.png) no-repeat 83% center;
  line-height: 60px;
  text-align: center;
  border: #63513b 1px solid;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }
  .btn:hover {
    background: url(../images/link_arr_b.png) no-repeat 90% center;
    color: #63513b; }

header {
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 1100px;
  width: 85%;
  margin: 30px auto; }
  header .logo {
    width: 10%;
    text-align: center; }
  header p {
    margin-top: 24px;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 1px;
    width: 45%; }
    header p span {
      float: right;
      font-weight: 600; }
  header.appear1 {
    -webkit-animation: animation1 0.5s ease 0.15s;
    -moz-animation: animation1 0.5s ease 0.15s;
    animation: animation1 0.5s ease 0.15s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }

#progress {
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #fff; }
  #progress #progress_bar {
    width: 0;
    height: 2px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    background-color: #63513b; }

#loading_bar {
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0%;
  background-color: #63513b; }

#content_box {
  display: none; }

#float_nav {
  position: fixed;
  width: 100%;
  background: #fff;
  left: 0;
  top: -68px;
  overflow: hidden;
  z-index: 99;
  padding: 0 !important; }

footer #footer_nav {
  border-bottom: 1px solid #c1b7aa;
  width: 100%; }
  footer #footer_nav .link {
    width: 920px;
    margin: 0 auto 0;
    float: none; }
    footer #footer_nav .link li {
      float: left;
      position: relative;
      width: 12.5%; }
      footer #footer_nav .link li:after {
        content: " ";
        display: block;
        height: 3px;
        position: absolute;
        bottom: -1px;
        background: #63513b;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        width: 100%;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
      footer #footer_nav .link li:hover a {
        color: #63513b; }
      footer #footer_nav .link li:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
    footer #footer_nav .link a {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      color: #333;
      padding: 25px 0px 22px !important;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600; }
    footer #footer_nav .link .culent a {
      color: #63513b; }
    footer #footer_nav .link .culent:after {
      content: " ";
      display: block;
      height: 3px;
      background: #63513b;
      width: 100%;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    footer #footer_nav .link .top_arr {
      margin-top: -2px;
      float: right; }
      footer #footer_nav .link .top_arr:after {
        display: none; }
footer .social {
  width: 211px;
  margin: 40px auto 35px; }
  footer .social li {
    float: left;
    position: relative;
    width: 57px;
    height: 57px;
    margin-left: 20px;  }
    footer .social li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #fff;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: #63513b 1px solid;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s; }
      footer .social li a .icon {
        position: absolute;
        fill: #63513b;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
      footer .social li a .fb {
        top: -11px;
        left: 15px;
        width: 87px;
        height: 72px; }
      footer .social li a .tw {
        top: 16px;
        left: 10px;
        width: 40px;
        height: 24px; }
      footer .social li a .isg {
        top: 17px;
        left: 10px;
        width: 38px;
        height: 23px; }
      footer .social li a:hover {
        background-color: #63513b;
        border: #63513b 0px solid; }
        footer .social li a:hover .icon {
          fill: #fff; }
    footer .social li:first-child {
      margin-left: 0px; }
footer p {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.3;
  font-weight: 600; }
footer .copy {
  margin: 28px 0 32px;
  font-weight: 600; }


/*#new_customer{
        width: 85%;
        min-width: 1100px;
        margin: 0 auto 80px;
        padding: 10px;
        @include css3(box-sizing, border-box);
        border: 1px solid #c1b8ae;
        h3{
            background: #63513B;
            height: 102px;
            line-height: 102px;
            padding: 0 20px;
            color: #fff;
            @include fontsize(15);
            float: left;
            position: relative;
            &:after{
                content:"　";
                font-size: 0;
                width: 0;
                height: 0;
                border: 10px solid transparent;
                border-left: 8px solid #63513B;
                position: absolute;
                right: -18px;
                top: 50%;
                margin-top: -10px;
            }
        }
        .text{
            float: left;
            .intro{
                @include fontsize(14);
                text-indent: -9px;
                margin-left: 30px;
                margin-top: 5px;
                line-height: 2;
            }
            
            .insentive{
                margin-left: 20px;
                margin-top: 5px;
                p{
                    float:left;
                    @include fontsize(14);
                    margin-left: 10px;
                    
                    span{
                        display: block;
                        float: left;
                        border-bottom: 1px solid #c1b8ae;
                        margin-top: 2px;
                        @include fontsize(14);
                    }
                    .service{
                        background: #ebe5dc;
                        width: 100px;
                        height: 25px;
                        line-height: 25px;
                        text-align: center;
                        @include css3(border-radius , 20px);
                        margin: 0 10px;
                        border-bottom:none;
                        margin-top: 0px;
                    }
                    &.left{
                        .service{
                            background: #dfe2e8; 
                        }
                    }

                }
            }
        }
    }*/
#new_customer {
  width: 85%;
  min-width: 1100px;
  margin: 0 auto 80px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c1b8ae; }
  #new_customer h3 {
    background: #63513B;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    float: left;
    position: relative; }
    #new_customer h3:after {
      content: "　";
      font-size: 0;
      width: 0;
      height: 0;
      border: 6px solid transparent;
      border-left: 5px solid #63513B;
      position: absolute;
      right: -11px;
      top: 50%;
      margin-top: -6px; }
  #new_customer .text {
    float: left;
    text-indent: -9px;
    margin-left: 30px;
    margin-top: 9px;
    font-size: 14px;
    font-size: 0.875rem; }

#style {
  min-width: 1100px;
  width: 85%;
  margin: 80px auto;
  text-align: center;
  padding: 10px 0; }
  #style h2 {
    margin-bottom: 50px; }
  #style ul li {
    float: left;
    width: 32.5%;
    overflow: hidden;
    /*background-color: #f0f2f6;*/ }
    #style ul li.eq0 figure {
      -webkit-animation: animation3 1s ease 0s;
      -moz-animation: animation3 1s ease 0s;
      animation: animation3 1s ease 0s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    #style ul li.eq1 {
      margin: 0 1.2%;
      width: 32.6%; }
      #style ul li.eq1 figure {
        -webkit-animation: animation3 1s ease 0.5s;
        -moz-animation: animation3 1s ease 0.5s;
        animation: animation3 1s ease 0.5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
    #style ul li.eq2 figure {
      -webkit-animation: animation3 1s ease 1s;
      -moz-animation: animation3 1s ease 1s;
      animation: animation3 1s ease 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      float: none; }
  #style .style_img {
    position: relative; }
    #style .style_img img.thumb {
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    #style .style_img .mask {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      background: rgba(0, 0, 0, 0.7); }
    #style .style_img h3 {
      margin: 38% 0 7px;
      color: #fff;
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 0.1em;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #style .style_img p {
      color: #fff;
      margin: 0 0 7px;
      letter-spacing: 0.1em;
      font-size: 15px;
      font-size: 0.9375rem;
      -webkit-transform: translateY(-30px);
      -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
      -o-transform: translateY(-30px);
      transform: translateY(-30px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    #style .style_img p.title {
      font-size: 16px;
      font-size: 1rem;
      margin: 0 0 4px;
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px); }
    #style .style_img .arrow {
      -webkit-transform: translateY(30px);
      -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
      -o-transform: translateY(30px);
      transform: translateY(30px);
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
      height: 3px; }
    #style .style_img:hover img.thumb {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      /*@include css3(transform , rotateY(0));*/ }
    #style .style_img:hover .mask {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
    #style .style_img:hover h3, #style .style_img:hover p, #style .style_img:hover .arrow {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -ms-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    #style .style_img:hover h3, #style .style_img:hover .arrow {
      -webkit-transition-delay: 0.7s;
      -moz-transition-delay: 0.7s;
      -ms-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
  #style .btn {
    margin: 50px auto 0; }

#staff {
  text-align: center;
  padding: 80px 0; }
  #staff h2 {
    margin: 10px 0 30px; }
  #staff p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.3;
    margin-bottom: 42px; }
  #staff ul {
    min-width: 1100px;
    width: 85%;
    margin: 0 auto 50px;
    overflow: hidden; }
    #staff ul li {
      background: #fff;
      width: 24.1%;
      float: left;
      margin-left: 1.2%;
      padding: 18px 1.5% 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      #staff ul li:first-child {
        margin-left: 0; }
      #staff ul li.eq0 {
        -webkit-animation: animation4 1s ease 0s;
        -moz-animation: animation4 1s ease 0s;
        animation: animation4 1s ease 0s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      #staff ul li.eq1 {
        -webkit-animation: animation4 1s ease 0.5s;
        -moz-animation: animation4 1s ease 0.5s;
        animation: animation4 1s ease 0.5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      #staff ul li.eq2 {
        -webkit-animation: animation4 1s ease 1s;
        -moz-animation: animation4 1s ease 1s;
        animation: animation4 1s ease 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      #staff ul li.eq3 {
        -webkit-animation: animation4 1s ease 1.5s;
        -moz-animation: animation4 1s ease 1.5s;
        animation: animation4 1s ease 1.5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      #staff ul li .figure_box {
        position: relative;
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #f0f2f6; }
        #staff ul li .figure_box figure {
          -webkit-transform: rotateY(0);
          -moz-transform: rotateY(0);
          -ms-transform: rotateY(0);
          -o-transform: rotateY(0);
          transform: rotateY(0);
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
          overflow: hidden;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%; }
          #staff ul li .figure_box figure img {
            width: 100%; }
        #staff ul li .figure_box figcaption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0;
          background: rgba(0, 0, 0, 0.7);
          /*@include css3(transform , rotateY(-180deg));*/
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          #staff ul li .figure_box figcaption h3 {
            margin: 45% 0 3px;
            color: #fff;
            font-size: 14px;
            font-size: 0.875rem;
            letter-spacing: 0.1em;
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
            -ms-transform: translateY(-10px);
            -o-transform: translateY(-10px);
            transform: translateY(-10px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
          #staff ul li .figure_box figcaption p {
            margin: -17px 0 0;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
      #staff ul li p {
        color: #333;
        font-size: 14px;
        font-size: 0.875rem;
        margin-bottom: 13px; }
        #staff ul li p span {
          color: #aea293;
          font-size: 11px;
          font-size: 0.6875rem;
          display: block;
          margin: 15px 0 -3px; }
      #staff ul li:hover .figure_box figure {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
      #staff ul li:hover .figure_box figcaption {
        /*@include css3(transform , rotateY(0));*/
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        #staff ul li:hover .figure_box figcaption h3 {
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
        #staff ul li:hover .figure_box figcaption p {
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  #staff .btn {
    margin: 0 auto; }


body#top #mv {
  background: url(../images/top01.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden; }
  body#top #mv .mv_tit {
    position: absolute;
    top: 35%;
    margin-top: -88px;
    text-align: center;
    width: 100%; }
    body#top #mv .mv_tit h2 {
      margin-bottom: 5px; }
    body#top #mv .mv_tit .sub_title {
      width: 668px;
      margin: 0 auto;
      overflow: hidden; }
      body#top #mv .mv_tit .sub_title p img {
        display: block;
        float: left;
        width: 382px;
        padding: 0 15px; }
      body#top #mv .mv_tit .sub_title p:after, body#top #mv .mv_tit .sub_title p:before {
        content: " ";
        display: block;
        height: 2px;
        background: #fff;
        width: 128px;
        float: left;
        margin-top: 26px; }
    body#top #mv .mv_tit .scroll {
      margin: 50px auto;
      display: block;
      width: 57px;
      height: 57px;
      position: relative; }
      body#top #mv .mv_tit .scroll span {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        border: 2px solid #fff;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      body#top #mv .mv_tit .scroll img {
        display: block;
        width: 22px;
        height: 15px;
        position: absolute;
        top: 24px;
        right: 15px;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
      body#top #mv .mv_tit .scroll:hover span {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  body#top #mv .mv_news {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    height: 50px;
    position: absolute;
    bottom: 0; }
    body#top #mv .mv_news a {
      color: #fff;
      font-size: 14px;
      font-size: 0.875rem;
      min-width: 1100px;
      width: 85%;
      margin: 0 auto;
      display: block;
      line-height: 50px; }
      body#top #mv .mv_news a .label {
        border: 1px #fff solid;
        padding: 4px 19px;
        font-size: 12px;
        font-size: 0.75rem; }
      body#top #mv .mv_news a .date {
        padding: 0 19px; }
      body#top #mv .mv_news a .news_tittle {
        padding-right: 48px;
        background: url(../images/link_arr_w.png) no-repeat right center;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
      body#top #mv .mv_news a:hover .news_tittle {
        padding-right: 68px; }
  body#top #mv .appear2 {
    -webkit-animation: animation1 1.2s ease 0.5s;
    -moz-animation: animation1 1.2s ease 0.5s;
    animation: animation1 1.2s ease 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#top #mv .appear3 {
    -webkit-animation: animation2 1.2s ease 0.5s;
    -moz-animation: animation2 1.2s ease 0.5s;
    animation: animation2 1.2s ease 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#top #mv .appear4 {
    -webkit-animation: animation2 0.5s ease 1s;
    -moz-animation: animation2 0.5s ease 1s;
    animation: animation2 0.5s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#top #mv .appear5 {
    -webkit-animation: animation2 0.5s ease 1.5s;
    -moz-animation: animation2 0.5s ease 1.5s;
    animation: animation2 0.5s ease 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
body#top .nav {
  padding: 0 40px; }
  body#top .nav nav {
    min-width: 1100px;
    width: 85%;
    margin: 0 auto; }
    body#top .nav nav ul {
      float: left; }
      body#top .nav nav ul li {
        float: left; }
    body#top .nav nav .link li:after {
      content: " ";
      display: block;
      height: 3px;
      background: #63513b;
      -webkit-transform: scaleX(0);
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      transform: scaleX(0);
      width: 100%;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s; }
    body#top .nav nav .link li:hover a {
      color: #63513b; }
    body#top .nav nav .link li:hover:after {
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    body#top .nav nav .link a {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      color: #333;
      padding: 25px 33px 22px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600; }
    body#top .nav nav .link .culent a {
      color: #63513b; }
    body#top .nav nav .link .culent:after {
      content: " ";
      display: block;
      height: 3px;
      background: #63513b;
      width: 100%;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    body#top .nav nav .sns {
      float: right; }
      body#top .nav nav .sns li {
        margin: 16px 0 0 15px;
        width: 35px;
        height: 35px;
        position: relative; }
        body#top .nav nav .sns li a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          background-color: #63513b;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          border: #63513b 0px solid;
          -webkit-transition: all 0.7s;
          -moz-transition: all 0.7s;
          -ms-transition: all 0.7s;
          -o-transition: all 0.7s;
          transition: all 0.7s; }
          body#top .nav nav .sns li a .icon {
            position: absolute;
            fill: #fff;
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; }
          body#top .nav nav .sns li a .fb {
            top: -12px;
            left: 9px;
            width: 55px;
            height: 55px; }
          body#top .nav nav .sns li a .tw {
            top: 9px;
            left: 10px;
            width: 16px;
            height: 16px; }
          body#top .nav nav .sns li a .isg {
            width: 16px;
            height: 16px;
            top: 9px;
            left: 9px; }
          body#top .nav nav .sns li a:hover {
            background-color: #fff;
            border: #63513b 1px solid; }
            body#top .nav nav .sns li a:hover .icon {
              fill: #63513b; }
body#top #about {
  min-width: 1140px;
  height: 520px;
  position: relative; }
  body#top #about .img_box {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../images/about_bg.png) no-repeat center;
    background-size: cover;
    float: left;
    -webkit-animation: animation3 0.8s ease 0s;
    -moz-animation: animation3 0.8s ease 0s;
    animation: animation3 0.8s ease 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#top #about .fl {
    padding: 20px 0;
    margin-left: 50%;
    width: 50%;
    text-align: center;
    -webkit-animation: animation3 1s ease 0.5s;
    -moz-animation: animation3 1s ease 0.5s;
    animation: animation3 1s ease 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    body#top #about .fl h2 {
      margin: 80px 0 30px; }
    body#top #about .fl p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.3;
      margin-bottom: 42px; }
    body#top #about .fl .btn {
      margin: 0 auto 80px; }
body#top #product {
  background-color: #f3ede5;
  min-width: 1140px; }
  body#top #product .bg {
    background: url(../images/product_bg.png) no-repeat center top;
    background-size: cover;
    -webkit-animation: animation4 1s ease 0s;
    -moz-animation: animation4 1s ease 0s;
    animation: animation4 1s ease 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    body#top #product .bg .inner {
      min-width: 1100px;
      width: 85%;
      margin: 0 auto;
      padding: 70px 0; }
      body#top #product .bg .inner div {
        background-color: white;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        -webkit-animation: animation3 1s ease 0.3s;
        -moz-animation: animation3 1s ease 0.3s;
        animation: animation3 1s ease 0.3s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
        body#top #product .bg .inner div span {
          display: block;
          border: 1px solid #c1b7aa;
          padding: 30px;
          text-align: center; }
          body#top #product .bg .inner div span h2 {
            margin: 20px 0 30px; }
          body#top #product .bg .inner div span p {
            font-size: 14px;
            font-size: 0.875rem;
            line-height: 2.3;
            margin-bottom: 42px; }
          body#top #product .bg .inner div span .btn {
            margin: 0 auto 20px; }
body#top #news {
  padding: 80px 0;
  text-align: center; }
  body#top #news h2 {
    margin: 10px 0 50px; }
  body#top #news ul {
    min-width: 1100px;
    width: 85%;
    margin: 0 auto; }
    body#top #news ul li {
      text-align: left;
      height: 60px;
      border-top: 1px solid #c1b7aa;
      border-bottom: 1px solid #c1b7aa;
      margin-top: -1px;
      line-height: 60px;
      padding: 0 30px;
      background: url(../images/link_arr_b.png) no-repeat 96% center;
      -webkit-transition: all 0.7s;
      -moz-transition: all 0.7s;
      -ms-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s; }
      body#top #news ul li:hover {
        background: url(../images/link_arr_b.png) no-repeat 98% center; }
      body#top #news ul li p {
        font-size: 14px;
        font-size: 0.875rem;
        color: #333; }
        body#top #news ul li p .label {
          background: #aea293;
          padding: 4px 19px;
          font-size: 12px;
          font-size: 0.75rem;
          color: #fff; }
        body#top #news ul li p .date {
          padding: 0 19px; }
  body#top #news .btn {
    margin: 50px auto 10px; }

/*---------------------------------
ditail common start
--------------------------------*/
body.ditail_page .nav {
  padding: 0 40px;
  border-top: 1px solid #c1b7aa;
  border-bottom: 1px solid #c1b7aa; }
  body.ditail_page .nav nav {
    min-width: 1100px;
    width: 85%;
    margin: 0 auto; }
    body.ditail_page .nav nav ul {
      float: left; }
      body.ditail_page .nav nav ul li {
        float: left; }
    body.ditail_page .nav nav .link li {
      position: relative; }
      body.ditail_page .nav nav .link li:after {
        content: " ";
        display: block;
        height: 3px;
        background: #63513b;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        width: 100%;
        -webkit-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s;
        position: absolute;
        bottom: -1px; }
      body.ditail_page .nav nav .link li:hover a {
        color: #63513b; }
      body.ditail_page .nav nav .link li:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }
    body.ditail_page .nav nav .link a {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      color: #333;
      padding: 25px 33px 22px;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600; }
    body.ditail_page .nav nav .link .culent a {
      color: #63513b; }
    body.ditail_page .nav nav .link .culent:after {
      content: " ";
      display: block;
      height: 3px;
      background: #63513b;
      width: 100%;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    body.ditail_page .nav nav .sns {
      float: right; }
      body.ditail_page .nav nav .sns li {
        margin: 14px 0 0 15px;
        width: 35px;
        height: 35px;
        position: relative; }
        body.ditail_page .nav nav .sns li a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden;
          background-color: #63513b;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box;
          box-sizing: border-box;
          border: #63513b 0px solid;
          -webkit-transition: all 0.7s;
          -moz-transition: all 0.7s;
          -ms-transition: all 0.7s;
          -o-transition: all 0.7s;
          transition: all 0.7s; }
          body.ditail_page .nav nav .sns li a .icon {
            position: absolute;
            fill: #fff;
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; }
          body.ditail_page .nav nav .sns li a .fb {
            top: -12px;
            left: 9px;
            width: 55px;
            height: 55px; }
          body.ditail_page .nav nav .sns li a .tw {
            top: 9px;
            left: 10px;
            width: 16px;
            height: 16px; }
          body.ditail_page .nav nav .sns li a .isg {
            width: 16px;
            height: 16px;
            top: 9px;
            left: 9px; }
          body.ditail_page .nav nav .sns li a:hover {
            background-color: #fff;
            border: #63513b 1px solid; }
            body.ditail_page .nav nav .sns li a:hover .icon {
              fill: #63513b; }
body.ditail_page #float_nav {
  border: none; }
  body.ditail_page #float_nav .link li:after {
    bottom: 0px; }
body.ditail_page #kv h1 {
  text-align: center;
  margin: 80px 0 80px;
  -webkit-animation: animation1 1.2s ease 0.5s;
  -moz-animation: animation1 1.2s ease 0.5s;
  animation: animation1 1.2s ease 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
body.ditail_page #kv span {
  display: block;
  width: 100%;
  height: 430px; }

/*---------------------------------
about start
--------------------------------*/
body#about_page #kv span {
  background: url(../images/kv_about.png) no-repeat center;
  background-size: cover; }
body#about_page #concept {
  width: 85%;
  min-width: 1100px;
  margin: 0 auto -1px; }
  body#about_page #concept h2 {
    text-align: center;
    margin: 80px 0 30px; }
  body#about_page #concept .intro {
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.3;
    margin-bottom: 60px; }
  body#about_page #concept li {
    width: 48%;
    margin-bottom: 60px;
    /*border: 1px solid #c1b7aa;*/
    /*min-height: 500px;*/ }
    body#about_page #concept li.left_box {
      float: left; }
    body#about_page #concept li.right_box {
      float: left;
      margin-left: 3%; }
    body#about_page #concept li img {
      width: 100%;
      -webkit-animation: animation3 1.3s ease 0.5s;
      -moz-animation: animation3 1.3s ease 0.5s;
      animation: animation3 1.3s ease 0.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    body#about_page #concept li figcaption {
      /*padding:0 20px 20px;*/ }
    body#about_page #concept li h3 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      letter-spacing: 1px;
      margin: 26px 0px 13px;
      -webkit-animation: animation4 1s ease 0.5s;
      -moz-animation: animation4 1s ease 0.5s;
      animation: animation4 1s ease 0.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    body#about_page #concept li p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.3;
      -webkit-animation: animation3 1s ease 1s;
      -moz-animation: animation3 1s ease 1s;
      animation: animation3 1s ease 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
      body#about_page #concept li p a {
        color: #63513b;
        font-family: 'Times New Roman','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        /*border-bottom: 1px solid #63513b;*/
        background: url(../images/link_arr_b.png) no-repeat 90% center;
        padding-right: 63px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        body#about_page #concept li p a:hover {
          padding-right: 88px; }
body#about_page #access .inner {
  width: 85%;
  min-width: 1100px;
  margin: 0 auto;
  padding: 80px 0; }
  body#about_page #access .inner h2 {
    text-align: center;
    margin-bottom: 55px; }
  body#about_page #access .inner .cf .left_box {
    width: 48.5%;
    float: left; }
    body#about_page #access .inner .cf .left_box li {
      border-bottom: 1px solid #c1b7aa; }
      body#about_page #access .inner .cf .left_box li h3 {
        font-size: 21px;
        font-size: 1.3125rem;
        font-weight: 400;
        letter-spacing: 1px;
        margin: 0 0px 22px; }
      body#about_page #access .inner .cf .left_box li dl {
        margin: 19px 10px 17px; }
      body#about_page #access .inner .cf .left_box li dt, body#about_page #access .inner .cf .left_box li dd {
        float: left;
        font-size: 14px;
        font-size: 0.875rem; }
        body#about_page #access .inner .cf .left_box li dt li, body#about_page #access .inner .cf .left_box li dd li {
          border-bottom: none; }
      body#about_page #access .inner .cf .left_box li dt {
        width: 100px; }
      body#about_page #access .inner .cf .left_box li dd li {
        margin-bottom: 10px; }
        body#about_page #access .inner .cf .left_box li dd li span {
          width: 65px;
          margin: 0;
          display: block;
          float: left; }
        body#about_page #access .inner .cf .left_box li dd li .ml {
          width: 250px;
          margin-left: 65px; }
        body#about_page #access .inner .cf .left_box li dd li:last-child {
          margin-bottom: 0px; }
      body#about_page #access .inner .cf .left_box li p {
        font-size: 14px;
        font-size: 0.875rem;
        margin: 19px 10px 17px;
        line-height: 2.3; }
      body#about_page #access .inner .cf .left_box li a {
        font-size: 14px;
        font-size: 0.875rem;
        color: #63513b;
        font-family: 'Times New Roman',メイリオ, Meiryo, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
        background: url(../images/link_arr_b.png) no-repeat 90% center;
        padding-right: 63px;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        body#about_page #access .inner .cf .left_box li a:hover {
          padding-right: 88px; }
  body#about_page #access .inner .cf .right_box {
    width: 48.5%;
    float: right;
    position: relative;
    height: 676px;
    overflow: hidden; }
    body#about_page #access .inner .cf .right_box iframe, body#about_page #access .inner .cf .right_box object, body#about_page #access .inner .cf .right_box embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  body#about_page #access .inner .btn {
    margin: 50px auto 0; }

/*---------------------------------
style start
--------------------------------*/
body#style_page #kv span {
  background: url(../images/kv_style.png) no-repeat center;
  background-size: cover; }
body#style_page #tub {
  width: 60%;
  margin: 60px auto 0; }
  body#style_page #tub li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c1b8ae;
    width: 16.6%; }
    body#style_page #tub li:last-child {
      border-right: 1px solid #c1b8ae; }
    body#style_page #tub li a {
      color: #333;
      display: block;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      body#style_page #tub li a.culent {
        color: #c1b8ae; }
      body#style_page #tub li a:hover {
        color: #c1b8ae; }
body#style_page #style {
  margin: 60px auto; }
  body#style_page #style ul li {
    margin-bottom: 1.2%; }
    body#style_page #style ul li figure {
      display: none; }
body#style_page #style_ditail {
  min-width: 1100px;
  width: 85%;
  margin: 80px auto; }
  body#style_page #style_ditail ul.fl {
    width: 48.5%;
    overflow: hidden;
    position: relative;
    background-color: #ebeaed; }
    body#style_page #style_ditail ul.fl img, body#style_page #style_ditail ul.fl figure {
      width: 100%; }
    body#style_page #style_ditail ul.fl li {
      position: absolute;
      top: 0;
      width: 100%; }
      body#style_page #style_ditail ul.fl li img {
        display: none; }
      body#style_page #style_ditail ul.fl li.culent img {
        display: block; }
  body#style_page #style_ditail div.fr {
    width: 48.5%; }
    body#style_page #style_ditail div.fr .stylist figure {
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      width: 120px;
      height: 120px;
      float: left; }
      body#style_page #style_ditail div.fr .stylist figure img {
        width: 100%; }
    body#style_page #style_ditail div.fr .stylist div {
      float: left;
      margin: 0 0 0 25px; }
      body#style_page #style_ditail div.fr .stylist div h3 {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 18px; }
      body#style_page #style_ditail div.fr .stylist div p {
        font-size: 13px;
        font-size: 0.8125rem;
        margin-top: 10px; }
      body#style_page #style_ditail div.fr .stylist div .title {
        font-size: 18px;
        font-size: 1.125rem; }
    body#style_page #style_ditail div.fr .intro {
      font-size: 14px;
      font-size: 0.875rem;
      margin-top: 22px;
      padding: 18px 0 18px;
      line-height: 2.3;
      border-top: 1px solid #c1b7aa;
      border-bottom: 1px solid #c1b7aa; }
    body#style_page #style_ditail div.fr ul {
      margin: 30px 0 50px; }
      body#style_page #style_ditail div.fr ul li {
        float: left;
        width: 32%;
        margin-left: 2%;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        body#style_page #style_ditail div.fr ul li figure img {
          width: 100%;
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear; }
        body#style_page #style_ditail div.fr ul li:first-child {
          margin-left: 0; }
        body#style_page #style_ditail div.fr ul li .mask {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out;
          background: rgba(0, 0, 0, 0.7); }
          body#style_page #style_ditail div.fr ul li .mask span {
            width: 30px;
            height: 2px;
            background: #fff;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -1px;
            margin-left: -15px;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            -ms-transform: scaleX(0);
            -o-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s; }
            body#style_page #style_ditail div.fr ul li .mask span.y {
              width: 2px;
              height: 30px;
              margin-top: -15px;
              margin-left: -1px;
              -webkit-transform: scaleY(0);
              -moz-transform: scaleY(0);
              -ms-transform: scaleY(0);
              -o-transform: scaleY(0);
              transform: scaleY(0); }
        body#style_page #style_ditail div.fr ul li.culent .mask, body#style_page #style_ditail div.fr ul li:hover .mask {
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          opacity: 1; }
          body#style_page #style_ditail div.fr ul li.culent .mask span, body#style_page #style_ditail div.fr ul li:hover .mask span {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
            body#style_page #style_ditail div.fr ul li.culent .mask span.y, body#style_page #style_ditail div.fr ul li:hover .mask span.y {
              -webkit-transform: scaleY(1);
              -moz-transform: scaleY(1);
              -ms-transform: scaleY(1);
              -o-transform: scaleY(1);
              transform: scaleY(1); }
        body#style_page #style_ditail div.fr ul li.culent:hover img, body#style_page #style_ditail div.fr ul li:hover:hover img {
          -webkit-transform: scale(1.2, 1.2);
          -moz-transform: scale(1.2, 1.2);
          -ms-transform: scale(1.2, 1.2);
          -o-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2); }
    body#style_page #style_ditail div.fr .btn {
      width: 100%; }

/*---------------------------------
staff start
--------------------------------*/
body#staff_page #kv span {
  background: url(../images/kv_staff.png) no-repeat center;
  background-size: cover; }
body#staff_page ul.top {
  margin-bottom: 1.2%; }
body#staff_page ul.bottom {
  margin-bottom: 10px; }
  body#staff_page ul.bottom li.eq0 {
    -webkit-animation: animation4 1s ease 1s;
    -moz-animation: animation4 1s ease 1s;
    animation: animation4 1s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#staff_page ul.bottom li.eq1 {
    -webkit-animation: animation4 1s ease 1.5s;
    -moz-animation: animation4 1s ease 1.5s;
    animation: animation4 1s ease 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#staff_page ul.bottom li.eq2 {
    -webkit-animation: animation4 1s ease 2s;
    -moz-animation: animation4 1s ease 2s;
    animation: animation4 1s ease 2s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
body#staff_page #saff_ditail {
  min-width: 1100px;
  width: 85%;
  margin: 80px auto; }
  body#staff_page #saff_ditail .stylist {
    border-top: 1px solid #c1b7aa;
    border-bottom: 1px solid #c1b7aa;
    margin-bottom: 50px; }
    body#staff_page #saff_ditail .stylist div {
      float: left;
      margin: 6px 0 13px; }
      body#staff_page #saff_ditail .stylist div h3 {
        font-size: 30px;
        font-size: 1.875rem; }
      body#staff_page #saff_ditail .stylist div p {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-top: -7px; }
        body#staff_page #saff_ditail .stylist div p span {
          font-size: 13px;
          font-size: 0.8125rem;
          padding-left: 10px; }
    body#staff_page #saff_ditail .stylist .intro {
      float: left;
      height: 60px;
      margin-top: 14px;
      padding-left: 20px;
      margin-left: 20px;
      border-left: 1px solid #c1b7aa;
      display: table; }
      body#staff_page #saff_ditail .stylist .intro p {
        font-size: 14px;
        font-size: 0.875rem;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        line-height: 2; }
  body#staff_page #saff_ditail div.left_box {
    width: 40.5%;
    overflow: hidden;
    position: relative; }
    body#staff_page #saff_ditail div.left_box img, body#staff_page #saff_ditail div.left_box figure {
      width: 100%; }
  body#staff_page #saff_ditail div.fr {
    width: 56.5%; }
    body#staff_page #saff_ditail div.fr .wrap {
      min-height: 510px; }
    body#staff_page #saff_ditail div.fr .schedule {
      display: none; }
      body#staff_page #saff_ditail div.fr .schedule.culent {
        display: block; }
      body#staff_page #saff_ditail div.fr .schedule .schedule_head {
        margin-top: -15px; }
        body#staff_page #saff_ditail div.fr .schedule .schedule_head .month {
          float: left; }
          body#staff_page #saff_ditail div.fr .schedule .schedule_head .month .month_num {
            font-size: 36px;
            font-size: 2.25rem;
            float: left; }
          body#staff_page #saff_ditail div.fr .schedule .schedule_head .month .month_year {
            float: left;
            font-size: 13px;
            font-size: 0.8125rem;
            line-height: 1;
            margin: 14px 0 0 7px; }
        body#staff_page #saff_ditail div.fr .schedule .schedule_head a.cardo {
          float: right;
          margin-top: 23px;
          color: #63513b;
          display: block;
          text-align: center;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 600;
          border-bottom: 1px solid #63513b;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          body#staff_page #saff_ditail div.fr .schedule .schedule_head a.cardo:hover {
            border-bottom: 1px solid #fff;
            opacity: 0.7; }
      body#staff_page #saff_ditail div.fr .schedule .calender .week {
        margin-top: 10px; }
        body#staff_page #saff_ditail div.fr .schedule .calender .week li {
          float: left;
          width: 14.2%;
          margin-left: 0.1%;
          text-align: center;
          font-size: 14px;
          font-size: 0.875rem; }
          body#staff_page #saff_ditail div.fr .schedule .calender .week li:first-child {
            margin-left: 0; }
      body#staff_page #saff_ditail div.fr .schedule .calender table {
        margin-top: 10px;
        width: 100%;
        display: table;
        table-layout: fixed;
        width: 100%; }
      body#staff_page #saff_ditail div.fr .schedule .calender td {
        border: 1px solid #c1b7aa;
        height: 75px;
        font-family: 'Times New Roman',メイリオ, Meiryo,'Crimson Text', serif;
        padding-left: 5px;
        display: table-cell; }
        body#staff_page #saff_ditail div.fr .schedule .calender td.holiday {
          background-color: #f3ede5; }
        body#staff_page #saff_ditail div.fr .schedule .calender td.close {
          background-color: #f0f2f6; }
        body#staff_page #saff_ditail div.fr .schedule .calender td.empty {
          border: none;
          background-color: #fff; }
        body#staff_page #saff_ditail div.fr .schedule .calender td span {
          width: 100%;
          text-align: center;
          display: block;
          margin-left: -2px;
          margin-top: 4px;
          color: #a9a198;
          font-size: 14px;
          font-size: 0.875rem; }
          body#staff_page #saff_ditail div.fr .schedule .calender td span.coment {
            font-size: 12px;
            font-size: 0.75rem; }
      body#staff_page #saff_ditail div.fr .schedule .calender p {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 15px; }
    body#staff_page #saff_ditail div.fr .btn {
      margin-top: 45px;
      width: 100%; }

/*---------------------------------
menu start
--------------------------------*/
body#menu_page #kv span {
  background: url(../images/kv_menu.png) no-repeat center;
  background-size: cover; }
body#menu_page #new_customer {
  margin: 50px auto 0; }
body#menu_page #menu_list {
  width: 85%;
  min-width: 1100px;
  margin: 0px auto 60px; }
  body#menu_page #menu_list .left_box {
    width: 48.5%;
    float: left; }
    body#menu_page #menu_list .left_box h2 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center;
      margin-top: 52px;
      margin-bottom: 23px; }
    body#menu_page #menu_list .left_box li {
      border-bottom: 1px solid #c1b7aa;
      padding: 17px 10px; }
      body#menu_page #menu_list .left_box li dt {
        float: left;
        font-size: 15px;
        font-size: 0.9375rem; }
      body#menu_page #menu_list .left_box li dd {
        float: right;
        font-size: 15px;
        font-size: 0.9375rem; }
      body#menu_page #menu_list .left_box li:first-child {
        border-top: 1px solid #c1b7aa; }
      body#menu_page #menu_list .left_box li p {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 10px;
        color: #666; }
    body#menu_page #menu_list .left_box .border {
      border-top: 1px solid #c1b7aa;
      border-bottom: 1px solid #c1b7aa;
      padding: 17px 10px;
      line-height: 2;
      font-size: 14px;
      font-size: 0.875rem; }
  body#menu_page #menu_list .right_box {
    float: right;
    width: 48.5%; }
    body#menu_page #menu_list .right_box h2 {
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      text-align: center;
      margin-top: 52px;
      margin-bottom: 23px; }
    body#menu_page #menu_list .right_box li {
      border-bottom: 1px solid #c1b7aa;
      padding: 17px 10px 15px; }
      body#menu_page #menu_list .right_box li dt {
        float: left;
        font-size: 15px;
        font-size: 0.9375rem; }
      body#menu_page #menu_list .right_box li .font_nomal {
        font-size: 14px;
        font-size: 0.875rem; }
      body#menu_page #menu_list .right_box li dd {
        float: right;
        font-size: 15px;
        font-size: 0.9375rem; }
      body#menu_page #menu_list .right_box li:first-child {
        border-top: 1px solid #c1b7aa; }
      body#menu_page #menu_list .right_box li p {
        line-height: 2;
        font-size: 12px;
        font-size: 0.75rem;
        color: #666;
        margin-top: 10px; }
        body#menu_page #menu_list .right_box li p span {
          font-size: 11px;
          font-size: 0.6875rem; }
    body#menu_page #menu_list .right_box p.tax {
      font-size: 14px;
      font-size: 0.875rem;
      margin: 15px 0 0 10px; }
body#menu_page .btn {
  margin: 0 auto 60px; }

/*---------------------------------
product start
--------------------------------*/
body#product_page #kv span {
  background: url(../images/kv_product.png) no-repeat center;
  background-size: cover; }
body#product_page #product {
  text-align: center;
  padding: 65px 0 80px; }
  body#product_page #product h2 {
    margin: 10px 0 30px; }
  body#product_page #product p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.3;
    margin-bottom: 42px; }
  body#product_page #product ul {
    min-width: 1100px;
    width: 85%;
    margin: 0 auto 50px;
    overflow: hidden; }
    body#product_page #product ul li {
      background: #fff;
      width: 24.1%;
      float: left;
      margin-left: 1.2%;
      padding: 18px 1.5% 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
      body#product_page #product ul li:first-child {
        margin-left: 0; }
      body#product_page #product ul li.eq0 {
        -webkit-animation: animation4 1s ease 0s;
        -moz-animation: animation4 1s ease 0s;
        animation: animation4 1s ease 0s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      body#product_page #product ul li.eq1 {
        -webkit-animation: animation4 1s ease 0.5s;
        -moz-animation: animation4 1s ease 0.5s;
        animation: animation4 1s ease 0.5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      body#product_page #product ul li.eq2 {
        -webkit-animation: animation4 1s ease 1s;
        -moz-animation: animation4 1s ease 1s;
        animation: animation4 1s ease 1s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      body#product_page #product ul li.eq3 {
        -webkit-animation: animation4 1s ease 1.5s;
        -moz-animation: animation4 1s ease 1.5s;
        animation: animation4 1s ease 1.5s;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both; }
      body#product_page #product ul li .figure_box {
        position: relative;
        width: 100%;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        background-color: #f0f2f6; }
        body#product_page #product ul li .figure_box figure {
          -webkit-transform: rotateY(0);
          -moz-transform: rotateY(0);
          -ms-transform: rotateY(0);
          -o-transform: rotateY(0);
          transform: rotateY(0);
          -webkit-transition: all 0.5s linear;
          -moz-transition: all 0.5s linear;
          -ms-transition: all 0.5s linear;
          -o-transition: all 0.5s linear;
          transition: all 0.5s linear;
          overflow: hidden;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          padding: 20px; }
          body#product_page #product ul li .figure_box figure img {
            width: 100%; }
        body#product_page #product ul li .figure_box figcaption {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          opacity: 0;
          background: rgba(0, 0, 0, 0.7);
          /*@include css3(transform , rotateY(-180deg));*/
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          body#product_page #product ul li .figure_box figcaption p {
            margin: 55px 0 0;
            color: #fff;
            font-size: 13px;
            font-size: 0.8125rem;
            -webkit-transform: translateY(10px);
            -moz-transform: translateY(10px);
            -ms-transform: translateY(10px);
            -o-transform: translateY(10px);
            transform: translateY(10px);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out; }
      body#product_page #product ul li p {
        color: #333;
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 13px; }
      body#product_page #product ul li:hover .figure_box figure {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg); }
      body#product_page #product ul li:hover .figure_box figcaption {
        /*@include css3(transform , rotateY(0));*/
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -webkit-transition-delay: 0.2s;
        -moz-transition-delay: 0.2s;
        -ms-transition-delay: 0.2s;
        -o-transition-delay: 0.2s;
        transition-delay: 0.2s; }
        body#product_page #product ul li:hover .figure_box figcaption p {
          -webkit-transform: translateY(0px);
          -moz-transform: translateY(0px);
          -ms-transform: translateY(0px);
          -o-transform: translateY(0px);
          transform: translateY(0px);
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  body#product_page #product ul.top {
    margin-bottom: 1.2%; }
  body#product_page #product ul.bottom {
    margin-bottom: 10px;
    display: -wbkit-flex;
    display: flex; }
    body#product_page #product ul.bottom li.eq0 {
      -webkit-animation: animation4 1s ease 1s;
      -moz-animation: animation4 1s ease 1s;
      animation: animation4 1s ease 1s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    body#product_page #product ul.bottom li.eq1 {
      -webkit-animation: animation4 1s ease 1.5s;
      -moz-animation: animation4 1s ease 1.5s;
      animation: animation4 1s ease 1.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    body#product_page #product ul.bottom li.eq2 {
      -webkit-animation: animation4 1s ease 2s;
      -moz-animation: animation4 1s ease 2s;
      animation: animation4 1s ease 2s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both; }
    body#product_page #product ul.bottom li.eq3 {
      -webkit-animation: animation4 1s ease 2.5s;
      -moz-animation: animation4 1s ease 2.5s;
      animation: animation4 1s ease 2.5s;
      -webkit-animation-fill-mode: both;
      -moz-animation-fill-mode: both;
      animation-fill-mode: both;
      /*padding: 10px;
      position: relative;
      div{
          top: 5px;
          right: 5px;
          bottom: 5px;
          left: 5px;
          position: absolute;
          padding: 75px 20px;
          border: 1px solid #c1b7aa;
          @include css3(box-sizing, border-box);
          background: url(../images/product_bg_logo.png) no-repeat center; 
      }
      p{
          @include fontsize(14);
          line-height: 2;
      }*/ }
      body#product_page #product ul.bottom li.eq3 .figure_box {
        background: #fff; }

/*---------------------------------
news start
--------------------------------*/
body#news_page .wrap {
  width: 1100px;
  margin: 0 auto 0px; }
body#news_page #news {
  width: 70%;
  float: left;
  margin: 0 auto 60px; }
  body#news_page #news ul li {
    border-top: 1px solid #c1b7aa;
    padding-top: 60px;
    margin-top: 60px;
    -webkit-animation: animation4 1s ease 1s;
    -moz-animation: animation4 1s ease 1s;
    animation: animation4 1s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
    body#news_page #news ul li:first-child {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
    body#news_page #news ul li figure {
      width: 100%; }
      body#news_page #news ul li figure img {
        width: 100%; }
      body#news_page #news ul li figure.no_images {
        text-align: center;
        background-color: #f3ede5; }
        body#news_page #news ul li figure.no_images img {
          width: 113px;
          height: 114px;
          margin: 150px 0; }
    body#news_page #news ul li h2 {
      font-size: 24px;
      font-size: 1.5rem;
      border-bottom: 1px solid #c1b7aa;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    body#news_page #news ul li p {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2; }
    body#news_page #news ul li p.cf {
      margin-top: 30px;
      margin-bottom: 12px; }
      body#news_page #news ul li p.cf .label {
        background: #aea293;
        width: 90px;
        text-align: center;
        display: block;
        float: left;
        padding: 1px 0 0;
        font-size: 12px;
        font-size: 0.75rem;
        color: #fff; }
      body#news_page #news ul li p.cf .date {
        padding: 1px 19px 0;
        float: left;
        font-size: 12px;
        font-size: 0.75rem; }
body#news_page #tub {
  width: 27%;
  float: right;
  margin: 0 auto;
  position: relative;
  top: 0; }
  body#news_page #tub .float_box {
    width: 100%; }
    body#news_page #tub .float_box h3 {
      font-size: 21px;
      font-size: 1.3125rem;
      margin-top: -10px;
      margin-bottom: 22px; }
    body#news_page #tub .float_box ul {
      margin-bottom: 60px; }
      body#news_page #tub .float_box ul li {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid #c1b8ae;
        width: 100%;
        padding: 17px 10px;
        color: #ddd;
        font-size: 14px;
        font-size: 0.875rem; }
        body#news_page #tub .float_box ul li:first-child {
          border-top: 1px solid #c1b8ae; }
        body#news_page #tub .float_box ul li a {
          color: #333;
          display: block;
          font-size: 14px;
          font-size: 0.875rem;
          font-family: 'Times New Roman','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
          -webkit-transition: all 0.4s ease-in-out;
          -moz-transition: all 0.4s ease-in-out;
          -ms-transition: all 0.4s ease-in-out;
          -o-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
          body#news_page #tub .float_box ul li a.culent {
            color: #c1b8ae; }
          body#news_page #tub .float_box ul li a:hover {
            color: #c1b8ae; }

/*---------------------------------
contact start
--------------------------------*/
body#contact_page #tub {
  width: 700px;
  margin: 0 auto; }
  body#contact_page #tub li {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #c1b8ae;
    width: 50%; }
    body#contact_page #tub li:last-child {
      border-right: 1px solid #c1b8ae; }
    body#contact_page #tub li a {
      color: #333;
      cursor: pointer;
      display: block;
      text-align: center;
      font-size: 14px;
      font-size: 0.875rem;
      font-weight: 600;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      body#contact_page #tub li a.culent {
        color: #c1b8ae; }
      body#contact_page #tub li a:hover {
        color: #c1b8ae; }
body#contact_page .intro {
  width: 900px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2; }
body#contact_page #send {
  width: 750px;
  margin: 50px auto 80px;
  /*フォームパーツカスタム*/
  /*エラー表示*/ }
  body#contact_page #send.inquiry {
    display: none; }
  body#contact_page #send dl {
    margin-bottom: 40px; }
    body#contact_page #send dl dt {
      font-size: 14px;
      font-size: 0.875rem;
      float: left;
      line-height: 50px;
      text-align: right;
      width: 180px;
      margin-right: 10px; }
      body#contact_page #send dl dt span {
        font-size: 12px;
        font-size: 0.75rem;
        color: #c1b8ae;
        padding-left: 10px; }
    body#contact_page #send dl dd {
      float: left;
      margin-left: 20px; }
    body#contact_page #send dl .input {
      line-height: 30px;
      padding: 10px;
      width: 260px;
      font-size: 14px;
      font-size: 0.875rem;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #c1b7aa;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      font-family: 'Times New Roman','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }
      body#contact_page #send dl .input.email, body#contact_page #send dl .input.tel {
        width: 540px; }
      body#contact_page #send dl .input:focus,
      body#contact_page #send dl .input textarea:focus {
        box-shadow: none;
        outline: none;
        border: 1px solid #c1b7aa;
        background-color: #f3ede5; }
    body#contact_page #send dl.beautician {
      margin-top: -15px; }
      body#contact_page #send dl.beautician dt {
        margin-top: -1px; }
      body#contact_page #send dl.beautician dd {
        margin-top: 13px;
        margin-left: 20px;
        font-size: 14px;
        font-size: 0.875rem; }
    body#contact_page #send dl.menu {
      margin: -20px 0 35px; }
      body#contact_page #send dl.menu dt {
        margin-top: 26px; }
      body#contact_page #send dl.menu dd {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 2;
        margin-left: 20px; }
    body#contact_page #send dl.date {
      margin-bottom: 40px; }
      body#contact_page #send dl.date .input {
        width: 145px; }
      body#contact_page #send dl.date label {
        margin-left: 7px;
        font-size: 14px;
        font-size: 0.875rem; }
    body#contact_page #send dl textarea {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #c1b7aa;
      font-size: 14px;
      font-size: 0.875rem;
      width: 540px;
      height: 150px;
      font-family: 'Times New Roman','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      padding: 10px; }
  body#contact_page #send .text {
    margin: -30px 0 40px 208px;
    font-size: 14px;
    font-size: 0.875rem; }
    body#contact_page #send .text a {
      margin-top: 23px;
      color: #63513B;
      border-bottom: 1px solid #63513B;
      font-family: 'Times New Roman','ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      body#contact_page #send .text a:hover {
        border-bottom: 1px solid #fff;
        opacity: 0.7; }
  body#contact_page #send .beautician input[type="radio"] {
    display: none; }
  body#contact_page #send .beautician dd {
    width: 540px;
    float: left; }
  body#contact_page #send .beautician label {
    position: relative;
    display: inline-block;
    padding: 3px 15px 3px 20px;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem; }
  body#contact_page #send .beautician label::before,
  body#contact_page #send .beautician label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    transition: all .5s; }
  body#contact_page #send .beautician label::before {
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -9px;
    background: #f3f3f3;
    border: 1px solid #c1b7aa; }
  body#contact_page #send .beautician label:hover::before {
    background: #fff; }
  body#contact_page #send .beautician label::after {
    opacity: 0;
    left: 4px;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    background: #63513b;
    -webkit-transform: scale(2);
    transform: scale(2); }
  body#contact_page #send .beautician input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #63513b; }
  body#contact_page #send .beautician input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  body#contact_page #send .menu input[type="checkbox"] {
    display: none; }
  body#contact_page #send .menu dd {
    width: 540px;
    float: left; }
  body#contact_page #send .menu label {
    position: relative;
    display: inline-block;
    padding: 3px 15px 3px 22px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s; }
  body#contact_page #send .menu label::before,
  body#contact_page #send .menu label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .5s;
    transition: all .5s; }
  body#contact_page #send .menu label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: #f4f4f4;
    border: 1px solid #c1b7aa;
    /*border-radius: 3px;*/ }
  body#contact_page #send .menu label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 12px;
    height: 6px;
    margin-top: -9px;
    border-left: 3px solid #63513b;
    border-bottom: 3px solid #63513b;
    -webkit-transform: rotate(-45deg) scale(0.5);
    transform: rotate(-45deg) scale(0.5); }
  body#contact_page #send .menu label:hover::before {
    background: #fff; }
  body#contact_page #send .menu input[type="checkbox"]:checked + label::before {
    background: #fff;
    border: 1px solid #63513b; }
  body#contact_page #send .menu input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1); }
  body#contact_page #send .error {
    position: relative; }
  body#contact_page #send .error p {
    position: absolute;
    z-index: 1;
    top: -28px;
    background: #63513b;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 20px;
    -webkit-animation: animation2 1.2s ease 1s;
    -moz-animation: animation2 1.2s ease 1s;
    animation: animation2 1.2s ease 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; }
  body#contact_page #send .error p:after, body#contact_page #send .error p:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none; }
  body#contact_page #send .error p:after {
    border-color: rgba(99, 81, 59, 0);
    border-top-color: #63513b;
    border-width: 5px;
    margin-left: -5px; }
  body#contact_page #send .error p:before {
    border-color: rgba(99, 81, 59, 0);
    border-top-color: #63513b;
    border-width: 5px;
    margin-left: -5px; }
body#contact_page #confirm {
  width: 750px;
  margin: 50px auto 80px; }
  body#contact_page #confirm dt, body#contact_page #confirm dd {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    float: left; }
  body#contact_page #confirm dl {
    margin-bottom: 40px;
    border-bottom: 1px solid #c1b8ae;
    padding-bottom: 20px; }
  body#contact_page #confirm dt {
    width: 142px;
    margin-right: 20px;
    text-align: right; }
  body#contact_page #confirm dd {
    width: 557px;
    border-left: 1px solid #c1b8ae;
    padding-left: 20px; }
body#contact_page #excute {
  margin: 50px auto 80px; }
  body#contact_page #excute p {
    margin-bottom: 50px; }
body#contact_page .btn {
  margin: 0 auto; }
