@charset "utf-8";
/* CSS Document */
header .top_copy {
  position: absolute;
  height: 80px;
  width: 240px;
}
header .top_logo #logo_rs {
  display: none;
}
img {
  max-width: 100%;
}
main .top_message {
  display: none;
}
/*スライダー*/
.slider {
  max-width: 1180px;
  margin-left: 100px;
}
main .res_a {
  display: none;
}
main .inner_r {
  margin-right: 0;
  margin-left: 92px;
}
main table {
  border: 0px solid #000000;
  width: 550px;
}
main table {
  border-collapse: collapse;
}
main table td {
  padding: 8px;
}
main table .br-sp {
  display: none;
}
main table td .td_index {
  width: 60px;
}
main .content .adress {
  display: block;
}
main .content .adress h2 {
  font-size: 27px;
  margin-bottom: 0;
  padding-top: 60px;
  text-shadow: 3px 2px 3px #666;
}
main .content .adress table .tel {
  color: #00652b;
  font-size: 27px;
}
main .content {
  width: 450px;
  background-color: #dcdcdc;
  padding: 60px;
  margin-bottom: 60px;
}
main .shop {
  display: flex;
  justify-content: space-between
}
/*画像大きくする
*/
main .ImgBox {
  width: 450px;
  height: 300px;
  overflow: hidden;
  cursor: pointer;
}
main .ImgBox-Img {
  transition-duration: 0.5s;
}
main .ImgBox-Img:hover {
  transform: scale(1.1);
  transition-duration: 0.5s;
}
main .h2_f {
  padding-top: 30px;
}
main dl dt .q {
  background-image: url("../images/top/midashi_yellow.png");
  height: 60px;
  width: 795px;
  box-sizing: border-box;
  padding-top: 15px;
  font-size: 18px;
  margin-bottom: 0;
  padding-left: 60px;
}
main dl .a {
  display: none;
  padding: 30px;
  line-height: 1.8;
  width: 750px;
  background-color: #dcdcdc;
}
main section .ac {
  margin-bottom: 0px;
}
main #news {
  display: flex;
}
main #news .topic {
  margin-right: 30px;
  margin-left: auto;
}
@media screen and (max-width:640px) {
  img {
    max-width: 100%;
    height: auto;
  }
  main .top_message {
    display: block;
    padding-top: 90px;
  }
  main .top_message .message {
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
  }
  .slider {
    margin-left: 0px;
    margin-top: 15px;
  }
  main .inner_r {
    /*確認用右マージン*/
    margin-right: 20px;
    margin-left: 20px;
  }
  main .pc_1, .pc {
    display: none;
  }
  main .res_a {
    display: block;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  main .res {
    display: block;
  }
  main table {
    width: auto;
  }
  main table td {
    padding: 0px;
    padding-left: 8px;
  }
  main table .br-sp {
    display: block;
  }
  main .content {
    display: block;
    width: auto;
    height: auto;
    padding: 20px;
    margin-bottom: 20px;
  }
  main .shop {
    display: block;
  }
  main .ImgBox {
    width: auto;
    height: auto;
    pointer-events: none;
  }
  /*ヘッダーPCロゴけし*/
  header .top_logo #logo_pc {
    display: none
  }
  header .top_logo #logo_rs {
    display: block;
  }
  main .content .adress h2 {
    font-size: 20px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    text-align: center;
  }
  main .inner_r .content .map {
    width: auto;
    height: auto;
    padding-top: 20px;
  }
  main #news {
    display: block;
    margin-bottom: 30px;
  }
  main #news .topic {
    display: none;
  }
  main .h2_f {
    padding-top: 30px;
  }
  main dl dt .q {
    background-image: none;
    height: 50px;
    width: auto;
    background-size: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    font-size: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    margin-top: 10px;
    background-image: -webkit-linear-gradient(166deg, rgba(255, 206, 0, 1.00) 0%, rgba(255, 153, 0, 1.00) 25.39%);
    background-image: -moz-linear-gradient(166deg, rgba(255, 206, 0, 1.00) 0%, rgba(255, 153, 0, 1.00) 25.39%);
    background-image: -o-linear-gradient(166deg, rgba(255, 206, 0, 1.00) 0%, rgba(255, 153, 0, 1.00) 25.39%);
    background-image: linear-gradient(284deg, rgba(255, 206, 0, 1.00) 0%, rgba(255, 153, 0, 1.00) 25.39%);
    -webkit-box-shadow: 0px 3px 3px 1px #888888;
    box-shadow: 0px 3px 3px 1px #888888;
  }
  main dl .a {
    display: none;
    padding: 15px;
    line-height: 1.8;
    width: auto;
    background-color: #dcdcdc;
  }
  main section .ac {
    width: auto;
  }
}