@charset "UTF-8";

header {
	height: 65px;
}




div#shop-box h2 img.tit {
	padding: 30px 0;
}


p.sml {
	font-size: 1.3rem;
	line-height: 1.6;
}

.map {
	margin: 0 4%;
}

ul.attention {
	font-size: 1.3rem;
	text-align: justify;
	color: #fff8eb;
	margin: 4% 4% 15%;
}
ul.attention li {
	list-style: none;
	margin: 0 0.5em 0.5em 1em;
	font-size: 0.9em;
}
ul.attention li:before {
	content: "※";
	padding-right: 0.2rem;
	margin-left: -1.1em;
}


div#shop-box {
}

.shopList,
.shopGoodsList {
	text-align: left;
	color: #ececec;
}
.shopList {
	margin: 0 4% 3rem;
}
.shopGoodsList {
	margin: 0 4% 3rem;
}

h3.shopTitle,
h3.shopGoodsTitle {
	clear: both;
	padding: 8px 12px;
	margin: 0 0 1.5rem;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.3;
	border-radius: 10px;
}
h3.shopTitle {
	color: #b50000;
	background: #ffaa1d;
}
h3.shopGoodsTitle {
	color: #1458f1;
	background: #22b8c6;
}
h3.shopTitle em,
h3.shopGoodsTitle em {
	font-style: normal;
	font-family: 'EB Garamond', serif;
	display: inline-block;
	font-weight: bold;
	margin-right: 3%;
}
h3.shopTitle em {
	color: #000000;
}
h3.shopGoodsTitle em {
	color: #000;
}
h3.shopTitle img {
	height: 40px;
}
h4.shopSubTitle {
	color: #f29700;
	border-bottom: dashed 2px #b16e00;
	margin: 0 auto 1rem;
	padding: 0 0 .5rem;
	line-height: 1.5;
}

.kimagureBox {
	background-color: #f3eee0;
	margin: 4% 2%;
	padding: 2% 2% 4%;
	text-align: justify;
	border-radius: 10px;
}
.kimagureImg {
	margin: 4% auto;
	width: 90%;
}
.kimagureImg img {
	margin: 2% 0;
}
.kimagureProf {
	margin: 2%;
	color: #4a3012;
}
.kimagureProf a {
	color: #dc7720;
}
.kimagureText {
	margin: 2%;
	color: #fff;
}
ul.genre {
/*	padding: 4% 1%;*/
	padding: .5rem 0 .2rem 0;
	width: 100%;
	color: #000;
	margin: 0 0 2%;
}
ul.genre li {
	padding: 3px 8px;
	margin-right: 2px;
	font-size: 11px;
	display: inline-block;
	font-weight: bold;
	line-height: 1.4;
	border-radius: 25px;
}
ul.genre li.ico_alcohol {
	background: #f78489;
}
ul.genre li.ico_alcohol:before {
  content: '\f0fc';
}
ul.genre li.ico_nonalcohol {
	background: #5fc2d2;
}
ul.genre li.ico_nonalcohol:before {
  content: '\f0f4';
}
ul.genre li.ico_food {
	background: #fcc42c;
}
ul.genre li.ico_food:before {
	content: '\f2e7';
}
ul.genre li.ico_goods {
	background: #48da4d;
}
ul.genre li.ico_goods:before {
	content: '\f79c';
}
ul.genre li.ico_alcohol:before,
ul.genre li.ico_nonalcohol:before,
ul.genre li.ico_food:before,
ul.genre li.ico_goods:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin: 0 2px 0 0;
}
.shopDetailImg,
.shopDetailImgNone {
/*	margin: 0 2%;*/
}
.shopDetailImgNoneLast {
	margin: 0 2% 10%;
}


.shopDetailImg ul {
	font-size: 0;
	letter-spacing: -0.5em;
}
.shopDetailImg ul li {
    display: inline-block;
    width: 47.5%;
    margin: 3% 0 2rem;
    vertical-align: top;
	letter-spacing: 0.02em;
	font-size: 1.6rem;
}
.shopDetailImg ul li:nth-of-type(odd) {
    margin: 3% 5% 2rem 0;
}
.shopDetailImgNone ul,
.shopDetailImgNoneLast ul {
	list-style: disc;
	margin-left: 6%;
}
.austria {
	/* background: #c51010; */
	background: #880000;
	padding: 1.5rem 3% .5rem;
	margin: 1.5rem 0 2rem;
	border-radius: 10px;
}
.austria h4.shopSubTitle {
	color: #ffffff;
	border-bottom: dashed 5px #ca0009;
	border-top: dashed 5px #ca0009;
	padding: 2% 0;
	margin: 2% 0 4%;
}

