@charset "utf-8";

/* -----------------------------------------------------------
    共通
-------------------------------------------------------------- */

#brand .breadcrumblist {
}
#brand .more-link {
	margin: 10px 0 0;
}
#brand .more-link a {
	color: var(--red);
}

dl.cmn-list{
}
dl.cmn-list dt {
	font-size: 2rem;
	margin: 40px 0 20px 0;
	padding: 18px 15px 18px 40px;
    position: relative;
	font-weight: bold;
	background: #F3F4F5;
	background: url("../img/bg-gray01.png") #f0f0f0 repeat left top / cover;
	line-height: 1.4;
}
dl.cmn-list dt:first-child {
	margin: 0 0 20px 0;
}
dl.cmn-list dt::before {
    background: var(--red);
	border-radius: 3px;
	content: '';
	display: block;
	height: calc(100% - 40px);
	left: 20px;
	position: absolute;
	top: 20px;
	width: 5px;
}
dl.cmn-list dd{
	line-height: 1.7;
	padding: 0 20px;
}
dl.cmn-list dd .s{
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 0;
}

dl.cmn-list .col-list li::before {
    top: 10px;
}

.red-title {
    font-size: 2.2rem;
    color: var(--red);
    font-weight: bold;
	line-height: 1.3;
	margin: 0 0 20px;
	padding: 0 0 0 32px;
	position: relative;
}
.red-title::before {
	content: "";
	display: inline-block;
	background: url("../img/icon-section-title.svg") no-repeat center center / contain;
	width: 20px;
	height: 13px;
	position: absolute;
	left: 3px;
	top: 8px;
}

@media screen and (max-width: 768px){
	
	dl.cmn-list dt {
		margin: 30px 0 20px 0;
	}
	dl.cmn-list dd{
		padding: 0 20px;
	}
	
	.red-title {
		font-size: 2rem;
		margin: 0 0 10px;
	}
	.red-title::before {
		top: 7px;
	}
}

/*    intro-area
-------------------------------------------------------------- */
.intro-area {
	position: relative;
	background: url("../img/bg-red.png") no-repeat left top / cover;
	color: #fff;
	padding: 50px 0;
}
.intro-area .cmn-title-area .title-block {
	border-right: none;
	white-space: nowrap;
	padding: 0 20px 0 0;
}
.intro-area .cmn-title-area .section-title {
	font-size: 3.4rem;
	line-height: 1.5;
}
.intro-area .cmn-title-area .txt-block {
	border-left: 1px dashed #fff;
	padding: 0 0 0 60px;
}
.intro-area .cmn-title-area .txt-block .section-txt {
	font-size: 1.6rem;
	text-shadow: none;
}

@media screen and (max-width: 768px){

	.intro-area {
		padding: 40px 10px;
	}
	.intro-area .cmn-title-area {
		display: block;
		padding: 0;
	}
	.intro-area .cmn-title-area .title-block {
		border-right: none;
		padding: 0 10px 25px;
		white-space: normal;
	}
	.intro-area .cmn-title-area .section-title {
		font-size: 2.4rem;
	}
	.intro-area .cmn-title-area .txt-block {
		border-left: none;
		background: #fff;
		padding: 20px;
		border-radius: 5px;
	}
	.intro-area .cmn-title-area .txt-block .section-txt {
		text-shadow: none;
		color: #333;
	}

}



/*    symptom-area
-------------------------------------------------------------- */
.symptom-area{
	margin: 100px 0 0;
	padding: 50px 0 150px;
	position: relative;
	background: url("../img/bg-blog-area.jpg") repeat left top;
}
.symptom-area .inner{
	position: relative;
}
.symptom-area::before {
	content: "";
	background: url("../img/illust-watch04.png") center/cover, no-repeat;
	display: inline-block;
	width: 93px;
	height: 172px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 + 100px );
	top: -50px;
}
.symptom-area::after {
	content: "";
	background: url("../img/illust-watch05.png") center/cover, no-repeat;
	display: inline-block;
	width: 79px;
	height: 158px;
	position: absolute;
	right: calc( ( 100% - 1200px ) / 2 - 10px );
	top: 20px;
}
.symptom-area .inner::before {
	content: "";
	background: url("../img/illust-watch06.png") no-repeat center center / contain;
	display: inline-block;
	width: 100px;
	height: 160px;
	position: absolute;
	left: calc( ( 100% - 1200px ) / 2 - 60px );
	bottom: -140px;
	z-index: 1;
}


