@charset "utf-8";

/**************************************/
/* レイアウト2 */
/**************************************/

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.imagemap a:hover {
  background: rgba(255,255,255,0.4);
  border: 3px dashed rgba(0,0,0,0.6);
}


body {
  font-family: 'メイリオ','Meiryo',sans-serif;
  background: #F2F2F2;
  text-align: left;
  color: #555;
  font-size: 1em;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
ul, ol {
  margin: 0;
}

#cboxCurrent {
  font-size: 1em;
}

#wrap {
  width: 960px;
  padding-bottom: 100px;
  margin: auto;
  padding-top: 0px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  border: 1px solid #ddd\9;
  border-width: 0 1px\9;
}

.default #wrap {
  overflow: hidden;
}

#primary-navigation {
  overflow: hidden;
  background: #FF6600;
  
    padding: 10px 10px;
  
}
#primary-navigation > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#primary-navigation > ul > li {
  float: left;
}
#primary-navigation > ul > li > a {
  display: block;
  color: #fff;
  padding: 5px 15px;
  font-size: 2em;
  transition: all 0.4s ease;
  color: #e9e9e9;
  font-weight: bold;
  text-decoration: none;
}
#primary-navigation > ul > li > a:hover {
  background: #ff892e;
  color: #fff;
}
#primary-navigation > ul > li.current > a {
  color: #fff;
}

/** 右上 店舗住所 **/
#primary-header {
  position: relative;
  height: 108px;
    font-size: 1.2em;
}
/** 左上　H1 **/
#primary-header > .logo {
  position: absolute;
  top: 15px;
  left: 30px;
  font-size: 1.3em;
  color: #FF6600;
  text-decoration: none;
  opacity: .7;
  opacity: 1\9;
  transition: all .3s ease;
}
/** 上の店舗住所 **/
h7 {
    font-size: 18px;
	display: table-cell;
	vertical-align: middle;
　margin-top: 0.5em;
　margin-bottom: 0.5em;
}

#primary-header > .logo:hover {
  opacity: 1;
}
#primary-header > dl {
  position: absolute;
  right: 30px;
  top: 10px;
  margin: 0;
  font-size: 1em;
}
#primary-header > dl > dd {
  margin: 0;
}

#main-visual {
  margin-bottom: 30px;
}
#main-visual .nivo-controlNav {
  padding-bottom: 0;
}

#content {
}
#content iframe {
  max-width: 100%;
}

#main {
  float: left;
  width: 90%;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}

#side {
  float: right;
  width: 250px;
  margin-right: 30px;
}

#global-navigation {
  padding-bottom: 30px;
  overflow: hidden;
}
#global-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#global-navigation a {
  color: #333;
  text-decoration: none;
}
#global-navigation > ul {
  border-top: 2px solid #FF6600;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
#global-navigation > ul > li {
  border: 1px solid #ddd;
  border-width: 0 1px 1px;
}
#global-navigation > ul > li.current,
#global-navigation > ul > li:hover {
  background: url(../images/bg-gradient-01.png) repeat-x 0 -24px;
}
#global-navigation > ul > li > a {
  display: block;
  padding: 8px 10px 8px 26px;
  font-size: 1em;
  background: url(../images/arrow-square-right-gray.png) no-repeat 8px 11px;
}
#global-navigation > ul > li.current > a {
  background-image: url(../images/arrow-square-right-black.png);
}
#global-navigation > ul > li > ul {
  border-top: 1px solid #ddd;
}
#global-navigation > ul > li > ul > li {
}
#global-navigation > ul > li > ul > li > a {
  display: block;
  border-top: 1px dotted #ccc;
  padding: 6px 10px 6px 30px;
  background: url(../images/arrow-right.png) no-repeat 18px 12px;
  font-size: 1em;
}
#global-navigation > ul > li > ul > li:first-child > a {
  border-top: none;
}
#global-navigation > ul > li > ul > li.current > a,
#global-navigation > ul > li > ul > li > a:hover {
  background-color: #f6f6f2;
}
#global-navigation > ul > li > ul > li > ul {
  border-top: 1px dotted #ccc;
}
#global-navigation > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #fff;
}
#global-navigation > ul > li > ul > li > ul > li > a {
  display: block;
  font-size: 1em;
  padding: 5px 10px 5px 30px;
}
#global-navigation > ul > li > ul > li > ul > li.current > a,
#global-navigation > ul > li > ul > li > ul > li > a:hover {
  color: #900
}

