@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Linden+Hill");
@import url("https://fonts.googleapis.com/css?family=Questrial");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left 0.5em;
}

.mark1 {
  background-image: url(../images/share/mark_1.gif);
}

.mark2 {
  background-image: url(../images/share/mark_2.gif);
}

.mark3 {
  background-image: url(../images/share/mark_3.gif);
}

.mark4 {
  background-image: url(../images/share/mark_4.gif);
}

.mark5 {
  background-image: url(../images/share/mark_5.gif);
}

.opacity {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr,
.imgR {
  float: right;
  margin-left: 10px;
}

.fl,
.imgL {
  float: left;
  margin-right: 10px;
}

.btn {
  display: block;
  text-decoration: none;
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC,
.blkC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important;
}

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
	#animation
----------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeinright {
  0% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeinleft {
  0% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  30% {
    opacity: 0;
    transform: translate(-100%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeindown {
  0% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@-webkit-keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  30% {
    opacity: 0;
    transform: translate(0px, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(-5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0deg);
  }
  3% {
    transform: rotate(5deg);
  }
  6% {
    transform: rotate(0deg);
  }
  9% {
    transform: rotate(5deg);
  }
  12% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  background: #fff;
  font-family: "arial", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "Noto Sans JP",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.75;
  color: #717176;
}

body * {
  box-sizing: border-box;
}

#body {
  max-width: 100%;
  overflow: hidden;
}

a:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-scroll {
  padding-bottom: 72px;
  position: relative;
}

.inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

#fixednav {
  background: #a61022;
  height: 56px;
  right: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #fixednav {
    padding: 0 10px;
    flex-direction: column-reverse;
  }
}
#fixednav .ogawamine_logo {
  margin-bottom: -5px;
}
#fixednav .ogawamine_logo img {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #fixednav .ogawamine_logo {
    width: 50%;
    margin-bottom: 0;
  }
  #fixednav .ogawamine_logo img {
    width: 100%;
  }
}
#fixednav nav ul {
  display: flex;
}
#fixednav nav ul li {
  margin-right: 20px;
}
#fixednav nav ul li a {
  font-family: "Questrial", sans-serif;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  letter-spacing: 0.5px;
}
#fixednav nav ul li a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 768px) {
  #fixednav nav {
    width: 100%;
  }
  #fixednav nav ul {
    width: 100%;
    justify-content: space-around;
  }
  #fixednav nav ul li {
    margin: 0;
  }
  #fixednav nav ul li a {
    font-size: 3vmin;
    line-height: 1.2;
  }
}

#aboutus .mv {
  height: 50vh;
  min-height: 384px;
  max-height: 540px;
  background: url(../images/parts/company/mv.jpg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#aboutus .mv .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv {
    height: auto;
    min-height: auto;
    padding: 40px 0;
    background-position: center;
  }
}
#aboutus .mv .main_catch {
  color: #fff;
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .main_catch {
    font-size: 5vmin;
  }
}
#aboutus .mv .wrap_division {
  display: flex;
}
#aboutus .mv .wrap_division:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .wrap_division {
    justify-content: space-between;
  }
}
#aboutus .mv .blk_division {
  text-align: center;
  margin-right: 80px;
}
#aboutus .mv .blk_division p {
  color: #a61022;
  letter-spacing: 1px;
  line-height: 1.4;
}
#aboutus .mv .blk_division p strong {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 2px;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .blk_division {
    flex-basis: 48%;
    margin: 0;
  }
  #aboutus .mv .blk_division p {
    font-size: 10px;
  }
  #aboutus .mv .blk_division p strong {
    font-size: 4vmin;
    letter-spacing: 1px;
  }
}
#aboutus .mv .division01,
#aboutus .mv .division02 {
  margin: 0 auto 16px;
  width: 172px;
  height: 172px;
}
#aboutus .mv .division01 a:hover,
#aboutus .mv .division02 a:hover {
  opacity: 0.6;
}
#aboutus .mv .division01 a img,
#aboutus .mv .division02 a img {
  vertical-align: bottom;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .division01,
  #aboutus .mv .division02 {
    width: 42vmin;
    height: 42vmin;
  }
}
#aboutus .mv .division01 {
  background: url(../images/parts/company/division01.png) no-repeat;
  background-size: contain;
  padding-top: 94px;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .division01 {
    padding-top: 22vmin;
  }
}
#aboutus .mv .division02 {
  background: url(../images/parts/company/division02.png) no-repeat;
  background-size: contain;
  padding-top: 84px;
}
@media only screen and (max-width: 680px) {
  #aboutus .mv .division02 {
    padding-top: 18vmin;
  }
}
#aboutus .wrap_aboutus {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #aboutus .wrap_aboutus {
    display: block;
  }
}
#aboutus .wrap_aboutus .box_aboutus {
  flex-basis: 48%;
}
#aboutus .wrap_aboutus .box_aboutus h2 {
  color: #a61022;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#aboutus .wrap_aboutus .box_aboutus h2 span {
  display: inline-block;
  position: relative;
}
#aboutus .wrap_aboutus .box_aboutus h2 span:after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #a61022;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(110%, -50%);
  -o-transform: translate(110%, -50%);
  -ms-transform: translate(110%, -50%);
  -webkit-transform: translate(110%, -50%);
  transform: translate(110%, -50%);
}
#aboutus .wrap_aboutus .box_aboutus h3 {
  color: #484f56;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
