@charset "utf-8";
/* 
* * * * * * * * * * *
     Main Design
* * * * * * * * * * *
マージン　盾だけ
文字　大きめ
シンプル




*/

* {
	box-sizing: border-box;
}
body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}
img {
	max-width: 100%;
}
pre {
	white-space: pre-wrap;
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#header {

}
.header-bar {
	padding: 10px 10px 0;
}
.header-bar-inner {
	display: flex;
	flex-direction:column-reverse;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.header-logo {
	text-align: center;
}
.header-logo img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;

}
.site-title {
	font-weight: 400;
}

.header-concept {
	padding: 0 20px;
	max-width: 800px;
	margin: 0 auto 10px;
	text-align: center;
}
.header-concept img {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
} 
.header-navi {
	padding: 0 20px 20px;
	max-width: 800px;
	margin: 0 auto;
}
.area-navi {
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.header-navi p {
	margin-bottom: 0.5rem;
	text-align: center;
}
.area-tag {
	display: block;
	position: relative;
	padding: 0 10px;
	margin: 5px;
	border: solid 1px #666;
	border-radius: 5px;
	/**リンクバージョン
	background-color: #ffff9e;**/
	color: #fff;
	background-color: #606060;

}
.area-tag a {
	/**リンクバージョン
	color: #333;**/
	color: #fff;
	text-decoration: none;
}

.main-inner {
	max-width: 800px;
	margin: 0 auto; 
}
.area-list-container {}
.main-title {
	padding: 5px;
	max-width: 800px;
	margin: 0 auto;
	color: #fff;
	background: #606060;
}
.main-title h2 {
	font-size: 1.2rem;
	font-weight: 400;
}
.area-list-container .main-title {
	display: flex;
	justify-content: space-between;
}
.list-title-caption {
	display: flex;
	align-items: flex-end;
	padding: 8px 10px;
	font-size: 0.5rem;
	font-weight: 400;
}

.sub-title {
	max-width: 800px;
	padding: 4px 10px;
	margin: 20px auto 10px;
	font-size: 1.2rem;
	color: #fff;
	background: #888;
}

.list-store {
	padding: 10px 10px;
	margin: 10px;
	border: solid 1px #eee;
}
.list_btn {
	color: #606060;
	text-decoration: none;
}
.list-store-name {
	font-size: 1.2rem;
}
.store-photo-container{
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}
.sotre-photo {
	width: calc(50% - 5px);
	background: #eee;
	line-height: 0;
}
.store-category, .storeBusinessDate, .storeBusinessTime, .store-details, .storeAdress, .webSiteAdress {
	margin-top: 5px;
}
.pr-container {
	padding: 0.5em;
	margin: 10px 0;
	margin: 10px auto;
	border: solid 5px #eee;
}


.info-icon {
	display: inline-block;
	height: 1em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}
.btn-container {
	display: flex;
	justify-content: center;
	margin: 10px auto;
}
.btn {
	display: inline-block;
	padding: 5px 20px;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: solid 1px #606060;
	border-radius: 5px;
	background: #ffff9e;
}
.storeInfo {
	padding: 15px;
	margin-bottom: 20px;
	border: solid 1px #eee;
	border-top: 0;
}
.menu-container {
	padding: 10px 0 ;
	margin: 0 auto 10px;
	border-bottom: solid 5px #eee;
}

.googleMapContainer {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	border: solid 5px #eee;
}
.googleMapContainer iframe, .googleMapContainer object, .gggoogleMapContainermap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#footer {
	padding: 20px;
	background: #ccc;
}
.footer-inner {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.6rem;
}




/** Header **/

