/*
  ==========================================
  main.css BENESU Larc
  ------------------------------------------
  Original: Borut Jegrišnik (www.solucija.com) project: DesignHQ
  2011.01.20 Buroku (www.buroku.com)
  ==========================================
*/

* {
  margin: 0;
  padding: 0;
}

:focus,:active {
  outline: 0;
}

img {
  border: 0;
}

body {
  font: 16px Tahoma, Arial, Sans-Serif, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka;
  color: #000;
  background: #ccc;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

.x {
  clear: both;
}

p {
  line-height: 22px;
  margin: 0 0 22px;
  color: #666;
}

p.post-info {
  font-size: 12px;
  color: #666;
}

p.catch {
  line-height: 26px;
  font-size: 20px;
  color: #333;
}

p.red {
  font-size: 12px;
  color: red;
}

p.obi {
  line-height: 36px;
  font-size: 20px;
  background-color: #EFF1E4;
  color: #90A24E;
}

p.caption {
  width: 160px;
  float: left;
  margin: 0 10px;
  text-align: center;
  font-size: 12px;
}

/*
p.caption-map {
  width: 300px;
  float: left;
  margin: 0 10px;
  text-align: center;
  font-size: 12px;
}

p.caption-shop {
  width: 250px;
  float: left;
  margin: 0 10px;
  text-align: center;
  font-size: 12px;
}
*/

th {
  text-align: left;
  font-weight: bold;
  color: #333;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #036;
  margin-bottom: 15px;
}

h2 {
  font-size: 24px;
  font-weight: normal;
  color: #036;
  margin-bottom: 15px;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  margin-bottom: 10px;
}

h5 {
  font-size: 15px;
  font-weight: bold;
  color: #900;
}

p a {
  color: #036;
}

h1 a {
  color: #036;
}

h2 a {
  color: #036;
}

h3 a {
  color: #036;
}

h4 a {
  color: #036;
}

h5 a {
  color: #036;
}

#wrapper {
  margin: 0 auto;
  max-width: 980px;
  background: url(../images/bg.jpg) no-repeat;
}

#logo {
  padding: 15px 15px 0 15px;
  float: left;
}

#banner {
  clear: both;
  height: 270px;
}

#header {
  margin-bottom: 10px;
   position: relative;
}

#catch {
  padding: 15px 15px 0 15px;
  float: right;
  color: #333;
}

#catch h1 {
  font-weight: bold;
  font-size: 13px;
  text-shadow: 1px 1px 1px #fff;
  margin-top: 5px;
  margin-bottom: 4px;
}

#catch span.tel {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

#catch span.time {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
}

#content {
  background: #fff;
  max-width: 980px;
}

ul.menu {
  list-style: none;
}

ul.menu li {
  float: left;
  padding: 10px 5px 10px 0;
}

ul.menu li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  padding: 14px 24px;
  border: 1px solid #fff;
}

ul.menu a:hover, ul.menu li.current a {
  border: 1px solid #ddd;
}

#pitch {
  margin-bottom: 20px;
}

#left {
  width: 62%;
  float: left;
  margin-left: 3%;
  margin-right: 3%;
  =display: inline;
}

#left img {
  float: left;
  margin: 5px 20px 20px 0;
  padding: 3px;
  border: 1px solid #ccc;
}

#left img.icon {
  float: left;
  margin: 0;
  padding: 0;
  border: none;
}

#left img.right {
  float: right;
  margin: 0;
  padding: 0;
  border: none;
}

#left img.nofloat {
  float: none !important;
  margin: 5px !important;
  padding: 3px;
  border: 1px solid #ccc;
}

ul {
  color: #666;
  margin: 0 0 0 10px;
  line-height: 18px;
}

ul.access {
  margin: 0 0 10px 20px;
}

ol {
  color: #666;
  margin: 5px 0 5px 30px;
  line-height: 18px;
}

