@charset "utf-8";

:root {
	--base-blogs-font-size:    14px;
	--base-blogs-font-weight:  700;
	--base-blogs-font-color:   #000000;
	--base-blogs-bg-color:     #ffffff;
	--base-blogs-border-color: solid 1px #888888;
	--compact-blogs-font-size: 12px;
	--description-font-size: 14px;
	--description-font-size-pc: 16px;
	--contrast-blogs-font-color: #ffffff;
	--contrast-blogs-bg-color:   #000000;

	--others-blogs-bg-color:    #ffffff;
	--others-blogs-boder-color: solid 1px #000000;
}

ul.breadcrumbs {
	display: flex;
	padding: 10px 2%;
	margin: 0;
}
ul.breadcrumbs > li {
	display: block;
	font-size: var(--compact-font-size);
}
ul.breadcrumbs > li + li {
	margin-left: 3px;
}
ul.breadcrumbs > li + li::before {
	content: "＞";
	margin-right: 3px;
}
a:hover,
a:link,
a:visited {
	color: #000000;
}

/*main section .button-others {
	width: 180px;
	margin: 0 auto 10px;
}*/
main section .button-others a {
	position: relative;
	display: block;
	padding: 5px;
	background: #333333;
	border: 1px solid #333333;
	color: #ffffff;
	text-align: center;
}
main section .button-others a:hover {
	background: #ffffff;
	color: #333333;
	text-decoration: none;
}
main section .button-others a i.fas {
	position: absolute;
	top: calc(50% - 8px);
	right: 3%;
}
a:hover { 
	text-decoration: none; 
}

.pc-only{
	display: none;
}

/*------------------------------------*/

main section.key-visual {
}

main section.pickup-service {
}
main section.pickup-service .tire-change,main section.pickup-service .keeper, main section.pickup-service .alignment{
	position: relative;
	padding: 5% 5% 0 5%;
}

main section.pickup-service .tire-change {

}
main section.pickup-service .keeper {

}
main section.pickup-service .alignment {

}

main .button-primary, main .button-secondary {
    width: 240px;
    margin: 10% auto 5%;
}
h1 {
    font-size: 1.2em;
    margin: 0.67em 0.6em;
    /*position: relative;
    top: -140px;
    left: 0;
    display: grid;
    text-align: end;
    color: #fff;*/
}
.h1-name {
	font-size: 0.6em;
    border-bottom: 1px solid #fff;
    padding-bottom: 1%;
}
.h1-sub {
	font-size: 1.2rem;
    color: #fff;
}
.h1-sub-2 {
	font-size: 2.2rem;
}

.jump{
    margin: 0 auto;
    height: auto;
    width: 100%;
    top: 42px;
    display: flex;
    z-index: 100;
    position: sticky;
}

.jump ul{
    overflow: hidden;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
}


.jump li{
    width: 25%;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    list-style: none;
    font-size: 0.7rem;
    font-weight: bold;
}

.jump a{
    color: #fff !important;
    display: inline-block;
    padding: 10%;
}
.jump_point{
        height: 20px;
    }

.li_jump_last{
      border-right:none !important;  
}

#jump-pack,#jump-period,#jump-stores{
    height: 70px;
}
.fas2{
	padding-left: 3px;
}

#pickup-service{
	width: 100%;
    height: auto;
    padding: 2% 2% 10%;
}
#pickup-service ul{
	margin: 0 auto;
	max-width: 1100px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-inline-start: 0;
}
.pickup-service-img {
	background-color: #d2c69e;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23ffffff' fill-opacity='0.21' fill-rule='evenodd'/%3E%3C/svg%3E");
    height: 120px;
    width: 120px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* はみ出た部分を非表示にします */
}

.pickup-service-img img {
    max-width: 60%; /* 幅の最大値を親の80%に設定 */
    max-height: 60%; /* 高さの最大値も親の80%に設定 */
    object-fit: contain; /* 縦横比を保ちながら全体を表示 */
}
.pickup-icon{
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: end;
}
.pickup-icon img{
	width: 40%;
	height: auto;
}
.h3-sub {
    font-size: 10px;
    text-align: right;
    line-height: 1.4;
    margin-left: 20px;
    color: #126f0a;
}
h3.h3-deco {
    position: relative;
    margin: 4% auto;
}
h3.h3-deco:before,
h3.h3-deco:after {
    content: '「'; /* beforeは左のカギ括弧 */
    position: absolute;
    top: 0;
    left: -10px; /* カギ括弧の位置を調整 */
    color: #126f0a;
}

