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

 file name  :homepage.css
 author     :Ability Consultant
style info  :トップページ
=================================================================== */
/*-----------------------------------------------------------
	ページ専用指定
-----------------------------------------------------------*/
@media only screen and (max-width: 1000px) {
  #homepage header nav {
    margin-bottom: 25px;
  }
}

/* 店舗一覧バナー */
#homepage .con_res_list {
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  #homepage .con_res_list {
    margin-bottom: 40px;
  }
}

/*-----------------------------------------------------------
	メイン画像切り替え
-----------------------------------------------------------*/
/* PC用 */
#main_img {
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_line_img.jpg) 0 350px repeat-x;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  #main_img {
    background: none;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  #main_img {
    margin-bottom: 50px;
  }
}
#main_img .bx-wrapper {
  margin: 0 auto !important;
  max-width: 1300px !important;
  position: relative;
}
#main_img .bx-wrapper img {
  width: 100%;
  height: auto;
  /*auto又は100%に指定・縦横比を維持する*/
  display: block;
}
#main_img .bx-wrapper .bxslider {
  min-width: 1300px;
  min-height: 470px;
}

#main_img .bx-loading {
  width: 100%;
  height: 100%;
  background: url(../images/common/slider_loader.gif) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

#main_img .bx-pager {
  position: absolute;
  bottom: 20px;
  left: 150px;
  z-index: 3000;
}
@media only screen and (max-width: 1000px) {
  #main_img .bx-pager {
    left: 40%;
    bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #main_img .bx-pager {
    bottom: -30px;
  }
}
#main_img .bx-pager .bx-pager-item,
#main_img .bx-pager .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#main_img .bx-pager a {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/common/slider_thum.png) 0 top no-repeat;
  text-indent: -9999px;
  outline: 0;
  margin-right: 15px;
}
@media only screen and (max-width: 1000px) {
  #main_img .bx-pager a {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #main_img .bx-pager a {
    width: 12px;
    height: 12px;
    margin-right: 15px;
    background: url(../images/common/slider_thum_sp.png) 0 top no-repeat;
  }
}
#main_img .bx-pager a:hover, #main_img .bx-pager a.active {
  background: url(../images/common/slider_thum.png) 0 bottom no-repeat;
}
@media only screen and (max-width: 640px) {
  #main_img .bx-pager a:hover, #main_img .bx-pager a.active {
    background: url(../images/common/slider_thum_sp.png) 0 bottom no-repeat;
  }
}

/*-----------------------------------------------------------
	#main		メインコンテンツ
-----------------------------------------------------------*/
#main {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1000px) {
  #main {
    margin-bottom: 40px;
  }
}
#main .wrp_main_l {
  float: left;
  width: 65%;
}
@media only screen and (max-width: 800px) {
  #main .wrp_main_l {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #main .wrp_main_l {
    margin-bottom: 30px;
  }
}
#main .box_banner {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #main .box_banner {
    display: none;
  }
}
#main .box_banner_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #main .box_banner_sp {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

/*	.con_specialty		みやびのこだわり
----------------------------------------------------------- */
#main .con_specialty {
  padding-bottom: 15px;
  background: #efeacc url(../images/home/bg_spe_hom.jpg) 0 0 no-repeat;
}
#main .con_specialty h2 {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 17px;
}
@media only screen and (max-width: 640px) {
  #main .con_specialty h2 {
    width: 60%;
    padding: 20px 0 15px;
  }
}
#main .con_specialty .img_spe {
  overflow: hidden;
  padding: 0 5px 0 15px;
}
@media only screen and (max-width: 640px) {
  #main .con_specialty .img_spe {
    display: none;
    padding-left: 0;
  }
}
#main .con_specialty .img_spe li {
  float: left;
  width: 50%;
  margin-bottom: 13px;
  padding-right: 10px;
}
#main .con_specialty .img_spe li img {
  width: 100%;
}
#main .con_specialty .img_spe_sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  #main .con_specialty .img_spe_sp {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  #main .con_specialty .img_spe_sp li {
    margin-bottom: 8px;
  }
}

/*	.con_scene		ご利用シーンのご案内
----------------------------------------------------------- */
#main .con_scene {
  float: right;
  width: 30%;
}
@media only screen and (max-width: 1000px) {
  #main .con_scene {
    width: 32%;
  }
}
@media only screen and (max-width: 800px) {
  #main .con_scene {
    float: none;
    width: 100%;
    overflow: hidden;
  }
}
#main .con_scene h3 {
  width: 260px;
  height: 33px;
  margin-bottom: 25px;
  background: url(../images/home/st_sce_hom.png) 0 0 no-repeat;
  text-indent: -9999px;
}
@media only screen and (max-width: 1000px) {
  #main .con_scene h3 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 140%;
    font-weight: bold;
    background: url(../images/common/ic_st_mark_01.png) 0 center no-repeat;
    padding-left: 45px;
    width: 100%;
    text-indent: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  #main .con_scene h3 img {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  #main .con_scene h3 img {
    width: 80%;
  }
}
#main .con_scene .box_scene {
  overflow: hidden;
  background: #fcfbf7 url(../images/home/bg_sce_season.jpg) 0 0 repeat;
  border: 1px dotted #90908d;
  border-top: none;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  #main .con_scene .box_scene {
    float: left;
    width: 55%;
  }
}
@media only screen and (max-width: 640px) {
  #main .con_scene .box_scene {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
}
#main .con_scene .box_scene h4 {
  background: url(../images/home/bg_st_sce_season.jpg) 0 0 repeat-x;
  height: 51px;
  text-align: center;
}
#main .con_scene .box_scene h4 img {
  margin-top: 14px;
}
#main .con_scene .box_scene .inner {
  padding: 12px;
  overflow: hidden;
}
#main .con_scene .box_scene .inner .photo {
  float: left;
  width: 40%;
  margin-bottom: 15px;
}
#main .con_scene .box_scene .inner .photo img {
  border: 5px solid #e9e4cf;
  width: 90%;
}
#main .con_scene .box_scene .inner .txt {
  overflow: hidden;
  margin-top: 4px;
  margin-bottom: 15px;
}
#main .con_scene .box_scene .inner .txt h5 {
  color: #953a2b;
  font-size: 120%;
  margin-bottom: 5px;
}
#main .con_scene .box_scene .inner .btn {
  clear: both;
  width: 100%;
  text-align: center;
}

