@charset "utf-8";
/*===========================
add
===========================*/
:root {
	--basic-color:#f9b459;
}



/*===========================
btn-list
===========================*/
.btn-list{
  width: fit-content;
	margin: auto;
}

.btn-list .btn-p {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 1em 1em 1em;
  text-decoration: none;
  color: #FFF;
  transition: .4s;
  font-size: 1.3em;
  box-sizing: border-box;
  margin-right: 15px;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;  
  border-radius: 5px;
}

.btn-list .btn-p:last-child{
  margin-right: 0 !important;
}


.btn-list .btn-web {
  background: #0091b9 ;
}

.btn-list .btn-web:hover {
  background: #006683;
}

.btn-list .btn-line {
  background: #00B900 ;
}

.btn-list .btn-line:hover {
  background: #017901;
}

.btn-list .btn-contact {
  background: #ebaf2f ;
}

.btn-list .btn-contact:hover {
  background: #d19005;
}



@media only screen and (max-width: 600px) {
  .btn-list.btn-s .btn-p{
    width: 48%;
    font-size: 1.3em;
    margin-right: 2%;
    box-sizing: border-box;
  }
  
  .btn-list.btn-t .btn-p{
    width: 100%;
    font-size: 1.2em;
    margin-right: 0;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .btn-list .btn-p p{
    padding-left: 0.4em;
    text-indent: -0.4em;
  }


}






/*===========================
talist01
===========================*/
.talist01{
  border-collapse: collapse;
  border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
  width: 100%;
}

.talist01 th{
  background-color: var(--basic-color) !important;
  border-bottom: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
  color: #fff;
  padding: 5px 10px;
}

.talist01 td {
	padding:0.8em 0.5em;
	border-bottom: 1px #cacaca solid;
	border-right: 1px #cacaca solid;
	font-weight:normal;
	letter-spacing:0;
	background: rgba(255,255,255,.85);
  padding: 5px 10px;
  text-align: center;
}

.talist01 td:nth-child(1){
  background-color: #f8e0c0;
}

.talist01 td:nth-child(n+2){
  width: 10% !important;
}




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




/*===========================
line-height
===========================*/
.lh14{
	line-height: 1.4em;
}

.lh17{
	line-height: 1.7em;
}




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

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

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

.wf-t-right ,ul.wf-t-right {
	width: fit-content;
	margin: auto 0 auto auto;
}

@media screen and (max-width: 600px) {
  ul.wf-t-sp{
    width: fit-content;
    margin: auto;
  }
}




/*===========================
width
===========================*/
.w150px{
 width: 150px;
}

.w150px-center{
 width: 150px;
 margin: 0 auto;
}

.w200px{
 width: 200px;
}


.w100p,
li.w100p{
	width: 100% !important;
	display: block;
}


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

	.w80Tablet{
		width: 80% !important;
		box-sizing: border-box;
	}

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

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

	.w50Tablet{
		width: 50% !important;
		box-sizing: border-box;
	}
}

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

 .w90sp{
		width: 90% !important;
		box-sizing: border-box;
	}

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

	.width-sp-50 img{
		width: 50% !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;}
}