#aboutus .wrap_aboutus .box_aboutus p {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #aboutus .wrap_aboutus .box_aboutus:first-of-type {
    margin-bottom: 40px;
  }
  #aboutus .wrap_aboutus .box_aboutus h2 {
    font-size: 20px;
  }
  #aboutus .wrap_aboutus .box_aboutus h3 {
    font-size: 15px;
  }
  #aboutus .wrap_aboutus .box_aboutus p {
    font-size: 13px;
  }
}

#company:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 137px;
  height: 299px;
  background: url(../images/parts/company/heading_company.png) no-repeat left top;
  background-size: contian;
  margin-top: -210px;
}
@media only screen and (max-width: 768px) {
  #company:before {
    display: none;
  }
}
#company > .inner {
  padding: 40px 0;
}
#company .sec_company {
  display: flex;
}
#company .sec_company:first-of-type {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #company .sec_company {
    display: block;
  }
}
#company .heading_company {
  color: #a61022;
  font-size: 18px;
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #company .heading_company {
    font-size: 20px;
  }
}
#company .company_info,
#company .history_contents {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

#company .company_info dt {
  width: 127px;
  text-align: right;
}
#company .history_contents dt {
  flex-basis: 20%;
  max-width: 100px;
}

#company .company_info dd {
  width: calc(100% - 157px);
  margin-left: 30px;
}

#company .company_info .c-group {
  line-height: 1;
  margin-bottom: 7px;
}

#company .history_contents dd {
  flex-basis: 80%;
}
@media only screen and (max-width: 768px) {
  #company .company_info dt {
    text-align: left;
    max-width: none;
    width: auto;
  }

  #company .company_info dd {
    width: auto;
    margin-left: 0;
  }
  #company .company_info .c-group {
    line-height: 1.75;
    margin-bottom: 0;
  }
  #company .company_info,
  #company .history_contents {
    display: block;
    font-size: 13px;
  }
  #company .company_info dt,
  #company .history_contents dt {
    margin-top: 20px;
    font-weight: bold;
  }
  .display-pc {
    display: none;
  }
}

#access:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 137px;
  height: 299px;
  background: url(../images/parts/company/heading_access.png) no-repeat left top;
  background-size: contian;
  margin-top: -210px;
}
@media only screen and (max-width: 768px) {
  #access:before {
    display: none;
  }
}
#access > .inner {
  padding: 40px 0;
}
#access .sec_access {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #access .sec_access {
    display: block;
  }
}
#access .heading_access {
  color: #a61022;
  font-size: 18px;
  width: 15%;
  text-align: right;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #access .heading_access {
    font-size: 20px;
  }
}
#access .access_detail {
  font-size: 14px;
  flex: 1;
}
#access .access_detail dt {
  margin-bottom: 10px;
}
#access .access_detail dt:nth-of-type(2) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #access .access_detail {
    font-size: 13px;
  }
  #access .access_detail dt {
    margin-top: 20px;
    font-weight: bold;
  }
}
#access .wrap_gmap {
  height: 250px;
}
#access .wrap_gmap iframe {
  width: 100%;
  height: 100%;
}

#telvian {
  text-align: center;
  padding-bottom: 56px;
}
#telvian img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #telvian .heading_telvian img {
    width: 70%;
  }
}
#telvian .catch_telvian {
  margin: 56px 0;
}
@media only screen and (max-width: 768px) {
  #telvian .catch_telvian {
    margin: 32px 0;
  }
}
#telvian .contents_telvian {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 40px;
}
#telvian .contents_telvian .img_telvian {
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  #telvian .contents_telvian {
    flex-direction: column-reverse;
  }
  #telvian .contents_telvian .img_telvian {
    margin-right: 0;
    margin-top: 20px;
  }
}
