@charset "utf-8";

/*
Theme Name: moto tech KAZZ 20250830
Version: 1.0
Author: SEIYA.WORKS
Author URI: https://seiya.works/
Description:
*/

/*============================================

base.css

============================================*/

/* リセット
------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  /*overflow-y: scroll;*/
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #666;
  text-decoration: none;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
hr,
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
  vertical-align: bottom;
}
li {
  list-style-type: none;
}

/* clearfix
------------------------------------------- */
.clearfix {
  /zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.clearfix {
  overflow: hidden;
}

/*============================================

common.css

============================================*/

/* 共通
------------------------------------------- */
body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
.wrap {
  margin: 0 auto;
  width: 980px;
}

/* ヘッダー
------------------------------------------- */
header {
  background: #262679;
}
header .wrap {
  padding: 0 0 20px;
}
header h1 {
  float: left;
  padding: 25px 0 0;
  width: 161px;
}
header .info {
  float: right;
  padding: 35px 0 0;
  width: 725px;
}
header .info ul li {
  float: left;
}
header .info ul li.dial {
  padding: 5px 0 0;
  margin: 0 16px 0 0;
  width: 196px;
}
header .info ul li.time {
  margin: 0 27px 0 0;
  width: 277px;
}
header .info ul li.mail {
  padding: 5px 0 0;
  width: 209px;
}

/* グローバルナビ
------------------------------------------- */
#gnavi {
  border-bottom: 1px solid #ddd;
}
#gnavi ul li {
  float: left;
  width: 245px;
  height: 57px;
}
#gnavi ul li a {
  display: block;
  height: 57px;
}
#gnavi ul li.nav_home {
  background: url(assets/img/common/nav_home_on.png) no-repeat;
}
#home #gnavi ul li.nav_home img {
  visibility: hidden;
}
#gnavi ul li.nav_info {
  background: url(assets/img/common/nav_info_on.png) no-repeat;
}
#info #gnavi ul li.nav_info img {
  visibility: hidden;
}
#gnavi ul li.nav_sale {
  background: url(assets/img/common/nav_sale_on.png) no-repeat;
}
#sale #gnavi ul li.nav_sale img {
  visibility: hidden;
}
#gnavi ul li.nav_maintenance {
  background: url(assets/img/common/nav_maintenance_on.png) no-repeat;
}
#maintenance #gnavi ul li.nav_maintenance img {
  visibility: hidden;
}

/* コンテンツ
------------------------------------------- */
#container {
  padding: 0 0 80px;
}
#main {
  float: left;
  width: 700px;
}
#cover .wrap {
  height: 147px;
}
#cover h2 {
  padding: 52px 0 0 20px;
}
#bcrumb {
  padding: 20px 0;
}
#bcrumb ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px 0 0;
  font-size: 93%;
}
#bcrumb ul li a {
  padding: 0 20px 0 0;
  background: url(assets/img/common/bc_bg.gif) no-repeat right 0.5em;
}
/* サイド
------------------------------------------- */
aside {
  float: right;
  width: 240px;
}
#banner ul li {
  margin: 0 0 15px;
}
.cat_navi {
  margin: 0 0 20px;
}
.cat_navi h1 {
  background: #262679;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  text-align: center;
}
.cat_navi ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #dcdcdc;
  background: #f6f6f6;
}
.cat_navi ul li a {
  padding: 0 0 0 20px;
  background: url(assets/img/common/cat_style.gif) no-repeat left 0.4em;
}
#maintenance .cat_navi h1 {
  padding: 0;
  height: 83px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(assets/img/menu_ttl.png) no-repeat;
}
/* フッター#262679
------------------------------------------- */
#pagetop {
  text-align: right;
  background: #ebf6f6;
}
#pagetop .wrap {
  padding: 7px 0 14px;
}
footer .main {
  background: #262679;
}
footer .main .wrap {
  padding: 15px 0 30px;
}
footer .main .fnavi {
  float: left;
  width: 570px;
}
footer .main .fnavi ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 20px 0 0;
  background: url(assets/img/common/foot_sep.gif) no-repeat right 0.3em;
}
footer .main .fnavi ul li a {
  padding: 0 20px 0 0;
  color: #fff;
}
footer .main .info {
  float: right;
  padding: 68px 0 0;
  width: 390px;
  color: #fff;
  text-align: right;
  background: url(assets/img/common/foot_logo.png) no-repeat right 10px;
}
#copy {
  font-size: 85%;
}

