@charset "UTF-8";

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
  line-height: 1.4em;
  min-width: 1440px;
}
ul, ol {
  list-style-type:none;
}
p {
  margin: 8px 0;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.60;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.container {
  width: 1440px;
  margin: 0 auto;
}

/*header*/
#header {
  width: 100%;
}

/*main*/
#main {
  background: url(../img/main_bg.jpg);
  position: relative;
  height: 800px;
}
#main h1 {
  position: absolute;
  display: block;
  top: 0;
  left: 200px;
}
#main h2 {
  position: absolute;
  display: block;
  top: 0;
  right: 200px;
}

/*intro*/
#intro {
  background: url(../img/intro_bg.jpg);
  position: relative;
  height: 630px;
  padding: 20px 0 0 230px;
}
#intro img {
  margin: 0 0 32px 0;
}

/*cta*/
.cta {
  background: #c98b38;
  padding: 40px 0;
}
.cta a {
  width: 927px;
  display: block;
  margin: 20px auto;
}

/*about*/
#about {
  background: url(../img/about_bg.jpg);
  position: relative;
  height: 630px;
  padding: 32px 0 0 230px;
}
#about img {
  margin: 0 0 32px 0;
}

/*kodawari*/
#kodawari {
  text-align: center;
  padding: 60px 0;
}
#kodawari h2 {
  font-size: 80px;
}
#kodawari p {
  font-size: 20px;
  color: #757575;
  font-weight: bold;
  line-height: 48px;
}
#kodawari img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.kodawari-number {
  color: #000;
  font-size: 36px;
  line-height: 140px;
}
.kodawari-strong {
  color: #bc1f28;
  font-size: 80px;
}
.kodawari-gray {
  color: #757575;
  font-size: 64px;
}
.kodawari-underline {
  color: #757575;
  font-size: 64px;
  line-height: 1.2em;
  border-bottom: #bc1f28 solid 4px;
}

/*review*/
#review {
  padding: 60px 0;
}
#review .container {
  width: 908px;
}
#review h2 {
  font-size: 80px;
  text-align: center;
}
#review h3 {
  margin-bottom: 24px;
}
#review p {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 22px;
  line-height: 38px;
}
#review p.review-name {
  font-size: 26px;
  line-height: 36px;
}
.review-box {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #585858;
}

/*items*/
#items {
  padding-bottom: 150px;
}
.item-box {
  width: 900px;
  display: block;
  margin: 0 auto 76px auto;
  background: #000;
  border-radius: 24px;
  padding-top: 58px;
  padding-bottom: 40px;
  position: relative;
}
.item-box h2 {
  background: url(../img/items_h2-bg.png) center center;
  height: 140px;
  text-align: center;
  margin: 0;
  padding: 28px 0;
}
.item-box img {
  margin: 0 auto;
  display: block;
}
.item-box h2 img {
  margin: 0 auto;
}
.items-btn {
  position: absolute;
  bottom: 72px;
  right: 40px;
}
#sand{
    text-align: center;
}