/*
Theme Name: Acars
Template: glamour_tcd073
Author: Design Plus
Author URI: http://design-plus1.com/tcd-w/
Description: WordPressテーマ「GLAMOUR」
Version: 1.18.1
Updated: 2020-11-12 19:37:23

*/


/* --- 01. common ----------------------------------------------------- */



/* --- 02. entry ----------------------------------------------------- */



/* --- 03. shop ----------------------------------------------------- */
.col_4{
  width:100%;
  display:flex;
  flex-wrap:wrap;
  margin-left:-5px; /* 余白調整（任意） */
}
.col_4__item{
  width:25%;
  padding:5px;
  box-sizing:border-box;
}

/* アスペクト比 4:3 のカード */
.shop-img{ position:relative; width:100%; }
.ratio-4-3::before{
  content:"";
  display:block;
  padding-top:75%; /* 4:3 = 3/4 = 75% */
}
.shop-img img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}

/* レスポンシブ：スマホ2列 */
@media (max-width: 960px){
  .col_4__item{ width:50%; }
}
@media (max-width: 480px){
  .col_4__item{ width:50%; }
}



/* --- 04. vehicle ----------------------------------------------------- */




/* --- 05. movie ----------------------------------------------------- */




/* --- 06. parts ----------------------------------------------------- */





/* --- 07. form ----------------------------------------------------- */

h2.form-headline  {
	border-bottom: 3px solid #212121;
	padding-bottom: 5px;
}

.must {
	background: #de4343;
	padding: 0px 10px; 
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	display: inline-block;
	font-size: 90%;
	}

.optional {
	background: #666;
	padding: 0px 10px; 
	border-radius: 5px;
	margin-right: 10px;
	color: #fff;
	display: inline-block;
	font-size: 90%;
	}

.form th {
	text-align: left; 
	}
	
.form {
	width: 100%;
	border-collapse:collapse;
}
.form th {
		width: 30%;
	}
.form td {
		width: 70%;
	}
	

@media (max-width: 768px) {
	.form th,
	.form td {
		width: auto;display: block;
	}
	}

/* --- /////////////////////////////////////////////////////////// --- */




