@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
body {
  font-size: 12px;
  line-height: 1.4;
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
a:link {
  color: #3d3d3d;
  text-decoration: underline;
}
a:visited {
  color: #3d3d3d;
  text-decoration: underline;
}
a:hover {
  color: #171717;
  text-decoration: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.mt10 {
  margin-top: 10px;
}
.mt60 {
  margin-top: 60px;
}
.listnone li {
  list-style: none;
}
.texindent {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#header {
  width: 940px;
  height: 76px;
  margin: 10px auto 0px;
  position: relative;
}
#header .name {
  float: left;
  margin-top: 10px;
}
#header .name a {
  background: url("/static/images/logo.gif") no-repeat;
  width: 419px;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#header .company-name {
  float: right;
}
#header .company-name a {
  background: url("/static/images/logo-uplusbulk.gif") no-repeat;
  width: 153px;
  height: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#header ul {
  list-style: none;
  position: absolute;
  top: 54px;
  right: 0px;
}
#header ul li {
  padding-left: 10px;
  display: inline-block;
}
#header ul strong {
  color: #FF2E25;
}
#nav {
  width: 100%;
  background: #190D0A;
  border-top: 2px solid #F02A0C;
  *zoom: 1;
}
#nav:before,
#nav:after {
  display: table;
  content: "";
}
#nav:after {
  clear: both;
}
#nav ul {
  width: 940px;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#nav ul li {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 24px 0;
  margin-right: 10px;
}
#nav ul li a {
  color: #fff;
}
#nav ul li a:hover {
  color: #fff600;
  text-decoration: none;
}
#nav ul li strong {
  color: #fff600;
}
#mainvisual {
  width: 100%;
  height: 321px;
  background: url("/static/images/mainvisual.jpg") no-repeat center;
}
#mainvisual ul {
  width: 940px;
  margin: 0 auto;
  position: relative;
  list-style: none;
}
#mainvisual ul .button-ihan {
  position: absolute;
  top: 20px;
  right: 0;
}
#mainvisual ul .button-sale {
  position: absolute;
  top: 17px;
  left: 0;
}
#mainvisual ul .button-macos {
  position: absolute;
  top: 96px;
  right: 0;
}
#mainvisual ul .button-menseki {
  position: absolute;
  top: 152px;
  right: 0;
}
#mainvisual ul .button-movie {
  position: absolute;
  top: 207px;
  right: 0;
}
#subvisual {
  width: 100%;
  height: 83px;
  background: url("/static/images/subvisual.jpg") no-repeat center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 15px;
}
.contents-home {
  width: 940px;
  margin: 0 auto;
  *zoom: 1;
}
.contents-home:before,
.contents-home:after {
  display: table;
  content: "";
}
.contents-home:after {
  clear: both;
}
.contents {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}
.contents:before,
.contents:after {
  display: table;
  content: "";
}
.contents:after {
  clear: both;
}
/* breadcrumbs */
#breadcrumbs {
  width: 940px;
  margin: 0 auto 50px;
  list-style: none;
}
#breadcrumbs li {
  display: inline;
  margin-right: 5px;
  font-size: 12px;
}
#breadcrumbs li a {
  padding: 0 5px 0 0;
  color: #000;
}
#breadcrumbs li:after {
  content: " > ";
  font-size: 12px;
}
#breadcrumbs li:last-child::after {
  content: none;
}
#copy {
  margin: 10px 0;
}
#copy h1 {
  font-size: 18px !important;
  line-height: 1.8 !important;
  background: none !important;
  padding: 0px;
  margin: 0px;
}
#copy p {
  font-size: 13px;
  line-height: 1.6;
}
#address {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
}
#address img {
  margin-top: 10px;
}
#pagetop {
  width: 940px;
  margin: 120px auto 0;
  text-align: right;
}
#pagetop span {
  color: #a0a0a0;
  margin-right: 4px;
}
#footer {
  margin: 20px 0 0 0;
  background: #eaeaea;
}
#footer .footerarea {
  width: 940px;
  margin: 0 auto;
  padding: 18px 0;
}
#footer .footerarea .address h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff0000;
  margin-bottom: 8px;
}
#footer .footerarea .address h5 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 4px;
}
#footer .footerarea .address h6 {
  font-size: 13px;
  font-weight: normal;
  margin-top: 34px;
}
#footer .footerarea .address .add {
  font-size: 14px;
  margin-bottom: 4px;
}
#footer .footerarea .address .add .red {
  color: red;
}
#footer .footerarea .address .add-tel ul {
  float: left;
  *zoom: 1;
  margin-right: 48px;
}
#footer .footerarea .address .add-tel ul:before,
#footer .footerarea .address .add-tel ul:after {
  display: table;
  content: "";
}
#footer .footerarea .address .add-tel ul:after {
  clear: both;
}
#footer .footerarea .address .add-tel ul li {
  list-style: none;
}
#footer .footerarea .address .add-tel ul li {
  float: left;
  *zoom: 1;
  width: 150px;
  white-space: nowrap;
}
#footer .footerarea .address .add-tel ul li:before,
#footer .footerarea .address .add-tel ul li:after {
  display: table;
  content: "";
}
#footer .footerarea .address .add-tel ul li:after {
  clear: both;
}
#footer .footerarea .address .add-tel ul li:nth-child(2) {
  text-align: right;
}
#footer .footerarea .address .add-tel p {
  clear: both;
  display: block;
}
#footer .footerarea .address .button {
  overflow: hidden;
  margin-bottom: 16px;
}
#footer .footerarea .address .button a {
  text-align: center;
  display: block;
  color: #ffffff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px 10px;
  font-size: 14px;
}
#footer .footerarea .address .button a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
}
#footer .footerarea .address .button .contact {
  margin-right: 6px;
  float: left;
}
#footer .footerarea .address .button .contact a {
  background: #fe2e25;
}
#footer .footerarea .address .button .pdf {
  margin-right: 6px;
  float: left;
}
#footer .footerarea .address .button .pdf a {
  background: #292929;
}
#footer .footerarea .link {
  float: right;
  *zoom: 1;
}
#footer .footerarea .link:before,
#footer .footerarea .link:after {
  display: table;
  content: "";
}
#footer .footerarea .link:after {
  clear: both;
}
#footer .footerarea .link ul {
  float: left;
  margin-left: 17px;
  list-style: none;
}
#footer .footerarea .link ul li {
  background: url(/static/images/icon-arrow1.png) no-repeat 0 4px;
  padding-left: 14px;
  margin-bottom: 10px;
}
#footer .copy {
  margin: 20px 0 0 0;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 12px 0 14px 0;
  font-size: 11px;
  line-height: 1;
}
.copyright {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px #b3b3b3 solid;
  padding-top: 6px;
}
/* 共通 */
#lower h1 {
  font-size: 21px;
  line-height: 1;
  padding: 16px 10px 16px 10px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,e4e7ea+100 */
  background: linear-gradient(to bottom, #ffffff 0%, #e4e7ea 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#lower h1:before {
  content: '';
  border-left: 5px solid #000;
  padding: 6px 0;
  margin-right: 14px;
}
#lower h2 {
  font-size: 14px;
  line-height: 1.3;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 24px;
  background: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  vertical-align: middle;
  position: relative;
}
#lower h2 .point {
  font-size: 32px;
  line-height: 1;
  color: #ff2a1f;
  margin-left: 20px;
  vertical-align: middle;
  font-family: "Sawarabi Mincho";
}
#lower h2 .new {
  position: absolute;
  top: -18px;
  left: -59px;
  width: 72px;
  height: 72px;
  background-image: url("/static/images/icon-new.png");
  background-repeat: no-repeat;
  background-position: left 1% bottom 10%;
  background-size: 72px 72px;
  -moz-background-size: 72px 72px;
}
#lower h2 .strong-y {
  font-size: 20px;
  color: #efdd00;
}
#lower .other-photo img {
  margin: 20px 0;
}
#lower .profile {
  margin-bottom: 30px;
}
#lower .profile .photo {
  width: 622px;
  float: left;
}
#lower .profile .photo-after {
  width: 100%;
  margin: 10px 0 0 0;
}
#lower .profile .photo-after-right {
  width: 100%;
  margin: -20px 0 30px 0;
  text-align: right;
}
#lower .profile .price {
  width: 300px;
  float: right;
}
#lower .profile .price table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#lower .profile .price table th,
#lower .profile .price table td {
  padding: 8px 8px;
}
#lower .profile .price table th {
  width: 37%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 12px;
  text-align: left;
}
#lower .profile .price table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 12px;
}
#lower .profile .price table td .taxnot {
  font-size: 13.5px;
}
#lower .profile .price table td .tax {
  font-size: 11px;
}
#lower .profile .price table .ask {
  color: red;
  text-decoration: line-through;
  background-image: url("/static/images/icon-ask.png");
  background-repeat: no-repeat;
  background-position: right 40% top 4px;
  background-size: 20% auto;
  -moz-background-size: 20% auto;
}
#lower .profile .price-double {
  width: 360px;
  float: right;
}
#lower .profile .price-double table,
#lower .profile .price-double td,
#lower .profile .price-double th {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#lower .profile .price-double caption {
  padding: 7px 3px;
  font-size: 14px;
  color: #fff;
  background: #044661;
}
#lower .profile .price-double th {
  padding: 6px 3px;
}
#lower .profile .price-double td {
  padding: 8px 0;
  text-align: center;
  width: 31%;
}
#lower .profile .price-double td .taxnot {
  font-size: 16px;
}
#lower .profile .price-double td .tax {
  font-size: 12px;
  color: red;
}
#lower .profile .price-double td .red {
  color: red;
  font-size: 11px;
}
#lower .profile .price-double th {
  width: 30%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
}
#lower .profile .price-double th .test {
  white-space: nowrap;
  display: inline-block;
  transform: scaleX(0.95);
  font-size: 0.9em;
  max-width: 100%;
}
#lower .profile .price-double .blue {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00719e+0,00719e+9,b8c8d3+17,00719e+28,00719e+100,714610+100 */
  background: linear-gradient(135deg, #00719e 0%, #00719e 9%, #b8c8d3 17%, #00719e 28%, #00719e 100%, #714610 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}
#lower .profile .price-double .gold {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#806639+0,806639+9,dcd386+17,714610+28,714610+100,714610+100 */
  background: linear-gradient(135deg, #806639 0%, #806639 9%, #dcd386 17%, #714610 28%, #714610 100%, #714610 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 10px 0;
}
#lower .profile .price-double .glay {
  background: #ededed;
  padding: 10px 0;
}
#lower .profile .price-double .even {
  background: #fbf8f0;
}
#lower .profile .price-double .odd {
  background: #fefcf9;
}
#lower .profile .price-double .link {
  background-color: #faefae;
  padding: 12px;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#lower .spec {
  background: #ebebeb;
  text-align: center;
}
#lower .car-area {
  margin-bottom: 80px;
}
#lower .banner {
  margin-bottom: 80px;
  text-align: center;
}
#lower #test {
  text-align: center;
}
#lower .banner-bihin {
  margin-bottom: 40px;
}
/* HOME */
#home {
  padding: 30px 0 0 0;
}
#home .left-column {
  width: 540px;
  float: left;
}
#home .left-column h2 {
  background: #F02A0C;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 16px;
}
#home .left-column ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#home .left-column ul li {
  list-style: none;
}
#home .left-column ul li {
  width: 262px;
  height: 251px;
  margin-right: 16px;
  margin-bottom: 20px;
}
#home .left-column ul li a:hover {
  opacity: 0.8;
}
#home .left-column ul li:nth-child(even) {
  margin-right: 0;
}
#home .right-column {
  width: 370px;
  float: right;
}
#home .right-column h2 {
  background: #190D0A;
  text-align: center;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
}
#home .right-column ul li {
  list-style: none;
}
#home .right-column ul li {
  margin-bottom: 16px;
}
#home .right-column ul li .visual {
  background: #e6e4e4;
}
#home .right-column ul li .visual2 {
  *zoom: 1;
  background: #e6e4e4;
  padding: 12px 16px;
}
#home .right-column ul li .visual2:before,
#home .right-column ul li .visual2:after {
  display: table;
  content: "";
}
#home .right-column ul li .visual2:after {
  clear: both;
}
#home .right-column ul li .visual2 .left {
  width: 163px;
  float: left;
}
#home .right-column ul li .visual2 .right {
  width: 163px;
  float: right;
}
#home .right-column ul li .visual3 {
  *zoom: 1;
  background: #e6e4e4;
  padding: 25px 16px 20px 16px;
}
#home .right-column ul li .visual3:before,
#home .right-column ul li .visual3:after {
  display: table;
  content: "";
}
#home .right-column ul li .visual3:after {
  clear: both;
}
#home .right-column ul li .visual3 img {
  width: 100px;
  margin: auto;
  display: block;
  margin-bottom: 12px;
}
#home .right-column ul li .visual3 p {
  font-size: 12px;
  line-height: 1.7;
}
#home .right-column ul li .visual3 p span {
  text-decoration: underline;
  font-weight: bold;
}
/* バス／ビッグバン */
.ban .icatch img {
  margin-bottom: 10px;
}
.ban .icatch .read {
  background: #ffe766;
  padding: 10px 20px;
  font-size: 15px;
  margin-bottom: 40px;
}
/* トラック */
.truck .truck-lineup {
  margin-bottom: 40px;
}
.truck .truck-lineup .isuzu {
  margin-bottom: 40px;
}
.truck .truck-lineup ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.truck .truck-lineup ul li {
  list-style: none;
}
.truck .truck-lineup ul li {
  width: 49.4%;
  margin-bottom: 10px;
}
/* 備品 */
.bihin h3 {
  margin-bottom: 6px;
}
.bihin h4 {
  background: #008080;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 6px 0;
  margin-bottom: 20px;
}
.bihin h5 {
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
}
.bihin h5 + p {
  font-size: 14px;
  margin-bottom: 20px;
}
.bihin h6 {
  background: #001a60;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 6px 0;
  margin-bottom: 20px;
}
.bihin .contents {
  margin-bottom: 40px;
}
.bihin .area {
  border: 6px solid #b2b2b2;
  margin-bottom: 40px;
  padding: 18px;
}
.bihin .area .name {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
}
.bihin .area .taxnot {
  font-size: 25px;
  font-weight: bold;
  color: red;
  line-height: 1;
  font-family: "Arial Black";
  margin-bottom: 4px;
}
.bihin .area .tax {
  font-size: 14px;
  line-height: 1;
}
.bihin .area .pricelist {
  margin-bottom: 30px;
  display: block;
}
.bihin .area .pricelist .priceto {
  width: 100%!important;
  *zoom: 1;
}
.bihin .area .pricelist .priceto:before,
.bihin .area .pricelist .priceto:after {
  display: table;
  content: "";
}
.bihin .area .pricelist .priceto:after {
  clear: both;
}
.bihin .area .pricelist .priceto .left {
  float: left;
  width: 40%;
}
.bihin .area .pricelist .priceto .right {
  float: right;
  width: 47%;
}
.bihin .area .pricelist-vertical .pricelist {
  margin-top: 10px;
  margin-bottom: 0;
  *zoom: 1;
}
.bihin .area .pricelist-vertical .pricelist:before,
.bihin .area .pricelist-vertical .pricelist:after {
  display: table;
  content: "";
}
.bihin .area .pricelist-vertical .pricelist:after {
  clear: both;
}
.bihin .area .pricelist-vertical .pricelist .name {
  float: left;
  width: 20%;
}
.bihin .area .pricelist-vertical .pricelist .right {
  float: left;
  width: 40%;
}
.bihin .full {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.bihin .visual {
  position: absolute;
  top: 78px;
  left: 0;
  width: 100%;
  height: 471px;
  background-image: url("/static/images/bihin/etc/visual.jpg");
  background-repeat: no-repeat;
  background-position: right 4% bottom 50%;
  background-size: 100% auto;
  -moz-background-size: 100% auto;
}
.bihin .leftcolumn {
  float: left;
  width: 48%;
}
.bihin .rightcolumn {
  float: right;
  width: 48%;
  position: relative;
}
.bihin .rightcolumn .pad {
  padding: 21px 18px;
}
.bihin .rightcolumn .pad h6 {
  margin-top: 450px;
}
.bihin .rightcolumn .pad .attention {
  font-size: 14px;
  font-weight: bold;
  color: red;
  margin-bottom: 20px;
}
.bihin .rightcolumn .pad ul {
  margin-left: 21px;
}
.bihin .rightcolumn .pad ul li {
  list-style: decimal;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bihin .rightcolumn .pad ul li ul {
  margin: 0;
}
.bihin .rightcolumn .pad ul li ul li {
  list-style: none;
  font-size: 11px;
  font-weight: normal;
  margin: 0;
}
/* 会社概要 */
.company .greeting {
  margin: 50px 0 80px 0;
  font-family: "Sawarabi Mincho";
}
.company .greeting p {
  font-size: 17px;
  line-height: 2.1;
  margin-bottom: 24px;
}
.company .greeting .sign {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  margin-top: 50px;
}
.company .detail table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.company .detail table th,
.company .detail table td {
  padding: 16px 16px;
  font-size: 15px;
}
.company .detail table th {
  width: 20%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  text-align: left;
  vertical-align: top;
}
.company .detail table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  *zoom: 1;
}
.company .detail table td:before,
.company .detail table td:after {
  display: table;
  content: "";
}
.company .detail table td:after {
  clear: both;
}
.company .detail table td .list dl {
  width: 100%;
  float: left;
}
.company .detail table td .list dl dt {
  float: left;
  clear: left;
  width: 20%;
  margin-bottom: 8px;
}
.company .detail table td .list dl dd {
  float: left;
  width: 80%;
  margin-bottom: 8px;
}
.company .detail table td h3 {
  background: #231815;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 8px 0;
  margin-bottom: 6px;
}
.company .detail table td h3 + p {
  font-size: 13px;
  margin-bottom: 14px;
}
.company .detail table td h4 {
  background-color: #c8c7cd;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 6px 0;
  margin-bottom: 10px;
}
.company .detail table td h4 + p {
  font-size: 13px;
  margin-bottom: 14px;
}
.company .detail table td h4 + p span {
  font-size: 15px;
  font-weight: bold;
}
.company .detail table td .left {
  float: left;
  width: 45%;
  margin-right: 40px;
}
.company .detail table td .left .add {
  margin-bottom: 20px;
}
.company .detail table td .left .add ul li {
  list-style: none;
}
.company .detail table td .left .add ul li {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px;
}
.company .detail table td .left .add ul li span {
  display: inline-block;
  width: 50px;
  font-weight: normal;
}
.company .detail table td .right {
  float: left;
  width: 45%;
}
.company .detail table td .right .add-logo {
  *zoom: 1;
  margin-bottom: 20px;
}
.company .detail table td .right .add-logo:before,
.company .detail table td .right .add-logo:after {
  display: table;
  content: "";
}
.company .detail table td .right .add-logo:after {
  clear: both;
}
.company .detail table td .right .add-logo img {
  float: left;
  margin: 3px 20px 0 0;
}
.company .detail table td .right .add-logo ul {
  float: left;
}
.company .detail table td .right .add-logo ul li {
  list-style: none;
}
.company .detail table td .right .add-logo ul li {
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 14px;
}
.company .detail table td .right .add-logo ul li span {
  display: inline-block;
  width: 50px;
  font-weight: normal;
}
.company .detail table td .license ul {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company .detail table td .license ul li {
  list-style: none;
}
.company .detail table td .license ul li {
  width: 50%;
  margin-bottom: 6px;
}
.company .detail table td .group ol li {
  list-style: none;
}
.company .detail table td .group ol li {
  margin-bottom: 6px;
}
/* レンタカー総合ご利用案内 */
.guide .contents-home {
  margin-bottom: 80px;
}
.guide .contents-home h2 {
  display: block;
  font-size: 21px!important;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 17px 15px!important;
  margin-bottom: 18px!important;
  background: #000;
  -webkit-border-radius: 30px!important;
  border-radius: 30px!important;
  vertical-align: middle;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#474747+0,2c2c2c+50,000000+52,131313+100 */
  background: linear-gradient(to bottom, #474747 0%, #2c2c2c 50%, #000000 52%, #131313 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.guide .contents-home h2 span {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  font-weight: normal;
}
.guide .contents-home h3 {
  display: block;
  font-size: 14px!important;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  color: #fff;
  padding: 10px 15px!important;
  margin-bottom: 12px!important;
  background: #383838 !important;
  -webkit-border-radius: 30px!important;
  border-radius: 30px!important;
  vertical-align: middle;
  position: relative;
}
.guide .localnav {
  margin-bottom: 100px;
}
.guide .localnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide .localnav ul li {
  list-style: none;
}
.guide .localnav ul li {
  width: 33%;
  margin-bottom: 4px;
}
.guide .localnav ul li a:hover {
  color: #231815;
  text-decoration: none;
  cursor: pointer;
}
.guide .localnav ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
.guide .localnav2 {
  margin-bottom: 100px;
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.guide .localnav2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
}
.guide .localnav2 ul li {
  list-style: none;
}
.guide .localnav2 ul li {
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
}
.guide .localnav2 ul li a {
  display: block;
}
.guide .localnav2 ul li a img {
  /* 画像サイズはそのまま維持 */
}
.guide .localnav2 ul li a:hover {
  color: #231815;
  text-decoration: none;
  cursor: pointer;
}
.guide .localnav2 ul li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
}
.guide .yoyaku table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.guide .yoyaku table th,
.guide .yoyaku table td {
  padding: 16px 16px;
}
.guide .yoyaku table th {
  width: 18%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}
.guide .yoyaku table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 16px;
}
.guide .yoyaku table td span {
  color: #0a77d5;
}
.guide .yoyaku table td img {
  margin-bottom: 12px;
}
.guide .yoyaku table td p {
  margin-bottom: 12px;
}
.guide .yoyaku table td a {
  color: #0a77d5;
}
.guide .np h3{
  font-size: 14px !important;
  line-height: 1.3;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 24px;
  background: red !important;
  vertical-align: middle;
  position: relative;
  border: none !important;
}
.guide .np table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.guide .np table th,
.guide .np table td {
  padding: 16px 16px;
}
.guide .np table th {
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}
.guide .np table td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 16px;
}
.np input{
  width: 100%;
}
.np select{
  width: 100%;
}
.np .red{
  font-size: 10px;
  color: red;
}
.np button {
  display: block;
  font-size: 16px!important;
  width: 20%;
  line-height: 1;
  text-align: center;
  color: #fff;
  padding: 17px 15px!important;
  margin-bottom: 18px!important;
  background: red;
  -webkit-border-radius: 30px!important;
  border-radius: auto!important;
  position: relative;
  border: none !important;
}
.guide .haisha .t-haisha {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.guide .haisha .t-haisha th,
.guide .haisha .t-haisha td {
  padding: 16px 16px;
}
.guide .haisha .t-haisha th {
  width: 18%;
  border: 1px solid #c5c5c5;
  background: #ededed;
  font-size: 15px;
  text-align: left;
  vertical-align: top;
}
.guide .haisha .t-haisha td {
  border: 1px solid #c5c5c5;
  text-align: left;
  font-size: 15px;
}
.guide .haisha .t-haisha td .stonk1 {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 20px;
}
.guide .haisha .t-haisha td .stonk2 {
  font-size: 16px;
  font-weight: bold;
}
.guide .haisha .t-haisha td p {
  font-size: 14px;
  margin-bottom: 12px;
}
.guide .haisha .t-haisha td ul {
  margin-left: 20px;
}
.guide .haisha .t-haisha td ul li {
  font-size: 13px;
}
.guide .haisha .price {
  *zoom: 1;
  margin-bottom: 40px;
}
.guide .haisha .price:before,
.guide .haisha .price:after {
  display: table;
  content: "";
}
.guide .haisha .price:after {
  clear: both;
}
.guide .haisha .price .left {
  float: left;
  width: 48%;
}
.guide .haisha .price .left table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.guide .haisha .price .left table caption {
  text-align: right;
  font-size: 11px!important;
}
.guide .haisha .price .left table th,
.guide .haisha .price .left table td {
  padding: 5px 6px;
}
.guide .haisha .price .left table th {
  width: 80%;
  border: 1px solid #c5c5c5;
  background: #d1e2ec;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.guide .haisha .price .left table td {
  border: 1px solid #c5c5c5;
  text-align: right;
  font-size: 13px;
}
.guide .haisha .price .left table td span {
  color: #0a77d5;
}
.guide .haisha .price .left table td img {
  margin-bottom: 12px;
}
.guide .haisha .price .left table td p {
  margin-bottom: 12px;
}
.guide .haisha .price .right {
  float: right;
  width: 48%;
  padding-top: 14px;
}
.guide .haisha .sougei {
  margin-bottom: 40px;
}
.guide .haisha .sougei .stonk {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 18px;
}
.guide .haisha .hours {
  margin-bottom: 40px;
}
.guide .haisha .hours .stonk {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 30px;
}
.guide .haisha .hours .stonk p {
  font-size: 15px;
  font-weight: normal;
  padding: 4px 0 0 0;
}
.guide .haisha .hours .detail {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}
.guide .haisha .hours .detail a img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: opacity 0.3s ease;
}
.guide .haisha .hours .detail a img:hover {
  opacity: 0.7;
}
.guide .haisha .hours .detail ul {
  list-style: none;
  padding: 0;
  margin-left: 12px;
}
.guide .haisha .hours .detail ul li {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.6;
  position: relative;
  background: #faf6a2;
  padding: 11px 14px;
}
.guide .haisha .hours .detail ul li h4 {
  font-size: 18px;
  color: #0a77d5;
}
.guide .haisha .hours .attention {
  font-size: 12px;
  font-weight: normal;
  border: 1px solid #ccc;
  padding: 18px;
}
.guide .haisha .hours .attention ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide .haisha .hours .attention ul li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.guide .haisha .hours .attention ul li:before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  font-size: 12px;
  line-height: 1.4;
}
.guide .haisha .hours .attention ul li:last-child {
  padding-bottom: 0;
}
.guide .haisha .hours .attention ul li span {
  display: block;
  margin-left: 20px;
}
.guide .hoken table {
  width: 100%;
  border: 1px #B3B3B3 solid;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.guide .hoken table th,
.guide .hoken table td {
  padding: 10px 4px;
  text-align: center;
  vertical-align: top;
}
.guide .hoken table th {
  width: 18%;
  border: 1px solid #c5c5c5;
  background: #d1e2ec;
  font-size: 19px;
}
.guide .hoken table td {
  border: 1px solid #c5c5c5;
  font-size: 19px;
}
.guide .hoken table td p {
  font-size: 13px;
}
.guide .hoken table td span {
  font-size: 15px;
}
.guide .hoken-two h5 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
}
.guide .hoken-two img {
  margin-bottom: 20px;
}
.guide .hoken-two .read {
  font-size: 14px;
  margin-bottom: 10px;
}
.guide .hoken-two .price-two {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px;
}
.guide .hoken-two .price-two span {
  width: 200px;
  display: inline-block;
}
.guide .hoken-two .read {
  font-size: 14px;
  margin-bottom: 10px;
}
.guide .hoken-two .read ul {
  margin-bottom: 30px;
}
.guide .hoken-two .read ul li {
  list-style: none;
}
.guide .hoken-two .read ul li {
  font-size: 13px;
  margin-bottom: 6px;
}
.guide .houchi h2 + p {
  font-size: 14px;
  margin-bottom: 20px;
}
.guide .houchi .rule ul {
  list-style-type: decimal;
  margin-left: 20px;
}
.guide .houchi .rule ul li {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
}
.guide .houchi .not {
  margin-bottom: 30px;
}
.guide .houchi .not .attention {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: red;
  text-decoration: underline;
  margin-bottom: 6px;
}
.guide .houchi .not .attention span {
  font-size: 14px;
}
.guide .houchi .not-next {
  margin-bottom: 30px;
}
.guide .houchi .not-next h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
}
.guide .houchi .not-next p {
  font-size: 15px;
}
.guide .roadservice h2 + img {
  margin-bottom: 40px;
}
.guide .roadservice .attention {
  border: 4px solid #00693e;
  padding: 0 18px 16px 18px;
  margin-bottom: 20px;
}
.guide .roadservice .attention h3 {
  display: block;
  font-size: 18px!important;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 15px!important;
  background: #00693e !important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
  width: 910px;
  position: absolute;
  left: -50px;
  right: -50px;
  margin: auto;
}
.guide .roadservice .attention .read {
  margin-top: 55px;
  margin-bottom: 20px;
}
.guide .roadservice .attention .read ul li {
  list-style: none;
}
.guide .roadservice .attention .read ul li {
  font-size: 16px;
  font-weight: bold;
  color: #00693e;
  margin-bottom: 16px;
}
.guide .roadservice .attention .read ul li ul li {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.guide .roadservice .attention .attention-detail {
  border: 1px solid #ccc;
  padding: 12px 18px 0 18px;
}
.guide .roadservice .attention .attention-detail h4 {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 6px;
}
.guide .roadservice .attention .attention-detail ul {
  margin-left: 30px;
  margin-bottom: 14px;
}
.guide .roadservice .attention .attention-detail ul li {
  list-style: none;
}
.guide .roadservice .attention .attention-detail ul li {
  font-size: 11px;
}
.guide .agreement section {
  width: 95%;
  margin: 0 auto 40px;
}
.guide .agreement ul {
  width: 90%;
  margin: 0 auto 30px;
  list-style-type: decimal;
}
.guide .agreement ul li {
  margin-bottom: 10px;
}
.guide .agreement ul li ul li {
  font-size: 11px;
  margin-bottom: 3px;
}
.guide .agreement ul li ol {
  margin-left: 40px;
  list-style-type: upper-roman;
}
.guide .agreement ul li ol li {
  font-size: 11px;
  margin-bottom: 3px;
}
.guide .agreement .sign {
  text-align: right;
  line-height: 1.7;
}
.guide .agreement .sign .name {
  font-size: 14px;
  font-weight: bold;
}
.guide .agreement h3 {
  font-size: 16px!important;
}
.guide .agreement h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-left: 10px;
}
.guide .agreement .sou ul li {
  list-style: none;
}
/* スペシャルプライス */
.price-sp {
  margin: 20px 0 20px 0;
  width: 100%;
  height: 248px;
  background: url('/static/images/price-special.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
}
.price-sp table {
  width: 400px;
  border: 1px solid #595959;
  border-collapse: collapse;
  background-color: #fff;
  position: absolute;
  top: 20px;
  right: 50px;
}
.price-sp table td,
.price-sp table th {
  padding: 2px 10px;
  border: 1px solid #595959;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: normal;
}
.price-sp table .month {
  background: linear-gradient(135deg, #00719e 0%, #00719e 9%, #b8c8d3 17%, #00719e 28%, #00719e 100%, #714610 100%);
  color: #fff;
}
.price-sp table .price-month {
  text-align: right;
}
.price-sp table .price-month .amount {
  font-size: 25px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
}
.price-sp table .price-month .amount span {
  font-size: 15px;
}
.price-sp table .price-month .tax {
  font-size: 12px;
}
.price-sp .price-sale {
  position: absolute;
  bottom: 60px;
  right: 50px;
}
.price-sp .price-sale .monthly .price-before {
  font-size: 27px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  line-height: 1.1;
  color: #000;
  text-align: right;
  position: relative;
  text-decoration: none;
  display: inline-block;
}
.price-sp .price-sale .monthly .price-before::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  height: 1px;
  background: currentColor;
}
.price-sp .price-sale .monthly .price-big {
  font-size: 41px;
  font-weight: bold;
  font-family: 'Arial Black', Arial, sans-serif;
  line-height: 1.1;
  color: #ff0000;
  text-align: right;
}
.price-sp .price-sale .monthly .yen {
  font-size: 21px;
}
.price-sp .price-sale .monthly .kikan {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}
.price-sp .price-day {
  position: absolute;
  bottom: 15px;
  right: 50px;
}
.price-sp .price-day .monthly {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}
.price-sp .price-day .monthly > div:nth-child(2) {
  width: 150px;
  font-size: 17px;
  font-weight: normal;
}
.price-sp .price-day .monthly .before {
  font-size: 26px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  line-height: 1.1;
  text-align: right;
  text-decoration: line-through;
}
.price-sp .price-day .monthly .main {
  font-size: 34px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  line-height: 1.1;
  text-align: right;
}
.price-sp .price-day .monthly .yen {
  font-size: 21px;
}
.price-sp .price-day .monthly .kikan {
  font-size: 17px;
  color: #000;
  font-weight: normal;
  margin-left: 5px;
}
.price-sp .p-sp {
  position: absolute;
  bottom: 3px;
  right: 50px;
  font-size: 11px;
  text-align: right;
}
.price-sp .price-txt {
  position: absolute;
  bottom: 20px;
  right: 50px;
}
.price-sp .price-txt p {
  font-size: 14px;
}
/* その他 */
.other .test img {
  max-width: 100%;
  height: auto;
  display: block;
}
/*# sourceMappingURL=site.css.map */