﻿
/*
Theme Name: 東栄住宅
Theme URL: https://lakerjp.com
Description: テーマの説明
Author: サードスコープ
Version: 1.0
Tags: good
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/

html, body {
  height: 100%;
}
.body {
  min-height: 100%;
}
body {
  margin: 0;
  color: #4a4a4a;
  background: #f2f2ec;
  line-height: 1.5;
  font-family: sans-serif;
}
@media screen and (min-width: 800px) {
  body {
  }
}
img, video {
  max-width: 100%;
  height: auto;
}
movie {
  width: 100%;
}
a {
  color: #222222;
  text-decoration: none;
}
p {
  margin: 0.5em 0;
}
a p {
  color: #4a4a4a;
}
.link {
  text-decoration: underline;
}
.link:hover {
  opacity: 0.8;
}
ul {
  padding: 0;
}
dd {
  margin: 0;
}
li {
  list-style: none;
}
.container {
  padding: 0 15px;
  box-sizing: border-box;
}
.pc {
  display: none;
}
@media screen and (min-width: 800px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/* ------ header ------ */
header {
  top: 0;
  z-index: 100;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: white;
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 17px;
}
.header-logo {
  width: 400px;
  height: 60px;
}
.header-logo img {

}
@media screen and (min-width: 800px) {
  header {
    height: 60px;
    line-height: 60px;
  }
  .header-container {
    padding: 0 30px;
  }
  .header-logo {
    width: 400px;
    height: 60px;
  }
  .header-logo img {
    width: 130px;
  }
}
/* ------ header ------ */


/* ------ footer ------ */
footer {
  padding-top: 50px;
  text-align: center;
}
.footer-logo {
  margin-bottom: 20px;
  display: block;
}
.footer-logo img {
  width: 112px;
}
/* ------ footer ------ */


.color_preview a {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 14px;
  margin-right: 25px;
  text-align: center;
  font-size: 12px;
}
.color_preview a img {
  display: block;
  width: 80px;
  margin: 8px 0 3px;
}

.label_req {
  color: red;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  top: -2px;
}
.red {
  color: red;
}