@media (max-width: 1150px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_f {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp_i {
    display: initial !important;
  }
  .wrap_sp {
    display: inline-block !important;
  }
  html, body {
    margin: 0 auto;
    /* overflow-x: hidden; */
  }
  .btn_box1 {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .button1 {
    width: 100%;
    max-width: initial;
  }
  .button1 a {
    max-width: 800px;
  }
  .button1 .inner1 {
    position: absolute;
    width: 10%;
    top: 19%;
    left: 11%;
    -webkit-animation: shake 1s ease infinite;
            animation: shake 1s ease infinite;
  }
  
  .sp_top_image {
    margin:0;
	padding:0;
	background-color: #252525;
  }
  .sp_top_image .001, .sp_top_image .002, .sp_top_image .003{
    margin:0;
	padding:0;
	background-color: #252525;
  }
  .sp_top_image .img001{
    position: relative;
    background: url(../img/sp/top/bg01.jpg) center center no-repeat;
    background-size:cover;
    z-index:999;
  }
  .sp_top_image .img001 .move1{
    width:36%;
	  height:auto;
    position: absolute;
    top: 18%;
    left: 0;
  }
  .sp_top_image .img001 .move2{
    width:24%;
	  height:auto;
    position: absolute;
    top: 12%;
    left:62%;
  }
  .sp_top_image .img001 .move3{

    width:22%;
  	height:auto;
    position: absolute;
    top: 38%;
    left:25%;
  }
  .sp_top_image .img001 .move4{
    width:35%;
  	height:auto;
    position: absolute;
    top: 32%;
    right: 0;
  }
  .sp_top_image .img001 .move5{
    width:28.5%;
  	height:auto;
    position: absolute;
    top: 52%;
    left: 0;
  }
  .sp_top_image .top_btn_area
  {
    height:auto;
    position: absolute;
    bottom: 3.5%;
    left:0;
  }
  
  .toparrow{
    width:18%;
	  height:auto;
    position:absolute;
    z-index:10;
    top:10%;
    left:3.5%;
    animation-name: arrowAnime1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 400ms;
  }
  @keyframes arrowAnime1 {
    0% { transform: translate(5%,0); }
    100% { transform: translate(-5%,0); }
  }

  .topcloud1{
    animation-name: cloudAnime1;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 800ms;
    z-index:10;
    position: relative;
  }
  @keyframes cloudAnime1 {
    0% { transform: translate(0,-8px); }
    100% { transform: translate(0,8px); }
  }
  
  .topcloud2{
    animation-name: cloudAnime2;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1000ms;
    z-index:10;
    position: relative;
  }
  @keyframes cloudAnime2 {
    0% { transform: translate(0,8px); }
    100% { transform: translate(0,-8px); }
  }

  .topcloud3{
    animation-name: cloudAnime3;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1300ms;
    z-index:10;
    position: relative;
  }
  @keyframes cloudAnime3 {
    0% { transform: translate(0,-8px); }
    100% { transform: translate(0,8px); }
  }
  
  .topcloud4{
    animation-name: cloudAnime4;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 500ms;
    z-index:10;
    position: relative;
  }
  @keyframes cloudAnime4 {
    0% { transform: translate(0,-8px); }
    100% { transform: translate(0,8px); }
  }
  
  .topcloud5{
    animation-name: cloudAnime5;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 500ms;
    z-index:10;
    position: relative;
  }
  @keyframes cloudAnime5 {
    0% { transform: translate(0,8px); }
    100% { transform: translate(0,-8px); }
  }
}





/*-----------------------------------------------------------------

header

------------------------------------------------------------------*/
@media (max-width: 1150px) {
  header {
    width: 100%;
    height: 58px;
    padding: 14px 8px 18px 0;
	background-color:#231815;
  }
  header .content1{
    width: 100% !important;
    height: auto;
    justify-content: space-between;
    margin-top: -4px;
  }
  
  header .content1 .inner1{
    align-items: center;
    justify-content: space-between;
    width: 80%;
  }
  header .content1 .inner1 p{
    font-size: 1em;
    width: 100% !important;
    align-self: center;
    margin-left: 1em;
    /* line-height: 53px; */
  }
  header .content1 .inner1 p a span{
    color:#7dac1f;
  }
}

@media (max-width: 1150px) {
  #main_contents {
    background-color: #eee;
  }

/*-----------------------------------------------------------------

section1

------------------------------------------------------------------*/
.section1 {
  background-color: #b20000;
  padding-bottom:0;
}
.section1 .inner1 .head {
  
}
.section1 .inner1 .head img {
  width:auto;
  height:auto;
  display:inline-block;
  width: 100%;
  height: auto;
  margin-top:0;
  margin-bottom:0;
}
.section1 .inner1 { 
  
}
.section1 .inner1 img {
  margin-top:0;
}
.section1 .inner2 { 
  background-color: #f2f2f2;
}
.section1 .inner2 .box01 { 
  background-color: #ffffff;
  font-weight: bold;
  margin:7px 3px 7px 7px; 
  padding:25px 10px 22px 10px;
  line-height:28px;
  border-bottom:4px solid #e1e0e0;
  border-right:4px solid #e1e0e0; 
}
.section1 .inner2 .box01 img{
  margin-bottom: 25px;
}
.section1 .inner2 .text01{
  font-weight: bold;
  text-align: center;
  padding:20px 0 20px 0;
  line-height:32px;
}
.section1 .inner2 .text02{
  font-weight: bold;
  padding:0 9px 15px 9px;
  line-height:32px;
}
.section1 .inner2 .text03{
  padding:13px 9px 25px 9px;
  line-height: 28px;
}
.section1 .inner2 .text03 p{
  font-weight: bold;
  padding:15px 9px 15px 9px;
  line-height:32px;
}
.section1 .inner2 .text04{
  padding:20px 9px 0 9px;
  line-height: 26px;
}

/*-----------------------------------------------------------------

section2

------------------------------------------------------------------*/
.section2 {
  background-color: #ffffff;
}
.section2 .inner1 img{

}
.section2 .inner1 .text01{
  line-height:28px;
  padding:17px 11px 17px 11px;
  text-align:center; 
}
 





/*-----------------------------------------------------------------

section3

------------------------------------------------------------------*/
.section3 {
  background-color: #dadbdb;
}
.section3 .inner1 img{

}

/*-----------------------------------------------------------------

section4

------------------------------------------------------------------*/
.section4 .inner1 {
  background-color: #eeeeee;
}
.section4 .inner1 .jirei{
  margin-bottom: 15px;
}
.section4 .inner1 .jirei img{
  margin-top: 10px;
}

/*-----------------------------------------------------------------

section5

------------------------------------------------------------------*/
.section5 .inner1 {
  background-color: #eeeeee;
}
.section5 .inner1 img{
  margin-top: 10px;
}

/*-----------------------------------------------------------------

section6

------------------------------------------------------------------*/
.section6 .inner1 {
  background-color: #604c3f;
  
}
.section6 .inner1 img{
  
}


/*-----------------------------------------------------------------

section7

------------------------------------------------------------------*/
.section7 .inner1 {
  background-color: #ded8c9;
}
.section7 .inner1 img
{

}
.section7 .inner1 .jirei_tbl {
  display: block;
  margin: 7px;
  padding: 0;
  border-collapse: separate;
  border-spacing: 0;
}
.section7 .inner1 .jirei_tbl td {
  padding: 7px;
  background:#FFF;
}
.section7 .inner1 .jirei_tbl .jirei_img{
  display: block;
  width: 100%;
}
.section7 .inner1 .jirei_tbl .name{
  font-weight: bold;
  padding:20px 9px 15px 9px;
  margin-left:3px;
  margin-right:3px;
  line-height:28px;
  text-align:center;
  border-bottom:1px solid #e1e0e0;
  display: block;
}
.section7 .inner1 .jirei_tbl .row{
  padding:6px 4px 6px 4px;
  margin-left:3px;
  margin-right:3px;
  border-bottom:1px solid #e1e0e0;
  display: flex;
  align-items: center;
}
.section7 .inner1 .jirei_tbl .row span{
  width: 17%;
  font-weight: bold;
  display: inline-block;
}
.section7 .inner1 .jirei_tbl .row div{
  width: 80%;
  font-weight: bold;
  display: inline-block;
}
.section7 .inner1 .jirei_tbl .title{
  font-weight: bold;
  padding:9px 4px 0 4px;
  margin-left:3px;
  margin-right:3px;
  line-height:26px;
}
.section7 .inner1 .jirei_tbl .text{
  padding:4px 4px 15px 4px;
  margin-left:3px;
  margin-right:3px;
  line-height:26px;
}

/*-----------------------------------------------------------------

section8

------------------------------------------------------------------*/
.section8 .inner1 {
  background-color: #ded8c9;
}
.section8 .inner1 img
{

}
.section8 .inner1 .faq_tbl
{
  background:#ffffff;
  margin:7px;
  padding:0 7px 15px 7px;
  line-height:26px;
}
.section8 .inner1 .faq_tbl span
{ 
  background:#e38d00;
  font-weight: bold;
  text-align:center;
  width:90px;
  display:block;
  padding:6px;
  margin-left: auto;
  margin-right: auto;
}
.section8 .inner1 .faq_tbl .title
{ 
  font-weight: bold;
  padding:20px 9px 15px 9px;
  margin-bottom: 6px;
  line-height:28px;
  border-bottom:1px solid #e1e0e0;
}
  
  
  
/*-----------------------------------------------------------------

section9

------------------------------------------------------------------*/
.section9 .inner1 {
  background-color: #ededed;
}
.section9 .inner1 img:first-child{
  margin-bottom: 10px;
}

/*-----------------------------------------------------------------

section10

------------------------------------------------------------------*/
.section10{
  background:#ededed;
}
.section10 .inner1 img{

}
  
  
.section10 .inner1 .bg_white {
  background: #FFFFFF;
  padding-bottom: 70px;
}
.section10 .inner1 .hukidasi {
  margin-bottom:0;
  animation-name: hukidasiAnime;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 500ms;
  z-index:10;
  position:absolute;
  margin:-38px;
  width:50%;
}
.section10 .inner1 .hukidasi img {
  width:47%;
  position: relative;
  bottom:20px;
  left:68%;
}
@keyframes hukidasiAnime {
  0% { transform: translate(0,5px); }
  100% { transform: translate(0,-5px); }
}
/*-----------------------------------------------------------------

section11

------------------------------------------------------------------*/
.section11{
  background:#ffffff;
}
.section11 .inner1 img{
  margin-top: 5px;
}
.section11 .inner1 .arrow_btn{
  position:relative;
  
}
.section11 .inner1 .arrow_btn .arrow{
  width:3.2%;
  height:auto;
  position:absolute;
  z-index:10;
  top:38.5%;
  left:9%;
  animation-name: arrowAnime;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 400ms;
}

@keyframes arrowAnime {
  0% { transform: translate(9%,0); }
  100% { transform: translate(-9%,0); }
}
  
/*-----------------------------------------------------------------

contact

------------------------------------------------------------------*/
.section_form {
  background:#FFFFFF;
  padding-top: 2px;
  padding-left:1.5%;
  padding-right:1.5%;
  padding-bottom: 65px;
  
}
.section_form .inner1{
  width:100%;
  margin-left:auto;
  margin-right:auto;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}
.section_form .inner1 .mail_img{
  margin-top: 10px;
  margin-bottom: 15px;
}
.section_form .inner1 .title{
  padding:7px;
  margin-top: 30px;
  background:#eeeeee;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.section_form .inner1 .title:first-child{
  margin-top: 7px;
}
.section_form .inner1 .item{
  padding:13px 3px 0 3px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.section_form .inner1 .item span, 
.section_form .inner1 .title span
{  
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background:#409ab7;
  text-align:center;
  width:35px;
  margin-right:10px;
  display:inline-block;
}
.section_form .inner1 input{
  color: #000000;
  font-size: 20px;
  margin-left: 3px;
}
.section_form .inner1 input.mid{
  width: 80%;
}
.section_form .inner1 input.shot{
  width: 22%;
}
.section_form .inner1 input.tel{
  width: 15%;
}
.section_form .inner1 input.zip{
  width: 22%;
}
.section_form .inner1 select.pref,
.section_form .inner1 select.city{
  width: 64%;
  margin-top: 6px;
  display: block;
}
.section_form .inner1 textarea.message{
  width: 94%;
  height: 186px;
  margin-top: 9px;
  font-size: 20px;
}
.section_form .inner1 .text{
  line-height:26px; 
  font-size: 16px;
  color: #000000;
  padding:9px 3px 0 3px; 
  font-weight: normal;
}
.section_form .inner1 .submit_btn{
  border: none;
  background:#ffffff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: block;
}
.section_form .inner1 .btn_area .send_btn{
  margin-top: 33px;
}


}
/*-----------------------------------------------------------------

footer

------------------------------------------------------------------*/
@media (max-width: 1150px) {

  footer {
    padding: 0;
  }
  
  footer #footer_btn{
    display:none;
  }
  footer .contact_info {
    white-space: nowrap;
    background-color: #2d2d2d;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100;
    padding:2.5% 3% 4% 3%;
  }
  footer .contact_info .inner {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .contact_info .inner img {
    display: block;
    max-width: 133px;
    max-height: 98px;
  }
  footer .contact_info .inner a:first-child img {
    max-width: 449px;
    max-height: 98px;
  }
  footer .contact_info .inner a {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
  }

  footer .inner1 {
    padding-bottom:0;
    background:#292929;
  }

  footer .footer_menu {
    padding-top:40px;
  }
  
  footer .footer_menu img {
    width: 38%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  
  footer .footer_menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  footer .footer_menu ul a {
    text-decoration:none;
  }
  footer .footer_menu ul li {
    color: #FFFFFF;
    font-size: 16px;
    padding:12px 10px 12px 10px;
    background:#373737;
    border-top:1px solid #434343;
    border-bottom:1px solid #1c1c1c;
    display: block;
  }
  footer .footer_menu ul a:first-child li {
    border-top:1px solid #555555;
  }
  footer .footer_menu .copy {
    padding:25px 0 80px 0;
    background:#222;
    line-height:18px;
    text-align: center;
  }
  
  @-moz-document url-prefix() {
    .footer_left > img {
      height: auto;
    }
  }

}