@charset "utf-8";
/*===========================
add
===========================*/

/* 基本カラー  */

:root {
	--basic-color:#eeb765;
}

:root {
	--basic-color2:#279f78;
}


/*===========================
tel-link
===========================*/
@media screen and (min-width: 769px){
.tel-link a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
				color: #000;
	}
}

/*===========================
list-box01
===========================*/
@media screen and (min-width: 769px){
	.list-box01 li:nth-child(odd){
		width: 56% !important;
	}
	.list-box01 li:nth-child(even){
		width: 40% !important;
	}
}



/*===========================
title-af-none
===========================*/
.title-af-none{
	text-shadow: none;
}
.title-af-none:after{
	content: none;
}


/*===========================
font
===========================*/
.fw-b{font-weight: bold;}

/*===========================
width
===========================*/
@media screen and (max-width: 768px) {
	.w100Tablet{
		width: 100% !important;
		box-sizing: border-box;
	}
}

/*===========================
onOff
===========================*/
.pcOFFtabletONspOFF{display: none !important;}
.pcOFFtabletOFFspON{display: none;}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none !important;}
}

@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block !important;}
	.pcOFFtabletOFFspON{display: none;}
	.pcONtabletOFFspOFF{display: none !important;}
}

@media screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none !important;}
	.pcOFFtabletOFFspON{display: block;}
	.pcONtabletONspOFF{display: none;}
}
