@charset "utf-8";

/*    price-date-area ※mac配下ページ
-------------------------------------------------------------- */
.price-date-area{
    padding: 90px 0;
    background-color: #F5FBFB;
}
.price-date-area .description-txt{
    line-height: 1.7;
    text-align: center;
    margin: 50px 0 0 0;
    font-size: 1.9rem;
}
.price-date-area dl.tab-dl{
    margin: 20px 0 0 0;
    justify-content: center;
    font-size: 1.9rem;
}
.price-date-area dl.tab-dl dt{
    width: 100px;
    padding: 25px 0;
}
.price-date-area dl.tab-dl dd{
    padding: 25px 0;
}

.price-date-area table{
    margin: 30px auto 15px;
    border: 1px solid #ddd;
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.price-date-area table tr{
    border-bottom: 1px solid #ddd
}
.price-date-area table tr th,
.price-date-area table tr td{
    padding: 20px 20px;
    width: calc(100% / 3);
    text-align: center;
}

/* tr.top-th */
.price-date-area table tr.top-th th{
    border-right: 1px solid #ddd;
    background: url("../img/slash-bg3.png") repeat left top / 30px auto;
	background: #7C7C84;
	background: #354341;
	color: #fff;

	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
}

/* th.model */
.price-date-area table tr th.model{
    border-right: 1px solid #ddd;

    font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: left;
}
.price-date-area table thead tr th.model{
	text-align: center;
}
.price-date-area table tr th.model span{
    font-size: 2rem;
}

/* td.price */
.price-date-area table tr td.price{
    border-right: 1px solid #ddd;
}
.price-date-area table tr td.price strong{
    display: inline-block;
    font: 400 2.2rem / 1 'Lato', sans-serif;
    margin: 0 5px;
    color: #00a95f;
}
.price-date-area table tr td.price small{
    font-size: 1.2rem;
    color: #777;
}

/* td.date */
.price-date-area table tr td.date{
    font-size: 1.8rem;
    color: #00a95f;
}

.price-date-area table tr td.date a {
	font-size: 1.6rem;
}

.price-date-area table tr td a{
    text-decoration: underline;
}
.price-date-area table tr td a:hover {
    color: #00A95F;
    border: none;
}

.price-date-area .txt{
    font-size: 1.5rem;
}

/* 一部レイアウト差分 */
#mac-trackpad .price-date-area table tr th.model,
#mac-lcdscreen .price-date-area table tr th.model,
#mac-water-accident .price-date-area table tr th.model {
    font-size: 1.6rem;
}
#mac-trackpad .price-date-area table tr th.model span,
#mac-lcdscreen .price-date-area table tr th.model span,
#mac-water-accident .price-date-area table tr th.model span {
    font-size: 1.5rem;
}

/* 20260605 料金表モデル番号修正 ※バッテリー交換・キーボード修理 */
.price-date-area.in-model table tr th.model,
.price-date-area.in-model table tr td.model {
	width: 45% !important;
}

.price-date-area.in-model table tr th.price,
.price-date-area.in-model table tr td.price {
	width: 30% !important;
}

.price-date-area.in-model table tr th.date,
.price-date-area.in-model table tr td.date {
	width: 25% !important;
}

.price-date-area.in-model table tr th.model span{
    font-size: 1.5rem;
}

.price-date-area.in-model .model-num {
	margin-top: 8px;
}
.price-date-area.in-model .model-num p {
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight: normal;
	color: #666;
}
.price-date-area.in-model .model-num .num-ttl,
.price-date-area.in-model .model-num .num-ttl span {
	font-size: 1.4rem!important;
}