/*============================================

style.css

============================================*/

/* ホーム
------------------------------------------- */
#home #cover {
  background: #ebf6f6;
}
#home #container {
  padding: 30px 0 80px;
  z-index: 0;
}
#home #cover .wrap {
  padding: 20px 0 0;
  height: 400px;
}
#home #catch {
  position: absolute;
  top: 95px;
  left: -3px;
}
#home #bike {
  position: absolute;
  top: 35px;
  right: -24px;
}
#home_lead {
  margin: 0 0 50px;
}
.notice .title {
  padding: 0 0 9px;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
#home_info.notice .title {
  margin: 0 0 10px;
}
.notice {
  margin: 0 0 40px;
}
.notice .title h1 {
  float: left;
}
.notice .title p {
  float: right;
}
#home_info .title h1 {
  width: 196px;
}
#home_info .title p {
  width: 113px;
}
#home_info table td {
  padding: 10px 0;
}
#home_info table .time {
  width: 120px;
}
#home_info table .cat {
  width: 90px;
}
.cat span {
  padding: 2px 12px;
  color: #fff;
  font-size: 77%;
  font-weight: bold;
  background: #262679;
}
.cat span.cat_news {
  background: #f00;
}
.cat span.cat_event {
  background: #fb9807;
}
#home_arrival .title h1 {
  width: 223px;
}
#home_arrival .title p {
  width: 91px;
}
#home_arrival .block {
  margin: 0 -20px 0 0;
  width: 720px;
}
#home_arrival article {
  float: left;
  margin: 0 20px 0 0;
  width: 220px;
}
#home_arrival article figure img {
  border: 3px solid #e6e6e6;
}
#home_arrival article figure {
  margin: 0 0 5px;
}
#home_arrival article h1 {
  font-weight: bold;
}
#shop {
  border: 1px solid #ddd;
}
#shop .inner {
  padding: 20px;
}
#shop .top {
  margin: 0 0 15px;
}
#shop .top .info {
  float: right;
  width: 330px;
}
#shop .top figure {
  float: leftt;
  width: 297px;
}
#shop .top h1 {
  margin: 0 0 10px;
  font-size: 108%;
  font-weight: bold;
}
#shop .top address {
  margin: 0 0 10px;
}
#shop .top p {
  padding: 10px 15px;
  background: #ececec;
}
#shop .bottom h1 {
  margin: 0 0 5px;
  font-size: 116%;
  font-weight: bold;
}
#gmap {
  margin: 0 0 10px;
  height: 233px;
  border: 1px solid #ddd;
}
#shop .bottom .from {
  margin: 0 0 7px;
}

/* 最新情報
------------------------------------------- */
#information #cover {
  background: #f4f4f4 url(assets/img/info_cover_bg.jpg) no-repeat center top;
}
article .contents p {
  margin: 0 0 10px;
  font-size: 108%;
}
.info_post article {
  margin: 0 0 60px;
}
.info_post article .head {
  padding: 0 0 5px;
  margin: 0 0 14px;
  border-bottom: 1px solid #ddd;
}
.info_post article .cat {
  margin: 0 0 5px;
}
.info_post article h1 {
  font-size: 153.9%;
  font-weight: bold;
}