/*
.siteWrapper {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color :#333;
}

#siteHeader {
	width: auto;
	max-width: 800px;
	padding: 10px;
	margin: 0 auto;
}
.siteTitle {
	margin-bottom: 5px;
	font-size: 1.3rem;
	text-align: center;
	font-weight: 600;
}
.placeTagContainer {
	display: flex;
	justify-content:center;	
}
.placeTag {
	position: relative;
	padding: 0 10px;
	font-size: 0.8rem;
	color: #fff;
	background-color: #606060;
	border-radius: 5px;
}
.placeTag:before {
  position: absolute;
  content: '';
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom: 5px solid #606060;
  width: 0;
  height: 0;
}
.indexLogo {
	width: 100%;
	max-width: 180px;
	margin: 0 auto;
}
.indexLogo img {
	display: block;
	max-width: 100%;
}
.indexLogoText {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.indexLogoText img {
	display: block;
	max-width: 100%;
}
#branding {
	margin-top: 10px;
	text-align: center;
}


/** Main *
#mainContainer {
}
.mainTitle {
	color: #fff;
	background: #606060;
}
.mainTitle h2 {
	max-width: 800px;
	padding: 8px 10px;
	margin: auto;
	font-size: 1.2rem;
}
.subTitle {
	max-width: 800px;
	padding: 4px 10px;
	margin: 20px auto 10px;
	font-size: 1.2rem;
	color: #fff;
	background: #888;
}
.btnContainer {
	display: flex;
	justify-content: center;
	margin: 10px auto;
}
.btn {
	display: inline-block;
	padding: 0 20px;
	color: #333;
	text-align: center;
	text-decoration: none;
	border: solid 1px #606060;
	border-radius: 5px;
	background: #ffff9e;
}
.storeInfoContainer .btn {
	padding: 5px 20px;
}
.infoIcon {
	display: inline-block;
	height: 1em;
	margin-right: 0.5em;
	vertical-align: text-bottom;
}



/* List 
.listTitleContainer {
	display: flex;
	justify-content: space-between;
	max-width: 800px;
	margin: 0 auto;
}
.listTitleContainer h2 {
	margin: 0;
}
.listTitleCaption {
	display: flex;
	align-items: flex-end;
	padding: 8px 10px;
	font-size: 0.5rem;
	font-weight: 400;
}
.storeListContainer .mainTitle {
	margin: 0;
}
.storeList {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto; 
	border-bottom: solid 5px #eee;
}
.storeList:last-of-type {
	border: 0;
}
/* Info
.storeInfoContainer .mainTitle {
}
.storeInfo {
	max-width: 800px;
	padding: 10px;
	margin: 0 auto; 
}
pre {
	white-space: pre-wrap ;
}



/*
.storeName {
	font-size: 1.3rem;
}
.storeInfo .storeCategory {
	font-size: 1.15rem;
}
.sotrePhotoContainer {
	display: flex;
	justify-content: space-between;
	margin: 10px auto;
}
.sotrePhoto {
	width: calc(50% - 5px);
}
.sotrePhoto img {
	width: 100%;
	height: auto;
}
.storeBusinessHours {
}
.storeAdress {
}
.prContainer {
	padding: 0.5em;
	margin: 10px auto;
	border: solid 5px #eee;
}
.menuContainer {
	padding-bottom: 0.5em;
	margin: 10px auto;
	border-bottom: solid 5px #eee;
}


/*** siteFooter **
#siteFooter {
	padding: 20px 10px;
	background: #ccc;
}
.footerNaviContainer {
	display: flex;
	justify-content: center;
	list-style: none;
	font-size: 0.8rem; 
}
.footerNavi a {
	margin: 10px;
	color: #333;
	text-decoration: none;
}
.footerNavi a:hover {
	border-bottom: solid 1px;
}
.copyRight {
	font-size: 0.7rem;
	text-align: center;
}

/*
@media only screen and (max-width: 360px) {
	.siteWrapper  {font-size: 14px;}
}
@media only screen and (max-width: 399px) {
	#branding span {display: block;}
}
@media only screen and (min-width: 400px) and (max-width: 799px) {
	.siteWrapper { font-size: 20px; }
}
@media screen and (min-width: 800px) {
	.siteWrapper { font-size: 22px; }
}
*/
