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

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,b, u, i, center,figure,nav,footer,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	ine-height: 1.6;
  font-size: 100%;
 font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;	
}
ol,ul,li,dl,dt,dd{
list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #0020D8;
	text-decoration: none;
}
a:visited {
  color: #004498;
}

img {
  vertical-align: bottom;
border: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

a:hover img {
filter:alpha(opacity=50);
opacity:0.5;
}
body{
}
main{
	background: #F1F3F4;
}
/*---------------------------------------------------------------------------------------------*/
h2.tit::after {
    border-left: 25px solid rgba(0, 0, 0, 0);
    border-right: 25px solid rgba(0, 0, 0, 0);
    border-top: 25px solid #5A5657;
    bottom: -25px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 0;
}

h2.tit {
	background: #5A5657;
	margin-bottom: 40px;
	padding: 10px 0px 10px 0px;
	position: relative;
	text-align: center;
}
h2.tit p{
font-size: 140%;
line-height: 120%;
color: #FFF;
}
h2.tit p img{
width:60%;
}
/*-------------------------------------------------------------*/
.shop-select{
	overflow:hidden;
}
/*Shop-List------------------------------------------*/
.shop-box{
	width:90%;
	margin:0px auto;
	margin-bottom:30px;
	padding:10px;
	border-radius:5px;
	border:1px solid #CFCFCF;
	background:#FFF;
	overflow:hidden;
}
.shop-box .shopPhoto p{
	clear:both;
	margin-bottom:5px;
}

.shop-box .shopPhoto a{
	display:block;
	width:95%;
	margin-bottom:20px;
	padding:10px 10px;
	font-size:80%;
	border:1px solid #C3C3C3;
	color:#2C2C2C;
	text-align:center;
}
.shop-box .shopPhoto a span{
	margin-right:10px;
}
.shop-box .shopPhoto{
	width:30%;
	float:left;
}
.shop-box .shopPhoto img{
	width:95%;
}
.shop-box .shopText{
	width:70%;
	float:left;
}
.shop-box .btn{
	clear:both;
	width:100%;
}
.shop-box h3{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	text-align: center;
}
.shop-box .btn a{
	margin:0px auto;
display:block;
	box-sizing:border-box;
	width:90%;
	padding:14px 0 14px 0;
	border-radius:5px;
	box-shadow:0 3px 3px -1px rgb(123 110 110 / 60%);
	font-size:120%;
	text-align:center;
	line-height:1;
	background-color:#F28314;
	color:#FFF;
	position:relative;
}
.shop-box .btn  a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-135deg);
    border-right: 3px solid #FFF;
    border-bottom: 3px solid #FFF;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
}


.shop-box .btn a:hover{
	background:#FFCE00;
	color:#222;
	text-decoration:none;
}
.shop-box .btn a span{
	margin-left:10px;
	font-size:110%;
}

ul.Info{
	
	margin-bottom:10px;
}
ul.Info li{
	color:#363636;
	font-size:85%;
	line-height:110%;
	margin-bottom:5px;

}
ul.Info li.tel{
font-size:120%;
margin-bottom:5px;

}
ul.Info li.Time{
	margin-bottom:10px;
}
ul.Info li.Access{
	margin-bottom:15px;
}

.copy {
    padding: 10px 0px;
    text-align: center;
    font-size: 80%;
}