@charset "UTF-8";
/* 汎用タイトル（アイコン＋画像）※h3相当 */
/* 汎用タイトル（アイコン＋プレーンテキスト）※h3相当 */
/* 汎用タイトル（アイコン＋明朝体）※h4相当 */
/* 汎用タイトル（アイコン＋ゴシック体）※h5相当 */
/* テキストリンク */
/* ボタンリンク（橙色） */
/* 背景グラデ枠（お品書き、ブログサイドの背景などに使用） */
/* 料金表示 */
/* 画像切り替え（ベージュ背景 slider） */
/* 画像切り替え（ローディング） */
/* 画像切り替え（ページング） */
/* 画像切り替え（左右ボタン） */
/*	ページ内リンク用ボタン
----------------------------------------------------------- */
/*	float 解除
----------------------------------------------------------- */
/*	イベント、みやび便り（ブログ）一覧レイアウト
----------------------------------------------------------- */
/* トップページ、店舗トップ、イベント、ブログで使用 */
/* ===================================================================
CSS information

 file name  :scene_season.css
 author     :Ability Consultant
style info  :様々なご利用シーン（季節のおすすめ利用）
=================================================================== */
/*-----------------------------------------------------------
	ページ専用指定
-----------------------------------------------------------*/
#scene #main_title h2 {
  background-image: url(../scene/season/images/bg_title.jpg);
}
#scene #main_title span {
  background-image: url(../scene/season/images/title.jpg);
}

/* -----------------------------------------------------------
	.con_season		イントロ部分
----------------------------------------------------------- */
.con_season {
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 640px) {
  .con_season {
    margin-bottom: 15px;
  }
}
.con_season h3 {
  clear: both;
  border-top: 2px solid #cac7bd;
  background: #fdfcf6 url(../images/common/bg_st_bot_line.png) 0 bottom repeat-x;
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.con_season h3 span {
  display: block;
  padding: 14px 0 18px 50px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 170%;
  font-weight: bold;
  background-image: url(../images/common/ic_st_mark_01.png);
  background-position: 0 15px;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  -moz-background-size: 25px 25px;
  -o-background-size: 25px 25px;
  background-size: 25px 25px;
  padding: 12px 15px 15px 35px;
}
@media only screen and (max-width: 640px) {
  .con_season h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .con_season h3 {
    font-size: 80%;
    margin-bottom: 10px;
  }
}
.con_season .box {
  background: url(../images/common/bg_lattice.jpg) right top no-repeat;
  overflow: hidden;
  padding: 20px 15px;
}
@media only screen and (max-width: 640px) {
  .con_season .box {
    background: none;
    padding: 10px 5px;
  }
}
.con_season .box .photo {
  float: left;
  width: 60%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .con_season .box .photo {
    float: none;
    width: 100%;
    margin-bottom: 25px;
  }
}
.con_season .box .photo:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px #F7F5E8, inset 0 0 10px #F7F5E8, inset 0 0 10px #F7F5E8, inset 0 0 10px #F7F5E8;
}
.con_season .box .photo img {
  width: 100%;
}
.con_season .box .txt {
  float: right;
  width: 37%;
}
@media only screen and (max-width: 800px) {
  .con_season .box .txt {
    float: none;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_arrow		おすすめのお料理（※矢印）
----------------------------------------------------------- */
.con_arrow {
  text-align: center;
  margin-bottom: 10px;
}
.con_arrow .st {
  color: #63550e;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  font-weight: bold;
  text-shadow: 2px 2px 1px #ccc;
}
@media only screen and (max-width: 480px) {
  .con_arrow .st {
    font-size: 150%;
  }
}
.con_arrow .ic {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  color: #c8bb7d;
}
.con_arrow .ic i {
  font-size: 500%;
}
