@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700&family=Mochiy+Pop+One&family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*** リセット ***************************/
header#masthead {
    display: none;
}
h1.entry-title {
    display: none;
}

.page-content, .entry-content, .entry-summary
 {
    margin:0px;
}

footer#colophon {
    display: none;
}



.ars-cf7-label,
.ars-cf7-input {
  border-bottom: 2px solid #f49219;
}
.ars-cf7-row-last .ars-cf7-label,
.ars-cf7-row-last .ars-cf7-input {
  border-bottom: none;
}

.ars-cf7-form {
  max-width: 820px;
  margin: 0 auto 60px auto;
  font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'メイリオ', sans-serif;
  background: #f8f5ee;
}
.ars-cf7-table {
  width: 100%;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto 60px auto;
}
.ars-cf7-row {
  display: table-row;
  border-bottom: 2px solid #f49219;
}
.ars-cf7-row-last {
  border-bottom: none;
}
.ars-cf7-label, .ars-cf7-input {
  display: table-cell;
  vertical-align: middle;
  padding: 22px 15px 22px 0;
  font-size: 1.25rem;
	padding-left:50px;
}
.ars-cf7-label {
  width: 350px;
  min-width: 110px;
  color: #333;
  font-weight: 500;
  border-right: 2px solid #f49219;
}
.ars-cf7-required {
  color: #f13b3b;
  font-size: 1rem;
  margin-left: 10px;
  font-weight: normal;
}
.ars-cf7-input input,
.ars-cf7-input textarea {
  width: 100%;
  font-size: 1.2rem;
  border: 2px solid #bbb;
  border-radius: 7px;
  background: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
  outline: none;
  transition: border .2s;
}
.ars-cf7-input textarea {
  height: 180px;
  resize: vertical;
  min-height: 120px;
}
.ars-cf7-input input:focus,
.ars-cf7-input textarea:focus {
  border: 2px solid #f49219;
}
.ars-cf7-btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.ars-cf7-btn-wrap input[type="submit"] {
  background: #f36c00;
  color: #fff;
  border: none;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 0;
  padding: 18px 70px;
  cursor: pointer;
  box-shadow: none;
  transition: background .2s;
  letter-spacing: 0.2em;
}
.ars-cf7-btn-wrap input[type="submit"]:hover {
  background: #fa860d;
}

/* レスポンシブ：787px以下で1カラムに */
@media (max-width: 787px) {
  .ars-cf7-table, .ars-cf7-row, .ars-cf7-label, .ars-cf7-input {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .ars-cf7-label {
    border-right: none;
    border-bottom: none;
    padding: 16px 0 6px 0;
    font-size: 1.1rem;
    background: none;
    width: 100%;
  }
  .ars-cf7-input {
    padding: 0 0 22px 0;
    width: 100%;
  }
  .ars-cf7-row {
    border-bottom: 2px solid #f49219;
    margin-bottom: 10px;
  }
  .ars-cf7-btn-wrap input[type="submit"] {
    font-size: 1.2rem;
    padding: 14px 0;
    width: 90%;
    max-width: 340px;
  }
}

/* Contact Form 7のエラー/必須の赤字ラベルを非表示にしたい場合は下記も追加 */
/*
.wpcf7-not-valid-tip {display: none !important;}
span.wpcf7-form-control-wrap:after {display: none !important;}
*/



.ars-bloglist-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  gap: 4vw;
}
.ars-bloglist-main {
  flex: 1 1 800px;
}
.ars-bloglist-title {
  background: #4d438c;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
  border-radius: 0;
  padding: 20px 0 10px 0;
  margin-bottom: 40px;
  letter-spacing: 0.08em;
}
.ars-bloglist-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
  gap: 2.5vw;
}
.ars-bloglist-thumb {
  background: #e5e3fa;
  min-width: 230px;
  min-height: 230px;
  width: 230px;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ars-bloglist-thumb img {
  width: 130px;
  height: 130px;
  object-fit: contain;
}
.ars-bloglist-body {
  flex: 1;
}
.ars-bloglist-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  align-items: center;
}
.ars-bloglist-cat {
  display: inline-block;
  background: #4d438c;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 0;
  padding: 2px 18px;
  margin-right: 12px;
}
.ars-bloglist-date {
  color: #333;
  font-size: 1.1rem;
  margin-left: 8px;
}
.ars-bloglist-excerpt {
  color: #222;
  font-size: 1.1rem;
  line-height: 2.0;
  margin-bottom: 18px;
}
.ars-bloglist-more {
  display: inline-block;
  background: #4d438c;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 7px 22px;
  border-radius: 0;
  margin-top: 12px;
  letter-spacing: 0.1em;
  transition: opacity .2s;
}
.ars-bloglist-more:hover { opacity: .7; }

