@charset 'utf-8';

/* ============ STYLE ============ */
* {
  box-sizing: border-box;
}
html {

}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 1px;
  background:#fff1d9;
}

img {
  width: 100%;
}

.pc {display: block !important;}
.sp {display: none !important;}
@media only screen and (max-width: 640px) {
  .pc {display: none !important;}
  .sp {display: block !important;}
}

.tal {text-align: left;}
.tac {text-align: center;}
.tar {text-align: right;}


/* -----------------------
  common
-------------------------- */

.wrap {
  background-image:url(../img/pc_bg.png);
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.inner {
  width: 768px;
  margin: 0 auto;
}
.inner_560 {
  width: 560px;
  margin: 0 auto;
}
.inner_840 {
  width: 840px;
  margin: 0 auto;
}
.inner_960 {
  width: 960px;
  margin: 0 auto;
  padding: 0.8em;
}
@media only screen and (max-width: 640px) {
  .wrap {
  background-image:url(../img/sp_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  background-position: center top; 
  }
  .inner_960 {
    width: 100%;
    margin: 0 auto;
    padding: 0.8em;
  }
}

/* -----------------------
  style
-------------------------- */
.mainTitle {
  padding: 80px 100px 130px;
}

.itemList {
  margin-bottom: 30px;
}
.attTxt {
  padding: 40px 0 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .mainTitle {
    padding: 52%;
    margin-bottom: 20px;
  }
  .attTxt {
    padding: 40px 0 20px 10px;
    text-align: left;
  }
}












