@charset "utf-8";

.directory{
  display: none;
}

/*==================================================================
  PC用スタイル ↓
===================================================================*/

@media (min-width: 769px) {


  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 130px;
    padding-top: 50px;
    background-color: #898989;
    /*background: url(../images/pages/shoes/ttl_bg.jpg) center center #000 no-repeat;*/
  }
    .page__ttl span{
      display: block;
      width: 1090px;
      height: 0;
      margin: 0 auto;
      padding-top: 30px;
      overflow: hidden;
      background: url(../images/pages/english/english_ttl.png) left center no-repeat;
    }

  /*====================================================================
    english
  =====================================================================*/

  .english{
    margin: 0 auto 130px auto;
  }


  /*====================================================================
    director
  =====================================================================*/

  .director{
    width: 100%;
  }

  /*=================================
    director__message
  ==================================*/

  .director__message{
    width: 100%;
    padding: 22px 0;
    background-color: #eaf1f9;
  }

  .director__message .container{
    background: url(../images/pages/greeting/director_img.jpg) right top no-repeat;
  }


  .director__message h2{
    width: 546px;
    height: 0;
    padding-top: 57px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/greeting/director_message_ttl.png) no-repeat;
    margin-bottom: 33px;
  }

  .director__message .director__com{
    width: 640px;
    margin-bottom: 30px;
  }

  .director__message .director__name{
    /*width: 100%;*/
    width: 640px;
    text-align: right;
  }

  .director__message .director__name span{
    font-size: 2.4rem;
  }

  /*=================================
    director__profile
  ==================================*/

  .director__profile{
    padding-top: 40px;
  }

  .director__profile h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 20px;
  }

  .director__profile h3 .career{
    width: 138px;
    height: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/english/director_profile_ttl01.png) no-repeat;
  }

  .director__profile table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
  }

  .director__profile table th{
    padding: .8em .5em;
    border-bottom: 1px dotted #282828;
  }

  .director__profile table td {
    padding: 10px 20px;
    border-bottom: 1px dotted #282828;
  }

  .director__profile table tr:first-child th {
    border-top: 1px dotted #282828;
  }

  .director__profile table tr:first-child td {
    border-top: 1px dotted #282828;
  }

  .director__profile table th {
    width: 190px;
    background: #EEE;
    color: #111;
  }

  .director__profile table td ul {
    padding-bottom: 1em;
  }

  .director__profile table td li {
    list-style: none;
  }

  .director__profile table td a:link,
  .director__profile table td a:visited,
  .director__profile table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .director__profile table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .director__profile table td span{
    font-size: 1.4rem;
    color:#333;
  }

  /*====================================================================
    access
  =====================================================================*/

  .access{
    width: 1090px;
    margin: 0 auto 130px auto;
  }

  .access h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 20px;
  }

  .access h3 .access__ttl{
    width: 144px;
    height: 0;
    padding-top: 30px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/english/access_ttl.png) no-repeat;
  }

  .access__left{
    width: 511px;
    float: left;
  }

  .access__right{
    width: 545px;
    float: right;
  }

  /*-----------------------------------
    table
  -----------------------------------*/

  .access__left table {
    width: 511px;
    min-height: 711px;
    border-collapse: collapse;
    margin-bottom: 60px;

  }

  .access__left table th{
    padding: .8em .5em;
    border-bottom: 1px dotted #282828;
  }

  .access__left table td {
    padding: 20px 35px;
    border-bottom: 1px dotted #282828;
  }

  .access__left table td .blue{
    color: #2660ad;
  }

  .access__left table th {
    width: 117px;
    background: #EEE;
    color: #111;
  }
  .access__left table th span{
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8rem;;
  }


  .access__left table td ul {
    padding-bottom: 1em;
  }

  .access table td li {
    list-style: none;
  }

  .access__left table td a:link,
  .access__left table td a:visited,
  .access__left table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .access__left table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .access__left table td .en{
    color: #333;
    font-size: 1.4rem;
    margin-top: 10px;
    display:block;
  }

  .access__left table td .contact__link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #2660ad;
    display: block;
    color: #fff!important;
    padding-left: 10px;
    position: relative;
  }

  .access__left table td .contact__link:hover{
    text-decoration: none!important;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .access__left table td .contact__link:after{
      display: block;
      content: "";
      margin: auto 0;
      width: 8px;
      height: 8px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 0;
      right: 19px;
      bottom: 0;
  }


  /*-----------------------------------
    iframe
  -----------------------------------*/
  .access__right p:first-child{
    margin-bottom: 20px;
  }

  .access__right p:nth-child(2){
    width: 511px;
    margin: 0 auto;
    text-algin: center;
  }
}


