@charset "Shift_JIS";
/* ======================================================

	Reset

====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

body {
  line-height: 1;
}

img {
  line-height: 0;
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, select {
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}

a {
  outline: none;
}

.cf:before, .cf:after, .section:before, .section:after {
  content: "";
  display: table;
}

.cf:after, .section:after {
  clear: both;
}

.cf, .section {
  zoom: 1;
}

em {
  font-style: normal;
}

/* ======================================================

	Common

====================================================== */
/* anchor */
a:link {
  color: #1d3993;
  text-decoration: underline;
}

a:visited {
  color: #1d3993;
}

a:hover {
  color: #1d3993;
  text-decoration: none;
}

a:active {
  color: #1d3993;
}

/* 透過  */
a.op:hover img,
input.op:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/* 角丸  */
.radius, .featurePickupTxt {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  behavior: url("PIE.htc");
}

.marginAuto, nav ul, #MapCanvas, .dtDdMbWrap.maintenance dd {
  margin: 0 auto;
}

/* font-size */
.fs10 {
  font-size: 76%;
}

.fs11 {
  font-size: 84%;
}

.fs12, footer .copy, nav ul #closeBt span, table.priceTable th {
  font-size: 92%;
}

.fs13, footer .nav li, .listHref li, .listToggle dt, .listPdf li {
  font-size: 100%;
}

.fs14 {
  font-size: 107%;
}

.fs15 {
  font-size: 115%;
}

.fs16, .tryWrap dt strong, input,
select {
  font-size: 123%;
}

.fs17 {
  font-size: 130%;
}

.fs18, .completion dl dt {
  font-size: 138%;
}

.fs19, footer .btWrap .reservation,
footer .btWrap .shop, span.price {
  font-size: 146%;
}

.fs20, nav ul li, .titleWrap, .listShop li a h3 {
  font-size: 153%;
}

/* margin-top */
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

/* margin-right */
.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

/* margin-bottom */
.mb5, .listShop li a h3 {
  margin-bottom: 5px;
}

