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

body { line-height:1.5;font-family: "Noto Sans Japanese",sans-serif; background-color: #FFF }



span.futo{font-weight:bolder}


#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 5000;
}





@media only screen and (min-width: 769px) {
	/*　画面 横向き　*/
	
	
.smp_only{display:none}



.heater{
	position:absolute;
	top:0;
	width:100%;
	background:#FFF;
	height:90px;
}

.heat_area{
	width:900px;
	height:60px;
	margin:0 auto;
	padding:0 0 0 0;
}

.logo{
	width:138px;
	float:left;
	padding:8px 0 0 20px;
}

ul.pc_menu{
	list-style:none;
	float:right;
	height:60px;
	padding:50px 0 0 0;
}

ul.pc_menu li{
	width: 100px;
	float:left;
	padding: 4px;
	text-align: center;
	font-size: 12px;
	display:inline-block;
}


ul.pc_menu li a{
	display:block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	height: 30px;
	width: 100%;
	}	

ul.pc_menu li a:hover{
	display:block;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	height: 30px;
	width: 100%;
	border-bottom: 3px #b6272d solid
}	
	

ul.pc_menu li.sikiri{
	padding:0;
	height:20px;
	width: 1px;
	background: #000;
}

	

.pc_footer{
	position:absolute;
	bottom:0;
	width:99%;
	height:25px;
	font-size:10px;
	padding:15px 1% 0 0;
	background:#FFF;
	text-align:right;
}

.page_footer{
	width:100%;
	padding:60px 0 50px 0;
	text-align:center;
	color:#CCC;
	border-top: 1px #D8D7D7 solid;
	clear:both
}

.page_footer_navi{width: 560px; margin: 0 auto; padding: 20px 0 40px 0; text-align: center}
.page_footer_navi li.fnavi{ float: left; padding: 10px 25px 0 0;  }	
.page_footer_navi li.fnavi_form{ float: right; height: 15px }	
	
	
.page_footerEnd{
	width:100%;
	padding:15px 0 10px 0;
	background:#000;
	text-align:center;
	color:#fff;
}

.gotoTop{position:fixed; bottom:15px; right:20px; width:74px; height:74px; z-index:5000}




/*　WORKS　*/

.pagetitleBG{
	margin:90px 0 0 0;
	background: #fff000;
	width:100%;
	height:auto;
}

.slider_box{
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
	
	
	

.main_copyBox{width:auto; height: 380px; z-index: 500; margin:auto; top: 0; right: 10%; position: absolute}
.main_copyBox img{height: 100%; }
	
.kaki_goya{width: 700px; margin: 100px auto; overflow: hidden}

.main_copy {
	width: 100%;
	margin: 0 auto;
	float: left;
	padding:0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
}
.main_copy p{ 
	padding: 0 0 0 40px;
	letter-spacing: 0.2em
}
	
.kaki_ph{float: right; width: 450px}
.kaki_ph img{width: 100%}	
	

	
.sin_tyaku{width: 100%; padding:0; text-align: center;}	
.sin_tyaku img{width: 151px}

	
.hidari{width: 308px; float: left;}
.migi{width: 308px; float: right; }
	
.sin_tyakuBox{
	width: 700px;
	margin: 0 auto;
	padding: 30px 0 ;
	overflow: hidden;
}
.sin_tyaku_BLOG{
	width: 300px;
	height: 365px;
	margin: 0 0 30px 0;
	border: 4px #ddd solid;
	float: left;
	}
	
.sin_tyaku_FB{
	width: 300px;
	height: 365px;
	margin: 0 0 30px 0;
	border: 4px #ddd solid;
	float: right;
	}	



.BLOG_bt{
	clear: both;
	position: relative;
    z-index: 1;
	
}
.BLOG_bt a{
	position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    z-index: 2;
	width: 80%;
	height: 20px;
	padding: 10px 0 7px 0;
	margin: auto;
	text-align: center;
	color: #fff;
   border-radius: 5px;        /* CSS3草案 */  
   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration: none;
	background: #bf956d;
 }
.BLOG_bt a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}	
	
	
	
.FB_bt{
	clear: both;
	position: relative;
    z-index: 1;
	
}
.FB_bt a{
	position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    z-index: 2;
	width: 80%;
	height: 20px;
	padding: 10px 0 7px 0;
	margin: auto;
	text-align: center;
	color: #fff;
   border-radius: 5px;        /* CSS3草案 */  
   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration: none;
	background: #3369af;
 }
.FB_bt a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}	
	
	
	
