* {
  margin: 0px;
  padding: 0px;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  letter-spacing: 1px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

/* box-sizing */
*,*:before, *:after {
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* end box-sizing */


body {
  background-image: url(../imgcommon/bgall.gif);
  background-repeat: repeat;
}
.bgline {
  background-image: url(../imgcommon/bgside.gif);
  background-repeat: repeat-y;
  width: 910px;
  height: auto;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
a {
  outline: none;
  color: #690;
}
a.noborder img {
  border: none;
}
a:hover {
  color: #C36;
}
a.aImg:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}
@media screen and (min-width: 768px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000;
  }
}
.vaM {
  vertical-align: middle !important;
}
.red, .fRed {
  color: #C00;
}
.blk {
  color: #000;
}
.fGray {
  color: #999;
}
.fgrp4 {
  color: #939;
}
.fgrp1bg {
  background-color: #FC0;
  padding-top: 3px;
  padding-right: 5px;
  padding-bottom: 3px;
  padding-left: 5px;
}
.wkgrp4bg {
  background-color: #F1D6F1;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.wkgrp4bg * {
  line-height: 120%;
  padding-bottom: 5px;
  font-size: 12px;
  margin: 0px;
}
/* gallery */
.gallery {
  margin-bottom: 20px;
}
table.gallery th {
  text-align: center;
  vertical-align: bottom;
  margin: 0px;
  padding: 0px;
}
.gallery th a {
  text-align: center;
  display: block;
  height: 280px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  background-image: url(../imgcommon/wk_gallery.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
.gallery th a:hover {
  background-position: 0px -280px;
}
.gallery th a img {
  margin-top: 9px;
  border: 1px solid #FFF;
}
.gallery td h4 {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 5px;
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.gallery td p.price {
  width: 250px;
  text-align: right;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.fs {
  font-size: 11px;
}
.f12 {
  font-size: 12px !important;
}
.f14 {
  font-size: 14px;
}
.f18 {
  font-size: 18px;
  line-height: 150%;
}
.f24 {
  font-size: 24px;
}
.fgray {
  color: #808080;
}
.sp20u {
  margin-bottom: 20px;
}
.sp20l {
  margin-left: 20px;
}
a.mark {
  background-image: url(../imgcommon/mk_ya.gif);
  background-repeat: no-repeat;
  background-position: 0px -2px;
  padding-left: 15px;
  text-decoration: none;
}
a.mark:hover {
  background-position: 0px -200px;
  padding-left: 18px;
  text-decoration: underline;
}
a.mark img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
a.pdf {
  background-image: url(../imgcommon/pdficon_small.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 22px;
  padding-top: 3px;
  padding-bottom: 4px;
  text-decoration: none;
}
a.pdf:hover {
  padding-left: 22px;
  text-decoration: underline;
}
a.pdfB {
  background-image: url(../imgcommon/pdficon_small.gif);
  background-repeat: no-repeat;
  background-position: right 0px;
  ;
  padding-right: 22px;
  padding-top: 3px;
  padding-bottom: 4px;
  text-decoration: none;
}
a.pdfB:hover {
  padding-right: 22px;
  text-decoration: underline;
}
.bxclr {
  background-color: #EEECDB;
  padding-top: 25px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
}
.imagewaku {
  border: 1px solid #000;
  margin-bottom: 10px;
}
a .imagewaku {
  border-top-color: #690;
  border-right-color: #690;
  border-bottom-color: #690;
  border-left-color: #690;
}
a:hover .imagewaku {
  border-top-color: #C36;
  border-right-color: #C36;
  border-bottom-color: #C36;
  border-left-color: #C36;
}

/* 外部リンク */
a.exlink {
  display: inline-block;
  background: url("../imgcommon/arw_ex_blk.png") no-repeat 0 3px;
  background-size: 13px 13px;
  padding-top: 1px;
  padding-left: 18px;
}
a.exlink:hover {
  opacity: 0.6;
}

/*----- hd -----*/
#bxhd {
  background-image: url(../imgindex/hd.jpg);
  height: 125px;
  width: 900px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
}
#bxhd td {
  vertical-align: top;
}
#bxhd a {
  display: block;
  font-size: 9px;
  text-indent: -9999em;
}
#bxhd h1 {
  display: none;
}
#bxhd table a.nm {
  height: 125px;
  width: 140px;
}
#bxhd table a.ply {
  height: 15px;
  width: 165px;
  margin-top: 15px;
  margin-bottom: 20px;
  margin-left: 580px;
}
#bxhd table .hdnv {
  margin: 0px;
  padding: 0px;
}
#bxhd table .hdnv li {
  list-style-type: none;
  float: left;
  margin: 0px;
  padding: 0px;
}
#bxhd table li.home {
  padding-left: 329px;
}
#bxhd table li.home a {
  height: 65px;
  width: 286px;
}
#bxhd table li.mf a {
  height: 65px;
  width: 130px;
  margin-left: 0px;
}
#bxhd table a.ply:hover, #bxhd table .home a:hover, #bxhd table .mf a:hover {
  background-image: url(../imgindex/hd_s2.jpg);
}
#bxhd table a.ply:hover {
  background-position: -720px -15px;
}
#bxhd table .home a:hover {
  background-position: -469px -50px;
}
#bxhd table .mf a:hover {
  background-position: -755px -50px;
}
/*----- mainnv -----*/
#mnv {
  background-image: url(../imgcommon/nv.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 900px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;
}
#mnv td {
  width: 150px;
  vertical-align: top;
  padding-bottom: 10px;
}
/*#grp1 #mnv .ct1 {background-image: url(../imgcommon/nv_s2.jpg);background-position: 0px 0px;}
#grp2 #mnv .ct2 {background-image: url(../imgcommon/nv_s2.jpg);background-position: -150px 0px;}
#grp3 #mnv .ct3 {background-image: url(../imgcommon/nv_s2.jpg);background-position: -300px 0px;}
#grp4 #mnv .ct4 {background-image: url(../imgcommon/nv_s2.jpg);background-position: -450px 0px;}
#grp5 #mnv .ct5 {background-image: url(../imgcommon/nv_s2.jpg);background-position: -600px 0px;}
#grp6 #mnv .ct6 {background-image: url(../imgcommon/nv_s2.jpg);background-position: -750px 0px;}*/
#mnv a.ct {
  display: block;
  font-size: 9px;
  color: #CCE57F;
  text-indent: -9999em;
  height: 58px;
}
#mnv ul {
  padding-left: 10px;
}
#mnv ul li {
  text-indent: 0em;
  font-size: 12px;
  line-height: 130%;
  margin-right: 5px;
  padding-left: 10px;
  list-style-type: none;
  padding-bottom: 4px;
  background-image: url(../imgcommon/nv_mk.gif);
}
#mnv ul li a {
  color: #000;
  text-decoration: none;
}
#mnv ul li a:hover {
  color: #CC3366;
  text-decoration: underline;
}
#mnv td p {
  font-size: 12px;
  line-height: 130%;
  padding-bottom: 5px;
  padding-left: 10px;
  color: #666;
}
/* 採用情報ボタン */
#mnv .ct6 .btn {
  background-image: none;
  margin-right: 10px;
  padding: 0;
}
#mnv .ct6 .btn a {
  text-align: center;
  display: block;
  color: #FFFFFF;
  background: url(../imgcommon/btn_rec.jpg) no-repeat 0 0;
  padding: 0 5px 0;
  text-decoration: none;
  height: 28px;
  line-height: 28px;
}
#mnv .ct6 .btn a:hover {
  background-image: url(../imgcommon/btn_rec_s2.jpg);
}
/*----- ft -----*/
.panBox {
  font-size: 10px;
  color: #999;
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
#pan {
  font-size: 10px;
  color: #999;
  text-align: left;
  width: 860px;
  margin-right: 25px;
  margin-left: 25px;
  padding-top: 30px;
}
.bxpgup {
  text-align: right;
  width: 860px;
  padding-bottom: 5px;
  margin-right: 25px;
  margin-left: 25px;
}
.bxpgup a {
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing: 1px;
}
.bxpgup a:hover {
  text-decoration: underline;
}
#bxft {
  background-color: #99CC00;
  letter-spacing: 1px;
  text-align: center;
  width: 900px;
  margin-right: 5px;
  margin-left: 5px;
  height: auto;
  padding-bottom: 10px;
}
#bxft p {
  font-size: 12px;
  font-weight: normal;
  color: #336600;
  padding-top: 12px;
}
/* マイカーローンバナー用 */
.btncarloan {
  background-image: url(../imgcommon/btn_mycarloan_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding: 0px;
  height: 150px;
  width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
.btncarloan ul {
  text-align: right;
  padding: 0px;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.btncarloan li {
  list-style-type: none;
  padding-top: 80px;
  margin: 0px;
  float: right;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  height: auto;
  width: 175px;
}
.btncarloan li a img {
  border: 2px solid #FFF;
}
.btncarloan li a:hover img {
  border: 2px solid #C36;
}
/* 位置 */
.taR {
  text-align: right !important;
}
.taC {
  text-align: center !important;
}
.taC table {
  margin: 0 auto;
}
.vaM {
  vertical-align: middle;
}
/* 余白 */
.mT0 {
  margin-top: 0 !important;
}
.mB0 {
  margin-bottom: 0 !important;
}
.mB5 {
  margin-bottom: 5px !important;
}
.mB10 {
  margin-bottom: 10px !important;
}
.mB15 {
  margin-bottom: 15px !important;
}
.mB20 {
  margin-bottom: 20px !important;
}
.mB40 {
  margin-bottom: 40px !important;
}
.mL20 {
  margin-left: 20px !important;
}
.pT0 {
  padding-top: 0 !important;
}
.pT20 {
  padding-top: 20px !important;
}
/* #hdBoxNav */
#hdBoxNav {
  position: relative;
  width: 900px;
  height: 120px;
}
#hdBoxNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#hdBoxNav ul li {
  display: block;
  margin: 0;
  padding: 0;
}
#hdBoxNav ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#hdBoxNav ul li.btn01 {
  position: absolute;
  top: 0;
  left: 19px;
  width: 102px;
  height: 122px;
}
#hdBoxNav ul li.btn01 a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -19px 0;
}
#hdBoxNav ul li.btn02 {
  position: absolute;
  top: 0;
  left: 579px;
  width: 126px;
  height: 40px;
}
#hdBoxNav ul li.btn02 a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -579px 0;
}
#hdBoxNav ul li.btn03 {
  position: absolute;
  top: 10px;
  left: 720px;
  width: 166px;
  height: 30px;
}
#hdBoxNav ul li.btn03 a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -720px -10px;
}
#hdBoxNav ul li.btn04 {
  position: absolute;
  top: 55px;
  left: 579px;
  width: 306px;
  height: 60px;
}
#hdBoxNav ul li.btn04 a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -579px -55px;
}
#hdBoxNav ul li.btnEvent {
  position: absolute;
  top: 55px;
  left: 579px;
  width: 306px;
  height: 60px;
}
#hdBoxNav ul li.btnEvent a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -579px -55px;
}