.mb10, footer .btWrap .reservation,
footer .btWrap .shop {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

/* margin-left */
.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

/* padding-top */
.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

/* padding-right */
.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

/* padding-bottom */
.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

/* padding-left */
.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.bgRep {
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bgRepX {
  background-repeat: repeat-x;
  background-position: 0 0;
}

.bgRepY {
  background-repeat: repeat-y;
  background-position: 0 0;
}

.positionFixed, header {
  position: fixed;
}

.positionRelative, .listToggle.qa dt, .listToggle.qa dd, .featureWrap .cautionSet dd {
  position: relative;
}

.positionAbsolute, nav, .listToggle.qa dd span {
  position: absolute;
}

.txt_l, table.priceTable th,
table.priceTable td, td.txt_l,
table.priceTable td, .txt_l td, table.priceTable th td,
table.priceTable td td {
  text-align: left;
}

.txt_r, .hrefTxt, td.txt_r, td.hrefTxt, .txt_r td, .hrefTxt td {
  text-align: right;
}

.txt_c, footer .copy, nav ul #closeBt, .titleWrap, .listToggle.inspection dd .pickupTxt, .listToggle.inspection dd table.tableLayout th, .listToggle.inspection dd table.tableLayout td, .listToggle.inspection dd table.tableLayout td:nth-child(even), .tryWrap dt, td.txt_c, footer td.copy, nav ul td#closeBt, td.titleWrap, .listToggle.inspection dd td.pickupTxt, .listToggle.inspection dd table.tableLayout td, .listToggle.inspection dd table.tableLayout td:nth-child(even), .txt_c td, footer .copy td, nav ul #closeBt td, .titleWrap td, .listToggle.inspection dd .pickupTxt td, .listToggle.inspection dd table.tableLayout th td, .listToggle.inspection dd table.tableLayout td td, .listToggle.inspection dd table.tableLayout td:nth-child(even) td, .tryWrap dt td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, .listToggle.inspection dd table.tableLayout th, .listToggle.inspection dd table.tableLayout td, table.priceTable th,
table.priceTable td, td.valign_m, .listToggle.inspection dd table.tableLayout td,
table.priceTable td, .valign_m td, .listToggle.inspection dd table.tableLayout th td, .listToggle.inspection dd table.tableLayout td td, table.priceTable th td,
table.priceTable td td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.inlineBlockCenter {
  display: -moz-inline-box;
  display: inline-block;
  /display: inline;
  /zoom: 1;
}

.imgFull {
  width: 100%;
}

.imgHalf {
  width: 50%;
}

/* 角丸  */
/* ドロップシャドウ  */
/* ======================================================

	Layout

====================================================== */
body {
  background-color: white;
  font: 13px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", "MS P Gothic";
  color: #333333;
}

header {
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 100;
}
header .logo {
  float: left;
}
header #menuBt {
  float: right;
}

footer .btWrap {
  padding: 0 2%;
}
footer .btWrap .reservation,
footer .btWrap .shop {
  padding-left: 50px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url("PIE.htc");
}
footer .btWrap .reservation a,
footer .btWrap .shop a {
  display: block;
  padding: 25px;
  background-image: url("../img/common/icon-bt-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 33px auto;
  background-size: 33px auto;
  text-decoration: none;
  color: white;
}
footer .btWrap .reservation {
  background-image: url("../img/common/icon-bt-reservation.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -moz-background-size: 66px auto;
  background-size: 66px auto;
  background-color: red;
}
footer .btWrap .shop {
  background-image: url("../img/common/icon-bt-shop.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -moz-background-size: 66px auto;
  background-size: 66px auto;
  background-color: #083090;
}
footer .ctWrap {
  margin: 0 2%;
  margin-bottom: 3%;
}
footer .ctWrap li {
  float: left;
  width: 50%;
}
footer .nav li {
  border-top: solid 1px #cccccc;
}
footer .nav li a {
  display: block;
  padding: 18px 15px;
  text-decoration: none !important;
  color: #333333 !important;
}
footer .nav .arrow {
  background-image: url("../img/common/icon-footer-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 29px auto;
  background-size: 29px auto;
}
footer .nav .blank {
  background-image: url("../img/common/icon-footer-blank.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 29px auto;
  background-size: 29px auto;
}
footer .mode {
  padding: 3%;
  background-color: #666666;
}
footer .mode dt {
  float: left;
  width: 26%;
  padding: 15px 0;
  color: white;
}
footer .mode dd {
  float: right;
  width: 74%;
}
footer .mode dd ul li {
  width: 46%;
  text-align: center;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  behavior: url("PIE.htc");
  box-shadow: 1px 1px 0px 0px #333333 inset;
}
footer .mode dd ul li a,
footer .mode dd ul li span {
  display: block;
  padding: 15px 0;
  text-decoration: none !important;
  color: #333333 !important;
}
footer .mode dd ul .mb {
  float: left;
  background-color: white;
}
footer .mode dd ul .pc {
  float: right;
  background-color: #999999;
}
footer .copy {
  padding: 7px;
  background-color: red;
  color: white;
  line-height: 1.5;
}

nav {
  display: none;
  top: 0;
  width: 100%;
  padding-top: 55px;
  background-image: url("../img/common/ov.png");
  background-repeat: repeat;
  background-position: 100% 50%;
  z-index: 10;
}
nav ul {
  width: 94%;
  margin: 0 3%;
}
nav ul li {
  margin-bottom: 1px;
  background-color: white;
  background-image: url("../img/common/icon-footer-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 29px auto;
  background-size: 29px auto;
}
nav ul li a {
  display: block;
  padding: 12px 15px;
  text-decoration: none !important;
  color: #333333 !important;
}
nav ul #closeBt {
  background-image: none;
  font-weight: bold;
}

nav.dis {
  display: block;
}

/*  wrapper  */
#wrapper {
  width: 100%;
  margin-top: 53px;
}

.titleWrap {
  padding: 13px;
  background-color: red;
  color: white;
}

.sc {
  padding: 0 2%;
}

.hrefTxt {
  padding-right: 15px;
  background-image: url("../img/common/icon-href.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 12px auto;
  background-size: 12px auto;
}

.listHref {
  border-bottom: solid 1px #c8c8c8;
}
.listHref li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 70%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 70%, #dddddd 100%);
  /* Opera 11.10+ */
  border-top: solid 1px #c8c8c8;
  font-weight: bold;
}
.listHref li a {
  display: block;
  padding: 17px 15px;
  background-image: url("../img/common/icon-list-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  text-decoration: none !important;
  color: #333333 !important;
}

.listToggle {
  border-bottom: solid 1px #c8c8c8;
}
.listToggle dt {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, white), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 70%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 70%, #dddddd 100%);
  /* Opera 11.10+ */
  border-top: solid 1px #c8c8c8;
  font-weight: bold;
}
.listToggle dt a {
  display: block;
  padding: 17px 15px;
  background-image: url("../img/common/icon-list-plus.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  text-decoration: none !important;
  color: #333333 !important;
}
.listToggle dt.open {
  background: #666666;
}
.listToggle dt.open a {
  background-image: url("../img/common/icon-list-minus.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 30px auto;
  background-size: 30px auto;
  color: white !important;
}
.listToggle dd {
  display: none;
}

.listToggle.inspection {
  border-bottom: none;
}
.listToggle.inspection dt {
  background: none;
  border-top: none;
}
.listToggle.inspection dt a {
  padding: 0;
}
.listToggle.inspection dd {
  margin-top: 10px;
}
.listToggle.inspection dd .photoSet li .txt {
  float: left;
  width: 62%;
}
.listToggle.inspection dd .photoSet li .ph {
  float: right;
  width: 34%;
}
.listToggle.inspection dd .title {
  margin-bottom: 5px;
  color: #3044b8;
  font-weight: bold;
}
.listToggle.inspection dd .pickupTxt {
  margin-bottom: 10px;
  color: red;
  font-weight: bold;
}
.listToggle.inspection dd table.tableLayout {
  width: 100%;
  margin-bottom: 5px;
  border-top: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
}
.listToggle.inspection dd table.tableLayout tr:nth-child(odd) {
  background-color: #F3F4FC;
}
.listToggle.inspection dd table.tableLayout th, .listToggle.inspection dd table.tableLayout td {
  padding: 5px 2%;
  border-right: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
.listToggle.inspection dd table.tableLayout th {
  background-color: #dadff5;
}

.listToggle.qa dt a {
  padding: 17px 40px 17px 50px;
}
.listToggle.qa dt a span {
  position: absolute;
  top: 17px;
  left: 15px;
}
.listToggle.qa dd {
  background-color: #ffffcc;
  border-top: solid 1px #c8c8c8;
  padding: 17px 50px;
  line-height: 1.4;
}
.listToggle.qa dd span {
  position: absolute;
  left: 15px;
}

.listPdf li {
  background-color: #ffffcc;
  border-top: solid 1px #c8c8c8;
}
.listPdf li a {
  display: block;
  padding: 17px 15px;
  background-image: url("../img/common/icon-list-pdf.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 79px auto;
  background-size: 79px auto;
  text-decoration: none !important;
  color: #333333 !important;
}

.listShop li {
  background-color: #ffffcc;
  border-top: solid 1px #c8c8c8;
}
.listShop li a {
  display: block;
  padding: 10px 15px;
  background-image: url("../img/common/icon-list-map.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -moz-background-size: 61px auto;
  background-size: 61px auto;
  text-decoration: none !important;
  color: #333333 !important;
}
.listShop li a p {
  line-height: 1.6;
}

table.priceTable th,
table.priceTable td {
  padding: 10px 15px;
}
table.priceTable th {
  width: 47%;
  background-color: #ffffcc;
  border-right: solid 1px #666666;
  border-bottom: solid 1px #666666;
}
table.priceTable th.total {
  background-color: #e1091c;
  color: white;
}
table.priceTable td {
  border-bottom: solid 1px #666666;
}

.note {
  padding: 10px 15px;
  font-weight: bold;
}

.priceCaution {
  display: none;
}
.priceCaution li {
  margin-bottom: 2px;
}
.priceCaution li.strong {
  font-weight: bold;
}
.priceCaution li.red {
  color: #e1091c;
}

.priceCaution.dis {
  display: block;
}

span.price {
  font-weight: bold;
  color: #e1091c;
}

span.red {
  color: #e1091c;
}

#MapCanvas {
  width: 90%;
  height: 320px;
}

.borderBtm {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: dashed 1px #999999;
  font-weight: bold;
}

.dtBoldWrap {
  margin-bottom: 20px;
}
.dtBoldWrap dt {
  margin-bottom: 10px;
  font-weight: bold;
}

.dtDdMbWrap dt {
  margin-bottom: 10px;
}
.dtDdMbWrap dd {
  margin-bottom: 20px;
}

.dtDdMbWrap.maintenance dd {
  width: 30%;
  margin-bottom: 20px;
}

.tryWrap {
  margin-bottom: 10px;
  padding: 10px 12px;
  border: solid 2px #e1091c;
  background-color: #ffecec;
}
.tryWrap dt {
  font-weight: bold;
}
.tryWrap dd {
  padding: 10px 0 5px 55px;
  background-image: url("../img/computer/img7.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 55px auto;
  background-size: 55px auto;
}

.imgSet1 {
  padding: 0 85px 0 0;
  background-image: url("../img/computer/img5.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  -moz-background-size: 85px auto;
  background-size: 85px auto;
}

.imgSet2 {
  padding: 0 73px 0 0;
  background-image: url("../img/computer/img6.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  -moz-background-size: 73px auto;
  background-size: 73px auto;
}

.imgSet3 {
  padding: 0 0 0 36px;
  background-image: url("../img/computer/img8.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  -moz-background-size: 36px auto;
  background-size: 36px auto;
}

/* feature page */
.featureWrap .cautionSet dd {
  padding-left: 40px;
}
.featureWrap .cautionSet dd span.num {
  position: absolute;
  top: 0px;
  left: 0px;
}

.featurePickupTxt {
  padding: 10px;
  background-color: yellow;
  font-weight: bold;
}

/* form page */
.formWrap .title {
  margin-bottom: 10px;
  padding: 12px;
  background-color: yellow;
  font-weight: bold;
}
.formWrap .title span {
  font-weight: normal;
}
.formWrap .itemWrap {
  margin-bottom: 5px;
}
.formWrap .itemWrap dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.formWrap .itemWrap dt span {
  font-weight: normal;
}
.formWrap .itemWrap dd {
  margin-bottom: 10px;
}
.formWrap .formbtn {
  margin-bottom: 20px;
}
.formWrap .formbtn input {
  display: block;
  border: medium none;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  margin: 0 auto;
  background-color: white;
}
.formWrap .formbtn input.confirm {
  width: 110px;
  height: 48px;
  background-image: url("../img/form/bt-confirm.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 110px auto;
  background-size: 110px auto;
}
.formWrap .formbtn input.send {
  width: 110px;
  height: 48px;
  background-image: url("../img/form/bt-send.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 110px auto;
  background-size: 110px auto;
}

input,
select {
  padding: 2%;
}

input.w100,
select.w100 {
  width: 94%;
}

input.w50 {
  width: 44%;
}

input.w20 {
  width: 16%;
}

.completion {
  margin-bottom: 15px;
}
.completion dl {
  margin-bottom: 20px;
}
.completion dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  color: #cc0000;
}
.completion p {
  padding: 10px;
  background-color: #ffffcc;
  color: #cc0000;
  font-weight: bold;
}
.bold01,.bold02 {
	font-weight:900;
	font-size:1.4em;
}