h3.h3-deco:after {
    content: '」'; /* afterは右のカギ括弧 */
    right: -10px;
    left: auto; /* 右側にカギ括弧を配置するために必要 */
}
.lead{
	font-size: 14px;
}

.hover-border-link  {
  display: block; /* ブロックレベル要素として扱う */
  transition: border 0.3s ease-in-out; /* ボーダー表示のアニメーションを滑らかにする */
  border: 2px solid transparent; /* 通常時は透明のボーダー */
}

.hover-border-link:hover  {
  border: 2px solid #006036; /* ホバー時に青色のボーダーを表示 */
}

/*---------------------支払い--------------------------*/
main section.prices .description {
    font-size: var(--description-font-size);
    margin: 25px auto 25px;
    padding: 0 5%;
    text-align: center;
}

.payment-inner {
    max-width: 100%;
    overflow-x: auto; /* もし内容がはみ出す場合は横スクロールバーを表示 */
    padding: 2%;
}
.payment-inner h3{
	margin-bottom: 2%;
}
.payment-wrap {
	margin-bottom: 5%;
}
.payment-item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* 要素が折り返されるように */
    align-items: flex-start; /* 各列の上端に揃える */
    justify-content: flex-start;
}

.payment-item {
    flex: 0 0 calc(33.333% - 20px); /* 幅を33.333%に設定し、左右に20pxの余白を確保 */
    text-align: center;
    margin: 10px; /* 上下左右に10pxの余白を設定 */
    box-sizing: border-box; /* 余白を含めた要素の幅を計算するために必要 */
	/*margin: 2% 1.5%;*/
    box-shadow: 0 0 10px #ccc;
   	height: 110px;
}
.payment-item img{
	width: 60%;
	height: auto;
	margin-top: 5%;
}
.payment-item p{
    margin: 0 8px;
    font-size: 11px;
}

/*.payment-item-wrap-2 .payment-item:last-child {
   box-shadow: none;
}*/
.payment-item-traffic{
	height: 140px;
}
/*---------------------FAQ---------------------------*/
.h3-faq {
    background-color: #036036;
    padding: 3%;
    margin: 0 4%;
    color: #ffffff;
    /* border: 1px solid #FFF; */
} 
.faq {
    font-size: 0.7rem;
    padding-top: 0;
    margin: 0 auto;
    background-color: #AFD3E2;
    padding: 8% 2% 8%;
    /*background-image: url(../images/bg_btm.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;*/
}
.panel {
    /*border: 2px solid #17a7ce; */
    background-color: #fff;
    margin-top: 0;
    margin-bottom: 10%;
    padding: 4%;
    margin: 0 4% 4% 4%;
}
.panel > dt {
	color: #000000;
    cursor: pointer;
	padding: 8px 6px;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    width: 94%;
    background: #fff;
    margin: 0 auto;
}
 
.panel > dd {
    margin: 0px;
    padding: 2% 6%;
    font-size: 0.8rem;
}

.panel > dt > p {
    text-align: left;
    display: inline-block;
    width: 94%;
    margin: 0;
}
.panel > dt > span {
    text-align: right;
    display: inline-block;
    width: 6%;
}
.qa-img{
    text-align: center;
}
.qa-img img{
    width: 70%;
    height: auto;
}
/*------------------------------------------------*/


/*------------------------------------------------*/
section.storeblogs .swiper-container {
	overflow: hidden;
	position: relative;
}
section.storeblogs .swiper-container .swiper-wrapper {
	width: 100%;
}
section.storeblogs .swiper-container .swiper-wrapper .swiper-slide a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
	text-decoration: none;
}
section.storeblogs .swiper-button-prev {
	left: 0;
}
section.storeblogs .swiper-button-next {
	right: 0;
}
section.storeblogs .swiper-button-prev,
section.storeblogs .swiper-button-next {
    width: 20px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    top: calc(50% - 1.5px);
}
section.storeblogs .swiper-button-prev:after,
section.storeblogs .swiper-button-next:after {
    font-size: 20px;
    color: #333333;
}
/*------------------------------------------------*/

main section.banners .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
main section.banners .cont .banner {
	width: 181.5px;
	margin: 0 3px 6px;
}
main section.banners .cont .banner a {
	display: block;
	vertical-align: top;
	line-height: 0;
}
main section.banners .cont .banner a:hover {
	opacity: 0.7;
}
main section.banners .cont .banner a img {
	width: 100%;
	height: auto;
}

