@charset "UTF-8";

* {
	margin:0; padding:0; 		/*全要素のマージン・パディングをリセット*/
}


body {
	width:100%;			/*ページ全体の横幅*/
	background-color: #eaf6fd;
	background-image:none;		/*ウェブページ全体の背景画像を無しにする*/
	font-size:100%;	 		/* フォントサイズを100%にする */
	-webkit-text-size-adjust: 100%; /* iOSで文字サイズがおかしくなる */
}

.bbody {
	text-align:center;
	color:black;
}













.yokowake {
	display: flex;
	flex-direction: column-reverse; /* 縦並びにする（lmain と rmenu を）*/
	align-items: center;
}



.item {
	display: flex;
	flex-direction: column; /* 縦並びにする（photo と mojiwaku を）*/
	align-items: center;
}



/* 左メインの設定  */



.lmain {
	width: 100%;
	margin:0px; 			/*マージン0px*/
	padding-top:15px;
	background-color: #eaf6fd;
}


h1 {
	color: #006600;	/* ページタイトル */
	font-size: 140%;
}



p#jobun {
	margin:5px;
	padding:10px 10px 10px 10px;
	color: #660033;
	font-size: 100%;
	font-weight: lighter;
	text-align: left;
}


p {
	font-size: 90%;
}






/* 店写真の設定 */

.img_shohin {
	width:95%;
	height:95%;
	margin:10px auto 0px auto;
	padding:0px;
/*	border-style:inset;*/
}



.mojiwaku {
	width:95%;
	height:100%;
	margin:10px 10px 10px 20px;
	padding:0px 10px 10px 10px;
/*	border-width:thick; */
/*	border-style:inset; */
}


.kaisetu {
	margin:10px 10px 10px 20px;
	padding:0px 10px 10px 10px;
	color:#333333;
	font-size: 110%;
	font-weight:nomal;
	text-align: left;
}


p#tizu {
	color:#333333;
	font-size: 120%;
	font-weight:bold;
}

.gglmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}
.gglmap iframe {
position: absolute;
left: 5%;
top: 0;
height: 90%;
width: 90%;
}





p#juusho {
	color:#333333;
	font-size: 70%;
	font-weight:nomal;
	margin:10px 10px;
}


div#footer {
	clear:both;			/*回り込みを解除する*/
	height:40px;			/*高さの指定*/
	padding:50px 0px 0px 0px;	/*パディング*/
	font-size:x-small;		/*フォントサイズを小さくする*/
	text-align:center;		/*センタリング*/
}


/*上へもどる矢印*/
#page_top{
width: 40px;
height: 40px;
position: fixed;
right: 0;
bottom: 10px;
background: #961818;
opacity: 0.6;
}
#page_top a{
position: relative;
display: block;
width: 40px;
height: 40px;
text-decoration: none;
}

#page_top a::after{
content: '▲';
font-size: 14px;
font-weight: bold;
color: #fff;
position: absolute;
top: 10px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}
/*上へもどる矢印終了*/

