@charset "UTF-8";
/* ------------------------------------------------------------
共通
------------------------------------------------------------ */
p, h1, h2, h3, h4, ul, dd {
  margin: 0;
  padding: 0;
}

html {
  font-size: 87.5%;
}

body {
  min-width: 960px;
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

a:hover {
  text-decoration: underline;
}
a img {
  border: 0;
}

#index {
  color: #272727;
}

#subpage {
  color: #343434;
}

.imageMiddle {
  vertical-align: middle;
}

/* ------------------------------------------------------------
ヘッダー
------------------------------------------------------------ */
header {
  position: relative;
}
header .left {
  float: left;
  width: 280px;
  padding-top: 10px;
  padding-left: 10px;
  overflow: hidden;
}
header .right {
  position: relative;
  float: right;
  width: 652px;
  overflow: hidden;
}
header h1 {
  color: #1d1d1d;
  font-size: 0.64rem;
  font-weight: normal;
}
header nav {
  position: absolute;
  bottom: 0;
  left: 0;
}
header nav ul {
  list-style: none;
  padding-top: 10px;
  overflow: hidden;
}
header nav ul li {
  float: left;
  line-height: 0;
}
header nav img, header nav a img {
  width: auto;
  height: 27px;
}

#headerTop {
  background-color: #fdfdfd;
  overflow: hidden;
}
#headerTop > .wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}

#headerLogo {
  float: left;
  margin-right: 10px;
}
#headerLogo img {
  width: 103px;
  height: 26px;
}
#headerLogo a:hover img {
  opacity: .7;
}

#btnReason {
  margin-right: 25px;
}
#btnReason img, #btnReason a img {
  width: 89px;
  height: 27px;
}

#btnVoice {
  margin-right: 11px;
}
#btnVoice img, #btnVoice a img {
  width: 74px;
  height: 27px;
}

#btnExample {
  margin-right: 13px;
}
#btnExample img, #btnExample a img {
  width: 70px;
  height: 27px;
}

#btnFlow {
  margin-right: 21px;
}
#btnFlow img, #btnFlow a img {
  width: 78px;
  height: 27px;
}

#btnAbout {
  margin-right: 0px;
}
#btnAbout img, #btnAbout a img {
  width: 61px;
  height: 27px;
}

#headerContact {
  float: right;
}
#headerContact img {
  width: 187px;
  height: 42px;
}
#headerContact a:hover img {
  opacity: .7;
}

/* ------------------------------------------------------------
フッター
------------------------------------------------------------ */
footer {
  clear: both;
  background: #71614b url(./img/bg_footer_0.png);
  color: #fff;
}
footer a {
  color: #fff;
}

#footerAddress {
  padding-top: 18px;
  overflow: hidden;
}
#footerAddress > .wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#footerAddress > .wrapper > .left {
  float: left;
  max-width: 540px;
  overflow: hidden;
}

#footerLogo {
  float: left;
  width: 129px;
  height: 33px;
  margin-top: 2px;
  margin-left: 11px;
  padding: 15px 52px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
#footerLogo img {
  width: 129px;
  height: 33px;
}
#footerLogo a:hover img {
  opacity: .7;
}

#info {
  float: left;
  margin-left: 19px;
}

#footerButton {
  float: right;
  margin-right: 11px;
}
#footerButton img {
  width: 385px;
  height: 72px;
}
#footerButton a:hover img {
  opacity: .7;
}

#footerBottom {
  clear: both;
  background: rgba(76, 65, 51, 0.31);
  overflow: hidden;
}
#footerBottom > .wrapper {
  width: 949px;
  min-width: 949px;
  margin: 0 auto;
  padding: 9px 0 9px 11px;
  overflow: hidden;
}
#footerBottom > .wrapper > nav {
  float: right;
}
#footerBottom > .wrapper > nav ul {
  list-style: none;
  text-align: right;
}
#footerBottom > .wrapper > nav ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

#copyright {
  float: left;
  font-size: 0.86rem;
}

#btnPageTop {
  position: relative;
}
#btnPageTop > .wrapper {
  position: relative;
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}
#btnPageTop > .wrapper p {
  position: absolute;
  width: 68px;
  height: 59px;
  top: -59px;
  right: 0;
  line-height: 0;
  text-align: right;
}
#btnPageTop a:hover img {
  opacity: .7;
}