/*	.bn_scene		ご利用シーン　バナー部分
----------------------------------------------------------- */
#main .con_scene .bn_scene {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  #main .con_scene .bn_scene {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 800px) {
  #main .con_scene .bn_scene {
    float: right;
    width: 42%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  #main .con_scene .bn_scene {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
}
#main .con_scene .bn_scene li {
  margin-bottom: 10px;
  text-align: center;
}
#main .con_scene .bn_scene li img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  #main .con_scene .bn_scene li img {
    width: 85%;
  }
}

/*	.bn_other		その他　バナー部分
----------------------------------------------------------- */
#main .con_scene .bn_other {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #main .con_scene .bn_other {
    clear: both;
    width: 100%;
  }
}
#main .con_scene .bn_other p img {
  width: 100%;
}
@media only screen and (max-width: 800px) {
  #main .con_scene .bn_other p img {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #main .con_scene .bn_other p img {
    width: 85%;
  }
}

/*-----------------------------------------------------------
	.con_event		イベント情報
-----------------------------------------------------------*/
#contents .con_event {
  overflow: hidden;
  *zoom: 1;
}
#contents .con_event h4 {
  background: url(../images/common/bg_st_bot_line.png) 0 bottom repeat-x;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
#contents .con_event h4 span {
  display: block;
  width: 160px;
  height: 33px;
  text-indent: -9999px;
  background: url(../images/home/st_eve_hom.png) 0 bottom repeat-x;
}
@media only screen and (max-width: 1000px) {
  #contents .con_event h4 span {
    width: 100%;
    text-indent: 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 150%;
    font-weight: bold;
    background: url(../images/common/ic_st_mark_01.png) 0 center no-repeat;
    padding-left: 45px;
  }
}
@media only screen and (max-width: 800px) {
  #contents .con_event h4 span {
    font-size: 140%;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_event h4 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 640px) {
  #contents .con_event h4 img {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  #contents .con_event h4 img {
    width: 55%;
  }
}
#contents .con_event .box {
  overflow: hidden;
  width: 100%;
}
#contents .con_event .box a {
  display: block;
  color: black;
  text-decoration: none;
  border-bottom: 1px solid #d2cdb8;
  overflow: hidden;
}
#contents .con_event .box a:hover {
  background: #e7e2c0;
}
#contents .con_event .box a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
#contents .con_event .box a .inner {
  padding: 20px 15px;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #contents .con_event .box a .inner {
    padding: 20px 10px !important;
  }
}
@media only screen and (max-width: 480px) {
  #contents .con_event .box a .inner {
    padding: 15px 5px !important;
  }
}
#contents .con_event .box a .inner .photo {
  float: left;
  width: 30%;
}
#contents .con_event .box a .inner .photo img {
  width: 90%;
  border: 1px solid #d8d0b4;
  padding: 4px;
  background: #fff;
}
#contents .con_event .box a .inner .txt {
  overflow: hidden;
}
#contents .con_event .box a .inner .txt .date {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #e2d298;
  padding: 2px 8px 2px 5px;
}
#contents .con_event .box a .inner .txt .txt_detail {
  margin-top: 10px;
}
#contents .con_event .box a .inner .txt .date_blog {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: #e8dabd;
  padding: 2px 8px;
  margin-bottom: 15px;
}
#contents .con_event .box a .inner .txt h3, #contents .con_event .box a .inner .txt h5 {
  margin-bottom: 10px;
  clear: both;
}
#contents .con_event .box a {
  float: left;
  width: 50%;
  background: url(../images/common/bg_line_vertical.png) right 0 repeat-y\9;
}
@media only screen and (max-width: 640px) {
  #contents .con_event .box a {
    float: none;
    width: 100%;
  }
}
#contents .con_event .box a:nth-child(odd) {
  background: url(../images/common/bg_line_vertical.png) right 0 repeat-y;
}
@media only screen and (max-width: 640px) {
  #contents .con_event .box a:nth-child(odd) {
    background: none;
  }
}
#contents .con_event .box a:hover {
  background: #e7e2c0;
}
#contents .con_event .box a .inner {
  padding: 15px;
}
#contents .con_event .box a .inner .txt ul {
  margin-bottom: 10px;
}

/*	イベント　※開催中アイコン
----------------------------------------------------------- */
#homepage .con_event .inner .photo {
  position: relative;
}
#homepage .con_event .inner .photo .ic_session {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2000;
}
#homepage .con_event .inner .photo .ic_session img {
  width: 47% !important;
  background: none !important;
  border: none !important;
}
@media only screen and (max-width: 800px) {
  #homepage .con_event .inner .photo .ic_session img {
    width: 55% !important;
  }
}
