@charset "UTF-8";
/********************店舗トップ****************************************/
/********************main********************/
.slide, #top_point{
  float: left;
}

.slide{
  width: 450px;
  height: 450px;
  margin-left: 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #5e5e5e;
}

.slide img{
  border-radius: 10px;
}

#top_point{
  width: 180px;
  padding-left: 10px;
}

#top_point2{
  background-color: #EEECE4;
  height: 450px;
  margin: 0;
}

.slick-slide{
  height: auto !important;
}

.top_point_h img, .top_point_h h5{
  float: left;
}

.top_point_h{
  width: 180px;
  height: 54px;
  margin-top: 3px;
}

.top_point_h_back{
  background-image: url(../../img/point.png);
  background-size: contain;
}

.top_point_h img{
  width: 100%;
}

.top_point_h h5{
  width: 120px;
  margin: 10px 0 0 60px;
  font-size: 24px;
  text-align: center;
}

#top_point_content img{
  width: 160px;
  margin: 5px 10px 0;
}

#top_point_content h6{
  text-align: center;
  font-size: 15px;
}

#top_content{
  clear: both;
}

#top_content h2{
  font-size: 19px;
}

#top_content p{
  margin-top: 10px;
  font-size: 15px;
}
/********************おすすめコース********************/
#recom_course{
  width: 660px;
  height: 650px;
  margin-top: 20px;
  padding: 10px 10px 0;
  font-size: 20px;
  background-color: #f3f2ed;
}

.courselist_top{
  background-color: #FFD2A1;
  padding: 8px 0 4px;
  text-align: center;
  font-weight: bold;
}

.courselist_name h4{
  margin: 0;
  padding: 8px 0 5px 10px;
  border-top: 1px solid #cccccc;
  font-size: 19px;
  clear: both;
}

.courselist_name a{
  color: #337bc4;
}

.courselist_name a:hover{
  color: #FF6500;
  text-decoration: underline;
  text-underline-position: under;
}

.courselist_name figure{
  float: left;
  width: 130px;
  height: 130px;
  margin: 0 0 20px;
  padding: 0;
}

.courselist_name img{
  width: 130px;
}

.courselist_name p{
  float: left;
  padding: 0;
}

.courselist_explain{
  width: 480px;
  height: 200;
  margin: 0 0 0 20px;
}

.courselist_price{
  margin: 25px 0 17px 50px;
  width: 445px;
  color: red;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.courselist_tax{
  font-size: 15px;
  font-weight: normal;
}

.courselist_table{
  clear: both;
  margin: 0; padding: 0;
}

/********************店舗詳細********************/
.store_detail{
  width: 680px;
}

.store_detail table{
  border-collapse: collapse;
  width: 680px;
}

.store_detail h3{
  font-size: 20px;
}

.store_detail h4{
  margin: 10px 0 0 10px;
}

.store_detail th,.store_detail td{
  border: 1px solid #d8d8d8;
  padding:8px;
}

.store_detail th{
  width: 25%;
  font-size: 13px;
  text-align: left;
  background-color: #fff9ec;
}

.store_detail td{
  width: 75%;
  font-size: 12px;
  background-color: white;
}

.sns{
  padding: 5px 5px 0 5px !important;
}

.sns a{
  margin-right: 10px;
}

.sns img{
  width: 50px;
  border-radius: 10px;
}

/****************************************タブレット&モバイル総合******************************/
@media screen and (max-width: 980px){
  #wrapper, #rogo{
    width: 96%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 921px){
  .slide{
    width: 68%;
    height: unset;
    margin-left: 2%;
  }

  #top_point{
    width: 28%;
  }

  #top_point2{
    height: unset;
    padding-bottom: 5px;
  }

  .top_point_h{
    width: 140px;
    height: 42px;
  }

  .top_point_h h5{
    width: 88px;
    margin: 4px 0 0 52px;
    font-size: 18px;
  }

  #top_point_content img{
    width: 92%;
    margin: 5px 4% 0;
  }

  #top_point_content h6{
    font-size: 90%;
  }

  .store_detail, .store_detail table{
    width: 100%;
  }

  #top_content h2{
    font-size: 17px;
  }

  #top_content p{
    font-size: 14px;
  }
}

@media screen and (max-width: 743px){
  #top_point{
    width: 26%;
  }

  .top_point_h{
    width: 120px;
    height: 36px;
    margin: 0 auto;
  }

  .top_point_h h5{
    width: 88px;
    margin: 4px 0 0 37px;
    font-size: 17px;
  }

  #top_point_content h6{
    font-size: 85%;
  }

  #top_content h2{
    font-size: 97%;
  }

  #top_content p{
    font-size: 80%;
  }

  .store_detail th{
    font-size: 75%;
    padding: 4px;
  }

  .store_detail td{
    font-size: 75%;
  }
}

@media screen and (max-width: 693px){
  .top_point_h{
    width: 100px;
    height: 30px;
  }

  .top_point_h h5{
    margin: 3px 0 0 25px;
    font-size: 14px;
  }
}

@media screen and (max-width: 600px){
  #slide_mobile_back{
    background-color: #fefae6;
  }

  #store_top{
    margin-top: -7px;
  }

  #top_point{
    width: 100%;
    padding: 0;
  }

  .top_point_h{
    width: 165px;
    height: 50px;
  }

  .top_point_h h5{
    margin: 3px 0 0 43px;
    font-size: 23px;
    width: 140px;
  }

  .top_point_content{
    float: left;
    width: 50%;
  }

  #top_point_content h6{
    font-size: 100%;
  }

  #slide_mobile_id{
    width: 100%;
    height: 250px;
  }

  #slide_mobile_id img{
    width: inherit;
    height: inherit;
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
  }

  #store_top{
    margin-top: 7px;
  }

  .top_point_h{
    background-image: none;
    width: 100%;
    height: unset;
  }

  .top_point_h img{
    display: none;
  }

  .top_point_h h5{
    margin: 0;
    padding: 1% 0 0.7% 2%;
    font-size: 100%;
    width: 98%;
    text-align: left;
  }

  .top_point_h img{
    width: 80px;
  }
}

@media screen and (max-width: 511px){
  #top_content h2{
    font-size: 90%;
  }

  #top_content p{
    font-size: 75%;
  }

  .store_detail th{
    font-size: 63%;
  }

  .store_detail td{
    font-size: 60%;
  }

  .sns img{
    width: 30px;
    border-radius: 6px;
  }
}

@media screen and (max-width: 400px){
  #top_content h2{
    font-size: 70%;
  }

  #top_content p{
    font-size: 65%;
  }

  #slide_mobile_id{
    height: 200px;
  }
}