/* ------------------------------------------------------------
コンテンツ
------------------------------------------------------------ */
#index #contents {
  background: #f2f2f2 url(./img/bg_contents_0.jpg);
}

#subpage #contents {
  background-color: #fdfdfd;
}

#title {
  height: 100px;
  padding-top: 24px;
  background: #90d7f2 url(./img/bg_main_3.jpg) center top no-repeat;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* トップページ
--------------------------------------------------------- */
#topMain {
  position: relative;
}

#topMainUpper {
  position: relative;
  max-height: 398px;
  background-color: #90d7f2;
  background-image: url(./img/bg_main_1.png), url(./img/bg_main_0.jpg);
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}

#topMainBottom {
  position: relative;
  min-height: 187px;
  padding-bottom: 13px;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#topMainBottom > .wrapper {
  width: 903px;
  min-width: 903px;
  margin: 0 auto;
  padding: 0 29px 0 28px;
  background: url(./img/img_map_0.png) no-repeat 726px 10px;
}
#topMainBottom h2 {
  margin-bottom: 20px;
}
#topMainBottom h2 img {
  width: 503px;
  height: 46px;
}

#mainImage {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  line-height: 0;
}

#panelImage {
  position: absolute;
  margin-top: -46px;
  z-index: 10;
}
#panelImage img {
  width: 191px;
  height: 206px;
}

#topManinContents {
  width: 668px;
  min-height: 176px;
  padding: 21px 0 10px 235px;
}

#topExample {
  padding-bottom: 13px;
  background-color: #bcf2ff;
  background-image: url(./img/line_x_0.png), url(./img/bg_example_0.jpg);
  background-repeat: repeat-x, no-repeat;
  background-position: bottom center, top center;
}
#topExample > .wrapper {
  width: 833px;
  min-width: 833px;
  margin: 0 auto;
  padding: 30px 0 25px;
}
#topExample h2 {
  margin-bottom: 20px;
  text-align: center;
}
#topExample .line {
  clear: both;
  margin-bottom: 12px;
  overflow: hidden;
}
#topExample .line:last-child {
  margin-bottom: 20px;
}
#topExample .line p {
  float: left;
  line-height: 0;
}
#topExample .line p:not(:last-child) {
  margin-right: 12px;
}
#topExample .line img {
  border: 1px solid #cdcdcd;
}

#btnExampleContents {
  clear: both;
  text-align: center;
}
#btnExampleContents a img {
  width: 204px;
  height: auto;
}

#topReason > .wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  padding: 26px 0;
}
#topReason > .wrapper > div {
  overflow: hidden;
  padding-bottom: 6px;
}
#topReason > .wrapper > div > div {
  float: left;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px 0px;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px 0px;
}
#topReason > .wrapper > div > div:not(:last-child) {
  margin-right: 15px;
}
#topReason > .wrapper > div > div p {
  line-height: 0;
}
#topReason > .wrapper > div > div p img {
  width: 180px;
  height: auto;
}
#topReason h2 {
  margin-bottom: 22px;
  text-align: center;
}
#topReason .text {
  margin-bottom: 25px;
  text-align: center;
}

#topBanner {
  clear: both;
}
#topBanner > .wrapper {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
  line-height: 0;
}
#topBanner p {
  text-align: center;
}
#topBanner a:hover img {
  opacity: .7;
}

/* 選ばれる理由ページ
--------------------------------------------------------- */
#reasonIntro {
  padding-bottom: 13px;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#reasonIntro .inner {
  width: 960px;
  margin: 0 auto;
  background: url(./img/img_map_1.png) 564px 58px no-repeat;
}
#reasonIntro .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 24px 0 26px;
  min-height: 375px;
}
#reasonIntro .wrapper .line {
  width: 447px;
  margin: 0 auto;
  overflow: hidden;
}
#reasonIntro .wrapper .line > div {
  float: left;
}
#reasonIntro .wrapper .line > div img {
  width: 140px;
  border: 1px solid #cdcdcd;
}
#reasonIntro .wrapper .line > div:not(:last-child) {
  margin-right: 10px;
}
#reasonIntro h2 {
  text-align: center;
}
#reasonIntro .text {
  display: inline-block;
  position: relative;
  left: 50%;
  margin-bottom: 25px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#corkPanel {
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#corkPanel > .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 64px;
}
#corkPanel > .wrapper h3 {
  position: relative;
  margin-bottom: 15px;
  color: #0e7900;
  font-size: 1.29rem;
}
#corkPanel > .wrapper h3:before {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0e7900;
  content: "";
}
#corkPanel > .wrapper h3 span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  background: #fdfdfd;
}
#corkPanel h2 {
  margin-bottom: 35px;
  text-align: center;
}
#corkPanel p:first-of-type, #corkPanel p:nth-of-type(5) {
  margin-bottom: 16px;
}
#corkPanel p:nth-of-type(2), #corkPanel p:nth-of-type(4) {
  margin-bottom: 35px;
}
#corkPanel p:nth-of-type(3) {
  margin-bottom: 25px;
}

