@charset "utf-8";
body{margin:0;padding:0;}
header {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
  margin:0 auto;
}
/* ロゴ */
header .logo {
	padding: 0 20px;
	font-size: 18px;
	color: #fff;
	letter-spacing: .2em;
}
.logo img{
  width:250px;
}
/* メニュー */
header li {
	display: inline-block;
	padding: 0 6px;
	font-size: 14px;
	letter-spacing: .1em;
}
.li1 img{
width:70px;
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
}
.li2 img{
  width:330px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.35);
  }
header li a {
	color: #fff;
}
@media screen and (max-width:1200px) {
  header {
    width: 100%;
  }
}
@media screen and (max-width:960px) {
  .logo img{
    width:200px;
  }
  .li1 img{
    width:50px;
    }
    .li2 img{
      width:250px;
      }
}
@media screen and (max-width:760px) {
  header .logo {
    padding: 0px;
    margin-left: 20px
  }
  header ul {
    margin-right:20px;
  }
  header li {
    padding: 0px;
  }
  .logo img{
    width:150px;
  }
  .li2 img{
    width:160px;
    }
  .li1 img{
    width:30px;
  }
}
@media screen and (min-width: 512px){
  .pc1{
    display:block;
  }
  .sp1{
    display:none;
  }
}
@media screen and (max-width: 512px){
  .pc1{
    display:none;
  }
  .sp1{
    display:block;
  }
  header ul {
    margin-right:0px;
    margin-left:0px;
  }
  .li1 img{
    width:40px;
  }
}
@media screen and (max-width: 450px){
  .logo img{
    width:120px;
  }
}
/* スライダー */
.cont1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.active {
  /* アクティブなスライドのスタイルを定義します */
  display: block;
}
.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  flex: 1;
}

.slide img {
  width: 100%;
}