/*==================================================================
  スマートフォン用スタイル ↓
===================================================================*/

@media (max-width: 768px) {
  /*====================================================================
    page__ttl
  =====================================================================*/
  .page__ttl{
    width: 100%;
    height: 60px;
    padding-top: 21px;
    background-color: #898989;
  }
    .page__ttl span{
      display: block;
      width: 100%;
      height: 0;
      margin: 0 auto;
      padding-top: 18px;
      overflow: hidden;
      background: url(../images/pages/english/english_ttl.png) left 15px center no-repeat;
      background-size: 167px 18px;
    }
  
  /*====================================================================
    english
  =====================================================================*/

  .english{
    margin: 0 auto;
  }


  /*====================================================================
    director
  =====================================================================*/

  .director{
    width: 100%;
  }

  /*=================================
    director__message
  ==================================*/

  .director__message{
    width: 100%;
    padding: 15px;
    background-color: #eaf1f9;
  }

  .director__message .container{
    padding-bottom: 71.42%;
    background: url(../images/pages/greeting/director_img.jpg) right bottom no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-right: 0;
  }

  .director__message .director__com{
    width: 100%;
    margin-bottom: 10px;
  }

  .director__message .director__name{
    /*width: 100%;*/
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
  }

  .director__message .director__name span{
    font-size: 2rem;
  }

  /*=================================
    director__profile
  ==================================*/

  .director__profile{
    padding-top: 15px;
    font-size: 0.95em;
  }

  .director__profile h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 15px;
  }

  .director__profile h3 .career{
    width: 101px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/english/director_profile_ttl01.png) no-repeat;
    background-size: contain;
  }

  .director__profile table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }

  .director__profile table th{
    padding: 5px;
    border-right: 5px solid #ffffff;
    border-left: 5px solid #ffffff;
    width: 100%;
    display: block;
  }

  .director__profile table td {
    width: 100%;
    padding: 10px 20px;
    display: block;
  }



  .director__profile table th {
    width: 100%;
    background: #EEE;
    color: #111;
  }

  .director__profile table td ul {
    padding-bottom: 1em;
  }

  .director__profile table td li {
    list-style: none;
  }

  .director__profile table td a:link,
  .director__profile table td a:visited,
  .director__profile table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .director__profile table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .director__profile table td span{
    font-size: 1.4rem;
    color:#333;
  }

  /*====================================================================
    access
  =====================================================================*/

  .access{
    width: 100%;
    margin: 0 auto;
  }

  .access h3{
    width: 100%;
    background: #eeeeee;
    padding: 11px 13px;
    margin-bottom: 15px;
  }

  .access h3 .access__ttl{
    width: 106px;
    height: 0;
    padding-top: 22px;
    display: block;
    overflow: hidden;
    background: url(../images/pages/english/access_ttl.png) no-repeat;
    background-size: contain;
  }


  .access__left{
    width: 100%;
  }

  .access__right{
    width: 100%;
  }



  /*-----------------------------------
    table
  -----------------------------------*/

  .access__left table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 0.95em
  }

  .access__left table th{
    padding: .8em .5em;
    border-bottom: 1px dotted #282828;
  }

  .access__left table td {
    padding: 15px;
    border-bottom: 1px dotted #282828;
  }

  .access__left table td .blue{
    color: #2660ad;
  }

  .access__left table th {
    width: 104px;
    background: #EEE;
    color: #111;
  }
  .access__left table th span{
    font-size: 1.4rem;
    color: #666;
    line-height: 1.8rem;;
  }


  .access__left table td ul {
    padding-bottom: 1em;
  }

  .access table td li {
    list-style: none;
  }

  .access__left table td a:link,
  .access__left table td a:visited,
  .access__left table td a:active {
    color: #000000;
    text-decoration: none;
  }

  .access__left table td a:hover {
    text-decoration: none;
    text-decoration: underline;
  }

  .access__left table td .en{
    color: #333;
    font-size: 1.4rem;
    margin-top: 10px;
    display:block;
  }

  .access__left table td .contact__link{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #2660ad;
    display: block;
    color: #fff!important;
    padding-left: 10px;
    position: relative;
  }

  .access__left table td .contact__link:hover{
    text-decoration: none!important;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  .access__left table td .contact__link:after{
    display: block;
    content: "";
    margin: auto 0;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
  }

  .access__right img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  
  .access__right p:first-child{
    margin-bottom: 15px;
  }
  
}