#primary-footer {
  margin-top: 40px;
  background: #333;
  overflow: hidden;
  color: #999;
  padding: 30px;
  font-size: 1em;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
}
#primary-footer .copyright {
  float: left;
  width: 50%;
}
#primary-footer .powered {
  float: right;
  width: 50%;
  text-align: right;
}
#primary-footer .powered a {
  color: #999;
  text-decoration: none;
  transition: all 0.2s ease;
}
#primary-footer .powered a:hover {
  color: #eee;
}
#primary-footer .powered .signin {
  display: inline-block;
  margin-right: 10px;
}


/**************************************/
/* 各ブロックのスタイル */
/**************************************/

/* 見出し */
.BlockHeading > .bk-block-content {
  overflow: hidden;
}

.bk-block-content {
    font-size : 2em; /* 24px */
    line-height : 1.6em; /* 24px */
//    margin-bottom : 1em;


}

.bk-block-content h1 {
  margin: 0 0 15px;
  border: 1px solid #ddd;
  border-top: 2px solid #FF6600;
  padding: 4px 4px;
  background: url(../images/bg-gradient-01.png) repeat-x bottom;
  box-shadow: 0 2px 10px rgba(0,0,0,.2);
  font-size: 1em;
  color: #FF6600;
}
.bk-block-content h2 {
  margin: 0 0 10px;
  font-size: 1em;
  background: #FF6600;
//  padding: 8px 12px;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  

  
  
}
.bk-block-content h3 {
  margin: 0 0 20px;
  border-bottom: 1px dotted #ccc;
  padding: 0 5px 5px;
}

/* テーブル */
.bk-block-content table {
  border: 2px solid #ccc;
  background: #fff;
  width: 100%;
}
.bk-block-content table th {
  background: #eee;
  font-weight: bold;
  vertical-align: top;
}
.bk-block-content table th,
.bk-block-content table td {
  padding: 8px;
}

/* リスト */
.bk-block-content ul,
.bk-block-content ol {
}

/* 引用 */
.bk-block-content blockquote {
  border-left: 4px solid #ccc;
  padding-left: 10px;
  font-style: italic;
}

/* フォーム */
.bk-block-content form {
}
.bk-block-content .bk-block-form-item {
  margin-bottom: 20px;
}
.bk-block-content .bk-block-form-item label {
  margin-bottom: 3px;
  display: inline-block;
}
.bk-block-content .bk-block-form-item input[type="text"],
.bk-block-content .bk-block-form-item textarea {
  width: 90%;
  max-width: 1000px;
  background: #eee;
  border: none;
  border-radius: 3px;
  padding: 5px;
  box-shadow: inset 0 2px 2px rgba(0,0,0,.4);
}
.bk-block-form div.bk-block-form-item span.required {
  color: #f00;
}
.bk-block-form div.bk-block-form-error {
  right: 10%;
  top: 10px;
  left: auto;
}

/* ライン */
.bk-block-content hr {
  height: 1px;
  background: #ccc;
  border: none;
}

/* ブロック「写真」の画像 */
.bk-block-photo-box img {
}

/* ブロック「テキストと写真」と画像 */
.bk-block-text-photo-image-box {
}
.bk-block-text-photo-image-box > img {
}

/* フォトギャラリー */
ul.block-photo-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.block-photo-gallery > li {
  display: inline-block;
  margin: 2px;
}
ul.block-photo-gallery > li img {
  border: 1px solid #ddd;
  padding: 1px;
}

/**************************************/
/* ブログ */
/**************************************/