.topics{
	width: 800px;
	text-align: center;
	margin: 150px auto
	}	

	
	
.pic_up{
	width: 600px; 
	margin: 0 auto 80px auto;
	padding: 25px 0 25px 200px; 
	border-top: 3px #000 dotted; 
	border-bottom: 3px #000 dotted; 
	background: url(../img/pic_up.png) 0 17px no-repeat; 
	font-size: 16px
	}	
	

/*焼き物*/
#yakimono{
	width: 100%;
	margin: 0;
	padding: 120px 0 80px 0;
	overflow: hidden;
	background: #fdf8d9;
	text-align: center;
}
	
#yakimono ul{
	width: 620px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	list-style: none;
	text-align: left;
	}	
#yakimono li{
	float: left;
	width: 165px;
	height: 210px;
	margin: 20px 20px 0 0;
	padding: 10px;
	background: #fff;
	position: relative;
	font-size: 15px;
	}	
	
#yakimono li.kikan{
	float: left;
	width: auto;
	height: auto;
	margin: 20px 20px 0 0;
	padding: 10px;
	position: relative;
	background: none;
	font-size: 15px;
	}
	
.price{
	width: 90%;
	padding: 0 10% 10px 0;
	text-align: right;
	position: absolute;
	bottom: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}
	

.menu01{width: 128px; margin: 0 auto; position: relative}
.menu01 img{position: absolute; top: 60px; bottom: 0; left: 0; right: 0; margin: auto}
	

/*丼もの・ご飯もの*/
#don_gohan{
	width: 100%;
	margin: 0;
	padding: 80px 0 80px 0;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
	
#don_gohan ul{
	width: 840px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	list-style: none;
	text-align: left;
	}	
#don_gohan li{
	float: left;
	width: 165px;
	height: 210px;
	margin: 20px 20px 0 0;
	padding: 10px;
	background: #f4dfe0;
	position: relative;
	font-size: 15px;
	}	
	
	
	
/*その他*/
#sonota{
	width: 100%;
	margin: 0;
	padding: 80px 0;
	overflow: hidden;
	background: #f4dfe0;
	font-size: 15px;
}	
	
	
.sonota_box{width: 800px; margin: 0 auto; overflow: hidden}	
.sonota_boxL{width: 390px; float: left}
.sonota_boxLs{width: 185px; padding: 60px 0 0 0; float: left}
.sonota_boxR{width: 390px; float: right}
.sonota_boxRb{width: 595px; padding: 60px 0 0 0; float: right}
	
.sonota_title{width: 100%; text-align: center; padding-bottom: 20px}
	
