@charset "utf-8";
/*
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

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-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers 
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

p,
li,
dt,
dl,
dd {
  line-height: 1.7;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b {
  font-weight: bold;
}

/* print
**************************************/
@media print {

  #header,
  #footer {
    display: none;
  }
}

/* ClearFix
**************************************/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* General
**************************************/
html {
  font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, sans-serif;
  font-size: 100%;
  /* sets the base font to 10px for easier math */
}

input,
textarea,
select {
  font-family: メイリオ, ＭＳ Ｐゴシック, Osaka, sans-serif;
}

body {
  /*
    font-size: 16px;
    font-size: 1.6rem;
*/
  position: relative;
}

.for-sp {
  display: none !important;
}

a {
  transition: all 0.3s linear;
}

a img {
  vertical-align: middle;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
  color: #000;
}

small {
  font-size: 90%;
}

.fL {
  float: left;
}

.fR {
  float: right;
}

.ofHdn {
  overflow: hidden;
}

ul.att > li,
p.att {
  text-indent: -1em;
  margin-left: 1em;
}

ul.att {
  margin-top: 1em;
  margin-bottom: 1em;
}

.sec {
  /*margin: 20px 0;*/
}

.sec:last-child {
  /*margin-bottom: 0;*/
}

.innerWrap {
  max-width: 1230px;
  margin: 0 auto;
  padding: 2em 0;
}

.topicpath {
  margin-bottom: 1.5em;
}

.center {
  text-align: center;
}

.bBox {
  border: 1px #ccc solid;
  /*  background: #ccc;*/
  /*  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);*/
}

.gBg {
  background: #F2F2F2;
}

.grBg {
  background: #eaf5ea;
}

.wBg {
  background: #fff;
}

.red {
  color: #f00;
}

.blue {
  color: mediumblue;
}

.markerYello {
  font-size: 110%;
  font-weight: bold;
  background: -webkit-linear-gradient(transparent 60%, #ffff66 60%);
  background: -o-linear-gradient(transparent 60%, #ffff66 60%);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.tR {
  text-align: right;
}

.btn-link {
  position: relative;
  background-color: #309e2d;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  width: 300px;
}

.btn-link::before,
.btn-link::after {
  position: absolute;
  top: 10px;
  right: 15px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.btn-link::before {
  width: 25px;
  height: 2px;
  background: #fff;
}

.btn-link::after {
  right: 19px;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-link:hover {
  background-color: #FE5938;
  opacity: 1.0;
}

strong {
  font-weight: bold;
}

/* PageTop
**************************************/
#pagetop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.pagetop {
  right: 4%;
  bottom: 0;
  position: fixed;
}

.pagetop a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #E51C20;
  padding: 10px;
}

.pagetop a i {
  font-size: 140%;
  margin-right: 5px;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 5000px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #000;
  z-index: 2;
}

/* img
**************************************/
.imgL {
  float: left;
  margin: 0 1em 1em 0;
}

.imgR {
  float: right;
  margin: 0 0 1em 1em;
}

.imgFull {
  width: 100%;
}

/* owl-carousel
**************************************/
.owl-dots {
  display: none;
}

.owl-prev {
  color: rgba(0, 0, 0, 0) !important;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 40%;
  left: 0;
  width: 40px;
  height: 40px;
  /*  background-color: rgba(255,255,255,1.0)!important;*/
}

.owl-prev::before {
  position: relative;
  font-family: FontAwesome;
  font-size: 4.0em;
  color: #aaa;
  content: "\f0d9";
  /*アイコン種類*/
  top: -100%;
  left: 10%;
}

.owl-next {
  color: rgba(0, 0, 0, 0) !important;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 40%;
  right: 0;
  width: 40px;
  height: 40px;
  /*  background-color: rgba(255,255,255,1.0)!important;*/
}

.owl-next::before {
  position: relative;
  font-family: FontAwesome;
  font-size: 4.0em;
  color: #aaa;
  content: "\f0da";
  /*アイコン種類*/
  top: -100%;
  left: 25%;
}

/* header
**************************************/
header {
  background-color: #E51C20;
  width: 100%;
}

header .innerWrap {
  padding: 1em 0;
  overflow: hidden;
}

header .logo {
  float: left;
  width: 300px;
  margin-bottom: .5em;
}

.fixBtn,
.closeBtn {
  position: fixed;
  z-index: 9999;
  right: 2%;
  top: 2%;
}

.closeBtn {
  position: absolute;
}

.fixBtn a,
.closeBtn a {
  color: #E51C20;
  text-decoration: none;
  padding: 0.8em;
  border: 1px solid #E51C20;
  display: inline-block;
  text-align: center;
  background-color: #fff;
}

#hiddenNavi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

#hiddenNavi h2.topTitle {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.6em;
  text-align: center;
  padding-top: 0.6em;
}

#hiddenNavi h2.topTitle span {
  font-size: 0.8rem;
}

