@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

#topcatch {
	margin:0px auto 50px;
	text-align:center;
}

#serv {
	margin:20px auto 50px;
}

.tpbtn {
	margin:20px ;
}





#infobox {
	margin:10px auto 50px;
	padding:0px 5px;
}

.grbox {
	margin:0px 15px;
	padding:0px 30px;
/*
	background:#efefef;
	border: 1px solid #CCC;
*/
}

.grbox ul {
	margin-left:15px;
	list-style-type: square;
}


.tt-c {
	margin:10px auto;
	text-align:center;
}

/*インスタ用*/
.picwk {
	margin:10px auto;
	text-align:center;
}

.picwk img {
	padding:0px 0px;
}

#insta {
	position:relative;
	text-align:center;
	max-width: 600px;	/*幅*/
	margin: 0 auto;
}

#insta img.tcaver {
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
}




/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){




/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){




}