/*shoplist*/
.shop-item{background: #f5f5f5;width: 100%;margin: 10px;padding: 10px;}
.container-col  {
  display: flex;
  flex-wrap: wrap;
}

.container-col div.col {
  width: calc(25% - 10px);
  margin: 5px;
}

.container-col div.desc{
	padding: 10px;
}


.margin-t20 {margin-top: 20px!important;}

@media (max-width: 768px) {
.container-col div.col {
  width: calc(50% - 10px);
  }
}

a.btn-shop-detail{
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #AB987A;
  border: solid 2px #AB987A;
  border-radius: 3px;
  transition: .4s;	
	
  text-align: center;
  margin: 5px 0;}

a.btn-shop-detail:hover{
  background: #AB987A;
  color: white;
}

.shop-meta {margin-top: -20px;}



a img:hover {filter:alpha(opacity=80);
        -moz-opacity:0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;}

.p-article__author {color: #9fa09e;font-size: 14px;}
.p-article__author:before {content: "[";}
.p-article__author:after {content: "]";}

a.tel{color: #333!important;}
h3 a.tel {color: #333!important;font-weight: 600!important;}

h3.p-item-archive__item-title.p-article__title.js-multiline-ellipsis{color: #333;font-size: 100%;margin-bottom: 0px}
p.p-item-archive__item-price.p-article__price{color: #333;}

.white {color: #fff;}
.footer-nav{margin-bottom: 10px;}
.footer-nav{
  position: relative; 
  overflow: hidden;}
.footer-nav ul{
  position: relative;
  left: 50%;
  float: left;}
.footer-nav ul li  {
position: relative;
  left: -50%;
  float: left;
  font-size: 14px;}
.footer-nav li a {color: #fff;}
.footer-nav li:first-child:before {content: "｜"}
.footer-nav li:after {content: "｜"}
.clearfix {clear: both;}

/*コメント非表示*/
#comments,
.c-meta-box__item--comment {display: none;}


.p-header__welcart-nav, .p-entry-item__carts{display:none;}
@media only screen and (max-width: 991px) {
.p-cart-button, .p-global-nav__item-welcart--mobile { display: none; }
}

.p-header__upper-nav > .u-hidden-sm, .p-header__welcart-cart, .p-drawer__membermenu { display: none; }


/*店舗情報*/
.offerBox {text-align: center;padding: 30px; background: #f5f5f5;margin-bottom: 20px;}
.offerBox h3 {font-weight: 600;}
#shopinfo th {width: 30%;padding: 30px 0;}
#shopinfo tr {padding: 10px 0;border-color: #ddd;}
#shopinfo tr:nth-child(1) {border-top: solid 1px #ddd;}
a {word-break: break-all;}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
margin: 20px 0;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



.clearfix {clear: both;}


*, *:before, *:after {
	box-sizing: border-box;
}


.list-btn {text-align: center;margin-top: 40px;}
.shop-btn  {text-align: center;margin-bottom: 30px;}
.p-button-outline {border: 1px solid #AB987A; border-radius: 10px;padding: 20px;display: inline;}

.detail-btn {text-align: right;margin-top: 40px;margin-bottom: 10px;}
.p-button-outline-small{border: 1px solid #AB987A; border-radius: 10px;padding: 10px;display: inline;font-size: 80%}

#area-nav {width: 100%;margin-bottom: 50px;}

#segment-nav .col,
#area-nav .col {border: 1px solid #AB987A; border-radius: 10px;padding: 20px;margin-bottom: 10px;}

.shop-thumb img {width: 100%;height: auto;}

img.fit-img {
  object-fit: cover;
  object-position:50% 50%;
  aspect-ratio: 3 / 2;
}

.containar-shop{margin: 10px 0;}
.containar-shop .shop-name h1{font-size: 150%; font-weight: 600;margin-bottom: 30px}
.containar-shop .shop-meta {line-height: 1.5em;}
.phone { margin-top: 20px;}
.phone a {font-size: 120%; font-weight: 600!important;}

.center{text-align: center}

.row {
    display: flex;
    margin-left: -20px;
}
.col {
    width: 100%;
    margin-left: 20px;
}
    .col-sm-30 {  width: calc( 30% - 20px );  }
    .col-sm-70 {  width: calc( 70% - 20px );  }

    .col-dm-33 {  width: calc( 33.33333333% - 20px );  }


@media screen and (max-width: 768px) {
    .row { flex-wrap: wrap; }
 
    .col-sm-50 {  width: calc( 50% - 20px ); }
    .col-sm-40 {  width: calc( 40% - 20px ); }
    .col-sm-33 {  width: calc( 33.33333333% - 20px );  }
    .col-sm-20 {  width: calc( 20% - 20px );  }
    .col-sm-10 {  width: calc( 10% - 20px );  }
    .col-sm-30 {  width: calc( 30% - 20px );  }
    .col-sm-70 {  width: calc( 70% - 20px );  }
 
    .row-sm-blocks-2 > .col { width: calc( (100% / 2) - 20px ); }
    .row-sm-blocks-3 > .col { width: calc( (100% / 3) - 20px ); }
    .row-sm-blocks-4 > .col { width: calc( (100% / 4) - 20px ); }
}

.well h3 {font-size: 120%; font-weight: 600;margin-bottom: 10px;border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.well h2 {font-size: 150%; font-weight: 600;margin-bottom: 10px;display: inline;line-height: 2em;}
.well img {width: 50px; height:50px;border-radius: 50%;border: 1px solid #ddd;float: left;margin-right: 10px;}
.well .shop-meta  {line-height: 1.5em;margin-top: 10px;}


#segment-tag {display: block; margin-top: -20px;}
#segment-tag ul{margin: 0; padding: 0;list-style: none;}
#segment-tag li {float: left; padding: 5px 10px; background: #ddd;margin: 5px;color: #fff;display: block;}
#segment-tag li a {color: #fff;}
#segment-tag li:first-child {margin-left: 0;}

#segment-tag .repair {background: #8d230f;color: #fff;}
#segment-tag .sale {background: #1e434c;color: #fff;}
#segment-tag .purchase {background: #c99e10;color: #fff;}
#segment-tag .rolex {background: #c99e10;color: #fff;}

.p-entry__body #segment-tag li {padding: 0px 20px}


table th {text-align: right; padding-right: 10px!important;}

.p-menu-button::before {content: "menu"; font-size: 12px; display:inline;white-space:pre-wrap;  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px!important;}
  

.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 500px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #f5f5f5;
    border-radius: 10px;
    color: #333;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}


/*ブランド一覧*/
.container-brand  {
  display: flex;
  flex-wrap: wrap;
}

.container-brand div.brand {
  width: calc(25% - 10px);
  margin: 5px;
}

.container-brand div.desc{
	padding: 10px;
}

.photo {
  margin: 5px;
  width: 100%;
  max-width: 300px;
  position: relative;
  text-align: center;
}

.photo a {
  color: #333!important;	
}

.photo::before {
  content: "";
  display: block;
}
.photo img {

}

@media (max-width: 768px) {
.container-brand div.brand {
  width: calc(50% - 10px);
  }
}

.size-full img {width: 100%!important;}


/*商品表示*/
.clearfix {clear: both}
#itembox{width: 100%;}
.meta{text-align:right;}

.flexslider .slides img {
  width: 100%;
  height:100%;
  object-fit: cover!important;
  padding: 0 2px 2px 2px;
  margin: 0px auto;

}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0!important;
  padding: 0!important;
  list-style: none!important;
}
.flex-control-thumbs li {
  float: left;width: 16.66666666%;padding-right: 2px;padding-top: 2px;}

.flex-control-thumbs li:last-child{padding-right: 0px;}


.flex-control-thumbs li img {width: 100%;}

@media screen and (max-width:780px){
.meta{text-align:center;padding: 10px 0}
}



.pr-banner{width:100%;text-align: center;margin: 0 auto;}

@media screen and (max-width: 768px) {
	.pr-banner{width:100%}
}


.sub-cat-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
.sub-cat-menu  > *{
  min-width: 24%;
  max-width: 24%;
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
  margin: 2px!important;
  padding: 10px 0;

}

.sub-cat-menu > * a{
	color: #333!important;
	font-size:12px!important;
	}

.sub-cat-menu > *:hover{
	background: #f5f5f5;
	}

@media screen and (max-width: 768px) {
	.sub-cat-menu  > *{
	  min-width: 31%;
	  max-width: 31%;
	  }
	}
	
.accordion {
margin: 3em auto;
max-width: 100%;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #ccc;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
overflow: hidden;
}

.content p {
margin: 0;
padding: 0.5em 1em 1em;
font-size: 0.9em;
line-height: 1.5;
}
.toggle:checked + .title + .content {
max-height: 2500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}	



/*リンクタイプ商品表示*/

.p-item-archive {
	position: relative;
}

.p-item-archive__shop-button{
	background: #212121;
	color: #fff;
	padding:2px 10px;
	text-align: center;
	display: inline-flex;
	margin-top: -19px;
	z-index: 99;
	position: absolute;
	opacity: 0.8;
	}

.p-item-archive__shop-button:hover {color: #fff;}	

.p-item-archive__shop-button:after {
    content: '';
    display: inline-block;
    background: url('../world-watch/img/open.png') no-repeat center;
    color: #fff;
    background-size: 17px; /* サイズを指定 */
    width: 15px;
    height: 15px;
    margin-left: 5px;
    line-height: 18px;
    vertical-align: middle;
}

#new_arrival .p-item-archive__shop-link {font-size: 14px!important; color: #fff!important;line-height: 1em;}
#new_arrival .p-item-archive__shop-link a {color: #fff!important;}
#new_arrival h3.p-article__title { font-size: 14px!important; margin-top: -30px;}
#new_arrival h3.p-article__title a {color:#212121!important;}
#new_arrival .p-item-archive__item-price {margin-top: 0px;}


.white {color: #fff!important;}

#sp-pcp-id-677 .pcp-post-thumb-wrapper {
  aspect-ratio: 1 / 1.4;
  overflow: hidden;
  position: relative;
}

#sp-pcp-id-677 .pcp-post-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sp-pcp-id-676 .pcp-post-thumb-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

#sp-pcp-id-676 .pcp-post-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#sp-pcp-id-657 .pcp-post-thumb-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

#sp-pcp-id-657 .pcp-post-thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sp-pcp-id-657 h3 a,
#sp-pcp-id-676 h3 a,
#sp-pcp-id-677 h3 a{font-size: 16px; font-weight: 600;}
.sp-pcp-post-meta .fa-calendar {
  display: none;
}





.wp-element-caption{text-align: center;color:#666}
.magazine-pdf-img {margin: 0 auto;}
@media screen and (max-width: 640px) {
.magazine-pdf-img {width:70%}
	}


/*-------------------------
ブログカード
-------------------------*/
.blog-card {
border:1px solid #b1b1b1;
word-wrap:break-word;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 10px;
/* sp用 ※4 */
}

.blog-card-area {
display: -webkit-flexbox;
display: -ms-flexbox;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin-right:10px;
}

.blog-card a {
text-decoration: none;
}

.blog-card:hover {
opacity: 0.8;
}

.blog-card-title {
color: #212121;
display: block;
}
.blog-card-thumbnail {
  flex-basis: 25%;
  padding: 10px;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.blog-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* coverでトリミング拡大 */
  display: block;
}

.blog-card-content {
flex-basis: 73%;
display: flex;
flex-direction: column;
justify-content: space-between;
line-height:120%;
}

.blog-card-textarea {
display: flex;
flex-direction: column;
}

.blog-card-title {
padding:10px 10px 10px 0;
font-weight: bold;
}
.blog-card-excerpt {
font-size:0.75em;
color:#333;
margin:0 5px 5px;
}
.blog-card-next {
text-align:right;
margin-right:10px;
margin-bottom: 20px;
}
.blog-card-next:after {
background: #000;
color: white;
padding:5px 15px 5px 15px;
content: "続きを読む" ;
}

/* レスポンシブ対応 */
@media screen and (max-width: 640px) {
.blog-card-title {
padding:10px 10px 10px 0;
font-weight: bold;
}
.blog-card-excerpt {
display:none;
}
  .blog-card-thumbnail {
    flex-basis: 100%;
    aspect-ratio: 16 / 9;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card-content {
    flex-basis: auto;
    width: 100%;
  }
}



.ad-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.ad-banner-item {
  width: calc(20% - 20px);
  min-width: 200px;
  background: #fff;
  text-align: center;
  border: 1px solid #ddd;
}

.ad-banner-item a:hover {
  opacity: 0.7; 
}


.ad-banner-item img {
  max-width: 100%;
  max-height: 80px;
  height: auto;
  display: block;
  margin: auto;
}

.coming-soon {
  color: #bbb;
  font-size: 1em;
}


@media screen and (max-width: 480px) {
  .ad-banner-item {
    width: 45%; /* 2列表示を想定 */
    min-width: 100px;
  }
}

        .news-section {
            max-width: 800px;
            margin: 0 auto;
            text-align: center;
        }
        .news-section h2 {
            font-size: 24px;
            margin-bottom: 10px;
        }
        .news-section p {
            font-size: 18px;
            margin-bottom: 30px;
        }
        .news-list {
            list-style: none;
            padding: 0;
            text-align: left;
        }
        .news-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            border-bottom: 1px solid #ddd;
            font-size: 16px;
        }
        .news-item:last-child {
            border-bottom: none;
        }
        .news-item:hover {
	        background: #f1f1f1;
        }
        .news-item:after {
	        content: "→";
	        text-align: right;
        }
        
        .news-date {
            color: #212121;
            font-size: 14px;
            margin-right: 10px;
            display: inline-block;
        }
        .news-category {
            background-color: #f0f8ff;
            color: #0066cc;
            border: #0066cc 1px solid;
            padding: 2px 5px;
            border-radius: 20px;
            font-size: 12px;
            display: inline-block;
            margin-right: 10px;
            text-align: center;
            width: 80px!important;
        }
        .news-title {
            text-align: left;
            display: inline-flex;
            color:#212121;
        }
        
        


@media only screen and (max-width: 768px){
		.news-title {display: block;}	
	}        

.newly-wrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 20px;
  background: #f5f5f5;
  box-sizing: border-box;
}

.newly-wrap a {
  color: #212121 !important;
  text-decoration: none;
}

.newly-wrap a:hover {
  opacity: 0.7;
}

.newly-head {
  font-weight: 600;
  text-align: center;
  border-bottom: solid 3px black;
  padding-bottom: 5px;
}

.newly-spec {
  font-size: 90%;
  line-height: 1.5em;
}

.newly-wrap hr {
  border: none;
  border-top: 4px double #696969;
  width: 30%;
  margin: 1.5em 0;       /* ← margin auto → 削除 */
  margin-left: 0;         /* ← 左寄せに */
}

.newly-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  flex-direction: row; /* デフォルトは横並び */
}

.newly-img {
  flex: 0 0 30%;
  max-width: 30%;
}

.newly-img img {
  width: 100%;
  height: auto;
  display: block;
}

.newly-text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
}

/* ✅ 幅が狭いとき（スマホ or サイドバー）は1カラムに切り替え */
@media screen and (max-width: 768px) {
  .newly-inner {
    flex-direction: column;
  }

  .newly-img {
    max-width: 80%;
    margin: 0 auto;
  }

  .newly-text {
    max-width: 100%;
  }
}

.area-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.area-column {
  width: 50%;
  box-sizing: border-box;
}

.area-block {
  margin-bottom: 2rem;
}

.area-block h3 {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.area-block ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.area-block li {
  background: #ddd;
  border-radius: 5px;
  padding: 0.4em 0.8em;
  font-size: 0.95rem;
  font-weight: bold;
}

.area-block li a {
  color: #000;
  text-decoration: none;
}

.area-block li.disabled {
  color: #fff;
  pointer-events: none;
}
