@charset "UTF-8";
/*-----------------------------------------------------

　阿新クレーン
　PC用SCSS

-----------------------------------------------------*/
/* #########################

　共通設定

######################### */
a {
  color: #29abe2; }
  a:hover {
    color: #0b6db5; }

/* ##### HeadCopy ##### */
h2 {
  font-size: 24px;
  border-bottom: 3px solid #29abe2;
  padding: 0 0 7px 0;
  margin: 50px 0 10px 0; }
  h2:first-child {
    margin-top: 0px; }

h3 {
  background: #daf1ff;
  font-size: 20px;
  padding: 8px 5px;
  margin: 30px 0px 10px 0px; }

h4 {
  font-size: 18px;
  margin: 20px 0px 10px 0px;
  padding: 5px 0px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

/* ##### Contents ##### */
/* ##### Table ##### */
#contents table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333; }

#contents table th {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #333;
  padding: 10px 5px 10px 10px; }
  #contents table th span {
    display: block;
    border-right: 3px solid #333; }

#contents table td {
  padding: 10px 10px;
  border-bottom: 1px solid #333; }

#contents table.thstrong {
  border: 0px none; }
  #contents table.thstrong th {
    font-weight: bold;
    border-bottom: 4px solid #333; }

#contents table.bordertb {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  empty-cells: hide; }
  #contents table.bordertb th {
    background: #eafaff none;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    font-weight: bold;
    text-align: center; }
  #contents table.bordertb td {
    border-right: 1px solid #333;
    border-bottom: 1px solid #333; }

/* ##### List ##### */
#contents dl {
  margin: 20px 0px; }

#contents dt {
  background: #daf1ff;
  padding: 5px 10px; }

#contents dd {
  padding: 5px 10px;
  margin-bottom: 5px; }

#contents ul {
  margin: 5px 0px 5px 1.5em; }
  #contents ul li {
    line-height: 135%;
    margin-bottom: 5px; }

#contents ol {
  margin: 5px 0px 5px 2em; }
  #contents ol li {
    line-height: 135%;
    margin-bottom: 5px; }

/* ##### Button ##### */
#pastlist {
  max-width: 960px;
  margin: 20px auto; }
  #pastlist a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px 5px 30px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px; }
    #pastlist a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

#backbtn {
  display: block;
  max-width: 960px;
  margin: 50px auto 20px auto;
  text-align: center; }
  #backbtn a {
    display: inline-block;
    min-width: 200px;
    background: #29abe2 url("../img/icon_backbtn_arrow.png") left center no-repeat;
    background-size: 22px 16px;
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    #backbtn a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

.nextbtn {
  display: block;
  max-width: 960px;
  margin: 10px auto 10px auto; }
  .nextbtn a {
    display: inline-block;
    min-width: 200px;
    background: #29abe2 url("../img/icon_nextbtn_arrow.png") right center no-repeat;
    background-size: 25px 16px;
    color: #fff;
    text-decoration: none;
    margin: 0 5px 5px 0;
    padding: 8px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; }
    .nextbtn a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

/* ##### Page Nation ##### */
.pageNav {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 50px auto 20px auto; }
  .pageNav a {
    background: #fff;
    border: 1px solid #29abe2;
    color: #29abe2;
    text-decoration: none; }
    .pageNav a:hover {
      background: #29abe2;
      color: #fff; }

.pageNav a,
.pageNav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1em;
  padding: 14px 17px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }

.pageNav .current {
  background: #0b6db5;
  border: 1px solid #0b6db5;
  color: #fff; }

.pageNav .invalid {
  background: #ccc;
  border: 1px solid #ccc;
  color: #fff; }

/* ##### File Upload ##### */
#contents ul.fileupload {
  list-style: none;
  border-top: 1px solid #999;
  margin: 30px 0px; }
  #contents ul.fileupload li {
    margin: 0px;
    border-bottom: 1px solid #999; }
    #contents ul.fileupload li a {
      display: block;
      color: #000;
      font-size: 14px;
      text-decoration: none;
      line-height: 130%;
      padding: 10px 20px; }
      #contents ul.fileupload li a img {
        margin-right: 5px;
        vertical-align: middle; }
      #contents ul.fileupload li a:hover {
        background: #daf1ff none; }

/* ##### Photo Area ##### */
#contents .photo-thumb {
  list-style: none;
  margin: 30px 0px;
  border-bottom: 1px solid #999; }
  #contents .photo-thumb li {
    display: inline-block;
    width: 300px;
    margin: 8px;
    vertical-align: top; }
    #contents .photo-thumb li a {
      display: block;
      width: 300px;
      color: #000;
      text-decoration: none;
      font-size: 12px;
      line-height: 140%; }
      #contents .photo-thumb li a span {
        display: block;
        margin: 7px 0px; }
        #contents .photo-thumb li a span img {
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px; }
      #contents .photo-thumb li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

