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


/*===========================
sns-icon-box
===========================*/
.sns-icon-box{
  width: fit-content;
	margin: 20px auto 0;
  display: flex;
}

.sns-icon-box a{
  color: #000;
}

.sns-icon-box a:hover{
  color: var(--basic-color);
}

.sns-icon-box li{
  font-size: 2em;
  margin: 0 5px;
}




@media screen and (min-width: 769px) {
  #headContent {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .home #mainVisualWrap {
    padding-top:0 !important;
  }
  .home .logoArea{
    display: none;
  }
  .home #headContent{
    background: none !important;
  }

  .home #headWrap .contactAreaTab{
    width: 100%;
  }

}



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



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

.title-sahdow-none{
	text-shadow: none;
}

