@charset "utf-8";

/* ========================================
   内装リフォーム 固有CSS
   ======================================== */

/* ====== デスクトップ (min-width:1000px) ====== */
@media(min-width:1000px){
  /* ヘッダー背景画像 */
  header{
    background-image: url(../topIMG/7_Z.jpg);
  }
}

/* ====== タブレット以上 (min-width:768px) ====== */
@media(min-width:768px){
/* メイン */
.item:nth-of-type(even){
  background-color: var(--color-bg);
}
.item:nth-of-type(even) .itemImg{
  order: 1;
}
.item:nth-of-type(odd){
  color: var(--color-dark);
}
.item:nth-of-type(1){
  margin-top: 100px;
}
.item{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}
.itemImg{
  width: 50%;
  text-align: center;
}
.itemImg img{
  width: 90%;
  height: auto;          /* 比率を維持 */
}
.text{
  width: 50%;
}
.text h3{
  margin-left: 10%;
  font-size: 20px;
  font-weight: 500;
  font-family: '游明朝';
}
.text p{
  margin: 30px 10% 0 10%;
  font-size: 16px;
  line-height: 1.5;
}
.text span{
  background: linear-gradient(transparent 40%, var(--color-highlight) 85%);
}

/* お問い合わせ */
.contactOut{
  margin-top: 100px;
  padding-bottom: 150px;
}
}