/* #########################

　ヘッダー

######################### */
/* ##### Top Header ##### */
#top-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10; }
  #top-header h1 {
    width: 305px;
    height: 70px;
    position: absolute;
    top: 10px;
    left: 10px; }
    #top-header h1 img {
      width: 305px;
      height: 70px; }
    #top-header h1 a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

/* ##### Secondary Header ##### */
#sec-header {
  min-height: 70px;
  background: #29AAE1;
  padding: 20px;
  position: relative; }
  #sec-header h1 {
    width: 280px;
    height: 64px; }
    #sec-header h1 img {
      width: 280px;
      height: 64px; }
    #sec-header h1 a:hover img {
      opacity: 0.8;
      filter: alpha(opacity=80);
      -ms-filter: alpha(opacity=80); }

/* ##### Navigation ##### */
#navToggle {
  background: #29abe2 none;
  /*$baseColor*/
  width: 30px;
  height: 30px;
  padding: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
  z-index: 15;
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: alpha(opacity=70); }
  #navToggle:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: alpha(opacity=100); }
  #navToggle:after {
    display: block;
    width: 68px;
    content: "MENU";
    color: #fff;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    letter-spacing: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px; }

#navToggle div {
  position: relative; }

#navToggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 3px #fff;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out; }

#navToggle span:nth-child(1) {
  top: 0; }

#navToggle span:nth-child(2) {
  top: 11px; }

#navToggle span:nth-child(3) {
  top: 22px; }

header nav {
  position: absolute;
  right: 10px;
  top: -400px;
  background: rgba(255, 255, 255, 0.8);
  width: 300px;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  text-align: left;
  z-index: 12; }

#sec-header nav {
  box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 9px -2px; }

header ul {
  list-style: none;
  margin: 0; }

header ul li {
  display: block;
  margin: 0;
  border-bottom: dotted 1px #fff;
  line-height: 3; }

header ul li a {
  display: block;
  padding: 0 15px;
  font-weight: bold;
  text-decoration: none; }
  header ul li a:hover {
    background: #fff none; }
  header ul li a.active {
    background: #29abe2 none;
    color: #fff; }

header ul li::after {
  content: ''; }

header ul li:last-child {
  border-bottom: none; }

#navToggle {
  display: block; }

.openNav #navToggle:after {
  content: "CLOSE"; }

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

.openNav nav {
  -moz-transform: translateY(520px);
  -webkit-transform: translateY(520px);
  transform: translateY(520px); }

/* #########################

　フッター

######################### */
/* ##### Top Footer ##### */
#top-footer {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20; }
  #top-footer #top-info-cont {
    position: absolute;
    left: 20px;
    bottom: 20px; }
    #top-footer #top-info-cont #top-inportant-info {
      margin-bottom: 20px; }
      #top-footer #top-info-cont #top-inportant-info h2 {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 100%;
        margin-bottom: 10px;
        border: 0px none; }
        #top-footer #top-info-cont #top-inportant-info h2 a {
          display: inline-block;
          color: #fff;
          font-size: 12px;
          text-decoration: none;
          padding: 0px 10px;
          border: 1px solid #fff; }
          #top-footer #top-info-cont #top-inportant-info h2 a:hover {
            background: rgba(255, 255, 255, 0.3) none; }
      #top-footer #top-info-cont #top-inportant-info ul {
        list-style: none;
        border-top: 1px solid #000; }
        #top-footer #top-info-cont #top-inportant-info ul li {
          margin: 0px;
          border-bottom: 1px solid #000; }
          #top-footer #top-info-cont #top-inportant-info ul li a {
            display: block;
            max-width: 550px;
            background: rgba(255, 0, 0, 0.5) none;
            color: #fff;
            font-size: 14px;
            text-decoration: none;
            line-height: 130%;
            padding: 0px 20px; }
            #top-footer #top-info-cont #top-inportant-info ul li a span {
              display: table-cell;
              padding: 10px 10px;
              vertical-align: middle; }
              #top-footer #top-info-cont #top-inportant-info ul li a span.info-date {
                width: 6em; }
              #top-footer #top-info-cont #top-inportant-info ul li a span img {
                margin-left: 5px;
                vertical-align: middle; }
            #top-footer #top-info-cont #top-inportant-info ul li a:hover {
              background: rgba(255, 0, 0, 0.7) none; }
    #top-footer #top-info-cont #top-info h2 {
      color: #fff;
      font-size: 16px;
      letter-spacing: 0px;
      line-height: 100%;
      margin-bottom: 10px;
      border: 0px none; }
      #top-footer #top-info-cont #top-info h2 a {
        display: inline-block;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        padding: 0px 10px;
        border: 1px solid #fff; }
        #top-footer #top-info-cont #top-info h2 a:hover {
          background: rgba(255, 255, 255, 0.3) none; }
    #top-footer #top-info-cont #top-info ul {
      list-style: none;
      border-top: 1px solid #000; }
      #top-footer #top-info-cont #top-info ul li {
        margin: 0px;
        border-bottom: 1px solid #000; }
        #top-footer #top-info-cont #top-info ul li a {
          display: block;
          max-width: 550px;
          background: rgba(0, 0, 0, 0.5) none;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          line-height: 130%;
          padding: 0px 20px; }
          #top-footer #top-info-cont #top-info ul li a span {
            display: table-cell;
            padding: 10px 10px;
            vertical-align: middle; }
            #top-footer #top-info-cont #top-info ul li a span.info-date {
              width: 12em; }
            #top-footer #top-info-cont #top-info ul li a span img {
              margin-left: 5px;
              vertical-align: middle; }
          #top-footer #top-info-cont #top-info ul li a:hover {
            background: rgba(0, 0, 0, 0.7) none; }
  #top-footer #top-banner {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right; }
    #top-footer #top-banner ul {
      display: inline-block;
      list-style: none;
      margin: 0px; }
      #top-footer #top-banner ul li {
        display: table-cell;
        width: 180px;
        height: 110px;
        padding-left: 10px;
        margin: 0px;
        vertical-align: middle; }
        #top-footer #top-banner ul li a {
          display: block;
          width: 180px;
          height: 110px;
          text-align: center;
          border: 1px solid #fff;
          box-sizing: border-box;
          border-radius: 10px;
          -webkit-border-radius: 10px;
          -moz-border-radius: 10px;
          overflow: hidden; }
          #top-footer #top-banner ul li a#cranearea {
            background: #ca000a none; }
          #top-footer #top-banner ul li a#busplan {
            background: #9d8261 none; }
          #top-footer #top-banner ul li a:hover {
            opacity: 0.8;
            filter: alpha(opacity=80);
            -ms-filter: alpha(opacity=80); }
    #top-footer #top-banner #copyright {
      color: #fff;
      font-size: 12px;
      margin: 0px; }

