
@charset "utf-8";

/* 問合せ・インスタグラムリンクボタンPC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
.btn_toiawase {
  width: 230px;
  margin-bottom: 10px;
}
.btn_instgram{
  width: 230px;
  margin-bottom: 10px;
}
  .btn_toiawase img {
  width: 100%;
  height: auto;
  display: block;
 
}
.btn_instgram img {
 width: 100%;
  height: auto;
  display: block;
}
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
.btn_toiawase {
  width: 230px;
  margin-bottom: 10px;

}
.btn_instgram{
  width: 230px;
  margin-bottom: 10px;
}
  .btn_toiawase img {
  width: 100%;
  height: auto;
  display: block;
 
}
.btn_instgram img {
 width: 100%;
  height: auto;
  display: block;
}
}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
.btn_toiawase {
  width: 230px;
  margin-bottom: 10px;
}
.btn_instgram{
  width: 230px;
  margin-bottom: 10px;
}
  .btn_toiawase img {
  width: 100%;
  height: auto;
  display: block;
 
}
.btn_instgram img {
 width: 100%;
  height: auto;
  display: block;
}
}


@media only screen and (max-width: 644px){
.btn_toiawase {
  width: 100%;
  margin-bottom: 10px;
}
.btn_instgram{
  width: 100%;
  margin-bottom: 10px;
}
  .btn_toiawase img {
  width: 100%;
  height: auto;
  display: block;
 
}
.btn_instgram img {
  width: 100%;
  height: auto;
  display: block;
}
}