.sonota_itemL{width: 165px; height: 210px; padding: 10px; background: #fff; position: relative; float: left}
.sonota_itemR{width: 165px; height: 210px; padding: 10px; background: #fff; position: relative; float: right}	
.sonota_itemBig{width: 595px; height: 210px; float: right}
	

.bnr_shop{width:  800px; margin: 80px auto}
	
	
#s03{
	padding:85px 0 40px 0;
	margin:0 auto;
	width:100%;
	background: #fdf8d9;
}
	
	
.a_title{
	width: 168px;
	height: 138px;
	margin: 0 auto;
	position: relative;
}

.a_title img{
	position: absolute;
	top: 170px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
	
	
	
.access_box{
	width: 800px;
	margin: 0px auto 0 auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.access_L{
	width: 378px;
	float: left;
}
	

.jikan {
	border-top: 2px #000 dotted;
	border-bottom: 2px #000 dotted;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	width: 378px;
}
	
.kyori {
    padding:20px 0 0 0;
    margin:0;
	font-size: 13px;
}
.kyori span{font-size: 16px; color: #f1cf00}



.access_R{
	width: 378px;
	float: right;
}
	
.bt_map{
	width:100%;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
	margin: 28px 0 0 0;
    padding:8px 0;
    color:#fff;
    background-color:#f1cf00;
    border-radius:5px;
}
.bt_map a{
	text-decoration: none;
	color: #fff
}	

	
.s04{
	margin: 0 auto;
	padding: 0;
}	
	
.hata{
	margin: 0 auto;
	padding: 250px 0 0 0;
	width: 520px;
	overflow: hidden;
}

.hata img{
  vertical-align:bottom;
}
	
.jusho {
	border-top: 2px #000 dotted;
	border-bottom: 2px #000 dotted;
	padding: 15px 0;
	text-align: left;
	font-size: 16px;
	width: 378px;
}	
	
.access_L　dl{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	}	
	
.access_L dt{
	width: 80px;
	margin: 0 0 10px 0;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	padding: 4px 0 3px 0;
	border-radius:3px;
	}	
	
.access_L dd{
	display: block;
	float: left;
	font-size: 15px;
	width: 278px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 20px;
	clear: right;
}
.access_L dd span{
	font-size: 14px;
}

.dldtdd{
	padding: 30px 0 20px 0;
	border-bottom: 2px #000 dotted;
	overflow: hidden;
}
	
	
.access02{width: 800px; margin: 30px auto 15px auto}
.shopinfo02{width: 100%; margin: 60px auto 15px auto}	
.contact02{width: 100%; margin: 60px auto 15px auto}	
    
    
    
    
.yoshino_shop{
	width: 435px;
	margin: 0 auto;
	padding: 80px 0 0 0;
}

.yoshino_shop_br{margin: 0 auto; padding:30px 0 30px 0; width: 800px; line-height: 200%; overflow: hidden}
.yoshino_shop_brL{width: 48%; float: left}
.yoshino_shop_brR{width: 48%; float: right}    
    
	

	
}





























@media only screen and (max-width: 768px) {
	/*　画面　縦向き　*/

.pc_only{display:none}



.heater{
	position:absolute;
	top:0;
	width:100%;
	background:#FFF;
	height:60px;
}

.heat_area{
	width:100%;
	height:60px;
	margin:0 auto;
	padding:0;
}

.logo{
	width: auto;
	height:25px;
	float:left;
	padding:20px 0 0 15px;
}





#navToggle {
	display: none;
	position:absolute;/*to body*/
	right:10px;
	top:12px;
	width:29px;
	height:21px;
	/*background:#000;*/
	padding:15px 10px 15px 14px;
	cursor:pointer}
#navToggle div {position:relative}
#navToggle span {
	display:block;
	position:absolute;/*to div*/
	width:100%;
	border-bottom:solid 3px #666;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:7px}
#navToggle span:nth-child(3) {top:14px}

header nav {
	position:absolute;
	right:0;
    top:-600px; /*通常時はビュー外*/
	background:rgba(255,255,255,0.9);
    width:90%;
	padding:0 5%;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
	text-align:left}
header ul {margin:0}
header ul li {display:block; margin:0; border-bottom:dotted 1px #666; line-height:3}
header ul li a {display:block; color:#000; text-decoration:none}
header ul li a:hover {display:block; color:#BFAAAB; text-decoration:none}	
	
/*header ul li:after {content:''; color:#666}
header ul li:last-child {border-bottom:none}*/
	
/* Toggle(Button) */
#navToggle {display: block}
/* Click Toggle(Button) */
.openNav #navToggle span:nth-child(1) {
	top: 9px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 9px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg)}
/*header menu*/
.openNav nav {
	-moz-transform: translateY(660px);
	-webkit-transform: translateY(660px);
	transform: translateY(660px)}


.page_footer{
	width:100%;
	padding:30px 0 25px 0;
	text-align:center;
	color:#ccc;
	clear:both;
}

.page_footer a{
	text-decoration:none;
	color:#ccc;
}
.page_footer a:hover{
	text-decoration:underline;
	color:#ccc;
}
.page_footerEnd{
	width:100%;
	padding:15px 0 10px 0;
	background:#cacaca;
	text-align:center;
	color:#fff;
}

.gotoTop{position:fixed; bottom:15px; right:10px; width:40px; height:40px; z-index:5000}


/*　WORKS　*/

.pagetitleBG{
	margin:70px 0 0 0;
	background: #b6272d;
	width:100%;
}

.slider_box{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.main_copyBox{width: auto; height: 90%; position: absolute; top: 0; right:10%; z-index: 500; margin:0}
.main_copyBox img{height: 100%}

	
.main_copy {
	width: 80%;
	padding:0 3%;
	margin: 60px auto 0 auto;
	font-size: 15px;
}
.main_copy p{ 
	padding: 0 0 30px 0;
	letter-spacing: 0.2em
}
	
	
.kaki_ph{width: 100%; margin: 0 0 80px 0; overflow: hidden}
.kaki_ph img{width: 100%; float: right}	
	

.sin_tyaku{width: 100%; padding:0; text-align: center;}	
.sin_tyaku img{width: 131px}
	

.hidari{width: 80%; margin: 0 auto; clear: both }
.migi{width: 80%; margin: 0 auto; padding: 30px 0 0 0; clear: both}
	
.sin_tyakuBox{
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	overflow: hidden;
}
.sin_tyaku_BLOG{
	width: 100%;
	height: 365px;
	margin: 0 auto 40px auto;
	border: 4px #ddd solid;
	}
	
.sin_tyaku_FB{
	width: 100%;
	height: 365px;
	margin: 40px auto 40px auto;
	border: 4px #ddd solid;
	}	

	

.BLOG_bt{
	clear: both;
	position: relative;
    z-index: 1;
	
}
.BLOG_bt a{
	position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    z-index: 2;
	width: 80%;
	height: 20px;
	padding: 10px 0 7px 0;
	margin: auto;
	text-align: center;
	color: #fff;
   border-radius: 5px;        /* CSS3草案 */  
   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration: none;
	background: #bf956d;
 }
.BLOG_bt a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}	
	
	
	
.FB_bt{
	clear: both;
	position: relative;
    z-index: 1;
	
}
.FB_bt a{
	position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    z-index: 2;
	width: 80%;
	height: 20px;
	padding: 10px 0 7px 0;
	margin: auto;
	text-align: center;
	color: #fff;
   border-radius: 5px;        /* CSS3草案 */  
   -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
   -moz-border-radius: 5px;   /* Firefox用 */
	text-decoration: none;
	background: #3369af;
 }
.FB_bt a:hover{
	filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
		
.topics{
	width: 80%;
	text-align: center;
	margin: 80px auto
	}	
	
#yakimono{
	width: 100%;
	margin: 0;
	padding: 110px 0 20px 0;
	overflow: hidden;
	background: #fdf8d9;
	text-align: center;
}
	
#yakimono ul{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	}	
#yakimono li{
	float: left;
	width: 46%;
	height: 230px;
	padding: 1%;
	margin: 4% 0 0 2%;
	background: #fff;
	position: relative;
	font-size: 15px;
	}		
	
#yakimono li.kikan{
	float: left;
	width: 100%;
	height: auto;
	padding: 1%;
	margin: 4% 0 0 2%;
	background: none;
	position: relative;
	font-size: 14px;
	text-align: left
}	
	
.price{
	width: 100%;
	padding: 0 0 5% 0;
	text-align: right;
	position: absolute;
	bottom: 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	}	
	
.pic_up{
	width: 80%; 
	margin: 0 auto 80px auto;
	padding: 25px 0; 
	border-top: 3px #000 dotted; 
	border-bottom: 3px #000 dotted; 
	background: url(../img/pic_up.png) 0 17px no-repeat; 
	font-size: 16px
	}	
		
.menu01{width: 128px; margin: 0 auto; position: relative}
.menu01 img{position: absolute; top: 60px; bottom: 0; left: 0; right: 0; margin: auto}
	
/*丼もの・ご飯もの*/
#don_gohan{
	width: 100%;
	margin: 0;
	padding: 40px 0 20px 0;
	overflow: hidden;
	background: #fff;
	text-align: center;
}
	
#don_gohan ul{
	width: 90%;
	margin: 0 auto;
	padding: 0 0 0 0;
	list-style: none;
	}	