@media screen and (max-width: 768px) {
	.price-date-area{
        padding: 50px 0;
    }
    .price-date-area .description-txt{
        margin: 30px 0 0 0;
        font-size: 4.07vw;
    }
    .price-date-area dl.tab-dl{
        margin: 20px 0 0 0;
        justify-content: center;
        font-size: 4.07vw;
        line-height: 1.8;
    }
    .price-date-area dl.tab-dl dt{
        width: 25vw;
        padding: 10px 0;
    }
    .price-date-area dl.tab-dl dd{
        width: 75vw;
        padding: 10px 0;
        line-height: 1.8;
    }
    .price-date-area table{
        margin: 20px 0 15px;
        width: 100%;
    }

	.price-date-area table thead tr th{
        display: none;
    }
    .price-date-area table tr:nth-child(1){
        border-top: 1px solid #ddd
    }
    .price-date-area table tr th,
    .price-date-area table tr td{
        padding: 20px 20px 0;
        display: inline-block;
        width: 100%;
    }

	/* th.model */
	.price-date-area table tr th.model{
        border-right: none;
        padding: 10px 20px;
		background: #354341;
		color: #fff;

		font-size: 3.2vw;
        line-height: 1.6;
		text-align: left;
    }
    .price-date-area table tr th.model span{
        font-size: 4.53vw;
        font-weight: 500;
    }

	/* td.price */
	.price-date-area table tr td.price {
        border-right: none;
        text-align: left;
		line-height: 1.5;
    }
    .price-date-area table tr td.price strong{
        display: inline-block;
        font: 400 5.07vw / 1 'Lato', sans-serif;
        margin: 0 5px 0 0;
        color: #00a95f;
    }
    .price-date-area table tr td.price small{
        font-size: 1.2rem;
        color: #777;
    }
    .price-date-area table tr td.price::before{
        display: inline-block;
		font-size: 1.4rem;
		width: 145px;
		white-space: nowrap;
    }

	/* td.price::before ※各ページ表示分け */
    #mac-battery .price-date-area table tr td.price::before{
        content: "バッテリー交換費用";
    }
    #mac-water-accident .price-date-area table tr td.price::before{
        content: "水没修理費用";
    }
    #mac-logicboard .price-date-area table tr td.price::before{
        content: "基板修理費用";
    }
    #mac-lcdscreen .price-date-area table tr td.price::before{
        content: "液晶修理費用";
        width: 91px;
    }
	#mac-trackpad .price-date-area table tr td.price::before{
        content: "トラックパッド修理費用";
        width: 171px;
    }
	#mac-keyboard .price-date-area table tr td.price::before{
        content: "キーボード修理費用";
        width: 171px;
    }

	/* td.date */
	.price-date-area table tr td.date{
        font-size: 4.53vw;
        padding: 15px 20px 30px;
        text-align: left;
    }
	.price-date-area table tr td.date::before{
        content: "納期目安";
        display: inline-block;
		color: #333;
		font-size: 1.4rem;
		width: 145px;
		white-space: nowrap;
    }

	.price-date-area .txt{
        font-size: 3.8vw;
    }

	/* 一部レイアウト差分 */
	#mac-trackpad .price-date-area table tr th.model,
	#mac-lcdscreen .price-date-area table tr th.model,
    #mac-water-accident .price-date-area table tr th.model {
		font-size: 4.3vw;
	}
	#mac-trackpad .price-date-area table tr th.model span,
	#mac-lcdscreen .price-date-area table tr th.model span,
    #mac-water-accident .price-date-area table tr th.model span {
		font-size: 3.2vw;
	}
	#mac-trackpad table tr td.date::before {
        width: 171px;
    }
	#mac-lcdscreen table tr td.date::before {
        width: 91px;
    }
	
	/* 20260605 料金表モデル番号修正 ※バッテリー交換・キーボード修理 */
	.price-date-area.in-model table tr th.model,
	.price-date-area.in-model table tr td.model {
		width: 100% !important;
	}

	.price-date-area.in-model table tr th.price,
	.price-date-area.in-model table tr td.price {
		width: 100% !important;
	}

	.price-date-area.in-model table tr th.date,
	.price-date-area.in-model table tr td.date {
		width: 100% !important;
	}

	.price-date-area.in-model table tr th.model {
		padding: 10px 20px!important;
		font-size: 4.3vw;
	}
	.price-date-area.in-model table tr th.model span{
		font-size: 3.2vw;
	}

	.price-date-area.in-model table tr td::before {
		width: 100%!important;
		display: inline-block;
        font-size: 4.3vw;
		font-weight: normal;
		margin-bottom: 5px;
    }

	.price-date-area.in-model .model-num {
		margin-top: 8px;
		padding-top: 8px;
		border-top: solid 0.5px #fff;
	}
	.price-date-area.in-model .model-num p {
		font-size: 3.2vw;
		color: #fff;
	}

    .price-date-area.in-model .model-num .num-ttl,
    .price-date-area.in-model .model-num .num-ttl span {
        font-size: 3.2vw!important;
    }

	.price-date-area.in-model table tr td.model-num.no-info,
	.price-date-area.in-model table tr td.model-num.no-info::before {
		display: none;
	}
    
}

