@charset "utf-8";

h1{
	margin-top:30px;
	margin-bottom:20px;
	font-size:46px;
	/*border-top:6px solid #430600;*/
	border-bottom:1px solid #231414;
/*	color:#430600; */
/*	border-top:6px solid #000;
	border-bottom:1px solid #000; */
	font-weight:normal;
	padding:2px 0;
}

.item_top{
	font-size:10px;
	line-height:1.25em;
	margin-top:7px;
	width:780px;
	position:relative;
	top:-40px;
	text-align:right;
}

.item_top a{
	color:#0060b5;
	text-decoration:none;
}

.item_top a:hover{
	color:#0000ff;
	text-decoration:underline;
}

/* right box set */
#r_cont{
	/*font-family:"メイリオ",Meiryo,"Arial","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	font-size:14px;
	line-height:1.5em;
	text-align:justify;
	text-justify:distribute;
	width:512px;
	/*padding:6px;*/
	float:right;
	/*background:#eee;*/
}

#r_cont p{
	padding-top:10px;
}

.s_cont{
	margin-bottom:30px;
}


h2{
	/*background:url("../images/h3_bar3.png") -50px 0 no-repeat;*/
	background: #e1ceaf;
	color:#fff;
	height:30px;
	padding-left:4px;
	line-height:30px;
	/*font-family:"メイリオ",Meiryo,"Arial","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	font-size: 16px;
}

/* setting map */
iframe{
	border:2px solid #ddd;
}

.link{
	font-size:12px;
	margin-top:-8px;
	border-bottom:2px solid #ccc;
	padding-bottom:4px;
}

.mail a{
	color:#0060b5;
	text-decoration:none;
}

.mail a:hover{
	color:#0060b5;
	text-decoration:underline;
}

.end{
	margin-bottom:0px;
}

/* left box set */
#l_cont{
	width:240px;
	background:#e1ceaf;
	color:#fff;
	padding-top:4px;
}

#l_cont img{
	margin:0 0 4px 4px;
}

.col2l{
	float:left;
}

/* image preview */
/*
#preview{
	position:absolute;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	font-size:12px;
	-moz-box-shadow:7px 7px 7px #666;
	-webkit-box-shadow:7px 7px 7px #666;
	box-shadow:7px 7px 7px #666;
	behavior: url("js/pie.htc");	
	font-family:"メイリオ",Meiryo,"Arial","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	text-align:right;

}

#preview img{
	margin-bottom:5px;
}
*/

/* slideshow */
#slidelink{
	color:#231414;
	text-align:center;
	padding:4px;
	font-size:12px;
	font-weight:bold;
}

#slidelink a{
	color:#231414;
	text-decoration:none;
}

#slidelink a:hover{
	color:#231414;
	text-decoration:underline;
}

@media screen and (max-width:767px) {
	h1 {
		font-size: 36px;
		margin: 0;
		padding: 0 2.5% 5px;
		text-align: center;
	}
	/*h2{
		width: 95%;
		margin: 0 auto;
	}*/
	#wrapper{
		display: flex;
    flex-direction: column;
	}
	.item_top {
    position: static;
    text-align: left;
    font-size: 14px;
    line-height: 1.75em;
    width: 95%;
    margin: 10px auto 0;
    text-align: center;
	}

	#r_cont{
		width: 100%;
		margin-top: 20px;
	}
	
	#r_cont p {
			width: 95%;
			margin: 0 auto;
	}
	
	#r_cont iframe{
		width: 95%;
    margin: 0 auto;
    border: none;
    display: block;
	}

	#l_cont{
		width: 100%;
		display: flex;
		/* flex-direction: column; */
		flex-wrap: wrap;
		margin-top: 30px;
		padding: 0;
		/*border-bottom: solid 4px #e1ceaf;*/
	}
	
	#l_cont:before{
		content: "店内風景";
		width: 100%;
    color: #fff;
    height: 30px;
    padding-left: 4px;
    line-height: 30px;
		font-size: 16px;
		font-weight: bold;
	}
	
	#l_cont [class^="col"]{
		width: 25%;
	}

	#l_cont [class^="col"] a {
			display: flex;
			height: 100%;
	}

	#l_cont img{
		object-fit: cover;
		margin: 0;
	}

}
/* end of stylesheet */