@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
body {
  background: #f5f5f5;
  color: #313131;
  /*全体の文字色*/
  margin: 0px;
  padding: 0px;
  font: 16px/1.6 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
  width: 750px;
  /*コンテナー幅*/
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
  clear: both;
  margin: 0;
}



.img_wrap:hover{

  transform: translateY(-30px);
  transition-duration: 0.5s;
}
.img_wrap1:hover{

  transform: translateY(-10px);
  transition-duration: 0.5s;
}


/*ボタン設定
---------------------------------------------------------------------------*/
.btn {
  width: 100%;
  margin: 0;
}

.btn_box {
  background-color: #fffed2;
  padding-top: 0px;
  margin: 2% 3%;
  padding: 20px 0;
  border: 1px solid #d6d485;
}

.notice {
  font-weight: bold;
  text-align: center;
  font-size: 120%;
  color: #C00;
}

/* FAQ
---------------------------------------------------------------------------*/
#qa dt {
  font-size: 120%;
  font-weight: bold;
  background: url(../img/icon-q.jpg) no-repeat 2px 7px;
  padding: 15px 10px 15px 50px;
}

#qa dd {
  margin-bottom: 10px;
  padding: 10px 4px 5px 50px;
  background: url(../img/icon-a.jpg) no-repeat 2px 7px;
  border-bottom: 1px dashed #ccc;
  font-size: 100%;
  line-height: 150%;
}


/*その他
---------------------------------------------------------------------------*/
.clear {
  clear: both;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
  margin-right: 5px;
  margin-left: 10px;
}



/* メディアクエリ（スマホ表示用のCSS）
---------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  img {
    max-width: 100% !important;
  }

  img.alignright {
    width: 40%;
  }

  body {
    font: 12px/1.6;
  }



  #container {
    width: 100%;
  }

  .day_box {
    width: 98%;
    margin: 10px auto 20px;
    border: 1px solid #ccc;
  }

  footer {
    width: 100%;
    min-width: 100%;
  }
  dt,
  dd {
    margin: 0;
    padding: 0;
  }

  input {
    max-width: 99%;
  }

  .text01 {
    font-size: 95%;
    padding-top: 0;
  }
}