/*    tab用CSS
-------------------------------------------------------------- */
.price-date-area input[type="radio"],
.price-date-area .tab_area {
  display: none;
}
.price-date-area .tab_area{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 35px 0 0;
}
.price-date-area .tab_area > label{
    display: block;
    width: calc((100% - 0px )/ 2);
    font-size: 2rem;
    background: #e7ecf0;
    padding: 25px 0;
    cursor: pointer;
    text-align: center;
}
.price-date-area .tab_area > label.sp_display{
    display: none;
}
.price-date-area #tab01:checked ~ .tab_area .tab01_label ,
.price-date-area #tab02:checked ~ .tab_area .tab02_label {
    color: #fff;
    background: #00A95F;
    position: relative;
}
.price-date-area #tab01:checked ~ .tab_area .tab01_label::after ,
.price-date-area #tab02:checked ~ .tab_area .tab02_label::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
    border-style: solid;
    border-color: #00A95F transparent transparent transparent;
    border-width: 7px 8px 0 8px;
    z-index: 1;
}
.tab-dl{
    display: none;
    width: 100%;
}
.price-date-area #tab01:checked ~ .tab-dl#huhai-repair-method ,
.price-date-area #tab02:checked ~ .tab-dl#koshou-repair-method {
    display: flex;
}
.tab-table{
    display: none;
    width: 100%;
}
.price-date-area #tab01:checked ~ .tab-table#huhai ,
.price-date-area #tab02:checked ~ .tab-table#koshou {
    display: table;
}

@media screen and (max-width: 768px) {
	.price-date-area .tab_area{
        display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 20px 0 0;
    }
    .price-date-area .tab_area > label{
        display: block;
		width: calc((100% - 10px )/ 2);
		font-size: 4.16vw;
		background: #e7ecf0;
		padding: 15px 0;
    }
    .price-date-area .tab_area > label.pc_display{
        display: none;
    }
    .price-date-area .tab_area > label.sp_display{
        display: block;
    }

    .price-date-area #tab01:checked ~ .tab_area .tab01_label ,
    .price-date-area #tab02:checked ~ .tab_area .tab02_label {
        color: #fff;
		background: #00A95F;
		position: relative;
    }
    .price-date-area #tab01:checked ~ .tab_area .tab01_label::after ,
    .price-date-area #tab02:checked ~ .tab_area .tab02_label::after {
        content: "";
		width: 0px;
		height: 0px;
		position: absolute;
		bottom: -7px;
		right: 0;
		left: 0;
		margin: auto;
		border-style: solid;
		border-color: #00A95F transparent transparent transparent;
		border-width: 7px 8px 0 8px;
		z-index: 1;
    }

    .tab-dl{
        display: none;
		width: 100%;
    }
    .price-date-area #tab01:checked ~ .tab-dl#huhai-repair-method ,
    .price-date-area #tab02:checked ~ .tab-dl#koshou-repair-method {
        display: flex;
    }

    .tab-table{
        display: none;
        width: 100%;
    }
    .price-date-area #tab01:checked ~ .tab-table#huhai ,
    .price-date-area #tab02:checked ~ .tab-table#koshou {
        display: table;
    }

}

