@charset "utf-8";
/* --------------ベース-------------- */
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic,'Yu Gothic','klee','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  _text-align: center;
  color: #301d0a;
  background-image: url(../img/bg.jpg);
  background-repeat: repeat;
  position: relative;
  width:100%;
  overflow-x:hidden;
}

* {
  box-sizing: border-box;
}

.slider {
  width: 100%;
  margin: 0px auto;
}

.slick-slide {
  margin: 0px 0px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

div#wrapper {  
  width: 1920px;
}

a {
  text-decoration: none;
  color: #ffffff;
}

a:hover {
  text-decoration: underline;
  color: #ffffff;
}


/* --------------ヘッダー-------------- */
.header_kotei {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  width: 100%;
}

.header_bg {
  height: 110px;
  background-image:url(../img/header_bg.png);
  background-repeat: repeat-x;
  box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 7px 3px -3px rgba(0,0,0,0.25);
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.header_bg {
  background-image: url("../img/header_bg@2x.png");
  background-size: 1px 110px; /* 画像の高さ */
}
}

.header {
  height: 107px;
  width: 950px;  
  margin-top: 0px;
  margin-left:auto;
  margin-right:auto;
  z-index: 10000;
  position: relative;
}

.header_logo {
  position: absolute;
  left: 0px;
  top: 0px; 
}

.navi_01 {
  position: absolute;
  left: 467px;
  top: 37px; 
}

.navi_02 {
  position: absolute;
  left: 552px;
  top: 37px; 
}

.navi_03 {
  position: absolute;
  left: 632px;
  top: 37px; 
}

.navi_04 {
  position: absolute;
  left: 786px;
  top: 37px; 
}

.navi_05 {
  position: absolute;
  left: 886px;
  top: 37px; 
}

.top_banner {
  margin: 110px 0 0 0;
}


/* --------------フッター-------------- */
.footer_bg {
  background-image:url(../img/bg_01.jpg);
  background-repeat: repeat;
  margin-top: 10px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.footer_bg {
  background-image: url("../img/bg_01@2x.jpg");
  background-size: 93px 105px; /* 画像の高さ */
}
}

.footer {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
}

.footer_logo {
  margin-top: 50px;
}

.footer_navi {
  margin-top: 50px;
}

.footer_line {
  margin: 0 20px;
}

.copyright {
  margin: 40px 0 0 0;
  color: #ffffff;
  text-align: right;
  padding-bottom: 20px;
}


/* --------------TOP-------------- */
.top_bg_01 {
  background-color:#FFF;
  margin-top:-14px;
}

.top_bg_02 {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
}

.top_bg_03 {
  background-image:url(../img/bg_01.jpg);
  background-repeat: repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_03 {
  background-image: url("../img/bg_01@2x.jpg");
  background-size: 93px 105px; /* 画像の高さ */
}
}

.top_bg_04 {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(../img/aisatsu_bg_01.png);
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_04 {
  background-image: url("../img/aisatsu_bg_01@2x.png");
  background-size: 950px 395px; /* 画像の高さ */
}
}

.top_bg_05 {
  background-color:#FFF;
}

.top_bg_06 {
  width: 950px;
  height: 475px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 155px;
  background-image:url(../img/jimu_bg_01.png);
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_06 {
  background-image: url("../img/jimu_bg_01@2x.png");
  background-size: 950px 475px; /* 画像の高さ */
}
}

.top_bg_07 {
  background-image:url(../img/bg_02.jpg);
  background-repeat: repeat;
  padding-top: 50px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_07 {
  background-image: url("../img/bg_02@2x.jpg");
  background-size: 93px 105px; /* 画像の高さ */
}
}

.top_bg_08 {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(../img/gaiyo_bg.png);
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_08 {
  background-image: url("../img/gaiyo_bg@2x.png");
  background-size: 950px 550px; /* 画像の高さ */
}
}

.top_bg_09 {
  background-image:url(../img/bg_02.jpg);
  background-repeat: repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_09 {
  background-image: url("../img/bg_02@2x.jpg");
  background-size: 93px 105px; /* 画像の高さ */
}
}

.top_bg_10 {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
  background-image:url(../img/teikan_bg.png);
  background-repeat: no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio: 2),
                   (min-resolution: 2dppx),
                   (min--moz-device-pixel-ratio: 2),
                   (-o-min-device-pixel-ratio: 2/1) {
.top_bg_10 {
  background-image: url("../img/teikan_bg@2x.png");
  background-size: 950px 50px; /* 画像の高さ */
}
}

.aisatsu_img_01 {
  margin-top: -50px;
  margin-bottom: 30px;
  margin-left: 30px;
  float: right;
}

.aisatsu_text_01 {
  margin: 0 0 0 0;
  padding-top: 170px;
}

.jimu_text_01 {
  position: absolute;
  left: 68px;
  top: 170px; 
}

.jimu_map {
  position: absolute;
  left: 475px;
  top: 97px; 
}

.jimu_tel {
  position: absolute;
  left: 54px;
  top: 439px; 
}

.jimu_fax {
  position: absolute;
  left: 320px;
  top: 439px; 
}

.jimu_mail {
  position: absolute;
  left: 587px;
  top: 439px; 
}

.gaiyo_text_01 {
  padding: 203px 0 0 2px;
}

.gaiyo_text_02 {
  padding: 83px 0 0 2px;
}

.gaiyo_text_03 {
  padding: 89px 0 150px 2px;
}

.teikan {
  margin: -20px 0 0 0;
  padding: 70px 0 100px 0;
}

p.infobox {
   height: 17em;
   overflow: auto;
   border: #333 1px solid;
   background-color: #ffffff;
   font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
   padding: 50px 30px 50px 30px;
}
