@media all and (min-width: 0px) and (max-width: 640px) {
  .inview {
    opacity: 1.0;
  }
  /* -------------------Utility------------------*/
  .cf:before,
  .cf:after {
    content: "";
    display: table;
  }
  .cf:after {
    clear: both;
  }
  .cf {
    zoom: 1;
  }
  .left_box {
    float: left;
  }
  .right_box {
    float: right;
  }
  .in_box {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table_box {
    display: table-cell;
  }
  .inview {
    opacity: 0;
  }
  input,
  textarea {
    border-radius: 0;
  }
  /* img */
  .aligncenter {
    display: block;
    margin: 0 auto;
  }
  .alignright { float: right; }
  .alignleft { float: left; }
  img[class*="wp-image-"],
  img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
  }
  /* -------------------Common------------------*/
  html {
    font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
    -webkit-text-size-adjust: none;
    background-color: #fff;
    color: #333;
  }
  a {
    text-decoration: none;
    color: #333;
  }
  a:hover {
    opacity: 0.8;
  }
  a.line {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    text-decoration: none;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
  }
  a.line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background-color: #000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  a.line:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .wrap {
    margin: 0 auto;
  }
  .heading {
    font-family: 'Lustria', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }
  .caption {
    font-family: 'Century Gothic', 'Quicksand', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }
  .inner {
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  #s_logo{
    display: inline-block;
    padding-top: 23px;
  }
  #s_catch{
    display: inline-block;
    position: absolute;
    top:20px;
    left:20px;
    width: 120px;
    font-size : 10px;
    line-height : 20px;
    letter-spacing : 2.2px;
    color : #FFFFFF;
    text-align: left;
  }
  #s_btn{
    display: inline-block;
    position: fixed;
    right:5px;
    top:5px;
    width: 40px;
    height: 40px;
    background: url(../img/common/s_btn.svg) center center no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    z-index:10000;

  }
  #s_btn.active{
    background: url(../img/common/s_btn_on.svg) center center no-repeat;
  }
  #s_sns{
    display: block;
  }
  #head_sns{
    display: none !important;
  }
  #head {
    background-image: none;
    background-color: #333333;
    position: relative;
    z-index: 999;
    height: 100px;
    width: 100%;
    min-width: 0;
    text-align: center;
  }
  #head nav {
    position: absolute;
    top:100px;
    display: none;
    width: 100%;
  }
  #head nav > ul {
    list-style: none;
    text-align: center;
    background-color: #333333;
    padding-top:10px;
  }
  #head nav > ul a{
    color: #fff;
    font-size : 16px;
    letter-spacing : 3.52px;
  }
  #head nav > ul > li {
    display: block;
    letter-spacing: 3.52px;
    padding-top:10px;
    padding-bottom: 10px;
    vertical-align: top;
    width: 100%;
    background-color: transparent;
  }
  #head nav > ul > li ul {
    display: none !important;
    -webkit-transition: all .4s linear 0s;
    transition: all .4s linear 0s;
    height: 0;
    overflow: hidden;
    padding-top: 14px;
    padding-left: 22px;
  }
  #head nav > ul > li ul li {
    text-align: left;
    margin-bottom: 12px;
  }
  #head nav > ul > li ul li a {
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
  }
  #head nav > ul > li:hover ul,
  #head nav > ul > li.current ul {
    height: 60px;
  }
  #head nav > ul > li:hover ul.long,
  #head nav > ul > li.current ul.long {
    height: 95px;
  }
  #head nav > ul > li:hover,
  #head nav > ul > li.current {
    background-color: #333333;
  }
  #head_logo {
    width: 100px;
    height: 90px;
    background-color: #333 !important;
    background-image: url('../img/common/logo.svg');
    background-size: 80px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 1.0);
    display: none !important;
  }
  #head_logo a {
    display: block;
    height: inherit;
    width: inherit;
  }
  #head nav > div{
    display: block;
    background-color: #333;
    padding-bottom: 15px;
    padding-top: 10px;
  }
  #head nav > div a {
    display: inline-block;
  }
  #head nav > div img[alt="fb"] {
    position: relative;
    top: auto;
    right: auto;
  }
  #head nav > div img[alt="insta"] {
    position: relative;
    top: auto ;
    right: auto;
  }
  #head_adress {
    position: fixed;
    display: none;
    right: 0;
    top: 37%;
    width: 40px;
    height: 198px;
    border: 1px solid #333;
    background: #fff;
    text-align: center;
    z-index: 9999;
  }
  #head_adress div {
    width: 40px;
    height: 40px;
    background: #333;
  }
  #head_adress div img {
    margin-top: 11px;
  }
  #head_adress p {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: justify;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3.3px;
    margin-top: 12px;
  }
  .check_board {
    display: table;
    width: 100%;
  }
  .check_board .row {
    display: table-row;
  }
  .check_board .row .cell_picture, .check_board .row .cell_writing {
    display: table-cell;
  }
  .check_board .row .cell_picture {
    width: 50%;
    height: 400px;
  }
  .check_board .row .cell_writing {
    width: 50%;
    position: relative;
  }
  .check_board .row .cell_writing:after {
    content: '';
    background-image: url('../img/common/tri_point.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 42%;
    left: -13px;
  }
  .check_board .row .cell_writing:first-child:after {
    right: -13px;
    left: auto;
  }
  /*footer*/
  #foot {
    min-width: 0;
    position: fixed;
    bottom: 0;
    z-index: 4000;
    width: 100%;
  }
  #foot .copy{
    display: block;
    background-color: #8d8d8e;
    font-size : 8px;
    line-height : 17px;
    letter-spacing : 1.76px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
  }
  #foot nav{
    display: none;
  }
  #foot nav ul {
    list-style: none;
    margin: 55px auto;
    text-align: center;
  }
  #foot nav li {
    display: inline-block;
    margin: 0 47px;
  }
  #foot nav li a {
    font-size: 14px;
    letter-spacing: 3.08px;
  }
  #foot div.foot_arrow {
    border-top: 1px solid #333;
    text-align: center;
    padding: 7px 0;
    background-color: #fff;
  }
  #foot div.foot_menu {
    background: #231815;
    color: #fff;
    font-weight: 200;
    height: 30px;
  }
  #foot div.foot_menu ul {
    float: none;
    height: 30px;
    display: table;
    width: 100%;
  }
  #foot div.foot_menu ul li {
    display: table-cell;
    width: 50%;
  }
  #foot div.foot_menu ul li div {
    width: 30px;
    height: 30px;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
  }
  #foot div.foot_menu ul li:first-child{
    display: none;
  }
  #foot div.foot_menu ul li:first-child div {
    background-image: url('../img/common/logo.svg');
    background-size: 56px 35px;
  }
  #foot div.foot_menu ul li:nth-child(2) div {
    background-image: url('../img/common/icon_telephone.svg');
    background-size: 15px 8px;
  }
  #foot div.foot_menu ul li:last-child div {
    background-image: url('../img/common/icon_mail.svg');
    background-size: 15px 12px;
  }
  #foot div.foot_menu ul li a {
    display: block;
    height: inherit;
    width: inherit;
    color: #fff;
  }
  #foot div.foot_menu ul li > p {
    font-size : 12px;
    line-height : 32px;
    letter-spacing : 2px;
    display: inline-block;
    vertical-align:top;
    padding-left: 10px;
  }
  #foot div.foot_menu > p {
    display: block;
    float: right;
    font-size: 10px;
    letter-spacing: 2.2px;
    margin-top: 20px;
    margin-right: 10px;
    display: none;
  }
  main {
    min-width: 1200px;
  }
  /* -------------------Top------------------*/
  #topslide {
    background-color: #333;
    border-bottom: 10px solid #333;
    min-width: 0;
    width: 100%;
  }
  #topslide .slick-slide {
    height: 200px;
    width: auto;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 5px;
  }
  #topslide .slick-slide a img{
    width: 100%;
  }
  .slick-prev{
    margin-left: 0;
    position: absolute;
    left:20px;
    top: 40%;
  }
  .slick-next{
    margin-right: 0;
    position: absolute;
    right:20px;
    top: 40%;
  }
  .slide_inner {
    width: auto;
  }
  .slide_inner img {
    width: 100%;
    height: auto !important;
  }
  #top_descriptions{
    display: none;
  }
  #top_descriptions_s{
    display: block;
  }

  #top_descriptions_s .row{
    background-color: #f1f1e4;
    text-align: center;
    padding-top: 20px;
  }
  #top_descriptions_s .row h3{
    font-size : 20px;
    line-height : 30px;
    letter-spacing : 4.4px;
    margin-bottom: 20px;
    padding-top: 5px;
  }
  #top_descriptions_s .cell_picture{
    width: 100%;
    height: 210px;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #top_descriptions_s .cell_writing{
    background-color: #fff;
    font-size : 10px;
    line-height : 20px;
    letter-spacing : 2.2px;
    padding: 20px;
  }
  #top_descriptions_s .cell_writing p{
    background-color: #fff;
    margin-top: -30px;
    padding-top:30px;
    padding-bottom: 50px;
  }
  #top_descriptions_s .cell_writing a{
    text-decoration: none;
    border-bottom: 1px black solid;
    font-size: 12px;
    letter-spacing: 2.64px;
    color: #333;
    padding-bottom: 5px;
  }
  #top_descriptions.check_board .row .cell_writing h3, #top_descriptions.check_board .row .cell_writing p {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: justify;
    display: inline-block;
    vertical-align: top;
    margin-top: 70px;
  }
  #top_descriptions.check_board .row .cell_writing p {
    width: 320px;
    height: 260px;
    font-weight: 500;
    font-size: 17px;
    line-height: 37px;
    letter-spacing: 3.74px;
    color: #333;
    padding-left: 90px;
    padding-right: 40px;
  }
  #top_descriptions.check_board .row .cell_writing h3 {
    width: 100px;
    height: 290px;
    font-weight: 500;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 7.8px;
    color: #333;
  }
  #top_descriptions.check_board .row .cell_writing .cell_inner {
    position: relative;
    width: 600px;
  }
  #top_descriptions.check_board .row .cell_writing:first-child .cell_inner {
    margin-left: auto;
    padding-right: 75px;
    width: 525px;
  }
  #top_descriptions.check_board .row .cell_writing:first-child .cell_inner p {
    padding-left: 0;
  }
  #top_descriptions.check_board .row .cell_writing img[alt="house"] {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #top_descriptions.check_board .row .cell_writing img[alt="canna"] {
    position: absolute;
    bottom: 30px;
    right: 195px;
  }
  #top_descriptions.check_board .row .cell_writing img[alt="craftsman"] {
    position: absolute;
    bottom: 5px;
    right: 30px;
  }
  #top_descriptions.check_board .row .cell_writing a {
    text-decoration: none;
    border-bottom: 1px black solid;
    font-size: 12px;
    letter-spacing: 2.64px;
    color: #333;
    position: absolute;
    left: 50px;
    bottom: 10px;
  }
  #top_descriptions.check_board .row .cell_writing:first-child .cell_inner a {
    left: -40px;
  }
  #top_descriptions.check_board .row .cell_picture {
    background-repeat: no-repeat;
    vertical-align: middle;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #top_descriptions.check_board .row .cell_picture a {
    display: block;
    width: 100%;
    height: inherit;
  }
  #top_works_blog {
    background-image: none;
    background-color: #f1f1e4;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    min-width: 0;
    padding-bottom: 100px;
  }
  #top_works_blog > div, #top_sns > div {
    text-align: center;
    padding: 30px 0 10px;
  }
  #top_works_blog h2, #top_sns h2 {
    font-weight: 500;
    font-size : 20px;
    line-height : 30px;
    letter-spacing : 4.4px;
    color: #333;
    display: block;
  }
  #top_works_blog p, #top_sns p {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 2.2px;
  }

  #top_works_blog p.s_eng{
    display: none;
  }
  #top_works_blog ul, #top_sns ul {
    list-style: none;
    width: auto;
    margin: 30px auto 0;
    padding: 0 20px;
  }
  #top_works_blog ul li {
    width: 100%;
    height: 210px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    float: none;
    display: table;
    margin: 0;
    margin-bottom: 10px;
  }
  #top_works_blog ul li a {
    color: #fff;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    text-align: center;
    padding: 0 10%;
  }
  #top_works_blog ul li a h5, #top_works_blog ul li a time {
    display: inline !important;
    /*opacity: 0;*/
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
  }
  #top_works_blog ul li a h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 3.96px;
    width: 80%;
  }
  #top_works_blog ul li a time {
    font-size: 12px;
    letter-spacing: 2.64px;
    line-height: 30px;
  }
  /*#top_works_blog ul li a:hover h5, #top_works_blog ul li a:hover time{
    opacity: 1.0;
  }*/
  #top_works_blog ul li a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  #top_works_blog div a.more_button {
    background: #333;
    color: #fff;
    font-size : 15px;
    line-height : 30px;
    letter-spacing : 3.3px;
    padding: 6px 0;
    width: 100%;
    text-decoration: none;
    display: block;
  }
  #top_works_blog > div > div {
    margin-top: 10px;
    padding: 0 20px;
  }
  #arrows_works,#arrows_blog{
    display: none;
  }
  #top_sns {
    background-color: #f1f1e4;
    height: 600px;
    min-width: 0;
    display: none;
  }
  #top_sns ul li {
    width: 170px;
    height: 170px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    float: left;
    display: table;
    margin: 0 18px;
  }
  /* -------------------sub_static_top------------------*/
  main section.sub_static_top {
    position: relative;
    height: 390px;
    background: #f8f9ed;
    border-top: 10px solid #333;
    padding-bottom: 20px;
  }
  main section.sub_static_other {
    position: relative;
    height: 300px;
    background: #f8f9ed;
  }
  main > div.sub_main_image {
    height: 600px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
  }
  main > div.sub_sub_image {
    height: 400px;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center -300px;
    background-repeat: no-repeat;
  }
  main section.sub_static_top div.sub_static_intro {
    position: absolute;
    top: -70px;
    /*中央寄せ*/
    left: 50%;
    transform: translateX(-50%);
    /*--------*/
    z-index: 99;
    width: 900px;
    background: #f8f9ed;
    border-top: 10px solid #333;
    text-align: center;
  }
  main section.sub_static_other div.sub_static_intro {
    position: absolute;
    top: -35px;
    /*中央寄せ*/
    left: 50%;
    transform: translateX(-50%);
    /*--------*/
    z-index: 99;
    width: 900px;
    background: #f8f9ed;
    text-align: center;
  }
  main section.sub_static_top div.sub_static_intro > div {
    display: inline-block;
    margin: 20px 60px 50px;
  }
  main section.sub_static_top div.sub_static_intro > div p {
    margin-top: 30px;
    font-size: 19px;
    letter-spacing: 4.4px;
  }
  h3.sub_static_copy {
    font-size: 40px;
    letter-spacing: 8.8px;
    margin-bottom: 15px;
    line-height: 60px;
  }
  main section.sub_static_other div.sub_static_intro > h3 {
    margin: 35px 0;
  }
  main section.sub_static_top div.sub_static_intro > p, main section.sub_static_other div.sub_static_intro > p {
    width: 800px;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 2.7px;
    text-align: left;
    display: block;
    margin: 0 auto;
  }
  main > div.sub_static_interval {
    text-align: center;
    background: #e6e6e6;
    height: 100px;
  }
  main > div.sub_static_interval p {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    letter-spacing: 5.3px;
    padding: 8px;
  }
  /* ---------------kominka,tekizami,syokunin--------------*/
  #kominka section.check_board .row .cell_inner, #tekizami section.check_board .row .cell_inner, #syokunin section.check_board .row .cell_inner {
    width: 450px;
    text-align: left;
    margin: 60px 0 50px 100px;
  }
  #kominka section.check_board .row .cell_picture, #tekizami section.check_board .row .cell_picture, #syokunin section.check_board .row .cell_picture {
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 400px;
  }
  #kominka section.check_board .row .cell_writing:first-child .cell_inner, #tekizami section.check_board .row .cell_writing:first-child .cell_inner, #syokunin section.check_board .row .cell_writing:first-child .cell_inner {
    margin-left: auto;
    padding-right: 100px;
  }
  #kominka section.check_board .row .cell_inner p, #tekizami section.check_board .row .cell_inner p, #syokunin section.check_board .row .cell_inner p {
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 3.08px;
  }
  #kominka section.check_board .row .cell_writing:first-child .cell_inner p, #tekizami section.check_board .row .cell_writing:first-child .cell_inner p, #syokunin section.check_board .row .cell_writing:first-child .cell_inner p {
    padding-left: 0;
  }
  /* -------------------kominka------------------*/
  div.table_nested {
    display: table;
    width: 100%;
  }
  p.rowspan_spacing {
    padding-top: 50px;
  }
  #kominka section.check_board .row .rowspan_diamond:after {
    content: '';
    background-image: url('../img/common/tri_point.svg');
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 47%;
    left: -13px;
  }
  #kominka section.check_board .row .rowspan_diamond:first-child:after {
    right: -13px;
    left: auto;
  }
  /* -------------------tekizami------------------*/
  #tekizami section.check_board .row .cell_inner {
    position: relative;
  }
  #tekizami section.check_board .row .cell_inner p {
    padding-top: 80px;
  }
  #tekizami section.check_board .row .cell_inner img {
    position: absolute;
  }
  #tekizami section.check_board .row .cell_inner img[alt="woods"] {
    top: -10px;
    right: 120px;
  }
  #tekizami section.check_board .row .cell_inner img[alt="sumi"] {
    top: -5px;
    right: 85px;
  }
  #tekizami section.check_board .row .cell_inner img[alt="chona"] {
    top: 10px;
    right: 0;
  }
  #tekizami section.check_board .row .cell_inner img[alt="hammer"] {
    top: -5px;
    right: 210px;
  }
  #tekizami section.cf > div {
    float: left;
    width: 50%;
    height: 800px;
  }
  #tekizami section.cf > div:first-child {
    background-color: #40210f;
  }
  #tekizami section.cf > div:last-child {
    background-color: #6a3906;
  }
  #tekizami section.cf div.sub_float_image {
    height: 400px;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  #tekizami section.cf div.float_inner_writing {
    width: 450px;
    text-align: left;
    margin: 60px 0 50px 100px;
    position: relative;
  }
  #tekizami section.cf img {
    position: absolute;
  }
  #tekizami section.cf img[alt="old_woods"] {
    top: -100px;
    left: 0;
  }
  #tekizami section.cf img[alt="desk"] {
    top: -80px;
    left: 0;
  }
  #tekizami section.cf h3.sub_static_copy {
    color: #fff;
  }
  #tekizami section.cf p {
    color: #fff;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 3.08px;
  }
  #tekizami > a p {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    letter-spacing: 5.3px;
    padding: 8px;
    text-align: center;
  }
  /* -------------------syokunin------------------*/
  #craftsman_top {
    text-align: center;
    background-color: #fff;
  }
  #craftsman_top div.craftsman_cover {
    background-image: url('../img/subpage/craftsman_group_bg.png');
    background-color: transparent;
    background-position: center center;
    background-size: 1234px 823px;
    background-repeat: no-repeat;
    height: 600px;
    position: relative;
    z-index: 99;
  }
  #craftsman_top h3 {
    padding-top: 90px;
  }
  #craftsman_top h3 img {
    vertical-align: top;
  }
  #craftsman_top div.craftsman_cover_spacing {
    margin-top: -100px;
    background-color: #e7e4db;
  }
  #craftsman_top p {
    width: 800px;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: 2.7px;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding: 80px 0;
  }
  div.introduce_white_bg {
    background-color: #fff;
    padding: 60px 0 40px 0;
  }
  div.introduce_colored_bg {
    background-color: #e7e4db;
    padding-bottom: 40px;
  }
  section.introduce_craftsman_right div.introduce_white_bg div.introduce_profile, section.introduce_craftsman_right div.introduce_white_bg div.introduce_paragraph, section.introduce_craftsman_right div.introduce_colored_bg div.introduce_paragraph {
    width: 50%;
    margin-left: auto;
    text-align: left;
  }
  section.introduce_craftsman_left div.introduce_white_bg div.introduce_profile, section.introduce_craftsman_left div.introduce_white_bg div.introduce_paragraph, section.introduce_craftsman_left div.introduce_colored_bg div.introduce_paragraph {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
  }
  div.introduce_white_bg div.introduce_profile {
    position: relative;
  }
  section.introduce_craftsman_right div.introduce_white_bg img.craftsman_portrait {
    position: absolute;
    left: -550px;
  }
  section.introduce_craftsman_left div.introduce_white_bg img.craftsman_portrait {
    position: absolute;
    right: -50px;
  }
  div.introduce_white_bg div.introduce_paragraph, div.introduce_colored_bg div.introduce_paragraph {
    padding-top: 40px;
  }
  #syokunin .small_letter {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 2.2px;
  }
  #syokunin span.small_letter {
    padding-left: 5px;
    vertical-align: 11px;
  }
  #syokunin p.small_letter {
    border-bottom: 1px solid #333;
    margin-bottom: 15px;
    display: inline-block;
  }
  #syokunin p.introduce_detail {
    width: 500px;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 3.08px;
  }
  div.introduce_white_bg div.introduce_profile h3.sub_static_copy {
    margin-bottom: 0;
  }
  div.introduce_white_bg div.introduce_profile p.introduce_position {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3.52px;
    text-indent: -8px;
  }
  div.introduce_colored_bg div.introduce_paragraph a {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 3.08px;
    color: #fff;
    background-color: #333;
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    margin-top: 30px;
  }
  div.introduce_profile h3.syacho_name {
    position: relative;
  }
  div.introduce_profile a img[alt="fb"] {
    position: absolute;
    top: 22px;
    left: 280px;
  }
  div.introduce_profile a img[alt="insta"] {
    position: absolute;
    top: 24px;
    left: 302px;
  }
  /* -------------------Pagination------------------*/
  .pagination {
    margin: 100px auto 100px;
    text-align: center;
    width: 900px;
  }
  .pagination:after, .pagination ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
  }
  .pagination ul {
    display: inline-block;
    margin: 0;
  }
  .pagination li {
    float: left;
    list-style: none outside none;
    margin-left: 10px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1.68px;
  }
  .pagination li:first-child {
    margin-left: 0;
  }
  .pagination li.active {
    color: #000;
    /*cursor: not-allowed;*/
    padding: 6px 5px 3px;
    border-bottom: 1px solid #000;
  }
  .pagination li a {
    color: #000 !important;
    display: block;
    padding: 6px 5px 3px;
    text-decoration: none;
  }
  .pagination li a:hover {
    color: #000;
  }
  .pagination li.next a,
  .pagination li.prev a {
    background: none !important;
    color: #fff !important;
    display: block;
    padding: 0 5px;
    text-decoration: none;
  }
  
  #dummy_slide{
	  display: none !important;
  }
}