#don_gohan li{
	float: left;
	width: 46%;
	height: 230px;
	padding: 1%;
	margin: 4% 0 0 2%;
	background: #f4dfe0;
	position: relative;
	font-size: 15px;
	}	
	
/*その他*/
#sonota{
	width: 100%;
	margin: 20px 0 0 0;
	padding: 40px 0 20px 0;
	overflow: hidden;
	background: #f4dfe0;
	font-size: 15px;
}	
	
	
.sonota_box{width: 100%; margin: 0 auto; overflow: hidden}	
.sonota_boxL{width: 90%; margin: 0 auto; }
.sonota_boxLs{width: 100%; margin: 0 auto; padding: 0 0 0 0; }
.sonota_boxR{width: 90%; margin: 0 auto; }
.sonota_boxRb{width: 100%; margin: 0 auto; padding: 0 0 0 0; }
	
.sonota_title{width: 100%; text-align: center; padding: 20px 0}
	
.sonota_itemL{width: 46%; height: 210px; padding: 1%; background: #fff; position: relative; float: left}
.sonota_itemR{width: 46%; height: 210px; padding: 1%; background: #fff; position: relative; float: right}
.sonota_itemL02{width: 46%; height: 210px; margin: 0 auto; padding: 1%; background: #fff; position: relative;}
.sonota_itemBig{width: 90%; margin: 0 auto; }	
	
	
	
.bnr_shop{width: 90%; margin: 80px auto 0 auto}

	
#s03{
	padding:20px 0 40px 0;
	margin:0 auto;
	width:100%;
	background: #fdf8d9;;
}
	
	
.a_title{
	width: 150px;
	height: 200px;
	margin: 0 auto;
	position: relative;
}

.a_title img{
	position: absolute;
	top: 200px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
	
	
	
.access_box{
	width: 98%;
	margin: 1% auto;
	padding: 0;
	overflow: hidden;
	clear: both;
}

.access_L{
	width: 100%;
	float: left;
}
	

.jikan {
	border-top: 2px #000 dotted;
	border-bottom: 2px #000 dotted;
	padding: 15px 0;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
	width: 378px;
}
	
.kyori {
    padding:20px 0 0 0;
    margin:0;
	font-size: 13px;
}
.kyori span{font-size: 16px; color: #bf956d}



.access_R{
	width: 100%;
	float: right;
	margin: 20px 0 0 0 ;
}
	
.bt_map{
	width:100%;
    font-size:14px;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
	margin: 28px 0 0 0;
    padding:8px 0;
    color:#fff;
    background-color:#b6272d;
    border-radius:5px;
}	
.bt_map a{
	text-decoration: none;
	color: #fff
}
	
.s04{
	margin: 0 auto;
	padding: 0;
}	
	
.hata{
	margin: 0 auto;
	padding: 250px 0 0 0;
	width: 80%;
	overflow: hidden;
}

.hata img{
  vertical-align:bottom;
}
	
.jusho {
	border-top: 2px #000 dotted;
	border-bottom: 2px #000 dotted;
	padding: 15px 0;
	text-align: left;
	font-size: 16px;
	width: 378px;
}	
	
.access_L　dl{
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	}	
	
.access_L dt{
	width: 80px;
	margin: 0 0 10px 0;
	background: #000;
	color: #fff;
	text-align: center;
	display: block;
	float: left;
	padding: 4px 0 3px 0;
	border-radius:3px;
	}	
	
.access_L dd{
	display: block;
	float: left;
	font-size: 16px;
	width: 278px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 20px;
	clear: right;
}	

.dldtdd{
	padding: 30px 0 20px 0;
	border-bottom: 2px #000 dotted;
	overflow: hidden;
}
	
	
	
.access02{width: 98%; margin: 60px auto 15px auto}
.shopinfo02{width: 98%; margin: 60px auto 15px auto}	
.contact02{width: 98%; margin: 60px auto 15px auto}	
	
	
.yoshino_shop{
	width: 70%;
	margin: 0 auto;
	padding: 80px 0 0 0;
}
	
.yoshino_shop_br{margin: 0 auto; padding:30px 0 10px 0; width: 80%; line-height: 200%; overflow: hidden}
.yoshino_shop_brL{width: 100%; float: left}
.yoshino_shop_brR{width: 100%; padding: 30px 0 0 0; float: right}	
	
	
	
	
	
	
	
	

}
