@charset "utf-8";
@font-face{
  font-family: 'Lucida Grande', Meiryo, sans-serif; /* お好きな名前にしましょう */
/*  src: url(./XXX.woff) format('woff');*/ /* モダンブラウザ用 */
  font-weight: normal; /* 念の為指定しておきます */
  font-style: normal;
}

/*==============================================================
/ Reset
/==============================================================*/
body,
dd,
div,
dl,
dt,
footer,
h1,
h2,
h3,
h4,
header,
img,
li,
ol,
p,
section,
table,
td,
th,
tr,
ul {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: baseline;
}

img {
  border: none;
}

.article_image {
  margin: 10px;
}
.image_c {
  display: block;
  margin: 0 auto;
  text-align: center;
  text_decoration: none;
}
.image_l {
  float: left;
}
.image_r {
  float: right;
}

html {
  font-size: 70%;
}

body {
  background: #332617;
  color: #fff;
  font-family: 'Lucida Grande', Meiryo, sans-serif;
}

a {
  color: #009844;
}

a:visited {
  color: #0b5a33;
}

/*==============================================================
/ Header
/==============================================================*/
header {
  background: #ffffff;
  color: #151A1C;
}

#header-inner {
  height: 90px;
  margin: 10px auto 0 auto;
  position: relative;
  width: 940px;
  z-index: 10;
}
#header_link {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index: 14;
}
#header_link a{
	display:block;
	width: 480px;
	height: 90px;
	z-index: 16;
}

#header-inner .logo{
  position: relative;
  top: -10px;
  z-index: 12;
}

header nav {
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size:14px; font-size:1.4rem;
  left: 499px;
  position: absolute;
  top: 0;
}

header nav ul {
  margin: 0;
}

header nav li {
  float:left;
  list-style:none;
  text-align: center;
}

header nav li:first-child a {
  border-left: 0px solid #DEDEDE;
}

header nav a,
header nav a:visited {
  display: block;
  border-right: 0px solid #DEDEDE;
  color: #151A1C;
  text-decoration: none;
  line-height: 20px;
  margin: 0 0 0 0;
  padding: 35px 0;
  width: 110px;
  position: relative;
}
header nav a.l2,
header nav a.l2:visited {
  padding: 25px 0;
}
header nav a:hover{
  color: #ffffff;
  background:#009844;
}

header nav a.current:after {
  content: '';
  position: absolute;
  top: 0px; left: 50%;
  margin-left: -10px;

  width:0;
  height:0;
  border: 10px solid transparent;
  border-top: 10px solid #332617;
}

/*==============================================================
/ Catch
/==============================================================*/

#catch {
  background:#754c24;
  border-bottom: 0px solid #DEDEDE;
  border-top: 0px solid #DEDEDE;
  z-index: 7;
}

/*==============================================================
/ Main
/==============================================================*/
main {
  background: #ffffff;
  color: #151A1C;
  display: block;
  font-size: 14px; font-size: 1.2rem;
  line-height: 180%;
  overflow: hidden;
  word-wrap: break-word;
}

#main-inner {
  margin: 70px auto 30px auto;
  width: 940px;
}

/*==============================================================
/ Footer
/==============================================================*/

footer {
  display: block;
  background-color: #009844;
  color: #ffffff;
  font-size: 12px; font-size: 1.2rem;
  line-height: 160%;
  margin: 0 ;
  padding: 0 0 20px 0;
}

#footer-back {
  margin: 0;
  width: 100%;
  height: 100px;
  display: block;
  background-color: #ffffff;
}
#footer-back-inner {
  margin: 0 auto;
  width: 940px;
  height: 100px;
  display: block;
  background-image:url(../index/img/ico_footer.png);
  background-repeat: no-repeat;
  background-position: right top;
}
#footer-inner {
  margin: 0 auto;
  padding: 30px 0 0 0;
  width: 940px;
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  line-height: 30px;
}
.footer-title {
  font-size:24px; font-size:2.4rem;
}

footer nav {
  margin: 50px 0 30px 0;
  line-height: 24px;
}

footer nav div {
  float: left;
  margin-right: 20px;
}

footer nav ul.footer-list1 {
  padding: 0 90px 0 20px;
  list-style: none;
}
footer nav ul.last {
  padding: 0 0 0 20px;
  list-style: none;
}
footer nav ul.footer-list1 li {
}
footer nav ul.footer-list1 li:before {
  content: '・';
}
footer nav ul.footer-list1 ul {
  list-style: none;
}
footer nav ul.footer-list1 li ul li {
}
footer nav ul.footer-list1 li ul li:before {
  content: '・';
}

footer nav a,
footer nav a:visited {
  color: #FFF;
  text-decoration: underline;
}

footer nav a:hover {
  text-decoration: underline;
}

footer .footer-areainfo {
  clear: both;
  display:block;
  float: left;
  text-align:left;
  width: 940px;
  margin: 40px 0 0 0;
}

footer .copyright {
  display: inline;
  float: right;
  text-align:right;
}

/*==============================================================
/ Content
/==============================================================*/

section {
  margin:0 0 40px 0;
}

