@charset "utf-8";

header {
  min-width: 1000px;
  height: 660px;
  background: url(../images/index/h-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

header .container {
  width: 1000px;
  margin: 0 auto;
}

header .logo {
  margin-bottom: 100px;
}

.movie {
  width: 514px;
  margin: 0 auto;
  padding: 100px 0;
}

.movie iframe {
  margin-bottom: 30px;
}

.about {
  margin-bottom: 100px;
  background: url(../images/index/about-bg.jpg) no-repeat left 80px;
}

.about-box {
  margin-bottom: 60px;
}

.about .text {
  margin-bottom: 40px;
  font-size: 1.8rem;
}

.about-box .text {
  width: 700px;
  float: left;
}

.about-box img {
  float: right;
}

.to-contact-link {
  text-align: right;
}

.to-contact-link a {
  font-size: 1.8rem;
  color: inherit;
}

.to-contact-link a:hover {
  text-decoration: underline;
}

.item {
  margin-bottom: 100px;
}

.item-box {
  margin-bottom: 60px;
  position: relative;
}

.item .text {
  font-size: 1.6rem;
}

.item-box .text {
  width: 700px;
}

.item-img {
  position: absolute;
  top: 0;
  right: 0;
}

.item .text.text-lg {
  font-size: 2.1rem;
}

.item .text.text-lg .bold {
  font-size: 2.4rem;
  font-weight: bold;
}

.item-img2 {
  float: left;
  margin-right: 30px;
}

.attention {
  text-align: right;
  font-size: 1.6rem;
}

.attention a {
  color: inherit;
}

.attention a:hover {
  text-decoration: underline;
}

.attention:before {
  content: "";
  width: 20px;
  height: 18px;
  margin-right: 5px;
  vertical-align: -3px;
  display: inline-block;
  background: url(../images/index/attention-icon.jpg) no-repeat center;
}

.delivery {
  margin-bottom: 100px;
  background: url(../images/index/delivery-bg.jpg) no-repeat right top;
}

.delivery .text {
  font-size: 1.6rem;
}

.delivery .text.text-lg {
  font-size: 2.1rem;
}

.delivery .tel,
.partner .tel {
  padding-left: 50px;
  font-size: 2.4rem;
  font-weight: bold;
}

.delivery .hour,
.partner .hour {
  padding-left: 50px;
  font-size: 1.7rem;
}

.delivery-list {
  margin-bottom: 20px;
}

.delivery-list li {
  width: 230px;
  float: left;
  margin-right: 28px;
}

.delivery-list li:last-child {
  margin-right: 0;
}

.delivery-list .title3 {
  font-size: 2.4rem;
  color: #2185da;
}

.campaign {
  margin-bottom: 100px;
}

.campaign-list li {
  margin-bottom: 20px;
}

.contact {
  margin-bottom: 100px;
}

.contact {
  margin-bottom: 150px;
}

.contact dl {
  margin-bottom: 60px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-flow: wrap;
}

.contact dt {
  width: 30%;
  margin-bottom: 20px;
  padding-left: 100px;
  font-size: 1.8rem;
  float: left;
  clear: both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact dd {
  width: 70%;
  margin-bottom: 20px;
  padding-left: 6%;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .text-sm {
  font-size: 1.4rem;
}

.contact input[type="text"],
.contact textarea {
  width: 100%;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  background: #f1f1f1;
}

.contact input[type="text"].zip {
  width: 120px;
}

.contact textarea {
  height: 150px;
  resize: vertical;
}

.contact .submit-area {
  text-align: center;
}

.contact .submit-btn {
  width: 180px;
  height: 60px;
  font-family: inherit;
  font-size: 1.8rem;
  color: #fff;
  line-height: 56px;
  background: #2185da;
  text-align: center;
  display: inline-block;
  border: none;
  cursor: pointer;
}

.partner {
  margin-bottom: 80px;
}

.movie a:hover,
.catalog-btn:hover,
.contact .submit-btn:hover,
.to-official a:hover {
  opacity: .7;
}

.to-official {
  text-align: center;
}
