@charset "UTF-8";
@media screen and (min-width: 1101px) {
  /* CSS Document */
  #under #main #greeting h3, #under #main #company h3, #under #main #access h3 {
    color: #082d7e;
    border-bottom: 1px solid #cfd5e3;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  /*----------------------------------
    greeting
  ----------------------------------*/
  #greeting_img {
    max-width: 22%;
    height: auto;
    float: right;
    text-align: center;
  }
  #greeting {
    float: left;
    width: 76%;
    margin: 20px 2% 20px 0;
  }
  /*----------------------------------
    company
  ----------------------------------*/
  #company table {
    margin-top: 4%;
    border-top: 1px solid #DCDCDC;
  }
  #company table th {
    padding: 2% 1%;
    width: 26%;
    border-bottom: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
    background: #BEBEBE;
    color: #FFF;
    vertical-align: top;
  }
  #company table td {
    padding: 2% 1%;
    width: 74%;
    border-bottom: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
  }
  /*----------------------------------
    access
  ----------------------------------*/
  #access .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 4%;
  }
  #access .ggmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access .ggmapr object, #access .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #access h4 {
    background: url(../img/about/icon_train.gif) 5px center no-repeat;
    background-size: 16px 20px;
    padding: 5px 0;
    padding-left: 28px;
    font-size: 125%;
    border-bottom: 1px solid #cfd5e3;
    color: #082D7E;
  }
  #access dl dt {
    background: #139ee6;
    padding: 4px;
    color: #fff;
    display: inline-block;
    margin-top: 2%;
    margin-right: 1%;
    float: left;
  }
  #access dl dd {
    margin-top: 2.6%;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1100px) {
  /*----------------------------------
      greeting
    ----------------------------------*/
  #greeting {
    float: left;
    width: 70%;
    margin: 0 2% 0 4%;
  }
  #company, #access {
    width: 92%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1101px) and (max-width: 600px) {
  /*----------------------------------
      greeting
    ----------------------------------*/
  #greeting_img {
    max-width: 160px;
    float: none;
    text-align: center;
    margin-bottom: 4%;
    margin-left: auto;
    margin-right: auto;
  }
  #greeting {
    float: none;
    width: 92%;
    margin: 0 auto;
  }
  /*----------------------------------
      company
    ----------------------------------*/
  #company table th {
    width: 100%;
    display: block;
    padding: 2%;
  }
  #company table td {
    width: 100%;
    display: block;
    padding: 2%;
    border-left: 1px solid #DCDCDC;
  }
}

@media screen and (min-width: 1101px) {
  /* 
  追加20200818 
  */
  .main {
    background-color: #fff;
    padding: 40px;
    margin-top: 20px;
    margin-left: 1.5em;
    margin-right: 1.5em;
    color: #000;
  }
  #under #main h2:nth-child(2) {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 35px;
    color: #000;
    margin-bottom: 20px;
  }
  h2 small {
    font-size: 17px;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  }
  #under #main h2:nth-child(1), #under #main h2:nth-child(2) {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-top: 0;
    letter-spacing: 0.09em;
  }
  /* #side{
  	display: none;
  } */
  #wrap {
    background-image: url(../img/about/about_background.jpg);
  }
  #side li a {
    display: block;
  }
  .wrap_about.sp_none {
    padding-left: 60px;
  }
  #under #main h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    margin-bottom: 1em;
    letter-spacing: 0.09em;
  }
  #under #main #greeting h3, #under #main #company h3, #under #main #access h3 {
    color: #000;
    border-bottom: 1px solid #aaa;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  h3 {
    color: #000;
    border-bottom: 1px solid #aaa;
    margin: 0 0 15px;
    padding: 0 0 10px;
  }
  iframe {
    margin-bottom: 4vw;
  }
  table .sp_none {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 90%;
    margin: 30px auto;
  }
  th {
    background-color: #efefef;
    padding: 18px 1.5em;
    border: 1px solid #ccc;
  }
  td {
    padding: 18px 1.5em;
    border: 1px solid #ccc;
  }
  #topicpath.sp_none {
    padding-top: 0;
  }
  h2 {
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    padding-bottom: 10px;
  }
  #scheduleArea h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  th {
    background-color: #efefef;
    padding: 18px 1.5em;
    border: 1px solid #ccc;
  }
  table {
    border: 1px solid #CCC;
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
  }
}

/* 電車でお越しの方 */
div.about_bar {
  border: 1px solid #000;
  padding: 30px;
}

div.about_bar h2 {
  margin: 0 auto 2rem !important;
  text-align: left;
  font-size: 24px;
  letter-spacing: 5px;
}

div.about_bar .flex_about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

div.about_bar .flex_about_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.about_bar .flex_set:nth-child(1), div.about_bar .flex_set:nth-child(2) {
  margin-right: 4em;
}

div.about_bar .flex_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

div.about_bar .item_line {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px 1em;
  margin-bottom: 20px;
  font-size: 18px;
  width: 250px;
}

div.about_bar .item {
  margin-left: 1.5em;
  line-height: 50px;
}

@media screen and (max-width: 776px) {
  div.about_bar {
    padding: 1rem;
  }
  div.about_bar h2 {
    padding-bottom: 0;
    margin: 0 auto 1rem !important;
    text-align: center;
    font-size: 20px;
  }
  div.about_bar .flex_set {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  div.about_bar .flex_set:nth-child(1), div.about_bar .flex_set:nth-child(2) {
    margin-right: 0;
  }
  div.about_bar .flex_set div {
    width: 100%;
  }
  div.about_bar .item_line {
    padding: 3px 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  div.about_bar .item {
    margin-left: 0 !important;
    padding: 0.5rem 0 1rem;
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1px;
  }
}
/*# sourceMappingURL=about.css.map */