#entries {
}
/* 記事 */
.entry {
  margin-bottom: 40px;
  overflow: hidden;
}
/* 記事タイトル */
.entry > .title {
  display: block;
  text-decoration: none;

}
/* 投稿日時、コメント数など記事情報 */
.entry > .sub {
  text-align: right;
  margin-bottom: 15px;
  font-size: 1em;
}
.entry > .sub > span {
  display: inline-block;
  margin: 0 6px;
}
/* 本文 */
.entry > .body {
    font-size : 1em; /* 24px */
    line-height : 1.6; /* 24px */
    margin-bottom : 1em;
}
/* 続き前の本文 */
.entry > .body > .body1 {
  margin-bottom: 10px;
}
/* 続きの本文 */
.entry > .body > .body2 {
}
/* 続きを読むボタン */
.entry > a.more-read {
}

/* ページネーター */
.bk-paginator {
  margin-bottom: 20px;
  text-align: center;

}
.bk-paginator > span.current,
.bk-paginator > span a {
  display: inline-block;
  margin-left: 20px;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;

}
.bk-paginator > span.current {

}
.bk-paginator > span a {
  color: #333;
  border: 1px solid #eee;
  
}
.bk-paginator > span.current,
.bk-paginator > span a:hover {
  background: #FF6600;
  box-shadow: inset 0 0 20px #666;
  color: #fff;
  border: 1px solid transparent;
  
}

/* コメント */
#comments > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#comments > ul > li {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding: 0 10px 15px 10px;
}
#comments > ul > li > div.name {
  font-weight: bold;
  margin-bottom: 10px;
}
#comments > ul > li > div.created {
  font-size: 1em;
  margin-bottom: 10px;
}
#comments > ul > li > div.body {
}






/**************************************/
/* レイアウト */
/**************************************/


a {
  color: #00ADE6;
}
strong {
  color: #FF6600;
}
img {
  border: none;
  vertical-align: bottom;
}
ul, ol {
  margin: 0;
}

.wring {
  margin: 0 50px;
}



#paper {
  background: #fff;
  box-shadow: 0 0 20px 1px #ccc;
  padding-bottom: 60px;
  line-height: 170%;
}

#primary-header > .logo > a {
  font-size: 1em;
  font-weight: bold;
  color: #FF6600;
  text-decoration: none;
}
#primary-header > ul.navigation {
  float: left;
  width: 560px;
  list-style: none;
  padding: 0;
  margin: 62px 0 0 -4px;
}
#primary-header > ul.navigation a {
  text-decoration: none;
}
#primary-header > ul.navigation > li {
  float: left;
  margin-left: 4px;
  transition: all 0.2s ease;
}
#primary-header > ul.navigation > li:hover {
  background: #FF6600;
  box-shadow: inset 0 0 30px #c65302;
}
#primary-header > ul.navigation > li > a {
  display: block;
  height: 46px;
  overflow: hidden;
  position: relative;
}
#primary-header > ul.navigation > li > a > div.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#primary-header > ul.navigation > li > a > span {
  display: block;
  padding: 6px 14px;
  height: 34px;
  color: #333;
  font-size: 1em;
  line-height: 34px;
  transition: all 0.5s ease;
}
#primary-header > ul.navigation > li:hover > a > span.normal {
  margin-top: -46px;
}
#primary-header > ul.navigation > li:hover > a > span.hover {
  color: #fff;
}
#primary-header > ul.navigation > li.current > a > span {
  font-weight: bold;
}
#primary-header > ul.navigation > li.current > a > span.normal {
  color: #FF6600;
}
#primary-header > ul.navigation > li.hidden > a > span {
  text-decoration: line-through;
}
#primary-header div.depth-1,
#primary-header div.depth-2 {
  display: none;
  position: absolute;
  font-size: 1em;
  z-index: 2000;
}
#primary-header div.under {
}
#primary-header div.under > ul {
  list-style: none;
  padding: 0;
  border: 1px solid #ddd;
  /*box-shadow: 0 0 3px #ccc;*/
  background: #fff;
}
#primary-header div.under > ul > li {
  border-bottom: 1px solid #ddd;
  width: 180px;
}
#primary-header div.under > ul > li:last-child {
  border-bottom: none;
}
#primary-header div.under > ul > li > a {
  display: block;
  padding: 10px;
  color: #555;
  transition: all 0.3s ease;
  text-shadow: 0 1px 0 #fff;
}
#primary-header div.under > ul > li.current > a,
#primary-header div.under > ul > li:hover > a {
  padding-left: 20px;
  background: #f2f2f2;
}
#primary-header > ul.navigation > li:hover > div.depth-1 {
  display: block;
}
#primary-header div.depth-1 > ul > li:hover > div.depth-2 {
  display: block;
}
#primary-header div.depth-1 {
  padding-top: 5px;
}
#primary-header div.depth-1 > ul > li.hidden > a,
#primary-header div.depth-2 > ul > li.hidden > a {
  text-decoration: line-through;
}
#primary-header div.depth-2 {
  left: 180px;
  top: -1px;
}
#primary-header li {
  position: relative;
}

