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




/* ==========================================================================
   
shopinfo

========================================================================== */ 



.shopinfo_outline{
padding-top: 0% !important;	
}
.shopinfo_outline dt{
font-size: 98%;
font-weight: bold;
color: #c7904a;
padding-top: 3%;
}

.shopinfo_outline dd{

}

.shopinfo_outline dd li{
list-style: none;
font-size: 85%;	
}



.attention_box{
display: inline-block;
font-size: 85%;
background-color: #111111;
padding-top: 3%;
padding-bottom: 3%;
padding-left: 5%;
padding-right: 5%;
}


/* ==========================================================================
   
seet

========================================================================== */ 


.ttl_seet{
display: block;
padding-top: 3%;
padding-bottom: 1%;
font-size: 25px;
font-size: 2.5rem;
font-weight: bold;
color: #c7904a;
}

.subttl_seet{
display: block;
padding-top: 3%;
padding-bottom: 1%;
font-size: 16px;
font-size: 1.6rem;
font-weight: bold;
color: #c7904a;
}



.seets{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 0%;
}
.seets:after{
	content:"";
	display:block;
	width: 48%;
	height:0;
}
.seet{
	width: 48%;
	margin-bottom: 3%;
}


.seet_img{
margin-bottom: 5%;
}
.seet img{
	width: 100%;
}

.txt_seet{
display: inline-block;
padding-top: 5%;
padding-bottom: 7%;
font-size: 14px;
font-size: 1.4rem;
line-height: 2em;
align-items: flex-end;
}

@media screen and (max-width: 768px) {
	
.seets{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.seets:after{
	content:"";
	display:block;
	width: 49%;
	height:0;
}
.seet{
	width: 100%;
	margin-bottom: 5%;
}


}


.seet{
padding-top: 0% !important;	
}
.seet dt{
font-size: 98%;
font-weight: bold;
color: #c7904a;
padding-top: 3%;
}

.seet dd{

}


/* ==========================================================================
   
menu

========================================================================== */ 


.copy_seet{
display: block;
padding-top: 3%;
padding-bottom: 2%;
font-size: 23px;
font-size: 2.3rem;
font-weight: bold;
color: #c7904a;
text-align: center;	
}


.copytxt_seet{
padding-bottom: 10%;
font-size: 14px;
font-size: 1.4rem;
line-height: 2em;
text-align: center;
	
}

.logo_style{
text-align: center;
padding-bottom: 3%;	
}

.concept_subttl {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 2;
	padding-top: 5%;
    padding-bottom: 3%;
	color: #c7904a;
}


.txt_concept{
padding-bottom: 7%;
font-size: 14px;
font-size: 1.4rem;	
}


.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