/* バイク販売
------------------------------------------- */
#sale #cover {
  background: #f4f4f4 url(assets/img/sale_cover_bg.jpg) no-repeat center top;
}
.sale_post article {
  margin: 0 0 60px;
}
.sale_post article h1 {
  padding: 5px 15px;
  margin: 0 0 30px;
  color: #fff;
  font-size: 153.9%;
  font-weight: bold;
  border-left: 6px solid #fff100;
  background: #262679;
}
.sale_post article h1 a {
  color: #fff;
}
.sale_post article .visual {
  margin: 0 0 30px;
  text-align: center;
}
.sale_post article .price {
  margin: 0 0 20px;
  text-align: right;
}
.sale_post article .price span {
  font-size: 153.9%;
  font-weight: bold;
}
.sale_post article .comment {
  padding: 10px 20px;
  border: 3px solid #e9ecf0;
}

/* 修理・車検・点検
------------------------------------------- */
#maintenance #cover {
  background: #f4f4f4 url(assets/img/maintenance_cover_bg.jpg) no-repeat center
    top;
}
#maintenance section {
  margin: 0 0 40px;
  border-top: 4px solid #262679;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#maintenance section h1 {
  padding: 20px 30px;
  font-size: 197%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#maintenance section .inner {
  padding: 30px 20px;
}
#maintenance section .top {
  margin: 0 0 20px;
}
#maintenance section .top ul li {
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  font-weight: bold;
  background: url(assets/img/common/sq_style.gif) no-repeat left center;
}
#maintenance section .block .txt {
  float: left;
  width: 420px;
}
#maintenance section .block figure {
  float: right;
  width: 220px;
}
#maintenance section .block figure img {
  border: 3px solid #e6e6e6;
}
#maintenance section .block .txt p {
  margin: 0 0 10px;
}
#maintenance section .block .txt .maker {
  padding: 15px;
  text-align: center;
  color: #262679;
  font-weight: bold;
  background: #ebf6f6;
}
#maintenance section .block {
  margin: 0 0 20px;
}
.c_box {
  margin: 0 0 50px;
}
.c_box .block {
  border-right: 1px solid #262679;
  border-bottom: 1px solid #262679;
  border-left: 1px solid #262679;
}
.c_box .block {
  padding: 25px 30px;
  background: #fafafa;
}
.c_box .block .dial {
  float: left;
  width: 310px;
}
.c_box .block .mail {
  float: right;
  padding: 7px 0 0;
  width: 247px;
}
.sub h2 {
  padding: 0 0 0 15px;
  margin: 0 0 30px;
  font-size: 182%;
  font-weight: bold;
  line-height: 1;
  border-left: 4px solid #262679;
}
#point_area {
  margin: 0 -30px 0 0;
  width: 690px;
}
#point02 {
  min-height: 470px;
}
#maintenance .sub .point {
  float: left;
  margin: 0 30px 0 0;
  width: 315px;
}
#maintenance .sub .point h3 {
  padding: 5px 5px 5px 59px;
  margin: 0 0 20px;
  color: #fff;
  font-size: 139%;
  font-weight: bold;
  background-color: #262679;
  background-repeat: no-repeat;
  background-position: 15px center;
}
#maintenance .sub #point01 h3 {
  background-image: url(assets/img/point01.png);
}
#maintenance .sub #point02 h3 {
  background-image: url(assets/img/point02.png);
}
#maintenance .sub #point03 h3 {
  background-image: url(assets/img/point03.png);
}
#maintenance .sub #point04 h3 {
  background-image: url(assets/img/point04.png);
}