#main {
  float: left;
  width: 96%;
  margin-right: 20px;

    font-size : 1em; /* 24px */
    line-height : 1.6; /* 24px */
    margin-bottom : 1em;
}
#sub {
  float: left;
  width: 240px;
  
}

#side {
  float: left;
  width: 240px;
  
      font-size : 1em; /* 24px */
    line-height : 1.6; /* 24px */
    margin-bottom : 1em;
}

#content {
  padding-bottom: 30px;
}

#content h1 {
  background: url(../images/dot-eeeeee.png) center repeat-x;
  text-align: center;
  margin: 0;
  overflow: hidden;
}
#content h1 > span.text {
  line-height: 150%;
  background: #fff;
  font-size: 1em;
  font-weight: normal;
  padding: 0 10px;
}
#content h2 {
//  background: url(../images/bg-h2-main.png) no-repeat;
  height: 54px;
  margin: 0;
  line-height: 54px;
  padding-left: 18px;
 font-size: 1em;
//  color: #555;
  font-weight: normal;
  overflow: hidden;
  
      font-size : 1em; /* 24px */
 //   line-height : 1.6; /* 24px */
  
}
#sub h2 {
  background: url(../images/bg-h2-sub.png) no-repeat;
}
#content h3 {
  border: 1px solid #eee;
  border-width: 1px 0;
  height: 36px;
  line-height: 36px;
  margin: 0;
  font-weight: normal;
  padding-left: 15px;
  overflow: hidden;
}

#content .bk-block-content table {
  border: none;
  background: #fff;
  border-collapse: collapse;
  border: 2px solid #ccc;
}
#content .bk-block-content table th,
#content .bk-block-content table td {
  border: none;
  padding: 10px 5px;
  border: 1px solid #ccc;
}
#content .bk-block-content table th {
  text-align: center;
  font-weight: normal;
  background: #f2f2f2;
  border-right-style: dotted;
}
#content .bk-block-content table td {
  border-left-style: dotted;
}

#content blockquote {
  background: #f2f2f2;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 0 5px #ddd;
}

#content ul.block-photo-gallery {

  padding: 0;
  overflow: hidden;
  list-style: none;
　margin: 0 auto;  
}
#content ul.block-photo-gallery > li {
  float: left;
  margin: 10px 0 0 10px;
}
#content ul.block-photo-gallery > li > a {
  display: block;
  padding: 2px;
  border: 1px solid #eee;
}
#content ul.block-photo-gallery > li > a:hover {
  background: #eee;
}

#content form.bk-block-form {
}
#content form.bk-block-form div.bk-block-form-item {
  margin-bottom: 20px;
}
#content form.bk-block-form div.bk-block-form-item label.main {
}
#content form.bk-block-form div.bk-block-form-item span.required {
  color: #f00;
}

#content hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0));
}

