@media screen and (max-width: 960px) {
  .is_pc{
    display: none;
  }
  .is_sp{
    display:contents;
  }
  h3 {
    font-size: 200%;
}
  header .inner {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    display: flex
  ;
    justify-content: space-between;
    align-items: center;
  }
  
  .header_btn{
    display: none;
  }
  header .logo {
    width: 80%;
  }
  /*main -------------------------------------------*/
  .main {
    width: 100%;
    padding: 10px 0px;
      margin: 0px auto;
  }
  /* area --------------------------------------------*/
  #area {
    padding: 50px 0 50px;
  }
  #area .inner {
    width: calc(100% - 40px);
    margin:0px auto;
    padding: 0px 20px;
    border-radius:0px;
    height: 350px;
  }
  .area_map {
    position: relative;
    width: 100%;
  }
    .area_map ul{
    position: absolute;
    width: 100%;
    top: 20px;
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
.area_map ul li{
  width: 48%;
  }
  .area_map img {
    width: 100%;
    display:none;
  }
  .area_map_link {
    position: static;
  }
  
  .area_map_link a {
    width: calc(100% - 22px);
    display: block;
    padding: 10px 10px;
    font-size: 120%;
    box-shadow: 0px 8px 0px -5px #c2c2c2;
    position:relative;
  }
    .area_map_link a:hover {
          background: #95bc3b;
    }
  .area_map_link a::after {
    position: absolute;
    top: 48%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  
  .area_map_link.hitachinaka {
    top:  20px;
    right: 120px;
  }
  .area_map_link.mitoyoshida {
    top: 60px;
    right: 290px;
  }
  .area_map_link.shimodate {
    top: 120px;
    right: 550px;
  }
  .area_map_link.shimotsuma {
    top: 200px;
    right: 580px;
  }
  .area_map_link.tsukuba {
    top: 260px;
    right: 500px;
  }
  .area_map_link.tsuchiura {
    top: 240px;
    right: 320px;
  }
  .area_map_link.moriya {
    top: 390px;
    right: 590px;
  }
  .area_map_link.ushiku {
    top: 360px;
    right: 380px;
  }
  .area_map_link.toride {
    top: 440px;
    right: 480px;
  }
  .area_map_link.ryugasaki {
    top: 420px;
    right: 300px;
  }
  .area_map_link.togasira {
    top: 490px;
    right: 440px;
  }
      #repair_block {
          padding: 40px 0px;
        }
      
        #repair_block h3 {
          font-size: 170%;
          margin-bottom: 0px;
          position: relative;
          text-align: center;
        }
      
        #repair_block .inner {
          display: block;
          width: 100%;
          margin: 0px auto;
          overflow: hidden;
          padding: 0px 0px 130px;
          justify-content: space-between;
        }
      
        #repair_block .text {
          width: 90%;
          margin: 0px auto;
          font-size:100%;
          line-height: 1.7;
        }
      
        #repair_block .text .repair_text {
          font-size: 80%;
          line-height: 2.5;
          text-align: center;
          margin-bottom: 0px;
        }
      
        #repair_block .text p {
          text-align: left;
        }
      
        #repair_block .image {
          position: relative;
          width: 90%;
          margin: 0px auto;
          padding: 0px 0px 300px 0px;
        }
      
        #repair_block .image img {
          width: 100%;
        }
      
        #repair_block .image figure:nth-of-type(1) {
          top: 20px;
          right: 0px;
          width: 100%;
          position: absolute;
        }
      
        #repair_block .image figure:nth-of-type(2) {
          top: 85%;
          left: 0px;
          width: 50%;
          position: absolute;
        }
  
  /*shop-list-----------------------------------------------------*/
  #shop .inner{
    width: 90%;
    margin: 0px auto;
  }
  
  table.shop_list {
    border: 0;
    margin: 0 0 20px;
  }
  
  table.shop_list > thead {
    display: none;
  }
  table.shop_list > tbody > tr,
  table.shop_list > tbody > tr > th,
  table.shop_list > tbody > tr > td {
    display: block;
    border: 0;
  }
  table.shop_list > tbody > tr {
    margin: 0 0 60px;
  }
  
    table.shop_list > tbody > tr > td {
    padding: 5px;
    font-size: 110%;
  }
  table.shop_list tr:nth-child(even) td {
      background: #fff;
  }
  
  table.shop_list > tbody > tr > td::before {
    padding: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    display:block;
    background: #f3f4f4;
    font-weight: normal;
  }
  table.shop_list > tbody > tr > td:first-child {
    padding:8px;
    font-size: 135%;
    line-height:1;
    background: #08ad44;
    color: #fffa00;
  }
  table.shop_list > tbody > tr > td:first-child br{
    display:none;
  }
  table.shop_list > tbody > tr > td:nth-of-type(3)::before {
    content: "定休日"
  }
  table.shop_list > tbody > tr > td:nth-of-type(4)::before {
    content: "電話番号";
  }
  
  a.shop_btn {
      width: 60%;
      margin:0px auto;
      padding: 15px 10px;
   }

   .thanks_txt .inner {
    width: 90%;
    margin: 0px auto;
    padding: 40px 0px 0px 0px;
  }
  
  .thanks_txt .inner p {
    margin: 0px auto;
    padding: 20px;
    font-size: 105%;
    line-height: 140%;
  }
  
  .thanks_txt .inner span.tel {
    font-size: 140%;
    color: #cc0000;
  }
  

/* GMB star kuchikomi */

.star {
	padding:15px;
	display:block;
	width: calc(100% - 30px);
	margin:0 auto 20px;
	border-radius: 0px;
}

.star__inner-header {
	align-self: flex-start;
	padding:20px 0 20px;
	width:100%;
	background:#FFF;
	border-radius: 5px;
	margin:0 0px 20px 0;
}

.star__inner-body {
	width:100%;
	height:400px;
}
#video video{
	width:90%;
}
#video h2{
	width:90%;
	margin:0px auto;
	margin-bottom:20px;
}

  }