@charset "utf-8";
/* PittINN v1.0.0 */

/* 一般・共通設定 -------------- */
html {
  height: 100%;
}

body {
  color: #030303;
  font-size: 18px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "YuGothic", "Yu Gothic", "游ゴシック", "Meiryo", "メイリオ", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: 0.02em;
}

a {
  color: #3084b9;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #f76b22;
}
a:active {
  color: #ef995b;
}
a img {
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=30);
  -moz-opacity: 0.7;
}

img {
  vertical-align: middle;
}

table {
  width: 100%;
  margin: 5px 0 70px 0;
  font-size: 14px;
  background: #fff;
  border-collapse: separate;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-spacing: 1px;
}
caption{
  text-align: center;
  font-size: 1.5em;
}
th {
  margin: 0;
  padding: 10px;
  color: #fff;
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height: 1.4;
  vertical-align: middle;
  background-color: #fa7529;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
td {
  margin: 0;
  padding: 10px;
  line-height: 1.4;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
td img {
  margin: 0 0 5px 0;
  vertical-align: middle;
}

hr {
  border-top: 1px solid #cacccd;
  box-shadow: none;
}

br.sm {
  display: none;
}

input, button, textarea, select {
  margin: 4px;
  padding: 10px;
  font-size: 1em;
  outline: none;
  border: 1px solid #aaa;
  border-radius: 3px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
input:focus, button:focus, textarea:focus, select:focus {
  border: 1px solid #fa7529;
}
input:disabled, button:disabled, textarea:disabled, select:disabled {
  property: value;
}

#top_phone_number {
  text-align: center;
  position: relative;
  width: 100%;
  background-color: #ffd504;
  font-size: 4vw;
  font-weight: 900;
  padding: 1rem 0;
}
#top_phone_number i {
  margin: 0 10px;
}
#top_phone_number a {
  color: inherit;
}
/* ヘッダー -------------- */
header {
  padding-top: 0rem;
}
header h1 {
  float: left;
  width: 140px;
  height: 121px;
  margin: 16px 0;
  text-indent: -9999px;
  background: url(../images/logo.png);
  overflow: hidden;
}
header h1 a {
  display: block;
  width: 140px;
  height: 121px;
}

header nav {
  float: right;
  margin-top: 30px;
  line-height: 1;
}
header nav li {
  display: inline;
  position: relative;
  padding: 0;
  vertical-align: bottom;
  font-size: 90%;
}
header nav a {
  padding: 2px;
  color: #222;
  line-height: 1;
  white-space: nowrap;
}

header nav .dropmenu:before, header nav .dropmenu:after {
  content: "";
  display: table;
}
header nav .dropmenu:after {
  clear: both;
}
header nav .dropmenu li {
  float: left;
  width: 18%;
  margin: 0;
  padding: 0;
  text-align: center;
}
header nav .dropmenu li a {
  display: block;
  padding: 15px 0 11px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
}
header nav .dropmenu li ul {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
header nav .dropmenu li ul li {
  width: 100%;
}
header nav .dropmenu li ul li a {
  padding: 13px 20px;
  text-align: left;
  background: #fefefe;
  border: 1px solid #fff;
  border-radius: 0;
}
header nav .dropmenu li:hover > a {
  color: #fff;
  background: #f76b22;
}
header nav .dropmenu li a:hover {
  background: #f76b22;
}
header nav .dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .3s;
}
header nav .dropmenu li:hover ul li {
  overflow: visible;
  height: 40px;
}
header nav .dropmenu li ul li ul {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 100%;
  margin: 0;
  padding: 0;
}
header nav .dropmenu li:hover ul li ul li {
  overflow: hidden;
  height: 0;
  transition: .3s;
}
header nav .dropmenu li ul li:hover ul li {
  overflow: visible;
  height: 40px;
}

header nav .nav_contact {
  margin-bottom: 30px;
}
header nav .nav_contact li {
  margin-left: 10px;
}
header nav .nav_contact a {
  display: inline-block;
  width: 7em;
  padding: 8px 5px;
  text-align: center;
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 5px;
}
header nav .nav_contact a:hover {
  border: 1px solid #f76b22;
}

header .description {
  margin-right: 20px;
  font-size: 1.0em;
  font-weight: bold;
  line-height: 1.6;
}

.minpaku_logo {
}
.minpaku_logo img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  header nav {
    margin-top: 20px;
  }
  header nav .nav_global {
    clear: both;
    margin-bottom: 10px;
  }
  header nav .nav_global li {
    width: auto;
    margin-left: 10px;
  }
  header nav .nav_global li a {
    padding: 10px;
  }
  header nav .nav_global li ul {
    display: none;
  }
  header nav .nav_contact {
    float: right;
    margin-bottom: 10px;
  }
  header nav .nav_contact li {
    margin: 0 0 10px 1em;
  }
  header .description {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  header nav {
    float: none;
    margin-top: 10px;
    line-height: 2;
  }
  header nav .nav_global li {
    margin-left: 0;
  }
  header nav .nav_contact {
    margin-top: 30px;
  }
}

.marquee {
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eee;
  overflow: hidden;
}