#maintenance .sub .point p {
  margin: 0 0 10px;
}
#maintenance .sub .point ul {
  margin: 0 0 10px;
}
#maintenance .sub .point ul li {
  padding: 0 0 0 13px;
  color: #262679;
  font-weight: bold;
  background: url(assets/img/common/sq_style.gif) no-repeat left 0.5em;
}
#maintenance .sub .point .item {
  font-size: 93%;
}
#maintenance .sub .point .item h4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 10px;
  color: #262679;
  font-weight: bold;
  border: 2px solid #262679;
  background: #eff4fb;
}
#maintenance .sub .point .item .frame {
  padding: 15px 20px;
  margin: -2px 0 0;
  border: 2px solid #262679;
}
#maintenance .sub .point .item .frame ul {
}
#maintenance .sub .point .item .frame ul li {
  margin: 0 0 3px;
  color: #333;
  font-weight: normal;
}
#check .top .check_lead {
  margin: 0 0 20px;
}
#check .top .check_lead span {
  font-weight: bold;
}
#check .about {
  padding: 20px 20px 10px;
  margin: 0 0 20px;
  background: #ebf6f6;
}
#check .about h2,
#check .about h3,
#price h3 {
  margin: 0 0 20px;
  color: #262679;
  font-size: 139%;
  font-weight: bold;
}
#check .about p {
  margin: 0 0 15px;
  line-height: 1.8;
}
#check .about p.atc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #262679;
  line-height: 1;
  font-size: 116%;
  font-weight: bold;
  background: #fff100;
}
#price {
  margin: 0 0 30px;
}
.basic {
  margin: 0 0 10px;
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f7f9fe;
}
.basic th {
  color: #fff;
  font-weight: bold;
}
.basic th,
.basic td {
  padding: 10px 18px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.basic th {
  background: #262679;
}
.basic td .opt {
  font-size: 85%;
}
.basic .total,
.basic .cc {
  background: #dce5f5;
}
.comp p {
  margin: 0 0 10px;
  color: #f9527e;
  font-weight: bold;
}
.comp .call {
  color: #262679;
}
.comp ul li {
  color: #262679;
}
.detail {
  margin: 0 0 30px;
}
.detail h3 {
  padding: 13px;
  margin: 0 0 15px;
  color: #262679;
  line-height: 1;
  font-size: 123.1%;
  font-weight: bold;
  background: #ebf6f6;
}
.detail .inside {
  padding: 0 20px;
}
.detail .inside ol li {
  margin: 0 0 5px;
  color: #262679;
  font-size: 108%;
  font-weight: bold;
}
.ptable {
  margin: 40px 0 60px;
  width: 100%;
}
.ptable td.prev,
.ptable td.next {
  width: 20%;
}
.ptable td.list {
  text-align: center;
  width: 60%;
}
.ptable td.next {
  text-align: right;
}
.ptable a {
  color: #262679;
}

/* お問い合わせ
------------------------------------------- */
#contact #cover {
  background: #f4f4f4 url(assets/img/contact_cover_bg.jpg) no-repeat center top;
}
#FormArea {
  margin: 0 0 40px;
}
#FormArea h1 {
  border-left: 4px solid #262679;
  font-size: 182%;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
#FormArea .form_lead {
  margin: 0 0 30px;
}
#FormArea .form_lead span {
  color: #f00;
}
#FormArea table {
  border-collapse: collapse;
  margin: 0 0 20px;
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#FormArea table th,
#FormArea table td {
  padding: 20px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#FormArea table th {
  background: #f7faff;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  width: 150px;
}
#FormArea table th span {
  color: #f00;
}
#FormArea table td {
  border-bottom: 1px solid #ddd;
}
input[type="text"],
input[type="email"],
textarea,
select {
  border: 1px solid #ddd;
  padding: 4px;
}
.wide_l {
  width: 340px;
}
.wide_m {
  width: 310px;
}
.wide_s {
  width: 190px;
}
.wide_ss {
  width: 80px;
}
#FormArea .entry {
  text-align: center;
}
#Notfound {
  padding: 180px 0;
}
#Notfound .h {
  margin: 0 0 20px;
  font-size: 116%;
  font-weight: bold;
}
#Notfound p {
  margin: 0 0 10px;
  text-align: center;
}
#Notfound p a {
  text-decoration: underline;
}

/*add*/
.notice {
  width: 350px;
  float: left;
}
.google_calendar {
  width: 330px;
  margin-bottom: 20px;
  float: right;
}

.nav-sp {
  display: none;
}

/* articlefix */
article .contents img {
  max-width: 100%;
  height: auto;
}