.ars-bloglist-sidebar {
  flex: 0 0 340px;
  margin-top: 0;
}
.ars-bloglist-catbox {
  border-radius: 0;
  margin-bottom: 28px;
	margin-top:35px;
}
.ars-bloglist-cathead {
  color: #fff;
  background: #4d438c;
  text-align: center;
  padding: 18px 0;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.ars-bloglist-catbox ul {
  background: none;
  padding: 20px 0 0 22px;
}
.ars-bloglist-catbox ul li {
  font-size: 1.15rem;
  color: #222;
  margin-bottom: 16px;
  list-style: none;
}
.ars-bloglist-catbox ul li a {
  color: #333;
  text-decoration: none;
}
.ars-bloglist-catbox ul li a:hover {
  text-decoration: underline;
}
.ars-bloglist-pager {
  text-align: center;
  margin-top: 30px;
}
.ars-bloglist-pager .page-numbers {
  background: #4d438c;
  color: #fff;
  border-radius: 3px;
  padding: 7px 14px;
  margin: 0 4px;
  text-decoration: none;
}

/* レスポンシブ対応 */
@media (max-width: 1100px) {
  .ars-bloglist-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .ars-bloglist-sidebar {
    max-width: 540px;
    margin: 40px auto 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ars-bloglist-title {
    font-size: 1.5rem;
    padding: 10px 0 6px 0;
    margin-bottom: 20px;
  }
  .ars-bloglist-item {
    flex-direction: column;
    gap: 12px;
  }
  .ars-bloglist-thumb,
  .ars-bloglist-thumb img {
    min-width: 120px;
    min-height: 120px;
    width: 100%;
    max-width: 340px;
    height: 120px;
    margin: 0 auto;
    display: block;
  }
  .ars-bloglist-meta {
    font-size: 1rem;
    margin-bottom: 8px;
    flex-wrap: wrap;
  }
  .ars-bloglist-more {
    font-size: 1rem;
    padding: 6px 13px;
  }
  .ars-bloglist-main, .ars-bloglist-sidebar {
    max-width: 100vw;
    width: 100%;
  }
}


/**********top php*************/
/* 背景・オーバーレイ */
.ars-topix-bg {
  background: url('images/top-blog-bg.jpg') no-repeat center center/cover;
  min-height: 100vh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
.ars-topix-overlay {
  background: rgba(0,0,0,0.35);
  width: 100vw;
  min-height: 100vh;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ars-topix-title-area {
  margin-top: 20px;
  margin-bottom: 38px;
  text-align: center;
}
.ars-topix-main-title {
  color: #fff;
  font-size: 3.4rem;
  letter-spacing: 0.14em;
  margin-bottom: 0;
  font-weight: 700;
  text-shadow: 0 4px 20px rgba(0,0,0,0.15);
}
.ars-topix-sub-title {
  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 0;
  letter-spacing: 0.11em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.18);
	font-family: "Zen Maru Gothic", sans-serif;
}
.ars-topix-cards {
  display: flex;
  gap: 48px;
  justify-content: center;
  margin-bottom: 38px;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 95vw;
}
.ars-topix-card {
  background: #fff;
  border: 2px solid #4d438c;
  width: 430px;
  min-width: 320px;
  box-sizing: border-box;
  box-shadow: 0 8px 34px rgba(60,40,80,0.10);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.ars-topix-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: #bbb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ars-topix-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ars-topix-noimg {
  width: 100%;
  height: 240px;
  background: #bbb;
  display: block;
}
.ars-topix-card-body {
  padding: 26px 18px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.ars-topix-date {
  color: #4d438c;
  font-size: 1.08rem;
  margin-bottom: 6px;
}
.ars-topix-card-title {
  font-weight: bold;
  font-size: 1.24rem;
  margin-bottom: 6px;
  color: #222;
  letter-spacing: 0.07em;
}
.ars-topix-excerpt {
  color: #444;
  font-size: 1.04rem;
  line-height: 1.75;
  margin-bottom: 12px;
  border-bottom: 1.3px solid #bbb;
  padding-bottom: 18px;
}
.ars-topix-readmore {
  color: #444;
  font-size: 1.08rem;
  margin-top: 4px;
  text-decoration: none;
  transition: color 0.18s;
}
.ars-topix-readmore:hover {
  color: #ff8800;
}
.ars-topix-btn-area {
  margin-top: 18px;
  text-align: center;
}
.ars-topix-btn {
  display: inline-block;
  background: #f36c00;
  color: #fff!important;
  font-size: 1.26rem;
  font-weight: bold;
  border-radius: 0.3em;
  padding: 18px 66px;
  text-decoration: none;
  letter-spacing: 0.12em;
  box-shadow: 0 4px 18px rgba(0,0,0,0.09);
  position: relative;
  transition: background .18s;
}
.ars-topix-btn:hover {
  background: #ff860d;
}
.ars-topix-btn-arrow {
  display: inline-block;
  font-size: 1.4em;
  vertical-align: middle;
  margin-left: 20px;
}

/* レスポンシブ */
@media (max-width: 1200px) {
  .ars-topix-cards { gap: 20px; }
  .ars-topix-card { width: 90vw; max-width: 400px; }
}
@media (max-width: 900px) {
  .ars-topix-cards { flex-direction: column; align-items: center; }
  .ars-topix-card { width: 95vw; min-width: 0; }
}
@media (max-width: 700px) {
  .ars-topix-title-area { margin-top: 8vw; }
  .ars-topix-main-title { font-size: 2.1rem; }
  .ars-topix-sub-title { font-size: 1.4rem; }
  .ars-topix-card { max-width: 97vw; }
  .ars-topix-card-body { padding: 12px 8px 12px 8px; }
  .ars-topix-btn { font-size: 1.03rem; padding: 13px 0; width: 80vw; }
}



@media (max-width: 787px) {
.ars-catch {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.12em;
    text-shadow: 2px 4px 7px rgba(0, 0, 0, 0.60);
    margin-bottom: 16px;
    font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
}
	.ars-catch-strong {
    font-size: 30px;
    letter-spacing: 0.15em;
    font-weight: 800;
    display: inline-block;
    margin-top: 8px;
}
}



@media screen and (max-width: 768px) {
  .ars-mainvisual {
    height: 700px;
    background: url('images/sp-mv01.jpg') center center / cover no-repeat;
  }
}


.ars-mainvisual {
  width: 100vw;
  height: 910px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ars-bg-slide {
  position: absolute;
  top: 0; left: 0;
  width: 100vw;
  height: 910px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 1s;
  z-index: 0;
  opacity: 0;
}
.ars-bg-slide.show {
  opacity: 1;
  z-index: 1;
}

.ars-mainvisual-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .ars-mainvisual,
  .ars-bg-slide {
    height: 700px;
  }
.ars-logo {
    width: 70px;
	  height:auto;
    margin-top: 0px;
}
}


/* スマホ版（767px以下）で縦並び */
@media screen and (max-width: 767px) {
  .f-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* 左寄せ */
    gap: 10px; /* リンク間の余白 */
		text-align:left;
  }

  .f-link a {
    display: block;
    width: 100%; /* 必要に応じて幅いっぱいに */
  }
.ars-area-text {
    flex: 0 0 0px;
    min-width: 300px;
    padding-top: 40px;
}
.faq-section {
    margin-bottom: 0px;
}
.address h2:before {
    position: relative;
    top: 30px;
    margin: 0 10px 0 0;
    content: url();
}
.address h2 {
    font-size: 26px;
    font-weight: bold;
    color: #483d8b;
    letter-spacing: 0.11em;
    margin-bottom: 60px;
}
.address p {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.11em;
    margin: 0;
    padding-top: 30px;
}
}






.back-to-top {
  position: fixed;
  bottom: 20px;      /* 画面下からの距離 */
  right: 20px;       /* 画面右からの距離 */
  opacity: 0;        /* 初期は非表示 */
  pointer-events: none;
  transition: opacity .3s ease;
  z-index: 999;
}

.back-to-top img {
	width: 93px;
	height: auto;
  display: block;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}


@media (max-width: 768px){
  .ars-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
.ars-logo-area {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding-top: 10px;
}
.back-to-top img {
    width: 60px;
    height: auto;
    display: block;
}
.ars-cf7-form {
    max-width: 820px;
    margin: 0 auto 60px auto;
    font-family: 'Noto Sans JP', '游ゴシック', YuGothic, 'メイリオ', sans-serif;
    background: #f8f5ee;
    padding: 0px 20px;
}
.trouble-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
}
.lock-marker {
    width: 10px;
    height: 32px;
    background: linear-gradient(to bottom, #f37108 0 60%, #474c9a 60% 100%);
    border-radius: 2px;
    display: inline-block;
    margin-right: 12px;
    margin-top: 35px;
    margin-bottom: 30px;
}
}






@media (max-width: 768px) {
    .immobilizer-key-left {
        width: 420px;
        margin-right: 0px;
        width: 100%;
    }
.immobilizer-key-image {
    width: 100%;
    display: block;
    background: #fff;
    border-radius: 0;
}
.psecC {
    width: 100%;
    margin: 0px auto;
    background-color: #f7f4ed;
    padding: 10px;
}
.bike-lock-text
 {
    margin-left: 0px;
    color: #333;
    font-size: 21px;
    line-height: 2.2;
    letter-spacing: 0.05em;
}
.car-key-desc p {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 18px;
    padding: 10px;
}
    .pttl03 {
        width: 100%;
        margin: 50px auto;
        padding: 0 10px;
    }
.ptable01 {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 10px;
}
.car-key-text-area {
    width: 100%;
    margin-left: 0px;
	  display: flex;
    align-items: center;
    padding: 10px;
}
.immobilizer-key-title {
    padding-left: 10px;
}
.copy {
    position: relative;
    text-align: center;
    background-color: #483d8b;
    color: #fff;
    padding: 10px 0;
    margin-bottom: -50px;
}
}


@media (max-width: 700px){
.ars-menu-icon {
  width: 100px;
  object-fit: contain;
	margin-bottom: 6px;
}
}

@media (max-width: 700px) {
.ars-topix-title-area img{
 width: 100px;
 margin-top: 8vw;
}
}




@media (max-width: 700px) {
    .ars-menu-icon {
        width: 100px;
        height: auto;
        object-fit: contain;
        margin-bottom: 6px;
    }
}




.ars-contact-btns a{
	margin:0 auto;
}







































































.pc-only {
  display: none; /* 初期状態では非表示 */
}

@media (min-width: 768px) { /* 画面幅が768px以上の場合 */
  .pc-only {
    display: block; /* 表示 */
  }
}
	
	
/* 初期状態では表示 */
.sp-only {
  display: block;
}

/* PC（タブレット以上）では非表示にする */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