#hiddenNavi h2.topTitle span:before {
  display: block;
  content: "｜";
  font-size: 70%;
  margin: 0em 0em;
}

#hiddenNavi .box {
  max-width: 600px;
  margin: 5% auto;
  background-color: #fff;
  position: relative;
}

#hiddenNavi .box ul {
  border-bottom: 1px solid #999;
}

#hiddenNavi .box ul li a {
  display: block;
  color: #E51C20;
  text-decoration: none;
  padding: 0.7em 1em;
  border-top: 1px solid #999;
  background-color: #FFF;
  position: relative;
}

#hiddenNavi .box ul li a:hover {
  color: #FFF;
  background-color: #E51C20;
  opacity: 1;
}

#hiddenNavi  .new_hidden_menu a:after {
  content: "New";
  color: #FFF;
  font-size: 85%;
  padding: 0.2em 2em;
  background-color: #F00;
  right: 30px;
  position: absolute;
}

/* contents
**************************************/
.topicpath {
  font-size: 90%;
  max-width: 1230px;
  margin: 1em auto 2em;
}

.navi {
  float: right;
  max-width: 900px;
  margin-top: 60px;
  display: flex;
}

.navi li {
  display: table;
}

.navi a {
  display: table-cell;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  font-weight: bold;
  border-left: 1px solid #CCC;
  padding: 0.3em 0;
  width: 140px;
  height: 4em;
  vertical-align: middle;
}

.navi a:hover {
  opacity: 1.0;
  color: #E51C20;
  background-color: #fff;
}

.navi li:last-child a {
  border-right: 1px solid #CCC;
}

#contents {
  line-height: 1.6;
  position: relative;
}

#contents h2.mainTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
  line-height: 1.3;
}

#contents h2.mainTitle span {
  font-size: 0.8em;
  font-weight: normal;
  color: #666666;
}

#contents h2.mainTitle span:before {
  display: block;
  content: "";
  font-size: 50%;
  /*    margin: -0.6em 0 -1.5em;*/
}

.contactBox {
  margin-top: 2em;
  margin-bottom: 8em;
}

.contactBox .innerWrap {
  background-color: #F2F2F2;
  position: relative;
}

.contactBox h2 {
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 0.5em;
  text-align: center;
}

.contactBox p {
  max-width: 550px;
  margin: 1em auto;
}

.contactBox p strong {
  font-weight: bold;
}

.linkBox a {
  position: relative;
  left: 0;
  width: 12em;
  margin: 0 1em;
  /*
    position: absolute;
    left: 30%;
*/
  bottom: -40px;
  display: block;
  color: #FFF;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 0.3em 5%;
  background-color: #004098;
  max-width: 500px;
  transition: all 0.3s linear;
}

.linkBox a:after {
  content: ">";
  font-size: 90%;
  font-weight: normal;
  margin-top: 0.1em;
  margin-left: 1em;
}

.linkBox a:hover {
  background-color: #E51C20;
}

.link_btn a {
  display: block;
  margin: auto;
  padding: 1em 2em;
  color: #fff;
  background-color: #E51C20;
  text-align: center;
  text-decoration: none;
  max-width: 500px;
}

.link_btn a::after {
  content: ">";
  font-size: 1.5rem;
  padding-left: 1.5rem;
}

.link_btn span {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
}

.linkBox {
  display: flex;
  justify-content: center;
}

.linkBox a.close {
  background-color: #808080;
  pointer-events: none;
}

/* footer
**************************************/
footer {
  color: #FFF;
}