/*    サービスストップ中の場合
-------------------------------------------------------------- */
.service-stop {
	color: #e33;
    background-color: #fde8e8;
    border: solid 1px #e33;
    text-align: center;
    font-weight: 600;
    font-size: 1.8rem;
    padding: 10px 0;
	margin: 20px 0 0;
    line-height: 1.5;
}
.price-date-area table.opacty {
	opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.service-stop {
		font-size: 1.5rem;
		padding: 10px 10px;
		margin: 10px 0 0;
	}
}

/*    モーダル用CSS ※20260615現在使用無し
-------------------------------------------------------------- */
/* .price-date-area table tr th .add-modal {
	position: relative;
}
.price-date-area table tr th .add-modal a.modal-open {
	text-align: center;
	color: #fff;
	background: #00a95f;
    border-radius: 5px;
    transition: 0.5s;
    display: block;
    width: 95px;
	height: 27px;
    padding: 3px 0 3px;
	margin: 0 0 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
.price-date-area table tr th .add-modal a.modal-open h3 {
	font-size: 1.3rem;
}
.price-date-area table.add-table tr th {
	padding: 20px 20px;
	width: 25%;
	text-align: center;
	background: #F5FBFB;
	color: #00a95f;
	border-right: 1px solid #ddd;
}
.price-date-area table.add-table tr td {
	padding: 20px 20px 20px 40px;
	width: 75%;
	text-align: left;
}
.price-date-area table.add-table tr td ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.price-date-area table.add-table tr td ul li:nth-child(even) span {
	color: #00a95f;
}
.price-date-area table.add-table.style02 tr th {
	padding: 20px 20px;
	text-align: center;
	background: #F5FBFB;
	color: #00a95f;
	border-right: 1px solid #ddd;
}
.price-date-area table.add-table.style02 tr td {
	padding: 20px 20px 20px 20px;
	width: 25%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.price-date-area table tr th .add-modal a.modal-open {
		width: 80px;
		height: 25px;
		padding: 3px 0 3px;
		margin: 0 0 0;
	}
	.price-date-area table tr th .add-modal a.modal-open h3 {
		font-size: 3.2vw;
	}
	.price-date-area table.add-table tr th {
		padding: 10px 10px;
		width: 100%;
		display: block;
		border-right: none;
		border-bottom: 1px solid #ddd;
	}
	.price-date-area table.add-table tr td {
		padding: 20px 20px;
		width: 100%;
		display: block;
	}
	.price-date-area table.add-table.style02 tr {
		display: flex;
		flex-wrap: wrap;
        justify-content: flex-start;
	}
    .price-date-area table.add-table.style02 tr:has(td:only-child) {
        justify-content: center;
    }
	.price-date-area table.add-table.style02 tr:nth-child(1) {
		border-top: none;
	}
	.price-date-area table.add-table.style02 tr:last-child {
		border-bottom: none;
	}
	.price-date-area table.add-table.style02 tr th {
		padding: 10px 10px;
		text-align: center;
		border-right: none;
		border-bottom: none;
	}
	.price-date-area table.add-table.style02 tr td {
		padding: 10px 10px;
		width: 50%!important;
		height: 45px;
		text-align: center;
	}
	.price-date-area table.add-table.style02 tr td:nth-child(even) {
		border-right: none;
	}
	.price-date-area table.add-table.style02 tr td:nth-last-child(2),
	.price-date-area table.add-table.style02 tr td:last-child {
		border-bottom: none;
	}
} */


/*    即日仕上げご希望のお客様へ
-------------------------------------------------------------- */
.price-date-area .speedy-wrap{
    display: flex;
    justify-content: space-between;
	align-items: center;
    margin: 50px 0 0;
    padding: 50px 80px;
	background: #FCFAF1;
	border: 1px #89b7ac solid;
}
.price-date-area .speedy-wrap .l-area{
    margin: 0 40px 0 0;
}

.price-date-area .speedy-wrap .bot{
    font-size: 1.4rem;
    line-height: 1.8;
}
.price-date-area .speedy-wrap .bot span.green02-txt{
    font-weight: 400;
}

.price-date-area .speedy-wrap .sub-catch{
    margin: 0 0 20px;
}