.col-140 { float: left; margin-left: 20px; width: 140px; }
.col-300 { float: left; margin-left: 20px; width: 300px; }
.col-380 { float: left; margin-left: 20px; width: 380px; }
.col-460 { float: left; margin-left: 20px; width: 460px; }
.col-540 { float: left; margin-left: 20px; width: 540px; }
.col-620 { float: left; margin-left: 20px; width: 620px; }
.col-940 { width: 940px; }
.clearfix *:first-child { margin-left: 0; }

#event img{
	float: right;
}


h1 {
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 24px; font-size: 2.4rem;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  width: 940px;

}
h1.page {
  background-color: #754c24;
  width: 100%;
  height: 100px;
}
h1.page .h1-page-inner {
  display:block;
  width: 780px;
  height: 40px;
  margin:  0 auto;
  padding: 20px 0 0 160px;
  font-size: 28px; font-size: 2.8rem;
  font-weight: 100;
}

h2 {
  background-image:url(../index/img/ico_h2_1.png);
  background-repeat: no-repeat;
  border-bottom: 2px solid #b1a489;
  font-family: 'Lucida Grande', Meiryo, sans-serif;
  font-size: 19px; font-size: 1.9rem;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 0 10px 36px;
  clear: both;
}

h3 {
  font-size: 14px; font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  clear: both;
}

p {
  margin: 0;
}

/*--------------------------------------------------------------*/
/* Table */

table {
  border-collapse: collapse;
  /* font-size:12px; font-size:1.2rem; */ /* IE6対応 */
  font-size:14px; font-size:1.4rem;
  line-height: 140%;                 /* IE6対応 */
  margin: 20px auto 20px 0;
}

td,
th {
  border-left: 5px solid #ffffff;
  border-top: 5px solid #ffffff;
  padding: 5px 10px;
  vertical-align: top;
}

td:first-child,
th:first-child {
  border-left: none;
}

tr:first-child td,
tr:first-child th {
  border-top: none;
}

th {
  background: #b1a489;
  color: #FFF;
}

/* お知らせ・お得な情報 */
.info_date01{
  display: block;
  float: left;
  margin: 0 20px;
}

.info_cat{
  display: block;
  float: left;
  background: #ffffff;
  color: #000000;
  margin: 0 0px;
  padding: 0 0px;
}

.info_cont01{
  clear: both;
  display: block;
  margin: 60px 0 60px 0;
}

/* イベント一覧 */
.clearfix *:first-child .event_pict{
  margin-left: auto;
}
.event_pict{
  clear: both;
  text-align: center;
}
.event_pict img{
/*  margin: 0px 10px; */
  width: 80%;
}
.event_contents_box{
  margin: 0 0 30px 0;
}
/* 店舗一覧 */
.shoplist_960{
  width: 960px;
}
.shoplist_960 h2{
  width: 904px;
  text-align: left;
}
.shop_list_box a{
  color: #000000;
  text-decoration: none;
}
.shop_list_box a:hover{
  color: #009844;
  text-decoration: none;
}
.shop-list-cell {
  float: left;
  margin: 0 20px  20px 0;
  width: 140px;
  height: 150px; }
.shop_list{
  display: block;
  float: left;
  width:140px;
  height: 130px;
  margin: 0 20px 0 0;
}
.shop_detail_img_l {
  width: 460px;
  margin: 0 0 10px 0;
  padding: 0 10px 0 0;
  height: auto;
  display: block;
  float: left;
  text-align: center;
}
.shop_detail_img_r {
  width: 460px;
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
  height: auto;
  display: block;
  float: left;
  text-align: center;
}

/*--------------------------------------------------------------*/
/* List*/

ul {
  margin: 0 auto 0 20px;
}


#info dt {
  font-weight: bold;
  padding-top: 10px;
}

#info dt:first-child {
  padding:0;
}

#info dd {
  margin-bottom:10px;
}

/*==============================================================
/ ClearFix
/==============================================================*/
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.clearfix{
    display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */

/*==============================================================
/ ForEditor
/==============================================================*/
.forEditor{
  background: #F2F0ED;
  color: #151A1C;
  display: block;
  font-size: 12px; font-size: 1.2rem;
  line-height: 180%;
  overflow: hidden;
}

/*==============================================================
/ 品川区共通商品券 アイコン
/ 2015.5.19 追加 takamura
/==============================================================*/
.syohinken {
position: relative;
font-size: 36px;
height: 2.36em;
width: 3.56em;
border-radius: 0.3em;
background-image:url("../index/img/icon_syohinken.jpg");
background-size:cover;
}
/*==============================================================
/ まちゼミ アイコン
/ 2015.5.21 追加 takamura
/==============================================================*/
.machizemi {
position: relative;
font-size: 36px;
height: 2.84em;
width: 2.84em;
border-radius: 0.1em;
background-image:url("../index/img/logo_machizemi.png");
background-size:cover;
}
/*==============================================================
/ イベント情報（角丸ボックス）
/ 2015.10.9 追加 takamura
/==============================================================*/
.event_contents_box_kadomaru{
  margin: 0 0 30px 0;
  background-color: #fff8dc;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-radius: 10px;
}
/*==============================================================
/ パディング個別調整
/ 2015.10.12 追加 takamura
/   - リストのパディングがリセットされていたので、随時調整したいところで使用。
/==============================================================*/
.t_padding {
  padding: 10px;
}