#merit {
  overflow: hidden;
}
#merit > div {
  width: 48.25%;
  padding: 9px 0;
}
#merit > div h4 {
  margin-bottom: 15px;
  font-size: 1.29rem;
}
#merit .heater {
  float: left;
  background: #f9ddca;
}
#merit .heater h4 {
  background-color: rgba(255, 253, 251, 0.6);
  color: #e85d00;
  text-align: center;
}
#merit .cooler {
  float: right;
  background: #caf2fb;
}
#merit .cooler h4 {
  background-color: rgba(255, 253, 251, 0.6);
  color: #00acd1;
  text-align: center;
}
#merit ul {
  list-style: none;
  display: inline-block;
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#merit ul li:before {
  content: "・";
}

#family {
  clear: both;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#family > .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 24px 0 64px;
}
#family > .wrapper h3 {
  position: relative;
  margin-bottom: 15px;
  color: #0e7900;
  font-size: 1.29rem;
}
#family > .wrapper h3:before {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0e7900;
  content: "";
}
#family > .wrapper h3 span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  background: #fdfdfd;
}
#family h2 {
  text-align: center;
}
#family p:first-of-type {
  margin-bottom: 20px;
}
#family p:nth-of-type(2) {
  padding: 15px 19px;
  border: 3px solid #a72b2a;
}

#accident {
  clear: both;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#accident > .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 64px;
}
#accident > .wrapper h3 {
  position: relative;
  margin-bottom: 15px;
  color: #0e7900;
  font-size: 1.29rem;
}
#accident > .wrapper h3:before {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0e7900;
  content: "";
}
#accident > .wrapper h3 span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  background: #fdfdfd;
}
#accident h2 {
  margin-bottom: 30px;
  text-align: center;
}
#accident p:first-of-type {
  margin-bottom: 20px;
}

#accidentImage {
  overflow: hidden;
}
#accidentImage p:first-child {
  float: left;
}
#accidentImage p:last-child {
  float: right;
}

#ventilation {
  clear: both;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#ventilation > .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 24px 0 64px;
}
#ventilation > .wrapper h3 {
  position: relative;
  margin-bottom: 15px;
  color: #0e7900;
  font-size: 1.29rem;
}
#ventilation > .wrapper h3:before {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0e7900;
  content: "";
}
#ventilation > .wrapper h3 span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  background: #fdfdfd;
}
#ventilation h2 {
  text-align: center;
}
#ventilation p:first-of-type {
  margin-bottom: 20px;
}

#ventilationImage {
  overflow: hidden;
}
#ventilationImage p:first-child {
  float: left;
}
#ventilationImage p:last-child {
  float: right;
}

#dewDrop {
  clear: both;
}
#dewDrop > .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 50px 0 64px;
}
#dewDrop > .wrapper h3 {
  position: relative;
  margin-bottom: 15px;
  color: #0e7900;
  font-size: 1.29rem;
}
#dewDrop > .wrapper h3:before {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 1px;
  border-top: 1px solid #0e7900;
  content: "";
}
#dewDrop > .wrapper h3 span {
  position: relative;
  z-index: 5;
  padding-right: 15px;
  background: #fdfdfd;
}
#dewDrop h2 {
  margin-bottom: 25px;
  text-align: center;
}
#dewDrop p:first-of-type {
  margin-bottom: 20px;
}

#dewDropImage {
  overflow: hidden;
}
#dewDropImage p:first-child {
  float: left;
}
#dewDropImage p:last-child {
  float: right;
}
#dewDropImage + p {
  clear: both;
}