.price-date-area .speedy-wrap .sub-catch::before{
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 10px 0 0;
    background: url("../img/svg/free_service_icon03.svg") no-repeat center center /cover;
    vertical-align: -10px;
}
/* 水没修理のみ */
#mac-water-accident .price-date-area .speedy-wrap .sub-catch::before{
    background: url("../img/svg/symptoms-anchor11_col.svg") no-repeat center center /cover;
}

/* speedy-price */
.price-date-area .speedy-wrap dl.speedy-price{
    display: flex;
    width: 400px;
    text-align: center;
    flex-direction: column;
}
.price-date-area .speedy-wrap dl.speedy-price dt{
    background: url("../img/slash-bg3.png") repeat left top / 30px auto;
    width: 100%;
    line-height: 1.4;
    padding: 25px 0;
    border: 1px solid #ddd;
	border-bottom: none;
    font-weight: 500;
}
.price-date-area .speedy-wrap dl.speedy-price dd{
    border: 1px solid #ddd;
    color: #00a95f;
    width: 100%;
    line-height: 1.4;
    padding: 30px 0;
    font-weight: 500;
    background: #fff;
}

/* speedy-date */
.price-date-area .speedy-wrap .speedy-date{
    margin: 20px 0 0;
}
.price-date-area .speedy-wrap .speedy-date dl{
    display: flex;
    margin: 5px 0 0 0;
	line-height: 1.4;
}
.price-date-area .speedy-wrap .speedy-date dl dt{
    width: 160px;
    position: relative;
}

.price-date-area .speedy-wrap .speedy-date.bg {
	width: 350px;
}
.price-date-area .speedy-wrap .speedy-date.bg dt,
.price-date-area .speedy-wrap .speedy-date.bg dd {
	font-size: 2rem;
}

/*バッテリー交換ページ、液晶修理ページ*/
#mac-battery .price-date-area .speedy-wrap,
#mac-lcdscreen .price-date-area .speedy-wrap,
#mac-trackpad .price-date-area .speedy-wrap,
#mac-keyboard .price-date-area .speedy-wrap{
    display: block;
}
#mac-battery .price-date-area .speedy-wrap .flex,
#mac-lcdscreen .price-date-area .speedy-wrap .flex,
#mac-trackpad .price-date-area .speedy-wrap .flex,
#mac-keyboard .price-date-area .speedy-wrap .flex{
    display: flex;
    justify-content: space-between;
	align-items: center;
}
#mac-battery .price-date-area .speedy-wrap .attention-area,
#mac-lcdscreen .price-date-area .speedy-wrap .attention-area,
#mac-trackpad .price-date-area .speedy-wrap .attention-area,
#mac-keyboard .price-date-area .speedy-wrap .attention-area{
    margin: 30px 0 0;
    padding: 20px 30px;
    background: #FDE4E4;
}
#mac-battery .price-date-area .speedy-wrap .attention-area .txt span,
#mac-lcdscreen .price-date-area .speedy-wrap .attention-area .txt span,
#mac-trackpad .price-date-area .speedy-wrap .attention-area .txt span,
#mac-keyboard .price-date-area .speedy-wrap .attention-area .txt span{
    color: #e33;
    font-weight: 500;
}

/*当日受付追加分*/
.price-date-area .speedy-wrap .txt.rese{
	padding: 10px 0 15px;
}
.price-date-area .speedy-wrap .rese-btn{
	display: flex;
	justify-content: center;
    text-align: center;
	margin: 50px 0 0;
	line-height: 1.3;
}
.price-date-area .speedy-wrap .rese-btn a{
    width: 280px;
	font-size: 1.7rem;
	padding: 27px 0 29px;
    display: block;
    margin: 0 8px;
    color: #fff;
    background: #31BDA2;
	background: #FB7F2C;
    position: relative;
}
.price-date-area .speedy-wrap .rese-btn a::after{
    content: "\f105";
    font-family: 'FontAwesome';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    font-size: 2rem;
}
.price-date-area .speedy-wrap .rese-btn a span{
    font-size: 1.4rem;
}