#content iframe,
#content div {
  max-width: 100%;
}


#primary-footer {
  margin-top: 20px;
  font-size: 1em;
  color: #ccc;
  text-shadow: 0 2px 0px #fff;
}
#primary-footer > div.copyright {
  float: left;
  width: 50%;
}
#primary-footer > div.powered {
  float: right;
  width: 50%;
  text-align: right;
}
#primary-footer > div.powered > a {
  font-weight: bold;
  color: #999;
  opacity: .8;
  transition: all 0.2s ease;
  text-decoration: none;
}
#primary-footer > div.powered > a:hover {
  opacity: 1.0;
}

#pankuzu {
  margin-bottom: 30px;
}
#pankuzu > ul {
  list-style: none;
  padding: 0 50px;
  margin: 0;
  overflow: hidden;
  background: #fcfcfc;
  border: 1px solid #eee;
  border-width: 1px 0;
}
#pankuzu > ul > li {
  float: left;
}
#pankuzu > ul > li > a,
#pankuzu > ul > li > span {
  display: block;
  height: 40px;
  padding: 0 18px 0 10px;
  line-height: 40px;
  font-size: 1em;
}
#pankuzu > ul > li > a {
  text-decoration: none;
  background: url(../images/bg-pankuzu-a.png) no-repeat right center;
}
#pankuzu > ul > li > a:hover {
  color: #FF6600;
}
#pankuzu > ul > li > span {
  color: #999;
}

div#entries {
  margin-bottom: 30px;
}
div#entries > div.entry {
  margin-bottom: 50px;
  position: relative;
}
div#entries > div.entry > div.title a {
  text-decoration: none;
}
div#entries > div.entry > div.title a h2 {
  transition: all 0.2s ease;
}
div#entries > div.entry > div.title a:hover h2 {
  color: #FF6600;
}
div#entries > div.entry > div.sub {
  color: #999;
  top: 50px;
  font-size: 1em;
  position: absolute;
  right: 6px;
}
div#entries > div.entry > div.sub > span {
  display: inline-block;
  margin-left: 10px;
}
div#entries > div.entry > div.body {
  margin: 35px 0 10px 0;
  overflow: hidden;
}
div#entries > div.entry > div.body div.body2 {
  margin-top: 20px;
}
div#entries > div.entry > a.more-read {
  margin-top: 20px;
}
div.no-comments {
  background: #f2f2f2;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 1em;
}
div#comments ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div#comments ul > li {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 1em;
  position: relative;
}
div#comments ul > li:last-child {
  margin-bottom: 0;
}
div#comments ul > li > .name {
}
div#comments ul > li > .created {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999;
  font-style: italic;
}
div#comments ul > li > .body {
  margin-top: 10px;
}
a.button-add-comment {
  margin-top: 20px;
}

div.bk-paginator {
  margin-bottom: 20px;
  text-align: right;
}
div.bk-paginator > span.current,
div.bk-paginator > span a {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
div.bk-paginator > span.current {
}
div.bk-paginator > span a {
  color: #555;
  border: 1px solid #eee;
}
div.bk-paginator > span.current,
div.bk-paginator > span a:hover {
  background: #444;
  box-shadow: inset 0 0 10px #666;
  color: #fff;
  border: 1px solid transparent;
}

button.button-default {

}



.published {
      font-size : 0.9em; /* 24px */
//    line-height : 0.5em; /* 24px */
//          margin-bottom: 3em;
padding-top : 0em;
}

.bk-block-text-content {
      font-size : 1em; /* 24px */
//    line-height : 3em; /* 24px */
}

.comments {
      font-size : 0.5em; /* 24px */
	}



         margin-bottom: 3em;
padding-top : 0em;
}

.bk-block-text-content {
      font-size : 1em; /* 24px */
//    line-height : 3em; /* 24px */
}

.comments {
      font-size : 0.5em; /* 24px */
	}







td {
		line-height: 1em 

	}


/*  googlemap  */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*  youtube レシぽんしブル対応 */
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}











































