/* お客様の声ページ
--------------------------------------------------------- */
#voiceIntro {
  padding-bottom: 13px;
  background: #fdfdfd url(./img/line_x_0.png) bottom center repeat-x;
}
#voiceIntro .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 25px 0 52px;
}
#voiceIntro .line {
  width: 833px;
  margin: 0 auto;
  padding: 6px;
  overflow: auto;
}
#voiceIntro .line > div {
  float: left;
  width: 222px;
  padding: 20px 20px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  -webkit-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
}
#voiceIntro .line > div:not(:last-child) {
  margin-right: 18px;
}
#voiceIntro .line > div p:first-child {
  text-align: center;
}
#voiceIntro .line > div p:first-child img {
  width: 223px;
  border: 1px solid #cdcdcd;
}
#voiceIntro .line > div p:nth-child(3) {
  text-align: center;
}
#voiceIntro .line > div p:last-child {
  color: #a72b2a;
  font-weight: bold;
}
#voiceIntro .line > div p:not(:last-child) {
  margin-bottom: 15px;
}
#voiceIntro h2 {
  margin-bottom: 15px;
  text-align: center;
}

#voices .wrapper {
  width: 800px;
  margin: 0 auto;
  padding: 25px 0 60px;
}
#voices .line {
  clear: both;
  width: 833px;
  margin: 0 auto;
  padding: 6px;
  overflow: auto;
}
#voices .line:not(:last-child) {
  margin-bottom: 20px;
}
#voices .line > div {
  width: 358px;
  padding: 20px 20px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  -webkit-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
}
#voices .line > div:nth-of-type(odd) {
  float: left;
}
#voices .line > div:nth-of-type(even) {
  float: right;
}
#voices .line > div h3 {
  color: #a72b2a;
  font-size: 1.29rem;
}
#voices .line > div p:first-of-type {
  color: #a72b2a;
}
#voices .line > div p:not(:last-child) {
  margin-bottom: 1em;
}
#voices h2 {
  margin-bottom: 15px;
  text-align: center;
}

/* 施工事例ページ
--------------------------------------------------------- */
#examples .wrapper {
  width: 923px;
  margin: 0 auto;
  padding: 25px 0 62px;
}
#examples .line {
  width: 923px;
  margin: 0 auto;
  overflow: auto;
}
#examples .line > div {
  float: left;
}
#examples .line > div p img {
  width: 218px;
  border: 1px solid #cdcdcd;
}
#examples .line > div:not(:last-child) {
  margin-right: 14px;
}
#examples .line:not(:last-child) {
  margin-bottom: 24px;
}
#examples h2 {
  margin-bottom: 15px;
  text-align: center;
}
#examples h3 {
  margin-bottom: 10px;
  padding: 6px 15px;
  background: #563a37;
  color: #fff;
  font-size: 1rem;
}

/* 施工の流れページ
--------------------------------------------------------- */
#flowContents .wrapper {
  width: 820px;
  margin: 0 auto;
  padding: 25px 6px 62px;
}
#flowContents h2 {
  margin-bottom: 15px;
  text-align: center;
}
#flowContents .line, #flowContents .inner {
  clear: both;
  overflow: hidden;
}
#flowContents .line {
  width: 788px;
  margin: 0 auto 30px;
  padding: 16px 16px 11px;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  -moz-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  -webkit-box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
  box-shadow: 0 0 6px 0 rgba(129, 129, 129, 0.75);
}
#flowContents .line:nth-of-type(5) .image, #flowContents .line:nth-of-type(5) .text {
  margin-bottom: 1em;
}
#flowContents .image {
  float: left;
}
#flowContents .image img {
  width: 218px;
  border: 1px solid #cdcdcd;
}
#flowContents .text {
  float: right;
  width: 560px;
}
#flowContents .text h3 {
  margin-bottom: 1em;
  border-bottom: 2px solid #563a37;
  color: #ba0a09;
  font-size: 1.29rem;
}
#flowContents .text .btnContact {
  text-align: right;
}
#flowContents .text .btnContact a:hover img {
  opacity: .7;
}
#flowContents .inner {
  margin-bottom: 1em;
}
#flowContents .inner > div {
  float: left;
}
#flowContents .inner > div:not(:last-child) {
  margin-right: 12px;
}
#flowContents .inner img {
  width: 186px;
  border: 1px solid #cdcdcd;
}
#flowContents .inner p {
  text-align: center;
}