#hdBoxNav ul li.btn05 {
  position: absolute;
  top: 0;
  left: 423px;
  width: 146px;
  height: 35px;
}
#hdBoxNav ul li.btn05 a:hover {
  background: url(../imgcommon/hd_sub_s2.jpg) no-repeat -423px 0;
}
/**/
.bnrBoxABdr {
  margin: 0 auto;
  padding: 20px 0 0;
  text-align: center;
}
.bnrBoxABdr a img {
  border: 2px solid #E7E7E7;
}
.bnrBoxABdr .noLink img {
  border: 2px solid #FFF;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}
.bnrBoxABdr a:hover img {
  border-color: #C00;
}
/**/
.camBnrBox {
  margin: 0 auto 20px;
  text-align: center;
}
.camBnrBox table {
  margin: 0 auto;
}
.camBnrBox td {
  vertical-align: top;
}
.camBnrBox td:first-child {
  width: 410px;
}
.camBnrBox p {
  font-size: 12px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 3px 0 0;
  padding: 0;
}
/**/
.notes {
  text-align: left;
  margin-bottom: 20px;
  background: #FFE3E3;
  border: 3px double #F0575A;
}
.notes .noteTit {
  background: #E73030;
  font-size: 16px;
  line-height: 1.5;
  color: #FFF;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
.notes .noteTit span {
  font-size: 20px;
  color: #F4E73A;
}
.notes p {
  font-size: 14px;
  padding: 0px 10px !important;
}
.notes .period {
  text-align: center;
}
.notes .periodTit {
  font-size: 16px;
  margin: 0 auto 10px;
}
.notes .period b {
  font-size: 18px;
  line-height: 1.5;
  color: #E73030;
}
/* ===========================================
2019　リニューアル用
=========================================== */
/* 2019リニューアル時 タイトル */
#ct #cateTit {
  float: left;
  text-align: left;
}
#cateTit span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
/* fnSlider */
#fnSlider {
  width: 800px;
  text-align: center;
  margin: 0 auto 20px;
}
#fnSlider .bx-wrapper .bx-pager {
  position: static;
  text-align: center;
}
#fnSlider a img {
  border: 0;
}
.bxslider a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}
/* bnrListBox */
.bnrListBox {
  text-align: center;
  margin: 0 auto 20px;
}
.bnrListBox ul {
  list-style: none;
  margin: 0 auto;
  padding: 20px 0 0;
  letter-spacing: -1em;
  font-size: 0;
}
.bnrListBox ul li {
  text-align: center;
  letter-spacing: normal;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 260px;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
}
.bnrListBox ul li:nth-child(3n) {
  margin-right: 0;
}
.bnrListBox ul li a img {
  border: 0;
  vertical-align: middle;
}
.bnrListBox ul li p {
  letter-spacing: 1px !important;
  margin: 3px 0 0 !important;
  line-height: 1.4;
}
.bnrListBox ul li a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  zoom: 1;
}
.bnrListBox ul li.wFree {
  width: auto;
}
/* bnrListBoxCol2 */
.bnrListBoxCol2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 20px;
}
.bnrListBoxCol2 ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1em;
  font-size: 0;
}
.bnrListBoxCol2 ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.0;
  vertical-align: top;
  width: 395px;
  margin: 0 10px 0 0;
  padding: 10px 0 0;
}
.bnrListBoxCol2 ul li:nth-of-type(2n) {
  margin: 0;
}
.bnrListBoxCol2 ul li img:hover {
    opacity: 0.5;
}

