/*
Theme Name: mikami
*/

/* 追加CSS
* ---------------------------- */
span.roman {
    font-family: MS PMincho;
}
.bold{
	font-weight:bold;
}
.blue {
	color: var(--color-primary);
	font-weight: bold;
}

.note_gray {
	color: gray;
}

.most_small {
	font-size: 11px;
}

.fontbigfix {
	font-size: 20px;
}

.lightblue {
	color: #0066FF;
	font-weight: bold;
}

.underb {
	text-decoration: underline;
}
.txt_c{
	text-align:center;
}

.red{
	color:red;
}

.smallth {
	font-size: smaller;
}

span.products_detail_smallsubtitle {
	font-size: 20px;
	display: block;
}

span.block{
	display:block
}

.section_title span.h2fontbiger {
	font-size: 40px;
}

.works_slider-img{
	aspect-ratio: 4 / 3;
}

.wpcf7-list-item {
	display: block;
}

span.products_detail_smallsubtitle2 {
	display: block;
	font-size: 32px;
}

.mxauto{
	margin:0 auto;
}

.mtauto{
	margin-top:auto;
}

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt60{
	margin-top:60px;
}

.mb60{
	margin-bottom:60px;
}

.pt10{
	padding-top:10px;
}

.pt20{
	padding-top:20px;
}

.pt30{
	padding-top:30px;
}

.pl10{
	padding-left:10px;
}

.pl20{
	padding-left:20px;
}

.pl30{
	padding-left:30px;
}

.overview_crient li {
	font-size: 14px;
}

.imgmax {
	display: block;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}

.imgmax .w60 img {
	margin: 0 auto;
}

.product_intro-img span.products_detail_smallsubtitle.barinone {
	display: none;
}

.hero_products dt.product_name-head {
	display: none;
}

.py0 {
	padding-top: 0;
	padding-bottom: 0;
}

.flexbox_conntents {
	display: flex;
}

.bluebox {
	background: #009be1;
	text-align: center;
	color: white;
	padding: 10px 25px;
	box-shadow: 4px 10px 17px 0px #00000040;
}

p.font24 {
	font-size: 24px;
}

p.font20 {
	font-size: 20px;
}

.between {
	justify-content: space-between;
}

.gr-blue {
	background: linear-gradient(135deg, #fed878 0%, #fa505e 100%);
	background: -webkit-linear-gradient(-45deg, #1bb8ff 0%, #509efa 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.product_intro-name span.products_detail_smallsubtitle2 {
	font-size: 16px;
}

.font30 {
	font-size: 30px;
	font-weight: bold;
}

.fitcontent {
	width: fit-content;
}

.bl10 {
	border-left: 10px solid #00acff;
	padding-left: 10px;
}

.bl5 {
	border-left: 5px solid #009ae1;
	padding-left: 10px;
}

.mb0 {
	margin-bottom: 0px;
}

.mb50 {
	margin-bottom: 50px;
}

.pb0 {
	padding-bottom: 0px;
}

.breadcrumb ul li a {
    position: relative;
    margin-right: 30px;
}

.breadcrumb ul li a::before {content: "";position: absolute;transform: rotate(132deg);width: 8px;height: 8px;border-right: 1px solid;right: -20px;}

.breadcrumb ul li a::after {
    content: "";
    position: absolute;
    transform: rotate(226deg);
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    right: -20px;
    top: 50%;
}

.breadcrumb ul li.breadcrumb_home a {text-decoration: none;}

/* PRODUCTS
* ---------------------------- */
.hav-border {
	border: 2px solid #E6E6E6;
	border-bottom: 2px solid #E6E5E6;
}

.pdrepair {
	padding: 20px;
}

.brrepair {
	border-right: 2px solid #E6E6E6;
}

th.ano_repair {
	width: 20%;
}

.w30{
	width:30%;
}

.w70{
	width:70%;
}

.w60{
	width:60%;
}

.w40{
	width:40%;
}

.ablock{
	display:block;
}

@media screen and (max-width: 767px){
	.table-scroll {
		overflow: scroll;
	}

	.table-scroll table {
		width: 100%;
	}

	.table-scroll table th,
	.table-scroll table td {
		display: table-cell;
		width: auto;
		white-space: nowrap;
		border-bottom: 2px solid #E6E6E6;
	}
	.sppl10 {
    padding-left: 0;
}

.sppt30 {
    padding-top: 30px;
}
}

/* NEW HISTORY
* ---------------------------- */
.history_list {
	position: relative;
}

.history_list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background: #222;
}

.history_list::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 11px 0 11px;
	border-color: #222 transparent transparent transparent;
}

.history_list-item {
	width: 27%;
	background: #FFF;
	position: relative;
	padding-top: max(15px, min(2.08vw, 30px));
	padding-bottom: max(15px, min(2.08vw, 30px));
}

.history_list-item::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 85%;
	height: 3px;
	background: #222;
}

.history_ad {
	text-align: left;
	font-weight: 300;
	line-height: .5;
}

.history_img {
	width: 100%;
	height: auto;
	aspect-ratio: inherit;
	margin-top: 20px;
	margin-bottom: 0;
}

.history_textarea {
	text-align: left;
	font-size: 14px;
	line-height: 2;
	padding: 20px;
}

.history_text {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.history_list::before {
		left: 50%;
		transform: translateX(-50%);
	}

	.history_list-item-right::before {
		left: auto;
		right: 100%;
	}

	.history_list-item {
		max-width: 325px;
	}

	.history_list-item.flex-list::before {
		width: 25%;
	}
	.w68{
		width:68%;
	}
}

@media screen and (max-width: 767px) {
	.history_list::before {
		width: 2px;
	}

	.history_list::after {
		left: 1px;
		border-width: 8px 6px 0 6px;
	}

	.history_list-item {
		width: 85%;
		margin-left: auto;
		margin-right: 0;
	}

	.history_list-item::before {
		left: auto;
		right: 100%;
		width: 17%;
		height: 2px;
	}
	.sp100 {
		width: 100%;
	}
	.flexbox_conntents {
		display: block;
	}

	p.font24 {
		font-size: 20px;
	}

	p.font20 {
		font-size: 14px;
	}

	.bluebox {
		margin-bottom: 20px;
	}
	.spflex {
    display: flex;
}
	.sp_marginauto{
		margin:auto;
	}
}

/* WORKS
* ---------------------------- */
.works_slider .slick-arrow.slick-prev {
	background-image: url(/wp-content/uploads/work_slider_arrow-prev.png);
}

.works_slider .slick-arrow.slick-next {
	background-image: url(/wp-content/uploads/work_slider_arrow-next.png);
}