@charset "utf-8";
/* レイアウトのためのCSS */
body {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  font-size: clamp(0.625rem, 0.55rem + 0.38vw, 1rem);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}
.biz {
  font-family: "BIZ UDGothic", sans-serif;
}
.cabin {
  font-family: "Cabin", sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-behavior: smooth;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: #eee;
  text-decoration: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.bold{
	font-weight: bold;
}

@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media screen and (min-width: 561px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 1101px) {
  .sp-nav-only {
    display: none;
  }
  .sp-nav-mt {
    margin-top: 0;
  }
}
@media screen and (max-width: 1100px) {
  .sp-nav-only {
    display: block;
  }
  .sp-nav-mt {
    margin-top: 2rem;
  }
}
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.align-item {
  align-items: center;
}
.mt0 {
  margin-top: 0;
}
.mt5 {
  margin-top: 0.5rem;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mt100 {
  margin-top: 100px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb100 {
  margin-bottom: 100px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
/*.anchor{
  padding-top:200px;
  margin-top:-200px;
}*/
/*可変マージン（レスポンシブ）
   -------------------------------------------- */
.mt20-40 {
  margin-top: clamp(2rem, 5.5vw, 4rem);
}
.mt30-50 {
  margin-top: clamp(3rem, 7.5vw, 5rem);
}
.mt50-100 {
  margin-top: clamp(5rem, 14vw, 10rem);
}
.mb20-40 {
  margin-bottom: clamp(2rem, 5.5vw, 4rem);
}
.mb30-50 {
  margin-bottom: clamp(3rem, 7.5vw, 5rem);
}
.mb40-80 {
  margin-bottom: clamp(4rem, 9.5vw, 8rem);
}
.mb50-100 {
  margin-bottom: clamp(5rem, 14vw, 10rem);
}
.mb60-200 {
  margin-bottom: clamp(6rem, 22vw, 20rem);
}
.pt10 {
  padding-top: 1rem;
}
.pt15 {
  padding-top: 1.5rem;
}
.pt20 {
  padding-top: 2rem;
}
.pt25 {
  padding-top: 2.5rem;
}
.pt30 {
  padding-top: 3rem;
}
.pt40 {
  padding-top: 4rem;
}
.pt50 {
  padding-top: 5rem;
}
.pt60 {
  padding-top: 6rem;
}
.pt80 {
  padding-top: 8rem;
}
.pt100 {
  padding-top: 10rem;
}
.pt40-80 {
  padding-top: clamp(4rem, 9vw, 8rem);
}
.pb40-80 {
  padding-bottom: clamp(4rem, 9vw, 8rem);
}
.padding20 {
  padding: 20px;
}
.padding10 {
  padding: 10px;
}
.padding-x {
  padding: 0 10px;
}
.padding-l {
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
}
.padding-l2 {
  padding-left: clamp(1.563rem, 1.335rem + 1.14vw, 2.188rem);
}
/* コンテナ幅設定
   -------------------------------------------- */
[class*="width-box-"] {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
/* 各幅設定 - 100px単位で拡張 */
.width-box-260 {
  max-width: 260px;
}
.width-box-300 {
  max-width: 300px;
}
.width-box-400 {
  max-width: 400px;
}
.width-box-500 {
  max-width: 500px;
}
.width-box-510 {
  max-width: 510px;
}
.width-box-600 {
  max-width: 600px;
}
.width-box-640 {
  max-width: 640px;
}
.width-box-700 {
  max-width: 700px;
}
.width-box-800 {
  max-width: 800px;
}
.width-box-900 {
  max-width: 900px;
}
.width-box-1000 {
  max-width: 1000px;
}
.width-box-1100 {
  max-width: 1100px;
}
.width-box-1200 {
  max-width: 1200px;
}
.width-box-1300 {
  max-width: 1300px;
}
.width-box-1400 {
  max-width: 1400px;
}
/* area */
section {
  margin: 20px auto;
}
:target::before {
  content: ""; /* 空のコンテンツを挿入 */
  display: block;
  height: 80px; /* 固定ヘッダーの高さ分 */
  margin-top: -80px; /* 高さ分を相殺 */
}
#container {
  overflow-x: hidden;
  /*以下、IE11用*/
  z-index: 1;
  position: relative;
}
/* font-family */
h1, h2, #service .service-area section h3, #g-nav, #footer-link, .scrolldown1 span, #vidual-area dt, .footer-logo {
  letter-spacing: 0.1em;
}
/* heading */
h2 {
  font-size: 2rem;
  margin: 0 0 50px 0;
  /*text-transform: uppercase;*/
}
/* header */
#header h1 a {
  color: #ddd;
}
#header h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 0 0 0 2%;
  line-height: 1;
  white-space: nowrap;
}
.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
@media screen and (max-width:1100px) {
  #header h1 {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 0;
    width: clamp(4.625rem, 3.834rem + 3.51vw, 6.25rem);
  }
}
.scrolldown1 span {
  transform: rotate(-90deg);
  text-transform: uppercase;
  left: -23px;
  top: -31px;
}
/* main */
/*#main-area {
  padding-top: clamp(3.75rem, 3rem + 3.75vw, 7.5rem);
}*/
.main-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main-img {
  cursor: pointer;
  max-width: 1200px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
position: relative;	 
	z-index: 1;
}