/* セクションタイトル */
.symptom-area .cmn-title-area{
	margin: 0 0 0;
	padding: 50px 0 0;
}
.symptom-area .cmn-title-area:first-child{
	margin: 0;
}

/* ボックス */
.symptom-area .symptom-box {
}
.symptom-area .symptom-title {
	font-size: 2rem;
	margin: 20px 0 0 0;
	padding: 18px 50px 18px 50px;
    position: relative;
	font-weight: bold;
	background: #F3F4F5;
	background: url("../img/blk-bg01.svg") no-repeat left top / cover;
	line-height: 1.4;
	color: #fff;
	cursor: pointer;
}
.symptom-area .box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 50px;
	background: #fff;
	display: none;
}

.symptom-area .txt-area {
	/*width: 780px;
	padding: 0 40px 0 0;
	border-right: 1px #999 dashed;*/
}
.symptom-area .txt-area dl{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.symptom-area .txt-area dl:first-child{
	margin: 0;
}
.symptom-area .txt-area dl dt {
	line-height: 1.5;
	font-size: 1.6rem;
	text-align: left;
	font-weight: 500;
    position: relative;
	padding: 0 0 0 20px;
	width: 160px;
}
.symptom-area .txt-area dl dt::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 12px;
    background: var(--red);
	width: 8px;
	height: 2px;
}
.symptom-area .txt-area dl dd{
	line-height: 1.8;
	font-size: 1.5rem;
	width: calc(100% - 160px);
}
.symptom-area .txt-area dl dd .s{
	display: block;
	font-size: 1.4rem;
	margin: 5px 0 0;
}

/* リスト */
.symptom-area .col-list {
	margin: 0;
}
.symptom-area .col-list em {
    color: var(--red);
    font-weight: 500;
	display: block;
	font-style: normal;
	font-size: 1.7rem;
	margin: 15px 0 5px;
}
.symptom-area .col-list li::before {
	top: 10px;
}
.symptom-area .col-list li {
	font-size: 1.5rem;
}
.symptom-area .col-list li:first-child em {
	margin: 0 0 5px;
}

/* ボタン */
.symptom-area .btn-area{
}
.symptom-area .btn-area .btn-more{
	margin: 20px 0 0;
}
.symptom-area .btn-area .btn-more:first-child{
	margin: 0;
}

/* アコーディオン制御 */
.symptom-area .accordion-icon{
}
.symptom-area .accordion-icon span {
	background-color: #fff;
}


@media screen and (max-width: 768px){
	
	.symptom-area{
		margin: 30px 0 0;
		padding: 40px 20px;
	}
	.symptom-area .inner{
	}
	.symptom-area::after {
		width: 50px;
		height: 101px;
		right: 60px;
		top: 10px;
	}
	.symptom-area::before {
		width: 59px;
		height: 110px;
		right: -10px;
		top: -30px;
	}
	.symptom-area .inner::before {
		display: none;
	}


	/* セクションタイトル */
	.symptom-area .cmn-title-area{
		margin: 20px 0 0px;
		padding: 0;
	}
	.symptom-area .cmn-title-area:first-child{
		margin: 0 0 25px;
	}

	/* ボックス */
	.symptom-area .symptom-box {
		box-shadow: 0 20px 20px rgba(0,0,0,.1);
	}
	.symptom-area .symptom-title {
		font-size: 1.6rem;
		margin: 15px 0 0 0;
		padding: 16px 30px 16px 20px;
	}
	.symptom-area .box {
		display: none;
		padding: 20px 20px 30px 20px;
	}

	.symptom-area .txt-area {
		width: auto;
		padding: 0 0 25px;

		border-right: none;
	}
	.symptom-area .txt-area dl{
		display: block;
		margin: 20px 0 0;
	}
	.symptom-area .txt-area dl:first-child{
		margin: 0;
	}
	.symptom-area .txt-area dl dt {
		width: auto;
	}
	.symptom-area .txt-area dl dt::before {
		top: 10px;
	}
	.symptom-area .txt-area dl dd{
		line-height: 1.8;
		font-size: 1.5rem;
		width: auto;
		padding: 5px 0 0 20px;
	}
	.symptom-area .txt-area dl dd .s{
		font-size: 1.3rem;
	}

	/* リスト */
	.symptom-area .col-list {
		margin: 0;
	}
	.symptom-area .col-list em {
		font-size: 1.7rem;
		margin: 10px 0 5px;
	}
	.symptom-area .col-list li::before {
		top: 10px;
	}
	.symptom-area .col-list li {
	}
	.symptom-area .col-list li:first-child em {
		margin: 0 0 5px;
	}

	/* ボタン */
	.symptom-area .btn-area{
	}
	.symptom-area .btn-area .btn-more{
		margin: 15px 0 0;
	}
	.symptom-area .btn-area .btn-more:first-child{
		margin: 0;
	}

	
	/* アコーディオン */
	.symptom-area .accordion-icon{
		display: block;
	}

}