/* ##### Secondary Footer ##### */
#sec-footer {
  background: #29abe2;
  color: #fff;
  font-size: 14px;
  margin: 50px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  position: relative; }
  #sec-footer p {
    text-align: center;
    line-height: 130%;
    margin: 0px; }
    #sec-footer p#fbbanner {
      background: #fff;
      margin: 30px 0px 0px 0px;
      padding: 10px 0px; }
    #sec-footer p#copyright {
      font-size: 12px;
      padding: 10px 0px; }

/* ##### Pagetop Button ##### */
#pagetop-btn {
  width: 75px;
  height: 40px;
  position: absolute;
  top: -40px;
  right: 10px; }
  #pagetop-btn a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80); }

/* #########################

　トップページ

######################### */
/* ##### Full Screen Slide Show ##### */
#fullscreen {
  width: 100%;
  height: 100%;
  margin: 0px auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1; }
  #fullscreen ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #fullscreen ul li {
      margin: 0;
      padding: 0; }

#spscreen {
  display: none; }

/* #########################

　セカンダリ共通

######################### */
#pageimage {
  width: 100%;
  height: 250px;
  overflow: hidden; }
  #pageimage img {
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

#container {
  width: 100%;
  box-shadow: 0 8px 12px -8px #666 inset; }

#wrapper {
  display: table;
  width: 960px;
  margin: 0px auto;
  padding: 80px 0px;
  text-align: center; }

/* ##### カラム ##### */
#leftclm {
  display: table-cell;
  width: 275px;
  text-align: justify;
  padding-right: 45px;
  vertical-align: top; }

#contents {
  display: table-cell;
  text-align: justify;
  vertical-align: top; }

/* ##### 左カラム ##### */
#division-logo {
  padding: 20px 0px;
  text-align: center; }

.div-crane {
  background: #c9000a none; }

.div-bus {
  background: #9c8161 none; }

#leftclm nav ul {
  background: #daf1ff none;
  list-style: none;
  margin: 10px 0px;
  padding: 5px 5px 0px 5px; }
  #leftclm nav ul li {
    padding-bottom: 5px; }
    #leftclm nav ul li a {
      display: block;
      background: #fff url("../img/icon_localnav_arrow.png") left center no-repeat;
      background-size: 25px 20px;
      color: #000;
      font-weight: bold;
      text-decoration: none;
      padding: 8px 5px 8px 30px; }
      #leftclm nav ul li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }
      #leftclm nav ul li a.active {
        background: #29aae1 url("../img/icon_localnav_circle.png") left center no-repeat;
        color: #fff;
        background-size: 25px 10px; }