/* メイン -------------- */
main {
  margin-bottom: 60px;
  font-size: 20px;
}
main section {
  margin-top: 70px;
  margin-bottom: 120px;
}
main h2 {
  padding: 32px 0;
  font-size: 30px;
  text-align: center;
  background: #fff5c4;
}
main h3 {
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 57px;
  font-weight: bold;
  text-align: center;
}
main h4 {
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
main h4.bg-yellow {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff5c4;
}
main h5 {
  margin-bottom: 40px;
}
main p {
  margin-bottom: 1em;
}
main .list li {
  margin-bottom: 1em;
}
main strong {
  font-weight: bold;
}
main img {
  max-width: 100%;
}
main img.width-100per {
  height: auto;
  margin: 0;
  padding: 0;
}
main .chap {
  clear: both;
  margin-bottom: 70px;
}
main .btn {
  margin-top: 70px;
  margin-bottom: 70px;
}
main .btn_s {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
main .btn_s a {
  margin-right: 10px;
  margin-left: 10px;
}
main .font-size-1em25 { /* PC 25px */
  font-size: 1.25em;
}
main .gyoto { /* PC 25px */
  font-size: 1.5em;
  font-weight: bold;
}
main .bg-gray {
  background: #f4f4f4;
}
main .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
main .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#home main h2 {
  padding: 32px 0;
  background: #fff;
}
#home main #visual {
  width: 100%;
  overflow: hidden;
}
#home main #visual img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#home main #visual a img:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
#home main #sec_intro_nav {
  text-align: center;
}
#home main #sec_intro_nav dl {
  float: left;
  width: 220px;
  height: 258px;
  margin-right: 40px;
  margin-bottom: 10px;
}
#home main #sec_intro_nav dl:last-child {
  margin-right: 0;
}
#home main #sec_intro_nav dl:hover {
  cursor: pointer;
  opacity: 0.8;
}
#home main #sec_intro_nav dl.nav_character {
  background: url(../images/nav_character.png) 0 0 no-repeat;
}
#home main #sec_intro_nav dl.nav_service {
  background: url(../images/nav_service.png) 0 0 no-repeat;
}
#home main #sec_intro_nav dl.nav_news {
  background: url(../images/nav_news.png) 0 0 no-repeat;
}
#home main #sec_intro_nav dl.nav_contact {
  background: url(../images/nav_contact.png) 0 0 no-repeat;
}
#home main #sec_intro_nav dt {
  display: none;
}
#home main #sec_intro_nav dd {
  padding: 94px 15px 15px;
  font-size: 0.7em;
  font-weight: bold;
  overflow: hidden;
}

#home main #sec_intro_news dl {
  font-size: 1.5em;
}
#home main #sec_intro_news dt {
  color: #7b7b7b;
}
#home main #sec_intro_news dd {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d3d3d3;
}

#home main .sec01 {
  position: relative;
}
#home main .sec01 .absolute {
  bottom: 0;
  width: 100%;
  padding: 30px 0 10px;
  color: #fff;
  font-size: 24px;
  background: rgba(0,93,150,0.9);
}
#home main .sec02 {
  padding: 36px 0;
}
#home main .sec03 h2 {
  margin-bottom: 30px;
  padding: 20px 0;
  color: #fff;
  font-size: 30px;
  text-align: center;
  background: #2f93C7;
}
#home main .sec03 .right {
  width: 720px;
}
#home main .sec03 .right h3 {
  margin-bottom: 1.4em;
  font-size: 26px;
  font-weight: bold;
}

#company main #sec01 .left {
  width: 680px;
}
#company main #sec01 .right {
  width: 272px;
}
#company main #sec01 .right img {
  margin-bottom: 20px;
}
#company main #sec02 img.left {
  width: 200px;
}
#company main #sec02 .right {
  width: 760px;
}
#company main #sec08 img.left {
  width: 200px;
}
#company main #sec08 .right {
  width: 760px;
}
#company main #sec08 .right h4 {
  text-align: left;
}

/* フッター -------------- */

footer #footer_info .left,
footer #footer_info .right {
  width: 47%;
}
footer #footer_info h3 {
  margin: 0;
  font-weight: bold;
}
footer #footer_info dl {
  margin: 0 0 1em;
}
footer #footer_info dt {
  font-weight: bold;
}
footer #footer_info dd {
  margin: 0 0 0.5em;
}
footer #footer_info dd.indent {
  margin-left: 1em;
}
footer h1 {
  float: left;
  width: 140px;
  height: 121px;
  margin: 16px 0;
  text-indent: -9999px;
  background: url(../images/logo.png);
  overflow: hidden;
}
footer nav {
  float: right;
  margin-top: 100px;
  text-align: right;
}
footer nav li {
  display: inline;
  margin: 0 0 10px 1em;
  padding: 0;
  vertical-align: bottom;
}
footer nav a {
  padding: 2px;
  color: #222;
  border-bottom: 2px solid #fff;
  white-space: nowrap;
}
footer nav a:hover {
  border-bottom: 2px solid #f76b22;
}
footer nav .contact {
  display: block;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 900px) {
  footer nav {
    float: none;
    margin-top: 60px;
    line-height: 2;
  }
  footer nav .contact {
    display: inline;
    position: relative;
    top: 0;
  }
}

/* ページトップ -------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 22px;
  right: 10px;
  z-index: 2;
}
.pagetop a {
  padding: 22px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  background-color: rgba(149,149,149,0.8);
  border: solid 1px rgba(255,255,255,0.5);
  border-radius: 100px;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.pagetop a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* 印刷用 -------------- */
@media print {
  body {
    width: 100% !important;
    _zoom: 0.75;
  }
}

.row + *{
  clear: both;
}

.row .col-sm-12 {
    width: auto;
    float: left;
    padding: 10px;
}

.row .col-md-6 {
    width: 46%;
    float: left;
    padding: 10px;
}
@media screen and (max-width: 640px) {
    .row .col-sm-12 {
        width: 96%;
        float: left;
        padding: 10px;
    }
}