/* -----------------------------
	overhaul-price-list
-------------------------------- */

.overhaul-price-list{
	border: solid 1px #ddd;
}
.overhaul-price-list:nth-child(n + 2){
	margin: 10px 0 0;
}
.overhaul-price-list .ac::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 70px;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	background: url("../img/brand01-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.rolex .ac::before{
	background: url("../img/brand02-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.tagheuer .ac::before{
	background: url("../img/brand08-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.panerai .ac::before{
	background: url("../img/brand06-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.breitling .ac::before{
	background: url("../img/brand07-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.cartier .ac::before{
	background: url("../img/brand03-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.hermes .ac::before{
	background: url("../img/brand04-removebg-preview.png") no-repeat top center / contain;
}
.overhaul-price-list.bvlgari .ac::before{
	background: url("../img/brand05-removebg-preview.png") no-repeat top center / contain;
}

.overhaul-price-list .ac {
	padding: 30px 30px 30px 100px;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	transition: 0.5s;
    font-weight: 500;
	font-weight: bold;
	background: #fff;
	font-size: 2.2rem;
	cursor: pointer;
}
.overhaul-price-list .ac:hover {
}
.overhaul-price-list .ac .accordion-icon {
	position: relative;
	height: 20px;
	width: 20px;
}
.overhaul-price-list .accordion-icon::before,
.overhaul-price-list .accordion-icon::after {
	background-color: #E00022;
	content: "";
	height: 2px;
    width: 20px;
	position: absolute;
	transition: all .3s;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.overhaul-price-list .accordion-icon::before {
	transform: rotate(0deg);
}
.overhaul-price-list .accordion-icon::after {
	transform: rotate(90deg);
}
.overhaul-price-list .ac.active .accordion-icon::after {
	transform: rotate(180deg);
}
.overhaul-price-list  .ac-contents {
	display: none;
	position: relative;
	padding: 0 50px 50px;
	background: #fff;
}

.overhaul-price-list .cau-txt{
	line-height: 1.5;
}

/* 表 */
.overhaul-price-list .detail_contents table{
    width: 100%!important;
    border-collapse: collapse;
    border: 1px solid #aaa;
    line-height: 1.4;
	margin: 0 0 40px;
	background: #fff;
}
.overhaul-price-list .detail_contents table:last-child{
	margin: 0;
}
.overhaul-price-list .detail_contents table tr{
}
.overhaul-price-list .detail_contents table th{
	text-align: center;
	font-weight: 500;
	vertical-align: middle;
    padding: 15px;
	border: 1px solid #aaa;
}
.overhaul-price-list .detail_contents table th.watch,
.overhaul-price-list .detail_contents table td.watch{
	color: var(--red);
	background: #FFF5D6;
}
.overhaul-price-list .detail_contents table td:nth-child(2){
	font-size: 2.2rem;
}
.overhaul-price-list .detail_contents table th.maker,
.overhaul-price-list .detail_contents table td.maker{
	background: #f0f0f0;
	color: #666;
}

.overhaul-price-list .detail_contents table td{
    padding: 15px;
	border: 1px solid #aaa;
	text-align: center;
	font-size: 1.8rem;
	vertical-align: middle;
	font-weight: bold;
}
.overhaul-price-list .detail_contents table td:first-child{
	text-align: left;
	font-size: 1.6rem;
	font-weight: 500;
}


.battery .overhaul-price-list .detail_contents table th.watch,
.polish .overhaul-price-list .detail_contents table th.watch,
.battery .overhaul-price-list .detail_contents table td.watch,
.polish .overhaul-price-list .detail_contents table td.watch{
	color:#333;
	background: none;
}
.battery .overhaul-price-list .detail_contents table td:nth-child(2) ,
.polish .overhaul-price-list .detail_contents table td:nth-child(2) {
    font-size: 1.8rem;
}
.battery .overhaul-price-list .detail_contents table th.maker,
.polish .overhaul-price-list .detail_contents table th.maker,
.battery .overhaul-price-list .detail_contents table td.maker,
.polish .overhaul-price-list .detail_contents table td.maker{
	background: none;
	color:#333;
}
.battery .overhaul-price-list .detail_contents table tr:first-of-type,
.polish .overhaul-price-list .detail_contents table tr:first-of-type{
	text-align: center;
    font-weight: 500;
    vertical-align: middle;
    padding: 15px;
    border: 1px solid #ccc;
    background: #7C7C84;
    color: #fff;
}
.battery .overhaul-price-list .detail_contents table tr:first-of-type th,
.polish .overhaul-price-list .detail_contents table tr:first-of-type th{
	color: #fff;
	white-space: nowrap;
}



/* 修理内容・症状 */
.overhaul-price-list.price .ac{
	padding: 30px;
}

.overhaul-price-list.price .ac::before{
	display: none;
}


/*修理料金*/
.overhaul-price-list.price-overhaul .detail_contents table td.type {
    text-align: center;
    font-size: 1.6rem;
	font-weight: 500;
}

.overhaul-price-list.price-overhaul .detail_contents table th.watch, .price-area table td.watch {
    color: var(--red);
    background: #FFF5D6;
}

.overhaul-price-list.price-overhaul .detail_contents table td.watch {
    font-size: 2.2rem;
}

.overhaul-price-list.price-overhaul .detail_contents table th.maker, .price-area table td.maker {
    background: #f0f0f0;
    color: #666;
}

@media screen and (max-width: 768px){

	.overhaul-area .ac {
		font-size: 1.6rem;
		padding: 20px 15px 20px 60px;
		line-height: 1.3;
	}
	.overhaul-price-list.price .ac{
		padding: 0 0 10px;
	}
	.overhaul-price-list .ac::before{
		width: 60px;
		height: 45px;
	}
	.overhaul-area .ac:hover {
	}
	.overhaul-area .ac .accordion-icon {
	}
	.overhaul-area .accordion-icon::before,
	.overhaul-area .accordion-icon::after {
		width: 15px;
		right: 5px;
	}
	.overhaul-area .accordion-icon::before {
	}
	.overhaul-area .accordion-icon::after {
	}
	.overhaul-area .ac.active .accordion-icon::after {
	}
	.overhaul-area .ac-contents {
		padding: 0 15px;
	}
	
	.overhaul-price-list .detail_contents table{
		margin: 0 0 20px;
	}
	.overhaul-price-list .detail_contents table th{
		padding: 5px;
		font-size: 1.1rem;
	}
	.overhaul-price-list .detail_contents table td{
		padding: 5px;
		font-size: 1.3rem;
	}
	.overhaul-price-list .detail_contents table td:first-child{
		font-size: 1.3rem;
	}
	.overhaul-price-list .detail_contents table td:nth-child(2){
		font-size: 1.5rem;
		white-space: nowrap;
	}
	.overhaul-price-list.price-overhaul .detail_contents table td.type{
		font-size: 1.1rem;
		white-space: nowrap;
	}
	.overhaul-price-list.price-overhaul .detail_contents table td.watch{
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.overhaul-price-list{
		border: none;
	}
	.overhaul-price-list .ac{
		background: none;
		padding: 20px 0 20px 60px;
		font-size: 1.6rem;
	}
	.overhaul-price-list .ac-contents{
		display: block;
		padding: 0;
		background: none;
	}
	
	.overhaul-price-list .ac .accordion-icon{
		display: none;
	}
	
	.battery .overhaul-price-list .detail_contents table td:nth-child(2), 
	.polish .overhaul-price-list .detail_contents table td:nth-child(2){
		font-size: 1.3rem;
	}
	
	.battery .overhaul-price-list .detail_contents table tr:first-of-type th,
	.polish .overhaul-price-list .detail_contents table tr:first-of-type th{
		white-space: inherit;
	}
	
}


