@charset "utf-8";

/***********************************************/
/* トップページCSS
/***********************************************/
/* 領域系 */
.contents {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.w325 {
  width: 325px;
}
.w662 {
  width: 662px;
}
.h542 {
  height: 542px;
}

/* 余白系 */
.mr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}


/* レイアウト系 */
.flex {
  display: flex;
}
.headmenu-rayout {
  display: flex;
  justify-content: space-between;
}
.headmenus-rayout {
  display: flex;
  justify-content: flex-end;
  margin-top: -23px;
}
.y-center {
  align-items: center;
}
.mb-50 {
  margin-bottom: -50px;
}


/* カラー系 */
.orange {
  color: #f47400;
}
.bg-brown {
  background-color: #f6f5f1;
}


/* フォント系 */
.f19 {
  font-size: 19px;
}
.logo-txt {
  color: #4d4d4d;
  font-size: 12px;
  padding-top: 25px;
  padding-left: 130px;
}


/* ヘッドメニュー */
.head-menu {
  border-left: 1px solid #c5c5c5;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  width: 166px;
  text-align: center;
}
.head-menu a {
  display: block;
  padding: 5px 40px 5px 40px;
}
.head-menu a .lr60 {
  padding: 0px 60px 0px 60px;
}
.head-menu-rightmost a {
  display: block;
  padding: 5px 40px 5px 40px;
}
.head-menu-rightmost {
  border-right: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  width: 167px;
  color: #333333;
}
.head-menu-s-box {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.head-menu-s {
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #333333;

}
.head-menu-s-arw {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #808080;
}

/* スライド部分 */
.line {
  border-top: solid 3px #1a1a1a;
  width: 100%;
}
#before-slide-img-area {
  background: #fff;
  text-align: center;
  width: 100%;
}
.slide-area {
  /*width: 1000px;*/
  width: 100%;
  height: 440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  position: relative;
}
.slide-btn-l {
  position: absolute;
  top: 198px;
  left: 0;
}
.slide-btn-r {
  position: absolute;
  top: 198px;
  right: 0;
}
.relative-side-menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
}
.absolute-side-menu-1 {
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
}
.absolute-side-menu-2 {
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.absolute-side-menu-3 {
  box-shadow: -4px 4px 10px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.slide {
  left: -5px;
}
.switch {
	visibility: hidden;
}


/* 3列バナーブロック */
.three-menu-main {
  color: white;
  font-size: 19px;
  font-weight: bold;
  text-align: center;
}
.three-menu-sub {
  color: white;
  font-size: 15px;
  margin-top: 2px;
  text-align: center;
}
.three-menu-label-box-2 {
  padding-top: 5px;
  padding-left: 54px;
}
.three-menu-label-box-3 {
  padding-top: 5px;
  /*padding-left: 16px;*/
}
.three-menu-label {
  color: #ffffff;
  font-size: 15px;
  margin-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  width: 230px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.three-menu-label a {
  display: block;
  padding-top: 2px;
}

.three-menu-item {
  color: #ffffff;
  font-size: 14px;
}
.absolute-1 {
  position: absolute;
  top: 15px;
  left: 48px;
}
.absolute-2 {
  position: absolute;
  top: 15px;
  left: 39px;
}
.absolute-3 {
  position: absolute;
  top: 15px;
  left: 60px;
}
.relative {
    position: relative;
    width: 325px;
}

/* 左下メニューブロック */
.bnr-blue {
  color: white;
  font-size: 19px;
  padding: 10px 0 10px 0;
  text-align: center;
  background: #474747;
  cursor: pointer;
  display: block;
}
.bnr-blue-arrow {
  align-items: center;
  display: flex;
  padding-left: 15px
}
.bnr-gray a {
  display: block;
}
.bnr-gray {
  color: #000000;
  font-size: 16px;
  padding: 7px 0 7px 0;
  text-align: center;
  background: #f6f5f1;

}
.bnr-gray-arrow {
  align-items: center;
  display: flex;
  padding-left: 22px
}
.sidemenu ul {
      display: none;
    }



/* お問い合わせ・サポート */
.contact {
  background: white;
  padding: 15px 45px 15px 45px;
  width: 325px;
  border: 1px solid #acacac;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  position: absolute;
}
.con-label {
  background-color: #f47400;
  color: white;
  font-size: 15px;
  margin-top: 10px;
  padding-top: 3px;
  padding-bottom: 2px;
  text-align: center;
  width: 230px;
  border: 1px solid #f47400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.con-label a {
  display: block;
  padding-top: 3px;
  padding-bottom: 2px;
}
.con-fax {
  font-size: 19px;
  font-weight:bold;
  color: #f27300;
}

/* 新着情報 */
.info-area {
  background-color: #f6f5f1;;
  margin-top: 15px;
  padding: 20px 30px;
  height: 262px;
}
.latest {
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: scroll;
  height: 200px;
}
dl.latest dt {
  float: left;
  width: 7em;
}
dl.latest dd {
  border-bottom: 1px dotted #acacac;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

/* フッター */
.footer {
  background: repeating-linear-gradient(90deg, #434343, #434343 4px, #474747 4px, #474747 13px);
  color: #fff;
  /*text-align: center;*/
  margin-top: 50px;
  /*padding: 20px 0;*/


}
.footer-area {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
}
.footer-rayout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer li {
  list-style:none;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 10px;
}
.footer-arw {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.copyright {
  font-size: 13px;
  color: white;
  text-align: center;
  width: auto;
  background: #303030;
  padding: 25px 0 25px 0;
}
/* 全体 */
a {
  text-decoration: none;
  color: inherit;
 }



/* bxSlider */
.bx-wrapper {
  max-width: 1000px !important;
  margin: 0 auto;
  overflow: visible;
}
.bx-viewport {
  margin: 0 auto !important;
  overflow: visible !important;
  width: 1000px !important;
}

#left-alpha-box {
  background: #fff;
  height: 440px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: calc((100vw - 1020px) / 2);
}
#right-alpha-box {
  background: #fff;
  height: 440px;
  right: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: calc((100vw - 1020px) / 2);
}