/* 会社概要ページ
--------------------------------------------------------- */
#aboutInfo .wrapper {
  width: 925px;
  margin: 0 auto;
  padding: 25px 6px 62px;
}
#aboutInfo table {
  width: 100%;
  border-spacing: 0;
}
#aboutInfo tr:nth-of-type(odd) {
  background: #feeded;
}
#aboutInfo tr:last-of-type {
  background: #fdfdfd;
}
#aboutInfo th, #aboutInfo td {
  padding: 14px 15px;
}
#aboutInfo th {
  width: 84px;
  font-weight: normal;
  text-align: left;
}
#aboutInfo td ul {
  list-style: none;
}
#aboutInfo td ul li:before {
  content: "・";
}
#aboutInfo td div {
  float: left;
}
#aboutInfo td div p:first-child {
  text-align: center;
}
#aboutInfo td div p:last-child {
  position: relative;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#aboutInfo td div:nth-of-type(2) {
  margin-right: 110px;
  margin-left: 77px;
}

#aboutMain {
  padding-bottom: 70px;
}

#mapWrapper {
  max-width: 925px;
  margin: 0 auto;
}
#mapWrapper img {
  max-width: none;
}

#map {
  width: 100%;
  height: 640px;
}

/* お問合せページ
--------------------------------------------------------- */
#contactIntro .wrapper {
  width: 925px;
  margin: 0 auto;
  padding: 25px 6px 1em;
  text-align: center;
}

#mailForm {
  width: 915px;
  margin: 0 auto;
  padding-bottom: 62px;
}
#mailForm dl:not(:last-of-type) {
  display: table;
}
#mailForm dl:not(:last-of-type) dt {
  display: table-cell;
  width: 190px;
}
#mailForm dl:not(:last-of-type) dd {
  display: table-cell;
  width: 725px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mailForm dl:not(:last-of-type) dd input[type="text"], #mailForm dl:not(:last-of-type) dd input[type="tel"], #mailForm dl:not(:last-of-type) dd input[type="email"] {
  width: 100%;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mailForm dl:last-of-type dt {
  margin-bottom: 1em;
}
#mailForm dl:last-of-type dd {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mailForm dl:last-of-type dd textarea {
  width: 100%;
  padding: 12px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mailForm p {
  text-align: center;
}
#mailForm input[type="submit"] {
  padding: 12px 65px;
  border: 1px solid #b7b7b7;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #309316;
  color: #fff;
  -webkit-appearance: none;
}

#contactFinish {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 62px;
  text-align: center;
}

/* ------------------------------------------------------------
メディアクエリ
------------------------------------------------------------ */
/* 高解像度対応 */
@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  /* ------------------------------------------------------------
  フッター
  ------------------------------------------------------------ */
  footer {
    background-image: url(./img/bg_footer_0@2x.png);
    background-size: 112px;
  }

  /* ------------------------------------------------------------
  コンテンツ
  ------------------------------------------------------------ */
  #index #contents {
    background-image: url(./img/bg_contents_0@2x.jpg);
    background-size: 112px;
  }

  #subpage #contents {
    background-color: #fdfdfd;
  }

  #title {
    background-image: url(./img/bg_main_3.jpg);
    background-size: 2000px;
  }

  /* トップページ
  --------------------------------------------------------- */
  #topMainUpper {
    background-image: url(./img/bg_main_1@2x.png), url(./img/bg_main_0@2x.jpg);
    background-size: 2000px 398px, 2000px 398px;
  }

  #topMainBottom {
    background-image: url(./img/line_x_0@2x.png);
    background-size: 960px 13px;
  }

  #topExample {
    background-image: url(./img/line_x_0@2x.png), url(./img/bg_example_0@2x.jpg);
    background-size: 960px 13px, 2000px 481px;
  }

  #topChosenReason, #topBanner {
    background-image: url(./img/bg_contents_0@2x.jpg);
    background-size: 112px;
  }

  /* 選ばれる理由ページ
  --------------------------------------------------------- */
  #reasonIntro {
    background-image: url(./img/line_x_0@2x.png);
    background-size: 960px 13px;
  }
  #reasonIntro .inner {
    width: 960px;
    margin: 0 auto;
    background-image: url(./img/img_map_1@2x.png);
    background-size: 335px;
  }

  #corkPanel, #family, #accident, #ventilation {
    background-image: url(./img/line_x_0@2x.png);
    background-size: 960px 13px;
  }

  /* お客様の声ページ
  --------------------------------------------------------- */
  #voiceIntro {
    background-image: url(./img/line_x_0@2x.png);
    background-size: 960px 13px;
  }
}