.main-img img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
  width: 100%;
  
}

.main-img:hover img {
  transform: scale(1.1); /* 拡大 */
  	 	
}

.main-catchcopy{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: clamp(20px, 3vw, 40px);
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    width: 100%;
	z-index: 2;
}


.con-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-c {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.column {
  flex: 1;
  /*padding: 10px;*/
}
.column2 {
  flex: 2;
  /*padding: 10px;*/
}
.flex-50 {
  flex-basis: 50%;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.position {
  position: relative;
}
.wakuwaku-ttl {
  /* max-width: clamp(10.25rem, 7.9rem + 11.75vw, 22rem);*/
  font-size: clamp(0.969rem, 0.73rem + 1.19vw, 1.625rem);
  text-align: center;
  margin: 0 auto 30px;
}
.wakuwaku-text {
  font-size: clamp(0.625rem, 0.538rem + 0.38vw, 1rem);
  text-align: center;
  line-height: 2.0;
}
.flex-outer {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.flex-item {
  flex: 1;
  padding: 0 10px;
  text-align: center;
}
.shop-ttl {
  max-width: 346px;
  margin: 0 auto;
}
.yellow-area {
  background-color: #f9be00;
  padding: 40px 0;
}
.good-ttl {
  font-size: clamp(1.563rem, 1.25rem + 1.56vw, 3.125rem);
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
}
.section-ttl {
  color: #d22535;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
}
.section-ttl2 {
  color: #d22535;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
  margin-top: 2rem;
}
.section-ttl-w {
  color: #ffffff;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
}
.section-ttl-o {
  color: #ec9300;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
  margin-top: 2rem;
}
.section-sub-ttl {
  font-size: clamp(1rem, 0.942rem + 0.26vw, 1.25rem);
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}
.map-ttl {
  color: #d22535;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
}
.map-ttl-sp {
  display: none;
}
.flex-outer2 {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flex-item2 {
  flex-basis: 50%;
  padding: 10px;
}
.flex-item2 img {
  vertical-align: bottom;
}
.flex-outer3-img {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.flex-item3 {
  width: calc(33.333% - 13px); /* 3分割からマージン分を引く */
  margin-right: 20px;
}
.flex-item3:last-child {
  margin-right: 0; /* 最後だけ余白を消す */
}
.shop-logo01 {
  position: absolute;
  right: 0;
  top: -60px;
}
.shop-logo02, .shop-logo03 {
  position: absolute;
  right: 0;
  top: -80px;
}
.catch {
  font-size: clamp(1rem, 0.912rem + 0.44vw, 1.438rem);
  text-align: center;
  margin: 10px auto;
  font-weight: normal;
}
.tel-bar {
  background-color: #595757;
  border: #000 1px solid;
  padding: 5px;
}
.tel-bar p {
  color: #fff;
  text-align: center;
  font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.188rem);
  position: relative;
  padding-left: 20px;
}
.tel-bar p:before {
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: block;
  width: 44px;
  height: 17px;
  background: url("../images/tel_bar_icon.svg") no-repeat center;
  background-size: 44px 17px;
}
.flex40 {
  flex-basis: 40%;
  text-align: center;
}
.flex52 {
  flex-basis: 52%;
  text-align: center;
}
.flex-outer3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.time {
  font-size: clamp(0.875rem, 0.813rem + 0.31vw, 1.188rem);
  text-align: left;
}
/* footer */
#footer {
  align-items: center;
  padding: 5%;
  background-color: #000;
}
.flex-footer {
  display: flex;
  justify-content: space-between;
}
.footer-item {
  flex-basis: 48%;
  margin-bottom: 30px;
}
.footer-item48 {
  width: 48%;
  max-width: 412.8px;
}
.foot-hr {
  border-top: #fff 1px solid;
  padding: 10px 0;
  margin-top: 24px;
}
.foot-ttl {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  border-bottom: #fff 1px solid;
  margin-bottom: 10px;
}
.flex-start {
  display: flex;
  justify-content: flex-start;
  gap: 20px 50px;
}
.foot-l {
  display: flex;
  gap: 20px 50px;
}
.foot-r {
  display: flex;
  gap: 20px 40px;
}
.foot-nav {
  display: block;
}
.foot-nav li {
  color: #fff;
  font-size: 11px;
  text-align: left;
  position: relative;
}
.icon01, .icon02, .icon03, .icon04, .icon05, .icon06, .icon07, .icon08, .icon09 {
  padding-left: 24px;
}
.icon01 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon01.png") no-repeat center;
  background-size: 18px 18px;
}
.icon02 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon02.png") no-repeat center;
  background-size: 18px 18px;
}
.icon03 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon03.png") no-repeat center;
  background-size: 18px 18px;
}
.icon04 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon04.png") no-repeat center;
  background-size: 18px 18px;
}
.icon05 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon05.png") no-repeat center;
  background-size: 18px 18px;
}
.icon06 a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/foot-icon06.png") no-repeat center;
  background-size: 18px 18px;
}
.icon07 a::before {
  position: absolute;
  top: 12px;
  left: -5px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/icon_whatsnew_red.png") no-repeat center;
  background-size: 18px 18px;
}
.icon08 a::before {
  position: absolute;
  top: 12px;
  left: -5px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/icon_contact_red.png") no-repeat center;
  background-size: 18px 18px;
}
.icon09 a::before {
  position: absolute;
  top: 12px;
  left: -5px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../images/common/icon_insta_red.png") no-repeat center;
  background-size: 18px 18px;
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width:980px) {
  .flex-footer {
    display: block;
  }
  .footer-item48 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width:820px) {
  .wakuwaku-ttl {
    margin: 0 auto 20px;
  }
  .wakuwaku-text {
    line-height: 1.6;
  }
  .container-c {
    flex-direction: column;
  }
  .container {
    flex-direction: column-reverse;
  }
  .flex-outer2 {
    display: block;
  }
  .flex-item2 {
    padding: 0;
  }
  .flex-item2 img {
    width: 100%;
  }
  .flex-outer3-img {
    display: block;
  }
  .flex-item3 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #footer {
    justify-content: center;
    padding: 5% 0;
  }
  #footer small {
    padding: 10% 0;
    text-align: center;
  }
}
/* スマホ用（最大幅560px） */
@media (max-width: 560px) {
  /*.main-inner {
    padding: 0 20px;
  }*/
  /*.main-img {
    margin: 10px auto;
  }*/
  /*.wakuwaku-ttl {
    margin: 0 auto;
  }*/
  .yellow-area {
    padding: 20px 0;
  }
  .pt50 {
    padding-top: 2.5rem;
  }
  .padding20 {
    padding: 20px 20px 0;
  }
  .section-ttl2 {
    text-align: left;
  }
  .section-sub-ttl {
    /*text-align: left;*/
    margin-bottom: 0;
  }
  .shop-logo01 {
    top: -40px;
  }
  .shop-logo01 img {
    width: 83px;
  }
  .flex-outer3 {
    /*max-width: 264px;*/
    margin: 10px auto;
  }
  .tel-bar p::before {
    right: 0;
  }
  #footer {
    padding: 10% 3%;
  }
  .flex-start {
    display: block;
  }
  .foot-l {
    gap: 0;
  }
  .foot-nav {
    flex-basis: 48%;
  }
  .foot-r {
    gap: 0;
  }
  .foot-r div {
    flex-basis: 48%;
  }
}
/*2025/6追加*/
.news-area-stripe-gray {
  background-image: repeating-linear-gradient(110deg, #d7d8d8, #d7d8d8 250px, #dddddd03 250px, #dddddd03 250px, #dddddd 250px, #dddddd 450px);
  padding: 20px 0;
}
.news-box-red {
  margin: 2rem auto;
  border: solid 1px #d22535;
  padding: 5px;
}
.news-box-red iframe {
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.glay-bg {
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  padding: 4rem 0 4rem;
}
.glay-bg-pc {
  background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
}
.about-bt {
  background-color: #595757;
  padding: 5px 20px;
  color: #fff;
  text-align: center;
  margin: 1rem auto 4rem;
  transition: background-color 0.3s ease; /* ホバー時のトランジション */
}
.about-bt:hover {
  background-color: #d22535; /* ホバー時の色 */
}
.shop-logo {
  height: 70px;
}
#map {
  background: linear-gradient(to bottom, #c9caca 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
  padding-top: 140px;
  margin-top: -140px;
}
#map-red {
  background: linear-gradient(to bottom, #F1D6CB 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
  padding-top: 100px;
  margin-top: -100px;
}
#map-or {
  background: linear-gradient(to bottom, #f3e7d0 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
  padding-top: 100px;
  margin-top: -100px;
}
#map p {
  font-size: 15px;
}
.va-top {
  vertical-align: top;
}
.map-add {
  font-size: clamp(1rem, 0.942rem + 0.26vw, 1.25rem);
  margin-bottom: 20px;
  font-weight: bold;
}
.flex-item6 {
  width: calc(66.666% - 13px); /* 3分割からマージン分を引く */
}
.indent {
  text-indent: -1em;
  padding-left: 1em;
}
.element {
  background-image: url("../images/top/loop-img-bg.png"); /* 背景画像 */
  background-repeat: no-repeat; /* 必要に応じて */
  background-size: contain; /* 必要に応じて */
  background-position: bottom; /* 右下端に配置 */
  /* 他のスタイル */
}
.element-sp {
  display: none;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}

.top-toyota{
	max-width: 170px;
	margin: 1rem auto;
}

.top-jms{
	max-width: 158px;
	margin: 1rem auto;
}

.top-garage{
	max-width: 148px;
	margin: 1rem auto;
}

.page-toyota {
    max-width: 173px;
    margin: 0 auto;
	padding-bottom: 2rem;
    }

.page-jms{
	max-width: 200px;
	margin: 0 auto;
	padding-bottom: 2rem;
    }

.page-garage{
	max-width: 200px;
	margin: 1rem auto;
	padding-bottom: 2rem;
	}

/*html*/
.toyota-stripe {
  background-image: repeating-linear-gradient(110deg, #BA0E14, #BA0E14 250px, #c9151E03 250px, #c9151E03 250px, #c9151E 250px, #c9151E 450px);
  padding: 20px 0;
}
.jms-stripe {
  background-image: repeating-linear-gradient(110deg, #E88500, #E88500 250px, #EC930003 250px, #EC930003 250px, #EC9300 250px, #EC9300 450px);
  padding: 20px 0;
}
.red-bg {
  background: linear-gradient(to bottom, #F1D6CB 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
}
.orange-bg {
  background: linear-gradient(to bottom, #f3e7d0 0%, #ffffff 100%);
  padding: 4rem 0 2rem;
}
.page-logo {
  width: 186px;
}
.page-logo-j {
  width: 112px;
}
.page-logo-j img {
  text-align: end;
}
.page-ttl {
  font-size: 23px;
  padding: 1rem;
}
.page-info-ttl {
  font-size: clamp(20px, 3vw, 26px);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news iframe {
  width: 100%;
  margin: 2rem auto;
  min-height: 456px;
}
.about-img3 {
  margin: 0 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-img3 li {
  margin: 0 auto;
  padding: 10px;
  width: calc(33.333% - 10px); /* 3分割からマージン分を引く */
  text-align: center;
}
.about-img-ttl {
  font-size: 18px;
  font-weight: bold;
}
.about-text {
  font-size: 15px;
}
.width260 {
  max-width: 260px;
}
.width480 {
  width: 480px;
}
/*garage*/
/* Flex */
.fl-align-center {
  align-items: center;
}
.fl-con-center {
  justify-content: center;
}
/* マージン */
.ml0 {
  margin-left: 0;
}
/* パディング */
.p10 {
  padding: 1rem;
}
/* 可変パディング */
.pt10-30 {
  padding-top: clamp(1rem, 4vw, 3rem);
}
/* スライド */
.loop img {
  border-radius: clamp(10px, 3.5vw, 25px);
}
.loop {
  margin: clamp(2rem, 5.5vw, 4rem) auto !important;
}
/* GRガレージ音更 */
.font-gray {
  color: #595757;
}
.garage-logo {
  width: 114px;
}
.garage-stripe {
  background-image: repeating-linear-gradient(110deg, #4c4b4b, #4c4b4b 250px, transparent 250px, transparent 250px, #595757 250px, #595757 450px);
  padding: clamp(30px, 5vw, 60px) 0;
}
.mini-bt {
  display: inline-block;
  width: 100%;
  max-width: 260px;
  padding: .5rem 0;
  margin-bottom: 1rem;
}
/*shop-info*/
.shop-info-ttl {
  position: absolute;
  color: #d22535;
  font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  font-family: "Cabin", sans-serif;
  top: 5%;
  left: clamp(1.25rem, 0.795rem + 2.27vw, 2.5rem);
}
.shop-catch {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: clamp(20px, 3vw, 26px);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  width: 100%
}
.shopinfo-tbl1 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 90%; /* table幅を100%に指定 */
  margin: 1rem auto;
}
.shopinfo-tbl1 th, .shopinfo-tbl1 td {
  display: block; /* セルをブロック要素に指定 */
  width: 100%; /* セルを親要素いっぱいの幅に指定 */
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.shopinfo-tbl1 th {
  font-weight: 700;
  color: #000;
  border: none;
  width: 100%;
}
.shopinfo-tbl2 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 90%; /* table幅を100%に指定 */
  margin: 1rem auto;
}
.shopinfo-tbl2 th, .shopinfo-tbl2 td {
  display: block; /* セルをブロック要素に指定 */
  width: 100%; /* セルを親要素いっぱいの幅に指定 */
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 14px;
  padding: 10px;
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
}
.shopinfo-tbl2 th {
  font-weight: 700;
  color: #000;
  border: none;
  width: 100%;
}
.shopinfo-text-r {
  text-align: right;
  font-size: 14px;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .shopinfo-tbl1 th, .shopinfo-tbl1 td {
    display: table-cell; /* デフォルト値に指定 */
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
  }
  .shopinfo-tbl1 th {
    color: #000;
    border-right: 1px solid #000;
    width: 100%;
  }
  /*.shopinfo-tbl tr th:first-child {
        width: 100px; 
    }*/
  .shopinfo-tbl2 th, .shopinfo-tbl2 td {
    display: table-cell; /* デフォルト値に指定 */
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    color: #000;
  }
  .shopinfo-tbl2 th {
    color: #000;
    border-right: 1px solid #000;
    width: 35%;
  }
}
@media screen and (min-width: 821px) {
  .br-820 {
    display: none;
  }
	
.pt40-sp{
		padding-top: 0;
	}	
	
.pb20-sp{
		padding-bottom: 0;
	}		
}
/* スマホ用（最大幅820px） */
@media (max-width: 820px) {
  .element {
    display: none;
  }
  .element-sp {
    display: block;
    position: relative;
  }
  .wakuwaku-sp-position {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
  }
  .br-820 {
    display: block;
  }
	
	.pt40-sp{
		padding-top: 4rem;
	}
	
	.pb20-sp{
		padding-bottom: 2rem;
	}	
	
}
/* スマホ用（最大幅768px） */
@media (max-width: 768px) {
  .news-area-top {
    background: url(../images/top/top-news-bg.jpg) no-repeat;
    height: 1000px;
  }
  .news-box-red {
    border: none;
    margin: 0 auto;
  }
  .news-area-top .news-box iframe {
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  .flex-outer {
    flex-direction: column; /* 縦並び */
    gap: 0;
  }
  .flex-item6 {
    width: 100%;
  }
  .about-img3 li {
    width: calc(50% - 10px); /* 3分割からマージン分を引く */
  }
  .map-ttl {
    display: none;
  }
  .map-ttl-sp {
    color: #d22535;
    font-size: clamp(1rem, 0.888rem + 0.56vw, 1.563rem);
    font-weight: bold;
    letter-spacing: 0.1em;
    padding-left: clamp(0rem, -0.455rem + 2.27vw, 1.25rem);
    display: block;
    padding-top: 2rem;
  }
  .order-1 {
    order: 2; /* スマホで3番目に表示 */
  }
  .order-2 {
    order: 1; /* スマホで1番目に表示 */
  }
}
@media screen and (max-width:560px) {
  .glay-bg-pc {
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
    padding: 4rem 0 2rem;
  }
  .glay-bg-sp {
    background: linear-gradient(to bottom, #e6e6e6 0%, #ffffff 100%);
    padding: 2rem 0 2rem;
  }
  .about-img3 {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
  .about-img3 li {
    width: calc(100% - 10px); /* 3分割からマージン分を引く */
  }
  .width480 {
    width: 100%;
  }
}
/* SHOP INFO マップ */
/*.guide {
  background-color: #000;
}
.guide-map {
  position: relative;
  width: 100%;
  max-width: 539px;
  aspect-ratio: 539 / 463;
  background: url("../images/shopinfo/map.png") no-repeat center / contain;
}
.map-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
  background: none;
  border: none;
  color: transparent;
  cursor: pointer;
}*/
/* 実測％座標 */
/*.btn-A {
  top: 51.52%;
  left: 32.33%
}
.btn-B {
  top: 46.65%;
  left: 52.32%
}
.btn-C {
  top: 19.01%;
  left: 34.88%
}
.btn-D {
  top: 41.14%;
  left: 29.31%
}
.btn-E {
  top: 41.14%;
  left: 33.58%
}
.btn-F {
  top: 76.30%;
  left: 51.53%
}
.guide-panels {
  width: 100%;
  color: #fff;
  position: relative;
  aspect-ratio: 8 / 9;
}
.panel {
  width: 100%;
  padding: 1rem clamp(1rem, 4vw, 3rem);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .4s ease, visibility 0s .4s;
}
.panel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .4s ease;
}
.panel h3 {
  font-size: clamp(18px, 2vw, 20px);
  line-height: 1.2em;
  margin-bottom: 1rem;
}
.panel h3 span:not([class]) {
  display: inline-flex;
  width: 20px;
  height: 20px;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  font-size: .9em;
  margin-right: .3rem;
}
.font-small {
  font-size: .8em;
}

*/