/**/
.tblWF {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**/
.oshirase dl {
  background-color: #FFDADA;
  border: 2px solid #C00;
  text-align: left;
  width: 800px;
  margin: 0 auto;
}
.oshirase dt {
  margin: 0 10px;
  padding: 10px 0 0;
  font-size: 16px;
  line-height: 1.4;
  color: #C00;
}
.oshirase dd {
  margin: 0 10px 10px;
  padding: 0 0;
}
.oshirase dd p {
  margin: 0;
  padding: 5px 0 0;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: normal;
}

/**/
.btnNews {
  width: 790px;
  margin: 0 auto 10px;
  overflow: hidden;
  ;
}
.btnNews a {
  display: block;
  background-color: #333;
  border: 2px solid #E7E7E7;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  margin: 0 0 10px;
}
.btnNews a.bgClr {
  background-color: #F46E6D;
}
.btnNews a.bgClrGrn {
  background-color: #668706;
}
.btnNews a span {
  display: inline-block;
  background: url("../../imgcommon/mb_icon_pdf.png") no-repeat right center;
  background-size: 24px auto;
  padding: 15px 35px 15px 0;
}
.btnNews a span.pgLink {
  background-image: url("../imgcommon/arw_wht.png");
  background-size: 15px auto;
}
.btnNews a:hover {
  border-color: #C00;
}
/**/
.btnNews .col2 {
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
}
.btnNews .col2 a {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  width: 386px;
}
.btnNews .col2 a:nth-child(odd) {
  margin-right: 10px;
}
.btnNews .col2 a span {
  display: block;
  margin: 0 15px;
  padding: 10px 35px 10px 0;
}
.wkYlw {
  margin: 0 auto 20px;
  background-color: #FFEEA9;
  border: 2px solid #FE9900;
}
.wkYlw dt {
  background-color: #FE9900;
  color: #FFF;
  font-size: 16px;
  padding: 5px 10px;
}
.wkYlw dd {
  padding: 10px 10px 0;
}
.wkYlw dd ul {
  list-style: disc;
  margin: 0 0 5px;
  padding: 0 0 0 18px;
}
.wkYlw dd li {
  margin: 0 0 5px;
  padding: 0;
}
.wkYlw dd p {
  margin: 0 0 10px;
  padding: 0;
}
/**/
.wkDot {
  border: 1px dotted #000;
  margin: 0 0 20px;
  padding: 10px 20px 20px;
}
.wkDot p {
  margin: 0 !important;
  padding: 10px 0 0 !important;
}
/**/
.menulist li {
  font-size: 12px;
}
.menulist li strong, .menulist li b {
  font-size: 14px;
}
/**/
.colFlex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}



/* 上部へ戻るボタン */
.pageTop {
  position: fixed;
  right: 2%;
  bottom: 0;
	padding: 5px;
  background-color: rgba(80,147,42,0.9);
  cursor: pointer;
  transition: .3s;
  
  /*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

/* ローディング用非表示設定 */
.pace-running .wrap {
  opacity: 0.3;
}