#leftclm nav .bn {
  margin: 20px 0 0 0; }
  #leftclm nav .bn a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: alpha(opacity=80); }

/* #########################

　新着情報

######################### */
ul#info-list {
  list-style: none;
  border-top: 1px solid #999;
  margin: 30px 0px; }
  ul#info-list li {
    margin: 0px;
    border-bottom: 1px solid #999; }
    ul#info-list li a {
      display: block;
      color: #000;
      text-decoration: none;
      line-height: 130%;
      padding: 0px 20px; }
      ul#info-list li a span {
        display: table-cell;
        padding: 15px 10px;
        vertical-align: middle; }
        ul#info-list li a span.info-date {
          width: 12em; }
        ul#info-list li a span img {
          margin-left: 5px;
          vertical-align: middle; }
      ul#info-list li a:hover {
        background: #daf1ff none; }

.info-detail-date {
  font-size: 14px;
  text-align: right;
  margin: 20px 0px; }
  .info-detail-date img {
    margin-left: 5px;
    vertical-align: middle; }

/* #########################

　クレーン事業

######################### */
/* ##### 車輌の紹介とか ##### */
.tablediv {
  display: table;
  width: 100%;
  margin: 0px 0px 20px 0px; }
  .tablediv > div {
    display: table-cell;
    vertical-align: top; }
    .tablediv > div img {
      margin: 0px 20px 10px 0px; }
    .tablediv > div table {
      width: 100%;
      border-collapse: collapse; }
      .tablediv > div table td {
        padding: 5px 10px;
        border-bottom: 1px solid #666; }

a.pdflink {
  background: transparent url("../img/icon_pdf_l.png") left center no-repeat;
  padding: 0px 0px 0px 20px; }

/* #########################

　バス事業

######################### */
#contents #plan-list {
  list-style: none;
  margin: 0px 0px 50px 0px; }
  #contents #plan-list li {
    width: 300px;
    margin: 0px 20px 20px 0px;
    float: left; }
    #contents #plan-list li a {
      display: block;
      color: #000;
      font-size: 12px;
      text-decoration: none; }
      #contents #plan-list li a span {
        display: block; }
        #contents #plan-list li a span strong {
          font-size: 16px; }
      #contents #plan-list li a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -ms-filter: alpha(opacity=80); }

/* #########################

　会社概要

######################### */
#ceoname {
  font-size: 18px;
  text-align: right;
  margin-top: 10px;
  font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", serif !important; }

#mapframe {
  width: 960px;
  height: 400px;
  border: 0px none; }

/* #########################

　お問い合わせ

######################### */
.hissu {
  color: #f00;
  margin-left: 5px; }

#inquiryform {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc; }

dl#inquiry-item, dl#inquiry-item-check {
  width: 100%;
  margin: 20px auto; }

dl#inquiry-item dt, dl#inquiry-item-check dt {
  background: #fff;
  clear: left;
  float: left;
  width: 13em;
  color: #000;
  margin: 0 0 0.8em;
  padding: 0px; }

dl#inquiry-item dd, dl#inquiry-item-check dd {
  margin-bottom: 0.8em;
  margin-left: 15em;
  padding: 0px; }

dl#inquiry-item dd img, dl#inquiry-item-check dd img {
  vertical-align: middle;
  margin-left: 5px; }

dl#inquiry-item-check dd {
  font-weight: bold; }

#inquiryform input, #inquiryform textarea {
  border: 1px solid #ccc;
  padding: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Osaka, sans-serif !important;
  font-size: 16px; }

#inquiryform input[type="text"], #inquiryform input[type="email"], #inquiryform input[type="file"] {
  width: 90%; }

#inquiryform input[type="text"].halfsize, #inquiryform input[type="email"].halfsize, #inquiryform input[type="file"].halfsize {
  width: 30%; }

#inquiryform textarea {
  width: 90%;
  height: 10em; }

#inquiryform input[type="text"]:focus, #inquiryform input[type="email"]:focus, #inquiryform textarea:focus {
  background-color: #ffe;
  border: 1px solid #000; }

#inquiryform input[type="submit"] {
  width: 200px;
  background-color: #0b6db5;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0b6db5;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#inquiryform input[type="submit"]:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: alpha(opacity=80); }

#inquiryform input[type="submit"]:active {
  background-color: #daf1ff;
  color: #000;
  border: 1px solid #0b6db5; }

.mikinyu {
  color: #999;
  font-style: italic;
  font-weight: normal; }

dl#inquiry-item-check dd img {
  max-width: 300px;
  max-height: 300px;
  border: 1px solid #ccc; }

#formbackbtn {
  width: 200px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  border: 1px solid #ccc;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#formbackbtn:hover {
  border: 1px solid #000;
  color: #000; }