@charset "utf-8";

/*ピーコ非表示*/
#chatplusview {
	display: none;
}

table.iconmenu {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 10px;
	width: 100%;
	height: 110px;
}
table.iconmenu td {
	width: 80px;
	text-align: center;
	line-height: 1em;
	border: 1px solid rgba(204,204,204,1);
	padding-top: 8px;
	padding-bottom: 5px;
}
.menuicon {
	padding: 5px;
}
.menulink {
	font-size: 12px;
	height: 2em;
}
.menulink2 {
	font-size: 12px;
	height: 1em;
	margin-bottom: 12px;
}
.menulink a, .menulink2 a {
	color: #1b4c79;
	font-weight: 400;
	text-decoration: underline;	
}
.menuprice {
	font-size: 12px;
	padding-top: 1em;
}
.menuprice img {
	max-width: 68px;
}

#shop {
/*	padding-top:50px;*/
	width: 95%;
	margin: 0 auto;
}
#shop  .shop_content{
	width: 95%;
	margin-top:40px;
	background-color: #ffffff;
	text-align: center;
	color: #333333;
	padding: 70px 0 40px;
	font-size: 16px;
}
#shop_name {
	font-weight: 500; 
	font-size: 18px;
	margin: 20px 0 10px;
}
#shop_adrl {margin-top: 10px;}
#shop_scale {
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

/* リンク追加 */
.links {
	display: inline-block;
	width: 235px;
	padding: 0px;
	margin: 10px 0;
}
.links .contents{
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.links .simu{
	position:relative;
	top:0px;
}
.links .ad{
	position:relative;
	margin-top: 2px;
  margin-bottom: 5px;
}

/*マウスオーバー画像用*/
a:hover img {
	opacity: 1 !important;
}

.s_scale {
	margin: 10px 10px;
}

.nowp {
	white-space: nowrap;
}

#caution {
	font-size: 13px;
  line-height: 1.5em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.textlink {
	color: #1b4c79;
	font-weight: 400;
	text-decoration: underline;	
}
.gotomap {
	padding: 20px 0 10px;
}
.bnr_pdf {
	display: inline-block;
}
.top_bnr{
	padding-top:60px;
	width: 95%;
  margin: 0 auto;
}
.footer_bnr{
	width: 95%;
  margin: 0 auto 40px;	
}
.top_bnr_img:hover, .footer_bnr_img:hover {
	opacity: .6;
}

/*540以上*/
@media print, screen and (min-width: 540px) {
	.spbr {
		display: none;
	}
	#shop {
		width: 540px;
	}
	#shop  .shop_content{
		width: 540px;	
	}
	table#media {
		width: 540px;
	}
	.menulink, .menulink2 {
		font-size: 13px;
	}
	.menuprice img {
		max-width: 80px;
	}
	#map_canvas {
		width: 540px;
		height: 400px;
	}
	#caution {
		font-size: 14px;
	}
	.s_scale ul.kyoku_kbn {
		display: flex !important;
		flex-wrap:wrap ;
		text-indent: 0 !important;
		padding-left: 0 !important;
	}
	.top_bnr{
		width: 540px;
	}
	.footer_bnr{
		width: 540px;
	}
}
/*PCサイズ*/
@media screen and (min-width: 1024px) {
	#shop {
/*		padding-top: 150px;*/
	}	
	.top_bnr{
		padding-top: 150px;
	}
}