#right {
  width: 25%;
  float: left;
  border-left: 1px solid #ccc;
  padding-left: 3%;
}

#feature {
  margin-left: 5%;
  padding-bottom: 10px;
}

.small-post {
  float: left;
  width: 28%;
  margin-right: 5%;
}

.small-post img {
  border: 1px solid #ccc;
  padding: 3px;
  margin-bottom: 10px;
}

.last {
  margin-right: 0;
}

#feature ul {
  margin-top: -11px;
}

#footer {
  margin: 20px 0 20px 10px;
}

#footer p {
  line-height: normal;
  color: #666;
  font-size: 11px;
  margin: 0;
  padding: 0;
}

#footer p.shopname {
  color: #666;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px;
}

#footer p.copyright {
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}

.break {
  border-top: 1px solid #ccc;
  margin: 30px 0;
  display: block;
}

.no-border {
  border: 0;
}

.space {
  margin-bottom: 20px;
}

.spmenu {
    display:none;
}

img.auto {
  max-width: 100%;
  height: auto;
  width /***/: auto;
}
@media screen and (max-width:450px){
  /*300px以上で適用する内容*/
  img.auto {
    width: 96%;
  }
}

.trimming {
  max-width: 980px;
  width: 100%;
  overflow: hidden;
}

.none { /* 強制改行用 */
  display:none;
}

.spmenu {
  position: absolute;
  right: 15px;
  top:20px
}

body {
  -webkit-text-size-adjust: none;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

/*----------------------------------------------------
  スマホメニュー表示（PCメニュー非表示）
  ヘッダー画像を縮小１回目
  右サイドは下へ移動
------------------------------------------------------*/
@media screen and (max-width: 850px) {
.spmenu {
  display:block;
}
.trimming img { /*ヘッダー画像を縮小*/
  width: 850px;
  height: auto;
  margin-left: -10px;
}
#left {
  width: auto;
}
#right { /*右サイドは下へ移動*/
  border-left: none;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  width: 97%; /*padding-left: 3%;の差分*/
  margin-top: 30px;
}
#banner { /*トップバナー*/
  height: 240px;
}
#catch { /*右上の連絡先非表示*/
  display: none;
}
#logo {
  padding: 5px 15px 0 15px;
}
#logo a img {
  width: 100px;
}
#jMenu { /*PCメニュー非表示*/
  display:none;
}
ul.menu  {
  margin: 5px;
}
ul.menu li {
  float: none;
  padding: 4px 4px;
}
ul.menu li a {
  font-weight: bold;
  font-size: 14px;
}
.small-post { /*トップの３つのブロックメニュー*/
  width: auto;
}
}

/*----------------------------------------------------
  ヘッダー画像を縮小２回目
------------------------------------------------------*/
@media screen and (max-width: 650px) {
#banner {
  height: 180px;
}
.trimming img { /*ヘッダー画像を縮小*/
  width: 650px;
  height: auto;
  margin-left: -20px;
}
p.catch {
  line-height: 24px;
  font-size: 18px;
}
#footer p {
  font-size: 13px;
}
}

/*----------------------------------------------------
  最小向け。画像の回り込みを解除
------------------------------------------------------*/
@media screen and (max-width: 400px) {
.none{
  display:block;
}
#left img { /*画像の回り込みを解除*/
  float: none;
  margin: 5px 0 10px 0;
  padding: 0;
}
}

/*----------------------------------------------------
  CSS Crossfader
  http://mikeomatic.net/techtips/css-crossfader/
------------------------------------------------------*/
/* class styles */
.fade-box {
  position: absolute;
  margin: 0px 0px 0px 0px;
}

/*----------------------------------------------------
  clearfix
------------------------------------------------------*/
.clear {
  clear:both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*----------------------------------------------------*/


/*
#pitch p {
  =display:none;
}
ul.menu {
  list-style: none;
  =margin: 10px 25px 0 10px;
}

#pitch p {
  =display:block;
}

=.block {
  width:100%
}

*/