@media screen and (max-width:750px) {
  .cont1{
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
.cont2{
  background-image: url(./img/cont2_bgimg.jpg); 
  padding-top: 100px;
  padding-bottom: 100px;
}
.cont2_cont{
  margin:0 auto;
  text-align: center;
}
.cont2_cont img{
  width:1000px;
  margin:0 auto;
  margin-bottom:-6px;
}
@media screen and (max-width:1200px) {
  .cont2{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cont2_cont img{
    width:95%;
  }
}
.cont3{
  background: #fff;
  padding-top: 30px;
  padding-bottom:30px;
}
.cont3_cont{
  margin:0 auto;
  text-align: center;
}
.cont3_cont img{
width:150px;
}

.cont3_cont5{
  margin:0 auto;
  text-align: center;
  margin-top:50px;
  margin-bottom: 50px;
  width: 1000px;
}
.cont3_cont5 img{
  width: 1000px;
}
@media screen and (max-width:1000px) {
  .cont3_cont img{
    width:80px;
    }
    .cont3_cont5{
      width: 100%;
    }
    .cont3_cont5 img{
      width: 95%;
    }
}
@media screen and (max-width:512px) {
  .cont3{
    padding-bottom:0px;
  }
  .cont3_cont5{
    margin-top:0px;
    margin-bottom: 0px;
  }
}
.cont4{
  background: #fff;
  padding-top:0px;
}
@media screen and (min-width: 512px){
  .cont4_cont{
    display:block;
  }
  .cont4_cont_sp{
    display:none;
  }
}
@media screen and (max-width: 512px){
  .cont4_cont{
    display:none;
  }
  .cont4_cont_sp{
    display:block;
  }
}
.cont4_cont{
  margin:0 auto;
  text-align: center;
  background-image: url(./img/cont4_bg1.png); 
  height: 100px;
  position: relative;
}
.cont4_cont_sp{
  margin:0 auto;
  text-align: center;
  background-image: url(./img/cont4_bg1_sp.png); 
  height: 100px;
  position: relative;
}
.cont4_cont img{
  width: 800px;
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
.cont4_cont2{
  margin:0 auto;
  text-align: center;
  background-image: url(./img/cont4_bg2.png); 
  height: 100px;
  position: relative;
}
.cont4_cont2 img{
  width: 800px;
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width:800px) {
  .cont4_cont img{
    width:100%;
    }
    .cont4_cont2 img{
    width:95%;
    }
}
@media screen and (max-width:512px) {
  .cont4{
    padding-top:30px;
  }
  .cont4_cont_sp{
    height: 80px;
  }
  .cont4_cont2{
    height: 80px;
  }
  .cont4_cont_sp img{
 width:85%;
 position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
  }
}
.cont5{
  background: #fff8ef;
  padding-top:80px;
  padding-bottom:80px;
}
.cont5_cont{
  margin:0 auto;
  text-align: center;
}
.cont5_cont img{
width:400px;
}
.cont5_cont2{
  margin:0 auto;
  text-align: center;
  margin-top: 50px;
}
.cont5_cont2 img{
width:1000px;
}
.cont5_cont3{
  margin:0 auto;
  text-align: center;
  margin-top: 50px;
}
.cont5_cont3 img{
width:900px;
}
.cont5_cont4{
  margin:0 auto;
  text-align: center;
  margin-top: -10px;
}
.cont5_cont4 img{
width:1000px;
}
@media screen and (max-width:1000px) {
  .cont5{
    padding-top:30px;
    padding-bottom:30px;
  }
  .cont5_cont{
    margin:0 auto;
    text-align: center;
    margin-top: 50px;;
  }
  .cont5_cont img{
    width:300px;
    }
    .cont5_cont2 img{
      width:95%;
      }
      .cont5_cont3 img{
        width:80%;
        }
        .cont5_cont4 img{
          width:95%;
          }
}
@media screen and (min-width: 512px){
  .cont5_cont2{
    display:block;
  }
  .cont5_cont2_sp{
    display:none;
  }
  .cont5_cont3{
    display:block;
  }
  .cont5_cont3_sp{
    display:none;
  }
  .cont5_cont4{
    display:block;
  }
  .cont5_cont4_sp{
    display:none;
  }
}
@media screen and (max-width: 512px){
  .cont5_cont img{
    width:250px;
    }
  .cont5_cont2{
    display:none;
  }
  .cont5_cont2_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .cont5_cont2_sp img{
    width:90%;
  }
  .cont5_cont3{
    display:none;
  }
  .cont5_cont3_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .cont5_cont3_sp img{
    width:95%;
  }
  .cont5_cont4{
    display:none;
  }
  .cont5_cont4_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: -10px;
  }
  .cont5_cont4_sp img{
    width:95%;
    margin-bottom: 8px;
  }
}
.cont6{
  background-image: url(./img/cont6_bgimg.jpg); 
  padding-top: 100px;
  padding-bottom: 100px;
}
.cont6_cont{
  margin:0 auto;
  text-align: center;
}
.cont6_cont img{
width:550px;
}
.cont6_cont2{
  margin:0 auto;
  text-align: center;
  margin-top:50px;
}
.cont6_cont2 img{
width:1000px;
}
@media screen and (max-width:1000px) {
  .cont6_cont2 img{
    width:95%;
    }
    .cont6_cont img{
      width:380px;
      }
}
@media screen and (min-width: 512px){
  .cont6_cont2{
    display:block;
  }
  .cont6_cont2_sp{
    display:none;
  }
}
@media screen and (max-width: 512px){
  .cont6_cont2{
    display:none;
  }
  .cont6_cont2_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .cont6_cont2_sp img{
width:75%;
margin-bottom: 10px;
}
.cont6_cont img{
  width:280px;
  }
  }

.cont7{
  background: #fff;
  padding-top:80px;
  padding-bottom: 80px;
}
.cont7_cont{
  margin:0 auto;
  text-align: center;
}
.cont7_cont img{
width:300px;
}
.cont7_cont2{
  margin:0 auto;
  text-align: center;
  margin-top: 80px;
}
.cont7_cont2 img{
width:700px;
margin-bottom: 50px;
}
@media screen and (max-width:1000px) {
  .cont7_cont2 img{
    width:95%;
    }
    .cont7_cont img{
      width:200px;
      }
}
@media screen and (min-width: 512px){
  .cont7_cont2{
    display:block;
    width:700px;
  }
  .cont7_cont2_sp{
    display:none;
  }
}
@media screen and (max-width: 700px){
  .cont7_cont2{
    width:100%;
  }
}
@media screen and (max-width: 512px){
  .cont7{
    padding-bottom: 0px;
  }
  .cont7_cont2{
    display:none;
  }
  .cont7_cont2_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .cont7_cont2_sp img{
width:90%;
margin-bottom: 50px;
}
.cont7_cont img{
  width:150px;
  }
  }

.cont8{
  background: #5682b3;
  padding-top:50px;
  padding-bottom:50px;
}
.cont8_cont{
  margin:0 auto;
  text-align: center;
  margin-top: 80px;
    margin-bottom: 80px;
}
.cont8_cont img{
width:1000px;
}
@media screen and (max-width:1000px) {
  .cont8_cont{
    margin:0 auto;
    text-align: center;
    margin-top: 10px;
      margin-bottom: 10px;
  }
  .cont8_cont img{
  width:95%;
  }
}

.cont10{
  background: #eaf4f4;
  padding-top:50px;
  padding-bottom:50px;
}
.cont10_cont{
  margin:0 auto;
  text-align: center;
  margin-top: 80px;
    margin-bottom: 80px;
}
.cont10_cont img{
width:300px;
}
.cont10_cont2{
  margin:0 auto;
  text-align: center;
  margin-top: 80px;
    margin-bottom: 80px;
}
.cont10_cont2 img{
width:700px;
margin-bottom: 30px;
}
@media screen and (max-width:1000px) {
  .cont10_cont{
    margin:0 auto;
    text-align: center;
    margin-top: 10px;
      margin-bottom: 10px;
  }
  .cont10_cont img{
  width:200px;
  }
  .cont10_cont2 img{
    width:95%;
    }
}
@media screen and (min-width: 512px){
  .cont10_cont2{
    display:block;
    width:700px;
  }
  .cont10_cont2_sp{
    display:none;
  }
}
@media screen and (max-width: 700px){
  .cont10_cont2{
    width:100%;
  }
}
@media screen and (max-width: 512px){

  .cont10_cont2{
    display:none;
  }
  .cont10_cont2_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }
  .cont10_cont2_sp img{
width:95%;
margin-bottom: 10px;
}
.cont10_cont img{
  width:150px;
  }
  }

  .cont11{
    background: #eaf4f4;
    padding-top:50px;
    padding-bottom:50px;
  }
  .cont11_cont{
    margin:0 auto;
    text-align: center;
      margin-bottom: 80px;
  }
  .cont11_cont img{
  width:650px;
  }
  .cont11_cont2{
    margin:0 auto;
    text-align: center;
    margin-top: 80px;
      margin-bottom: 80px;
  }
  .cont11_cont2 img{
  width:700px;
  margin-bottom: 30px;
  }
  @media screen and (max-width:1000px) {
    .cont11_cont{
      margin:0 auto;
      text-align: center;
      margin-top: 10px;
        margin-bottom: 10px;
    }
    .cont11_cont img{
    width:500px;
    }
    .cont11_cont2 img{
      width:95%;
      }
  }
  @media screen and (min-width: 512px){
    .cont11_cont2{
      display:block;
      width:1000px;
    }
    .cont11_cont2_sp{
      display:none;
    }
  }
  @media screen and (max-width: 1000px){
    .cont11_cont2{
      width:100%;
    }
  }
  @media screen and (max-width: 512px){
  
    .cont11_cont2{
      display:none;
    }
    .cont11_cont2_sp{
      display:block;
      margin: 0 auto;
      text-align: center;
      margin-top: 50px;
    }
    .cont11_cont2_sp img{
  width:95%;
  margin-bottom: 10px;
  }
  .cont11_cont img{
    width:340px;
    }
    }

    .cont12{
      background-image: url(./img/cont12_bgimg.jpg);
      padding-top:50px;
      padding-bottom:50px;
    }
    .cont12_cont{
      margin:0 auto;
      text-align: center;
      margin-top: 80px;
        margin-bottom: 80px;
    }
    .cont12_cont img{
    width:1000px;
    }
    @media screen and (max-width:1000px) {
      .cont12_cont{
        margin:0 auto;
        text-align: center;
        margin-top: 10px;
          margin-bottom: 10px;
      }
      .cont12_cont img{
      width:95%;
      }
    }
    @media screen and (min-width: 512px){
      .cont12_cont{
        display:block;
      }
      .cont12_cont_sp{
        display:none;
      }
    }
    @media screen and (max-width: 512px){
    
      .cont12_cont{
        display:none;
      }
      .cont12_cont_sp{
        display:block;
        margin: 0 auto;
        text-align: center;
        margin-top: 50px;
      }
      .cont12_cont_sp img{
    width:95%;
    margin-bottom: 10px;
    }
      }

      .cont13{
        background: #fff;
        padding-top:50px;
        padding-bottom:50px;
      }
      .cont13_cont{
        margin:0 auto;
        text-align: center;
        margin-top: 80px;
          margin-bottom: 80px;
      }
      .cont13_cont img{
      width:200px;
      }
      .cont13_cont2{
        margin:0 auto;
        text-align: center;
        margin-top: 80px;
          margin-bottom: 80px;
      }
      .cont13_cont2 img{
      width:700px;
      margin-bottom: 30px;
      }
      @media screen and (max-width:1000px) {
        .cont13_cont{
          margin:0 auto;
          text-align: center;
          margin-top: 10px;
            margin-bottom: 10px;
        }
        .cont13_cont img{
        width:200px;
        }
        .cont13_cont2 img{
          width:95%;
          }
      }
      @media screen and (min-width: 512px){
        .cont13_cont2{
          display:block;
        }
        .cont13_cont2_sp{
          display:none;
        }
      }
      @media screen and (max-width: 512px){
      
        .cont13_cont2{
          display:none;
        }
        .cont13_cont2_sp{
          display:block;
          margin: 0 auto;
          text-align: center;
          margin-top: 50px;
        }
        .cont13_cont2_sp img{
      width:95%;
      margin-bottom: 10px;
      }
      .cont13_cont img{
        width:100px;
        }
        }
footer{
  background-color: #b3b2b2;
  padding-top: 2px;
    padding-bottom: 2px;
}
.footer_txt{
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 512px){
  .bottom_pc{
    display:block;
  }
  .bottom_sp{
    display:none;
  }
}
@media screen and (max-width: 512px){
  .bottom_pc{
    display:none;
  }
  .bottom_sp{
    display:block;
    margin: 0 auto;
    text-align: center;
  }
  .bottom_menu_sp img{
    width: 85%;
  } 
  }
.bottom_menu {
  display: none;
  width: 100%;
  background-position: center;
  background-image: url(./img/bottom_menu_bgimg.png);
  position: fixed;
  bottom: 0;
  z-index:999;
  margin:0 auto;
  margin-bottom: -15px;
  text-align: center;
} 
.bottom_menu img{
  width: 600px;
} 
.bottom_menu_sp {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index:999;
  margin:0 auto;
  text-align: center;
  margin-bottom: -20px;
} 
@media screen and (max-width: 600px){
  .bottom_menu img{
    width: 95%;
  } 
}