/* icon-note */
.price-date-area .speedy-wrap p.icon-note {
	display: block;
	position: relative;
	padding: 20px 0 0 25px;
	color: #00a95f;
	font-size: 1.9rem;
    font-weight: 500;
}
.price-date-area .speedy-wrap p.icon-note::after {
    content: "\f071";
    font-family: 'FontAwesome';
	position: absolute;
    left: 0;
	top: 22px;
    font-size: 1.8rem;
}

@media screen and (max-width: 768px){
	.price-date-area .speedy-wrap{
		flex-direction: column;
		margin: 40px 0 0;
		padding: 80px 20px 40px 20px;
    }
    .price-date-area .speedy-wrap .l-area{
        margin: 0;
    }

    .price-date-area .speedy-wrap .sub-catch{
        margin: 0 0 20px;
        position: relative;
    }
    .price-date-area .speedy-wrap .sub-catch::before{
        content: "";
        display: block;
        width: 40px;
        height: 40px;
        margin: 0;
        background: url("../img/svg/free_service_icon03.svg") no-repeat center center /cover;
        vertical-align: -10px;
        position: absolute;
        top: -50px;
        right: 50%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
		
    .price-date-area .speedy-wrap .bot{
        font-size: 3.6vw;
        line-height: 1.8;
    }
	.price-date-area .speedy-wrap .r-area{
		width: 100%;
	}

	/* speedy-price */
    .price-date-area .speedy-wrap dl.speedy-price{
        height: auto;
        width: 100%;
        margin: 30px 0 0 0; 
    }
    .price-date-area .speedy-wrap dl.speedy-price dt{
        padding: 4% 0;
        font-size: 4vw;
    }
    .price-date-area .speedy-wrap dl.speedy-price dd{
        padding: 7% 0;
        font-size: 4vw;
    }

	/* speedy-date */
    .price-date-area .speedy-wrap .speedy-date{
        margin: 20px 0 0;
    }
    .price-date-area .speedy-wrap .speedy-date dl{
        margin: 10px 0 0 0;
    }
    .price-date-area .speedy-wrap .speedy-date dl dt{
        width: calc(100% / 2);
        font-size: 4.26vw;
        position: relative;
    }
    .price-date-area .speedy-wrap .speedy-date dl dt::before{
        width: 4.5vw;
        height: 4.5vw;
    }
    .price-date-area .speedy-wrap .speedy-date dl dd{
        font-size: 4.26vw;
    }

	.price-date-area .speedy-wrap .speedy-date.bg {
		width: 100%;
	}
	.price-date-area .speedy-wrap .speedy-date.bg dt,
	.price-date-area .speedy-wrap .speedy-date.bg dd {
		font-size: 4.2vw;
	}

	/*バッテリー交換ページ、液晶修理ページ*/
    #mac-battery .price-date-area .speedy-wrap .flex,
    #mac-lcdscreen .price-date-area .speedy-wrap .flex,
	#mac-trackpad .price-date-area .speedy-wrap .flex,
	#mac-keyboard .price-date-area .speedy-wrap .flex{
        flex-direction: column;
    }
    #mac-battery .price-date-area .speedy-wrap .attention-area,
    #mac-lcdscreen .price-date-area .speedy-wrap .attention-area,
	#mac-trackpad .price-date-area .speedy-wrap .attention-area,
	#mac-keyboard .price-date-area .speedy-wrap .attention-area{
        margin: 30px 0 0;
        padding: 15px;
    }

	/*当日受付追加分*/
	.speedy-wrap .rese-btn{
		margin: 40px 0 0;
	}
	.speedy-wrap .rese-btn a{
		width: 240px;
		font-size: 4.26vw;
		font-size: 4vw;
		padding: 25px 5px;
		font-weight: 500;
	}
	.speedy-wrap .rese-btn a::after{
		right: 10px;
	}

	/* icon-note */
	.speedy-wrap p.icon-note {
		padding: 20px 0 0 20px;
		font-size: 4vw;
		line-height: 1.5;
	}
	.speedy-wrap p.icon-note::after {
		top: 20px;
		font-size: 1.6rem;
	}
	
}