@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------
  トップページ
--------------------------------------------------*/
#top_img {
	background: url(../images/top/bg_title.jpg) 0 0 no-repeat;
	background-size:cover;
	padding: 10px 0;
	min-width: 1100px;
	width: 100%;
}
#top_img .box {
	min-width: 1100px;
}
#top_img img {
	vertical-align: bottom;
}
#tirashi {
	padding: 50px 0;
}
#top_tip {
	position: absolute;
}
#table_disp,#table_disp2 {
	float: left;
	margin-right: 15px;
}
/*チラシリンク*/
#tirashi h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}
#tirashi h3 span{
	font-size: 15px;
	font-weight: normal;
}
#tirashi h4{
	font-size: 20px;
	border: 3px solid #000;
	text-align: center;
	margin-bottom: 5px;
	clear: both;
	display: block;
}
#tirashi h5{
	font-size: 14px;
	background: #EDEDED;
	padding: 5px;
	margin: 5px;
}
#tirashi .box_left {
	float: left;
	width: 540px;
}
#tirashi .box_right {
	float: right;
	width: 540px;
}
#tirashi .fl{
	width: 265px;
	float: left;
	margin-right: 10px;
	letter-spacing: -0.1em;
}
#tirashi .fr{
	width: 265px;
	float: right;
}
#tirashi p {
	margin-bottom: 0.5em;
}
#tirashi a:active, a:hover { text-decoration: underline; }
#tirashi a {
	color: #000;
	font-weight: bold;
}

/*--------------------------------------------------
  サブページ
--------------------------------------------------*/
#shop .box {
	border: 3px solid #e66064;
	padding: 10px 20px;
	margin-bottom: 30px;
	background: #fef7fa;
}
#shop .tbl {
	border-style:ridge;
	border-width:0;
	border-collapse:collapse;
	font-family:sans-serif;
	float: left;
    word-break: break-all;
    overflow-wrap: break-word;
	width: 68%;
}
#shop .tbl th,#shop .tbl td {
	border: none;
	padding: 1px 0;
	font-size: 16px;
}
table.tbl th {
	font-weight: bold;
	vertical-align: top;
	background: none;
	width: 30%;
}
table .tbl iframe {
	vertical-align: bottom;
	border: 1px solid #e66064;
	margin-top: 5px;
}
#shop .tbl .fm {
	text-align: left;
	color: #c30d23;
	padding-bottom: 5px;
	font-size: 23px;
}
/* 640pixel start */
@media screen and (max-width: 1000px) {

/*--------------------------------------------------
  サンクスページ
--------------------------------------------------*/
#top_contents  {
	margin-top: 60px;
	margin-bottom: 0px;
}
#shop .box {
	margin: 0 20px;
	margin-bottom: 30px;
	padding:20px;
}
#shop .tbl {
	width: 60%;
}
#shop .tbl th,#shop .tbl td {
	font-size: 20px;
}
#shop .tbl .fm {
	font-size: 30px;
}
	