@charset "utf-8";
/*------------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.tit_txt {
  font-size: 2.2rem;
}

#wrapper {
  overflow: hidden;
}

header nav {
  background-color: #e60012;
  padding: 10px 0;
}
header nav ul {
  width: 960px;
  margin: 0 auto;
  font-size: 0;
}
header nav ul li {
  width: 240px;
  text-align: center;
  display: inline-block;
  font-size: 1.8rem;
  vertical-align: middle;
}
header nav ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
}
header nav ul li a .nav_s {
  font-size: 1.2rem;
  display: block;
  line-height: 0.8;
  padding-top: 6px;
}
header .main_block {
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 100%;
}
header .main_block .main {
  width: 1375px;
  margin: 0 auto;
  background: url(../common/images/m_bg.png) no-repeat center top;
  padding: 414px 0 50px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
header .main_block .main .main_title_block {
  position: relative;
}
header .main_block .main .main_title_block .title_left_btn {
  position: absolute;
  left: 56px;
  top: 20px;
  z-index: 5;
}
header .main_block .main .main_title_block .title_right_btn {
  position: absolute;
  right: 50px;
  top: 3px;
  z-index: 5;
}
header .main_block .main .main_title_block h1 {
  text-align: center;
}
header .main_block .main .main_title_block h1 .title_img {
  position: relative;
  z-index: 9999;
}
header .main_block .main .main_title_block h1 .main_title_obi {
  display: block;
  position: relative;
  margin-top: -13px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  header .main_block {
    background-color: #fff;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  header .main_block .main {
    width: 90%;
    margin: 0 auto;
    background: url(../common/images/m_bg.png) no-repeat center top;
    padding: 271px 0 20px;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  header .main_block .main .main_title_block {
    position: relative;
    width: 910px;
    margin: 0 auto;
  }
  header .main_block .main .main_title_block .title_left_btn {
    position: absolute;
    left: 68px;
    top: 21px;
  }
  header .main_block .main .main_title_block .title_left_btn img {
    width: 50%;
    height: auto;
  }
  header .main_block .main .main_title_block .title_right_btn {
    position: absolute;
    right: -96px;
    top: 22px;
  }
  header .main_block .main .main_title_block .title_right_btn img {
    width: 50%;
    height: auto;
  }
  header .main_block .main .main_title_block h1 {
    text-align: center;
  }
  header .main_block .main .main_title_block h1 .main_title_obi {
    display: block;
    position: relative;
    margin-top: -8px;
    z-index: 1;
  }
  header .main_block .main .main_title_block h1 img {
    width: 60%;
    height: auto;
  }
}
.pickup_bnr_inner {
  width: 1000px;
  position: relative;
  margin: 20px auto 130px;
  z-index: 1;
}

.pickup_bnr_inner img {
  width: 320px;
  height: 126px;
}

.pickup_bnr_inner li {
  float: left;
  margin-right: 20px;
}

.pickup_bnr_inner li:last-child {
  margin-right: 0;
}

.pickup_bnr_inner li a.overwhite {
  background-color: #ffffff;
  display: inline-block;
}

.goods_bnr_inner {
  width: 1000px;
  position: relative;
  margin: 20px auto 130px;
  padding: 38px 0;
  z-index: 1;
}

.goods_bnr_inner img {
  width: 490px;
  height: 382px;
}

.goods_bnr_inner li {
  float: left;
  margin-right: 20px;
}

.goods_bnr_inner li:last-child {
  margin-right: 0;
}

.goods_bnr_inner li a.overwhite {
  background-color: #ffffff;
  display: inline-block;
}

/*------------------------------------------------------------
about
------------------------------------------------------------*/
.about {
  background-image: url(../common/images/circle_bg_00.png), url(../common/images/sankaku_pattern.png);
  background-repeat: no-repeat, repeat;
  background-position: center bottom, left top;
  position: relative;
  padding: 380px 0 50px;
}
.about .blockbox {
  width: 960px;
  margin: 0 auto;
}
.about h2 {
  text-align: center;
  margin-bottom: -60px;
}
.about .icon_sankaku02 {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.about .icon_sankaku02:before {
  content: '';
  position: absolute;
  left: 197px;
  top: -45px;
  background: url(../common/images/icon_sankaku02.png) no-repeat top left;
  height: 70px;
  width: 99px;
}
.about .about_txt {
  width: 960px;
  margin: 0 auto;
}
.about ul {
  width: 960px;
  margin: 0 auto;
}
.about ul li {
  margin-top: -34px;
}

.about .bg {
  -webkit-transform: translateZ(0) skewY(-3deg);
  transform: translateZ(0) skewY(-3deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 46vw;
  top: -28vw;
}

.about .bg:before {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  -webkit-transform: translateY(-50%) skewY(3deg);
  -ms-transform: translateY(-50%) skewY(3deg);
  transform: translateY(-50%) skewY(3deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: url(../common/images/pattern.png) top left;
  content: '';
  height: 60vw;
  width: 100%;
  display: block;
}

.caution_txt {
  display: table;
  margin: 30px auto 0;
  text-align: center;
  padding: 8px 12px;
  border-radius: 4px;
  color: #848484;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .about .bg {
    -webkit-transform: translateZ(0) skewY(-3deg);
    transform: translateZ(0) skewY(-3deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 57vw;
    top: -32vw;
  }

  .about .bg:before {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%) skewY(3deg);
    -ms-transform: translateY(-50%) skewY(3deg);
    transform: translateY(-50%) skewY(3deg);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: url(../common/images/pattern.png) top left;
    content: '';
    height: 73vw;
    width: 100%;
    display: block;
  }
}
/*------------------------------------------------------------
news
------------------------------------------------------------*/
.news {
  background-color: #f9f9f9;
  padding: 50px 0 40px;
}
.news .news_list {
  overflow: hidden;
}
.news .news_list h2 {
  width: 186px;
  float: left;
}
.news .news_list .topNewsList {
  width: 77%;
  float: right;
}

.news .news_list {
  position: relative;
  margin-top: 40px;
  width: 960px;
  margin: 0 auto;
}

.news .news_list .topNewsList > li {
  border-top: 1px solid #dadada;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #222;
}

.news .news_list li .time {
  display: inherit;
  margin-right: 1em;
  padding: 5px 10px;
  background-color: #222;
  color: #fff;
}

.news .news_list li:first-child {
  border-top: none;
}

.news .news_list li a {
  color: #222;
}

.topNewsList li p {
  display: inline-block;
  vertical-align: middle;
}

.topNewsList li .time {
  width: 15%;
  color: #888888;
}

.topNewsList li .title {
  width: 90%;
  line-height: 1.4;
}

.topNewsList li dl {
  display: table;
}

.topNewsList li dl .time,
.topNewsList li dl .title {
  display: table-cell;
}

.topNewsList .acc_text {
  margin: 30px 0;
  font-weight: normal;
}

.news .news_list li .acc_text a {
  color: #e60012;
  text-decoration: underline;
}

.news .news_list li .acc_text a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
map
------------------------------------------------------------*/
.map {
  margin-top: 60px;
}
.map .map_title {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 20px;
}

.icon_sankaku03 {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.icon_sankaku03:before {
  content: '';
  position: absolute;
  left: 267px;
  top: -55px;
  background: url(../common/images/icon_sankaku02.png) no-repeat top left;
  height: 70px;
  width: 99px;
}

.halfBlock {
  display: block;
}

.halfBlock ul {
  list-style: none;
  display: block;
}

.halfBlock ul li {
  width: 100%;
  display: block;
}

.halfBlock ul li div.txtBlock,
.halfBlock ul li .map_box,
.halfBlock ul li .map_box {
  width: 50%;
  height: 650px;
}

.halfBlock ul li div.txtBlock,
.halfBlock ul li:nth-child(2n) .map_box {
  float: left;
}

.halfBlock ul li .map_box,
.halfBlock ul li:nth-child(2n) div.txtBlock {
  float: right;
}

.halfBlock ul li:nth-child(1n) div.txtBlock {
  position: relative;
}
.halfBlock ul li:nth-child(1n) div.txtBlock::before {
  content: '';
  position: absolute;
  right: -90px;
  top: 40%;
  background: url(../common/images/map_sankaku_yokohama.png) no-repeat center left;
  height: 127px;
  width: 90px;
  z-index: 3;
}

.halfBlock ul li:nth-child(2n) div.txtBlock {
  position: relative;
}
.halfBlock ul li:nth-child(2n) div.txtBlock::before {
  content: '';
  position: absolute;
  left: -90px;
  top: 40%;
  background: url(../common/images/map_sankaku_kenmin.png) no-repeat center right;
  height: 127px;
  width: 90px;
  z-index: 3;
}

.halfBlock ul li div.txtBlock {
  display: table;
  color: #fff;
  padding: 60px 0;
  background: url(../common/images/pattern.png) repeat left top;
}

.halfBlock ul li:nth-child(2n) div.txtBlock {
  background: url(../common/images/pattern02.png) repeat left top;
}

.halfBlock ul li div.txtBlock a {
  color: #ffffff;
}

.halfBlock ul li div.txtBlock {
  display: table-cell;
  vertical-align: middle;
}

.halfBlock ul li div.txtBlock h2 {
  margin-bottom: 18px;
}

.halfBlock ul li div.txtBlock .txt {
  font-size: 1.4rem;
  line-height: 1.714;
  margin-bottom: 20px;
}

.halfBlock ul li div.txtBlock .btn {
  width: 700px;
  text-align: center;
  margin: 0 auto;
}

.halfBlock ul li div.txtBlock .w-700 {
  width: 700px;
  margin: 0 auto;
}

#map,
#map02 {
  width: 100%;
  height: 650px;
}

@media screen and (max-width: 1400px) {
  .halfBlock ul li div.txtBlock .w-700 {
    width: 90%;
  }

  .halfBlock ul li div.txtBlock .btn {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .halfBlock ul li div.txtBlock .btn img {
    width: 90%;
    height: auto;
  }

  .halfBlock ul li div.txtBlock h2 img {
    width: 100%;
    height: auto;
  }
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
footer #page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

footer #page_top img {
  width: 69px;
}

footer ul a {
  display: inline-block;
}

footer ul {
  display: table;
  width: 1200px;
  margin: 50px auto 50px;
  height: 208px;
}

footer ul li {
  display: table-cell;
  width: 20%;
  text-align: center;
}

footer .footer_box {
  background: #e60012;
  text-align: center;
  padding-bottom: 30px;
}

footer h1 {
  margin: 0px 0 20px;
  padding-top: 40px;
}
footer h1 img {
  width: 128px;
  height: auto;
}

footer p {
  font-size: 1.2rem;
  color: #fff;
}

@media screen and (max-width: 1200px) {
  footer ul {
    display: table;
    width: 100%;
    margin: 50px auto 50px;
    height: 208px;
  }
  footer ul li a img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=top.css.map */