/*main section.access {
	display: flex;
	flex-wrap: wrap;
}*/

main section.stores{
    margin: 5% auto;
}

main section.stores .description {
    font-size: var(--description-font-size);
    margin: 25px auto 25px;
    padding: 0 5%;
    text-align: center;
}
main section.stores ul {
	width: 375px;
	display: flex;
    flex-wrap: wrap;
   	margin: 0 auto 20px;
	padding: 0;
}
main section.stores ul li.store {
	width: 182px;
	display: inline-block;
	margin: 0 2px 8px;
}
main section.stores ul li.store .photo {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
main section.stores ul li.store .photo img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.stores ul li.store .photo figcaption {
	width: 100%;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	padding: 3px;
	background: rgb(0,0,0,0.5);
}
main section.stores ul li.store .photo figcaption h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
main section.stores ul li.store .tel {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
}
main section.stores ul li.store .address {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 0 0 5px 0;
}
main section.stores ul li.store .access-map a {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 5px 2px;
	text-align: center;
	color: #cc0235;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #cc0235;
	box-sizing: border-box;
	background: #ffffff;
}
main section.stores ul li.store .access-map a:hover {
	color: #ffffff;
	background: #cc0235;
	text-decoration: none;
}
main section.stores ul li.store .detail-link a {
	display: block;
	width: 100%;
	margin-top: 5px;
	padding: 5px 2px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #333333;
	box-sizing: border-box;
	background: #333333;
}
main section.stores ul li.store .detail-link a:hover {
	color: #333333;
	background: #ffffff;
	text-decoration: none;
}

main section.other-service {
	padding-left: 2%;
}
main section.other-service h2 {
	margin: 0;
}
main section.other-service h3 {
	font-size: 18px;
	font-weight: bold;
}
main section.other-service .items {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
main section.other-service .items p {
	font-size: 14px;
}
main section.other-service .items .banner {
	width: 95%;
	margin: 0 auto 16px;
	text-align: center;
}
main section.other-service .items .banner a {
	display: inline-block;
}
main section.other-service .items .banner a img {
	width: 100%;
	height: auto;
	vertical-align: top;
	line-height: 0;
}
main section.other-service .items .banner a:hover img {
	opacity: 0.7;
}

section.storeblogs { width: 360px; margin: 60px auto; }
section.storeblogs .catch_copy { font-size: 15px; font-size: var(--description-font-size); margin: 25px auto 25px; padding: 0 5%; text-align: center;}
section.storeblogs .similar-articles { font-size: 14px; color: #000000; width: 100%; margin: 0 auto 15px; }
section.storeblogs .similar-articles { position: relative; box-sizing: border-box; }
section.storeblogs .similar-articles a { display: flex; flex-wrap: wrap; justify-content: space-around; text-decoration: none; }
section.storeblogs .similar-articles .label { position: absolute; top: 6px; left: -6px; background: #000000; padding: 3px 5px; color: #ffffff; font-size: var(--compact-blogs-font-size); }
section.storeblogs .similar-articles .photo { width: 311px; }
section.storeblogs .similar-articles .photo img { width: 100%; height: auto; }
section.storeblogs .similar-articles a:hover { opacity: 0.8; }
section.storeblogs .similar-articles .detail { width: 311px; position: absolute; bottom: 0; background: rgb(0,0,0,0.5); }
section.storeblogs .similar-articles .detail .title { position: relative; color: #ffffff; font-weight: var(--base-blogs-font-weight); margin-top: 10px; padding: 0 10px 7px; }
section.storeblogs .similar-articles .detail .title::after { content: ''; border-top: 7px solid transparent; border-right: 7px solid #ffffff; border-bottom: 7px solid #ffffff; border-left: 7px solid transparent; position: absolute; bottom: 3px; right: 3px; }
section.storeblogs .similar-articles .detail .title::before { content: ''; width: 14px; height:1px; background: #ffffff; position: absolute; bottom: 12px; right: 5px; transform: rotate(-45deg); }
section.storeblogs .similar-articles .detail .title span { display: inline-block; }
section.storeblogs .similar-articles .detail .description { display: none; font-size: var(--compact-blogs-font-size); margin: 12px 0 0; color: #888888; }
section.storeblogs .similar-articles .detail .con-button { width: 170px; position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: var(--others-blogs-bg-color); border: var(--others-blogs-boder-color); padding: 5px 10px!important; box-sizing: border-box; text-align: center; font-weight: var(--base-blogs-font-weight); }
section.storeblogs .similar-articles .detail .con-button.blog-link { display: none; }



/*------------------マップ--------------------------*/
main section.access{
    width: 100%;
    margin: 0 auto;
    padding: 10%;
}


.shop-wrap{

    display: flex;
    flex-direction: column;
}

.access-h2 {
    display: inline-block;
    border: 2px solid #f9d23c;
    padding: 1% 9%;
}

.shop-name {
    width: 100%;
    line-height: 0.8rem;
    margin: 2% auto 6%;
    line-height: 1.6rem;
}
.shop-img,.shop-text {
	width: 100%;
	height: auto;
}

.shop-img{
    /*width: auto;*/
    margin: 5% auto;
    display: flex;
    flex-direction: row;
}

.shop-img-f{
    width: 100%;
    margin: 2%;
}
.shop-img-f img{
	width: 100%;
	height: auto;
}
.pctL {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 0.8rem;
    width: 100%;
    margin: 0 auto;
    background: #fff;
}
.shoplist th, .shoplist td {
    border: 1px solid #CCCCCC;
    padding: 8px;
}
.shoplist th {
    font-weight: bold;
    color: #333333;
    background-color: #f2f2f2;
    text-align: left;
    line-height: 1.4;
    white-space: nowrap;
}
.shoplist td {
    text-align: left;
}

.shop-img-map img{
	width: 100%;
	height: auto;

	}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;	
	border: none;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
/*--------------------------------------------*/
main section.banners {
	padding: 10% 0;
}
/*-- タブレット／PC用スタイリング --*/
@media screen and (min-width:768px) and (max-width:959px) {
	main section {
/*		width: NNNpx; */
	}
	main section h2 {
	}
/*--------------------------------------------*/
	main section.service .slider-thumbnail {
		width: 762px;
		margin-bottom: 40px;
	}
	main section.service .panel {
		min-height: 384px;
	}
	main section.service .panel .info {
		padding: 10px;
	}
	main section.service .panel .info .description {
		font-size: 14px;
		line-height: 1.4;
	}
	section.key-visual{
		width: 100%;
	}
	.h1-style {
    	line-height: 3rem;
	}
	.h1-name {
    	font-size: 1em;
	}
	.h1-sub {
    	font-size: 2rem;
    }
    .jump {
        padding: 0;
        top: 65px;
    }

    .jump ul ,.special-offer-wrap , .price-wrap,.step-wrap {        
        width: 960px;

    }
    .jump li{
        font-size: 1rem;
    }
    .jump_point{
        height: 40px;
    }
    #jump-pack, #jump-period, #jump-stores {
        height: 120px;
    }

/*---------------支払い-----------------------------*/
.payment-item {
   	height: 200px;
}
.payment-item img{
	width: 60%;
}
.payment-item p {
    font-size: 15px;
}
.payment-item-traffic img {
    margin-top: 1%;
}
/*.payment-item-traffic {
    margin: 0 6%;
}*/
/*--------------------------------------------*/
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 762px;
	}
	main section.stores ul li.store {
		margin: 0 4px 10px;
	}
	main section.other-service {
		padding: 0;
	}

/*------------------FAQ--------------------------*/
	.h3-faq {
    	padding: 2%;
   		font-size: 1rem;
	}

/*------------------アクセス--------------------------*/
	/*.shop-wrap{
		display: flex;
    	flex-direction: row;
    	margin: 0 auto;
	}*/
	.access-h2{
    	display: inline-block;
    	border: 2px solid #f9d23c;
    	padding: 1% 9%;
	}
	.bg-white{
    	background: inherit;
	}
	.shop-name {
		font-size: 1.6rem;
    	line-height: 2rem;
    	text-align: center;
    	margin: 2%;
	}
	/*.shop-img{
		 width: 40%;
         margin: 2% 2% 2% 3%;
	}
	.shop-text{
		width: 60%;
    	padding: 0;
	}*/
/*--------------------------------------------*/
}
@media screen and (min-width:960px) {
	main section {
/*		width: NNNpx; */
	}
	.pc-only{
		display: block;
	}
	.sp-only{
		display: none;
	}
	h1 {
    	font-size: 2em;
	}
	.h1-sub {
    	font-size: 2rem;
    }
    .h1-name {
    	padding-bottom: 0.5%;
	}
	.h1-style {
		transform: translate(0%, -25%);
        padding: 1% 2% 2%;
        line-height: 3rem;
	}
    .jump {
        padding: 0;
        top: 65px;
    }
    .jump a {
        padding: 6% 20%; 
    }

    .jump li{
        font-size: 1rem;
    }
    main section.stores .description ,main section.prices .description{
		font-size: var(--description-font-size-pc);
	}
	#pickup-service {
    	padding: 2% 2% 2%;
	}
    #pickup-service ul {
    	justify-content: space-between;/* 要素間のスペースを均等に分配 */
    	flex-direction: row;
    }
    #pickup-service li {
    	padding: 5% 3% 0 3% ;
  		flex: 1; /* 各アイテムがコンテナの幅を3等分する */
  		margin: 0 10px; /* アイテム間のマージンを設定 */
    }
    /* 最初と最後のアイテムのマージンを調整 */
	#pickup-service li:first-child {
  		margin-left: 0;
	}

	#pickup-service li:last-child {
  		margin-right: 0;
	}

	.payment-inner {
    	max-width: 1100px;
    	overflow-x: auto;
    	padding: 2%;
    	margin: 0 auto;
	}
	.payment-item img {
    	width: 50%;
    	height: auto;
    	margin-top: 5%;
	}
	.payment-item{
		flex: 0 0 16.666%;
		height: 130px;
	}
	.payment-item-traffic{
	    margin: 1% 6%;
	}

	 .payment-item-traffic img{
        width: 80%;
        padding-top: 2%;
        margin: 3% auto 1%;
	 }
	 .payment-item-wrap {
    	padding-left: 5%;
	}
/*------------------FAQ--------------------------*/
	.h3-faq {
    	padding: 1.5%;
    	font-size: 1.2rem;
	}
	.faq-wrap {
    	max-width: 1100px;
    	margin: 0 auto;
	}
	.panel > dt {
    	font-size: 1.4em;
	}
	.panel > dd {
    	font-size: 1rem;
	}
/*------------------地図--------------------------*/
	main section.banners {
    	padding: 10% 0 0%;
	}
	main section.access {
    	padding: 0%;
	}
	.shop-wrap {
		max-width: 1100px;
    	margin: 0 auto;
    	display: flex;
    	flex-direction: row;
	}
	.shop-img {
		padding: 0 2%;
    	display: flex;
    	flex-direction: column;	
    	text-align: center;
	}
	.shop-img-f {
    	margin: 0 0% 10%;
	}
	.shop-img-f img {
    	width: 70%;
	}
	.shop-text{
		padding: 6% 5%;
	}
	.button-black{
	    margin: 6% auto;
	}
 	.pctL {
       font-size: 15px;
   }
	main section.banners .cont .banner {
		width: 230px;
		margin: 0 5px 10px;
	}
	main section.stores .description {
		margin-left: 0;
	}
	main section.stores ul {
		width: 960px;
	}
	main section.stores ul li.store {
		width: 228px;
		margin: 0 6px 10px;
	}
	main section.other-service {
		padding: 0;
	}

	section.storeblogs { width: 680px; margin-bottom: 90px; }
	section.storeblogs .similar-articles { width: 680px; border: var(--base-blogs-border-color); padding: 20px; }
	section.storeblogs .similar-articles .photo { width: 205px; display: block; }
	section.storeblogs .similar-articles .detail { position: static; background: none; padding: 0 0 0 12px; }
	section.storeblogs .similar-articles .detail .title { color: #000000; padding: 0 0 7px 0; border-bottom: var(--base-blogs-border-color); }
	section.storeblogs .similar-articles .detail .title::after,
	section.storeblogs .similar-articles .detail .title::before { display: none; }
	section.storeblogs .similar-articles .detail .description { display: block; margin: 12px 0 38px; }
	section.storeblogs .similar-articles .detail .con-button { left: auto; right: 20px; transform: none; }
	section.storeblogs .similar-articles .detail .con-button.blog-link { display: block; }
	section.storeblogs .similar-articles a:visited .detail .title,
	section.storeblogs .similar-articles a:link .detail .title,
	section.storeblogs .similar-articles a:link .detail .con-button, 
	section.storeblogs .similar-articles a:visited .detail .con-button { color: #000000; }
	section.storeblogs .similar-articles a:hover .detail .con-button { background: #000000; color: #ffffff; }
}
