@charset "UTF-8";

/*!
  Theme Name: hurutani
  Version: 2.0
  Date: 2017.01.10
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 14px;
  color: #333;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  width: 100%;
}

@media screen and (min-width: 992px) {
  body {
    min-width: 990px;
  }
}

.oldie body {
  min-width: 990px;
}

p {
  margin-top: 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.oldie img {
  width: auto;
}

a {
  color: #D90000;
  text-decoration: underline;
}

a:hover {
  color: #D90000;
  text-decoration: none;
}

a.rev {
  text-decoration: none;
}

a.rev:hover {
  text-decoration: underline;
}

a:hover>img {
  opacity: .65;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dd {
  margin-left: 0;
}

ol,
ul {
  padding-left: 1.5em;
}

li {
  margin-bottom: .5em;
}

section {
  margin-bottom: 60px;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.btn {
  border: 1px transparent;
  cursor: pointer;
  outline: none;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

.btn:hover {
  text-decoration: none;
}

.list,
.pagination {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #ccc;
  height: 2em;
  line-height: 2;
  outline: none;
  padding: 0 .3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  border-color: #D90000;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  font-size: 13px;
  font-size: 1.3rem;
  height: 2.5em;
  padding: .5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 16px;
  font-size: 1.6rem;
  background: #FFF;
  border: 1px solid #ccc;
  padding: 0 .3em;
  outline: none;
  resize: vertical;
  width: 100%;
}

textarea:focus {
  border-color: #D90000;
}

input[type=checkbox],
input[type=radio] {
  background: #FFF;
  cursor: pointer;
  margin-right: .5em;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

.table-basic,
.article-format table {
  border: 1px solid #ccc;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-1em {
  margin-bottom: 1em;
}

.mb-2em {
  margin-bottom: 2em;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-box.fl-l {
  margin-right: 20px;
}

.fl-box.fl-r {
  margin-left: 20px;
}

/*
 status

 */
.overflow {
  overflow: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineblock {
  display: inline-block;
}

.pc .opa:hover {
  opacity: .75;
}

.txt-base {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.fz-s {
  font-size: 10px;
  font-size: 1rem;
}

.fz-m {
  font-size: 18px;
  font-size: 1.8rem;
}

.fz-l {
  font-size: 20px;
  font-size: 2rem;
}

.note {
  font-size: 12px;
  font-size: 1.2rem;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.lighter {
  font-weight: lighter;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: top;
}

.relative {
  position: relative;
}

.color-brand {
  color: #D90000;
}

.red {
  color: red;
}

.blue {
  color: blue;
}

.green {
  color: green;
}

.bgc-brand {
  background-color: #D90000;
}

.none {
  display: none;
}

.none-before:before {
  display: none;
}

.none-after:after {
  display: none;
}

.container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.header {
  min-width: 1000px;
  height: 100px;
  border-top: 3px solid #3A74A3;
}

.logo {
  margin: 0;
  line-height: 85px;
}

.header_wrap {
  width: 1000px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header_inner {
  width: 485px;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.header_inner>p {
  margin: 20px 0 0 0;
}

.address {
  margin: 25px 0 0 0;
  text-align: right;
}

.address>p {
  margin: 5px 0 0 0;
}

.footer {
  margin: 90px 0 0 0;
  min-width: 1000px;
  height: 160px;
  background: #3A74A3;
  text-align: center;
  color: #FFF;
  padding: 35px 0 0 0;
}

.footer p {
  margin: 0 0 20px 0;
}

.copyright {
  min-width: 1000px;
  height: 40px;
  background: #2B5577;
  text-align: center;
  color: #FFF;
  line-height: 40px;
  font-size: 12px;
  margin: 0;
}

/*  Home
------------------------------ */
.main_img {
  height: 550px;
  background: url("img/main_img.jpg") no-repeat center center;
  min-width: 1000px;
}

.conteiner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.content_nav {
  margin: 60px 0 0 0;
  /*-js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
}

.content_nav li {
  padding: 10px;
  width: 480px;
  min-width: 480px;
  -webkit-box-shadow: 0px 0px 2px 2px #EEEEEE;
  box-shadow: 0px 0px 2px 2px #EEEEEE;
  margin-bottom: 30px;
}

.content_nav li a {
  display: block;
  width: 100%;
  text-decoration: none;
}

.content_nav li a p {
  background: url("img/link_icon.png") no-repeat right center;
  margin: 15px 15px 5px 10px;
  font-size: 22px;
  font-weight: bold;
  color: #3973A3;
}

.content_nav li a p span:first-child {
  font-size: 18px;
  font-weight: normal;
}

.content_nav li a p span:last-child {
  font-size: 12px;
  font-weight: normal;
}

.h2 {
  margin: 50px 0 10px 0;
  padding: 0 0 0 20px;
  height: 56px;
  line-height: 56px;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  background: #3A74A3;
  border-top: 4px solid #2B5577;
  vertical-align: middle;
}

.h2 span {
  font-size: 12px;
  font-weight: normal;
}

.lightbox {
  display: none;
}

.lightbox h2 {
  margin-top: 0;
}

.lightbox table {
  width: 500px;
}

.lightbox table tr {
  border-bottom: #aaa 1px dotted;
}

.lightbox table th,
.lightbox table td {
  padding: 12px 10px 10px;
}

.lightbox table th {
  width: 25%;
  vertical-align: top;
}

.lightbox table td {}

.profile li {
  margin: 0;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #DDDDDD;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  justify-content: left;
}

.profile li p:first-child {
  width: 170px;
  font-weight: bold;
  margin: 0 0 0 10px;
}

.map {
  margin: 35px 0 0 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.map>li {
  width: 48%;
}

.map>li .map_title {
  text-align: center;
  font-size: 16px;
}

.wp-caption-text,
.wp-caption,
.aligncenter,
.alignleft,
.alignright,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
  font-weight: normal;
}


/*20170829追記*/
.works {
  overflow: hidden;
}

.h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #3A74A3;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.works_box {
  overflow: hidden;
  width: 1000px;
}

.works_wrap {
  overflow: hidden;
}

.works_wrap ul {
  margin-left: -1.5em;
  margin-bottom: 35px;
}

.works_wrap ul li {
  list-style: none;
  margin-right: 6.25px;
}

.works_wrap p {
  font-size: 18px;
  margin-bottom: 15px;
}


.movie video {
  width: 100%;
}



































/*# sourceMappingURL=style.css.map */