dt {
	line-height: 1.5em;
	margin: 4% 0 1%;
	font-size: 1em;
	font-weight: 600;
}
dt img {
	width: 20%;
	margin: 0 6px 2px 0;
	/* box-shadow: 1px 1px 6px 1px rgba(82, 0, 0, 0.58); */
}
dd {
	line-height: 1.5em;
}

.shopDetailImgNone p.price,
.shopDetailImgNoneLast p.price {
	float: left;
	display: contents;
}

.shopDetailImg p.hanbai {
	float: left;
	display: contents;
	color: #ff000b;
	font-size: 0.8em;
}

p.eigyo {
/*	margin: 4% 2%;*/
	margin: 1rem 2%;
	font-size: 0.9em;
}
dl.shopDetailText,
dl.shopDetailTextNone {
	font-size: 0.8em;
}
dl.shopDetailText {
/*	margin: 0 2% 0;*/
}
dl.shopDetailTextNone {
/*	margin: 1% 2% 0;*/
	margin: 1% 2% 0;
}

span.yen {
	font-size: 0.8em;
	margin-left: 2px;
}
span.zei {
	font-size: 0.7em;
	margin-left: 3px;
}


/* -------------------------------------------------------------------------------------------------------------------
Tablet&SP                                                                                                        
------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1099px) {


}

/* -------------------------------------------------------------------------------------------------------------------
961px-                                                                                                           
------------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 1100px) {

	div#shop-box h2 img.tit {
		margin: 50px auto 0;
	}	

	h2 {
    padding: 10px 0 0;
}	
	div#shop-box {
    width: 1200px;
    margin: auto;
}

.map {
	width: 620px;
	margin: 0 auto;
	background: #422c07;
}

.shopList {
	margin: 0 4% 100px;
}
.shopGoodsList {
	margin: 0 4% 6%;
}

	ul.attention {
		width: 690px;
    text-align: left;
    margin: 40px auto 80px;
    font-size: 1.4rem;
    clear: both;
	}
	
	h3.shopTitle,
	h3.shopGoodsTitle {
		font-size: 15px;
    padding: 15px 20px;
	}
	h3.shopTitle em,
	h3.shopGoodsTitle em {
		margin-right: 1%;
		font-size: 22px;
}
	h4.shopSubTitle {
    font-size: 1.2em;
	margin: 20px auto 0;
}
h4.shopSubTitle img {
	width: 30%;
}
	ul.genre {
		padding: 2%;
		margin: 0 0 1%;
}
ul.genre li {
	margin-right: 5px;
}

.shopDetailImg,
.shopDetailImgNone {
/*	margin: 0 1% 4%;*/
	margin: 0 1% 3rem;
}
.shopDetailImgNoneLast {
/*	margin: -60px 10px 50px;*/
	margin: 20px 10px 50px;
}

.shopDetailImgNone ul,
.shopDetailImgNoneLast ul {
	margin-left: 30px;
}
.shopDetailImg ul li {
	margin: 0 1% 30px;
	display: inline-block;
	width: 22%;
	vertical-align: top;
}
.shopDetailImg ul li:nth-of-type(odd) {
	margin: 0 1% 30px;
}

.austria {
	padding: 4% 2% 0;
	margin: 0 auto 50px;
}
.austria h4.shopSubTitle {
	padding: 1% 0;
	margin: 0 0 4%;
	text-align: center;
}
.austria ul li {
	margin: 0 1% 3.5rem !important;
}

dt {
	margin: 5% 0;
	font-size: 1.1em;
}
dt img {
	width: 10%;
	margin: 0 8px 4px 0;
}

dl.shopDetailText {
/*	margin: -6% 2% 0;*/
	margin: 0 2% 0;
}

.kimagureBox {
	width: 96%;
	margin: 2%;
	padding: 2%;
}
.kimagureImg {
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin: 0;
}
.kimagureProf {
	display: inline-block;
	width: 59%;
	padding: 0 0 0 2%;
	margin: 0;
	color: #4a3012;
	font-size: 0.9em;
}
	
.caution {
	display: block;
	margin-top: -1rem;
}	


}