footer .sec {
  background-color: #E51C20;
  padding: 2em 0;
}

footer .innerWrap {
  padding: 0;
}

footer .footMaps {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 1.5em 1em;
}

footer .footMaps li {
  text-align: left;
  flex-basis: 20%;
  margin: 0 0 1em 0;
}

footer .footMaps dl {
  margin: 0 0 1em;
}

footer .footMaps dl dt {
  font-weight: bold;
  margin: 0 0 .3em 0;
}

footer .footMaps dl dd {
  font-size: 90%;
  margin: 0 0 .4em .7em;
}

footer .footMaps dl dd.topBorder {
  border-top: 1px solid #FFF;
  padding-top: .3em;
  margin-top: .3em;
}

footer .footMaps a {
  color: #FFF;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

footer .footMaps a:hover {
  opacity: 1.0;
}

footer .footMaps a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #FFF;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}

footer .footMaps a:hover::after {
  opacity: 1.0;
  transform: scale(1, 1);
}


footer .footBnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  margin: 1.5em 0;
}

footer .footBnr li {
  text-align: center;
  min-width: calc(100% / 7);
  margin: 0 0 1em 0;
}

footer .footBnr li.is-empty {
  width: 135px;
  height: 0;
  margin: 0;
}

footer .address,
footer .copy {
  text-align: left;
  font-size: 90%;
}

footer .copy .innerWrap {
  padding: 1.5em 0;
}

footer .copy img {
  float: right;
  max-width: 300px;
}

footer .copy span {
  font-family: Verdana, "Droid Sans", "メイリオ", "Meiryo", "MS Pゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

footer address {
  margin-top: .3em;
}

footer address span:nth-of-type(3) {
  margin-left: 1em;
  display: inline-block;
}

sup {
  vertical-align: super;
  font-size: small;
}

.link_close {
  cursor: default;
  pointer-events: none;
}
td .link_close {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width:1229px) {
  .navi {
    max-width: 700px;
  }

  .navi a {
    font-size: 90%;
    width: 120px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 90%;
    /* sets the base font to 10px for easier math */
  }

  .for-pc {
    display: none !important;
  }

  .for-sp {
    display: block !important;
  }

  .blk-sp {
    display: block;
  }

  .sp-full {
    width: 100% !important;
  }

  .fL,
  .fR {
    float: none
  }

  .innerWrap {
    padding: 3em 15px;
  }

  a[href^="tel:"] {
    text-decoration: underline;
    color: #00f;
  }

  .contactBox a {
    width: 80%;
  }

  .linkBox {
    display: block;
    justify-content: center;
  }

  .linkBox a {
    width: 100%;
    max-width: 85%;
    margin-bottom: 1em;
  }

  header .logo {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: .5em;
  }

  header .logo img {
    width: 50%;
    max-width: 300px;
  }

  .navi {
    float: none;
    max-width: 100%;
    margin-top: 0;
  }

  .navi li {
    width: calc(100% / 6);
  }

  footer .footMaps {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: space-between;
  }

  footer .footMaps li {
    flex-basis: 50%;
    justify-content: flex-start;
  }

  footer .footMaps li:nth-of-type(1) {
    order: 1;
  }

  footer .footMaps li:nth-of-type(2) {
    order: 4;
  }

  footer .footMaps li:nth-of-type(3) {
    order: 3;
  }

  footer .footMaps li:nth-of-type(4) {
    order: 5;
  }

  footer .footMaps li:nth-of-type(5) {
    order: 2;
  }

  footer .copy img {
    float: none;
    display: block;
    margin: 1em auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 750px) {
  .navi {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -1rem;
  }

  .navi li {
    width: 33.3%;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
  }

  .navi li a {
    padding: 0 0.8rem;
    height: 3rem;
    border: none;
  }

  .navi li a:last-child {
    border: none;
  }

  .navi li:nth-child(-n+3) {
    display: none;
  }

  .navi li:nth-child(even) {
    border: none;
  }

  .topicpath {
    padding-left: 0.5em;
  }

  footer .footBnr {
    justify-content: space-around;
  }

  footer .footBnr li {
    min-width: calc(100% / 3);
  }

  footer .copy {
    padding: 0.5em;
  }
}
