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

.colorb {
  background: linear-gradient(90deg, #e5644b 0%, #e5644b 12.5%, #4b4b4b 12.5%,#4b4b4b 25%,#ec8742 25%, #ec8742 37.5%, #f6f6f6 37.5%, #f6f6f6 50%, #e4a62e 50%, #e4a62e 62.5%, #d8d9de 62.5%,#d8d9de 75%, #dfd7c5 75%, #dfd7c5 87.5%, #afbd9c 87.5%, #afbd9c 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 15px;
	margin: 0 auto 30px;
}

@media screen and (max-width: 768px) {
	.colorb {
		width: 80%;
		height: 15px;
	}
}

@media screen and (max-width: 600px) {
	.colorb {
		width: 100%;
	}
}



/*===========================
box01
===========================*/
@media screen and (max-width: 600px) {
	.box01 .f-item1-4{
		width: 45% !important;
	}
}


/*===========================
text01
===========================*/
p.text01{
	font-family: 'Noto Serif JP', serif;
	font-size: 2.5em !important;
	text-align: left !important;
	color: #fff;
	text-shadow: 0 0 2px #887155, 0 0 4px #887155, 0 0 6px #887155, 0 0 8px #887155,0 0 10px #887155,0 0 12px #887155;
}

@media screen and (max-width: 768px) {
	p.text01{
		line-height: 150%;
		font-size: 2em !important;
	}
}

@media screen and (max-width: 600px) {
	p.text01{
		line-height: 150%;
		font-size: 1.3em !important;
		padding: 5vw 0;
		text-align: center !important;
	}
}

/*===========================
bgcolor01
===========================*/



/*===========================
box02
===========================*/
.box02{
	position: relative !important;
	height: 600px;
}

.box02 .in01{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	padding: 0 20px;
	width: 50% !important;
}

.box02 .in01 p + p{
	line-height: 210%;
}

.box02 .text01{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	padding: 0 20px;
	width: 90% !important;
	box-sizing: border-box;
		line-height: 150%;
}



@media screen and (max-width: 768px) {
	.box02{
		height: 300px;
	}

	.box02 .in01{
		position: absolute;
		top: 50%;
		transform: translate(0%,-50%);
		padding: 0 20px;
		width: 60% !important;
	}

	.box02 .text01{
		position: absolute;
		top: 50%;
		left: 2%;
		transform: translate(0%,-50%);
		padding: 0 20px;
		width: 50% !important;
	}
}


@media screen and (max-width: 600px) {
	.box02{
		height: auto;
	}

	.box02 .in01{
		position: static;
		transform: none;
		padding: 20px;
		width: 100% !important;
		box-sizing: border-box;
	}

	.box02 .text01{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		padding: 0 20px;
		width: 100% !important;
	}
}







/* 基本カラー  */

.fcBasic {
	color:#ff6200;
}


/*===========================
txtInd_foot
===========================*/

.txtInd_foot{
	padding-left: 2.8em;
	text-indent: -2.8em;
}





/*fixation===========================*/

/*===========================
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;
	}
}

@media screen and (max-width: 768px) {
	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 600px) {
	.w100sp{
		width: 100% !important;
		box-sizing: border-box;
	}

	.w70sp{
		width: 70% !important;
		box-sizing: border-box;
	}
}




/*===========================
wf
===========================*/
.wf-t {
	width: fit-content;
	margin: auto;
}

@media screen and (min-width: 769px) {
	ul.wf-t,	ol.wf-t,	.wf-t {
		width: fit-content;
		margin: auto;
	}
}


@media screen and (min-width: 601px) {
	ul.wf-pcONtabletONspOFF {
		width: fit-content !important;
		margin: auto !important;
	}
}



/*===========================
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;}
}


/*===========================
align
===========================*/

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}

.center-pcONtabletOFFspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONtabletOFFspOFF{text-align: left;}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}

@media screen and (max-width: 768px) {
	.txtPCLeftTBcenter{
		text-align: center !important;
	}
}

@media screen and (max-width: 600px) {
	.center-pcOFFtabletOFFspON{
		text-align: center !important;
	}
}


