﻿@charset "utf-8";
/* CSS Document */

/* ページにスクロールバーを常に表示させる場合 */
/*html { overflow-y: scroll; }*/

/* フッターのリンク文字が見えにくい場合 */
/*#SF-footer a{ color:#FFFFFF; }*/

/* リンク周りの点線を表示させない */
a:focus {
    outline:none;
}

/* クリア関連 */
.clear { clear:both; }

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}


/* フォント指定 */
h1 a { text-decoration: none!important; }

h1,h2,h3,h4,p,ul,li,strong,div,span,td,th,input,textarea {
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 中央寄せ */
.centerText {
  text-align: center !important;
}


/* テーブルの基礎設定 */
.tablebase {
	width: 100%;
	border-collapse:collapse; /* セル同士のボーダーをくっつける時は collapse 、離す時は separate */
	border-spacing: 1px; /* separate する場合の間隔。IE7 以前は 2px 強制 */
	border: 1px solid #999; /* 外枠 普通の線は solid 、点線は dotted */
	/*background-color: #666;*/
}
.tablebase th { /* セルの設定 */
	padding: 8px;
	border: 1px solid #999;
	background-color: #CCC;
}
.tablebase td { /* セルの設定 */
	padding: 8px;
	border: 1px solid #999;
	/*background-color: #CCC;*/
}

/* テーブルモジュールのヘッダー使わない */
.SF-trheader {
  display: none;
}



/* 各ページ共通コンテンツ設定 */
#LEFTLINK {
	width:280px;
	height:700px;
	border:none;
}
#RIGHTLINK {
	width:280px;
	height:700px;
	border:none;
}
#BOTTOMLINK {
	width:960px;
	height:200px;
	border:none;
}
#bottomColumn {
	width:1024px;
	height:350px;
	border:none;
}



/* カスタム設定 */
.strong_orange {
  color: #ff7f00;
  font-size: 1.5em;
  font-weight: bold;
}
.strong_red {
  color: #ff0000;
  font-size: 1.5em;
  font-weight: bold;
}




/* TOP 追加上背景設定 */
#ADDBGTOP {
  position: absolute;
  top: 140px;
  z-index: -10;
  width: 100%;
  min-width: 1090px; /* ページの幅を入れます */
}
#ADDCONTENTTOP {
  margin-left: auto;
  margin-right: auto;
  background-position: center top;
  background-repeat: repeat-x;
  height: 390px; /* 背景画像の高さを入れます */
  overflow: hidden;
}


/* TOP スライドショー */
#image-bloc {
  height: 390px;
}
#image-bloc .slide img {
  width: 1090px;
  height: 390px;
}
.bx-wrapper {
  margin: 0 auto 0;
}
.bx-viewport {
  overflow: visible!important;
  width: 1090px!important;
}
.main-container { // 一番外側の枠
  overflow: hidden;
  padding-bottom: 150px;
}
.slider {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider li {
  width: 1090px!important;
  margin: 0;
  padding: 0;
}






/* 追加下背景設定 */
#SF-outer-container {
  overflow: visible;
}
#ADDBGBOTTOM {
  bottom: 0;
  width: 100%;
  z-index: -10;
  position: relative;
  height: 316px; /* フッターの高さを入れます */
  min-width:1024px; /* ページの横幅を入れます */
  /* 背景画像が有る場合は下を設定します */
  /*background-image: url("../assets/foot_bg.jpg");*/
  /*background-position: center top;*/
  /*background-repeat: repeat-x;*/
  background-color: #F1F1F1;
}
#SF-footer {
  position:relative;
  margin-bottom: -316px; /* TWで設定したフッターの高さ（ height + padding ）を入れます */
}





/* 付いてくるスクロール */
#backtopbox {
	width:100%;
	text-align:left;
}
#back-top {
	/*width: 98%;*/
	height: 86px;  /* 画像の縦幅 */
	position: fixed;
	bottom: 70px; /* ページ下端からの距離 */
	/*margin-left: 1000px;  ページ左端からの距離 */
	right: 10px; /* ページ右端からの距離 */
}
#back-top a {
	width: 86px;  /* 画像の横幅 */
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	float: right;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:focus {
    outline:none;
}
/* arrow icon (span tag) */
#back-top span {
	width: 86px;  /* 画像の横幅 */
	height: 86px;  /* 画像の縦幅 */
	display: block;
	margin-bottom: 7px;
	background:  url(../assets/pagetoplink.png) no-repeat center center;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}


#PAGETOPLINK {
  left: 50%;
  position: absolute;
  right: 50%;
  top: -70px;
}
#PAGETOPLINK img {
  margin-left: -50px;
}



/* ロゴリンクをナビゲーションに重ねる */
#Module-default-container {
  overflow: visible;
  position: relative;
  z-index: 100;
}
#Module-default-container p.header-discription-type2 {
  width: 281px;
  position: absolute; /* h1にも重ねる場合 */
}


/* フッター */
#FOOTINFOTYPE {
	padding: 0;
	height: 360px;
}
#FOOTINFOTYPE img{
	padding: 0 0 20px;
}
#FOOTINFOTYPELEFT {
  float: left;
  text-align: left;
  width: 512px;
}
#FOOTINFOTYPERIGHT {
  float: right;
  padding: 130px 0 0;
  text-align: right;
  width: 512px;
}
#FOOTINFOTYPECOPY {
	text-align: center;
}


#FOOTLINKCLM {
  height: 100px;
}
#FOOTLINKCLM table {
  border: 1px none #999;
  border-collapse: collapse;
  border-spacing: 1px;
  margin: 0 auto 0;
  width: 95%;
}
#FOOTLINKCLM th, #FOOTLINKCLM td { /* セルの設定 */
	padding: 0px 8px;
	border: 1px none #999;
	text-align: left;
	vertical-align:top;
}



/* 下層ページ 追加上背景設定 */
#subADDBGTOP {
  position: absolute;
  top: 121px;
  z-index: -10;
  width: 100%;
  min-width: 1024px; /* ページの幅を入れます */
}
#subADDCONTENTTOP {
  margin-left: auto;
  margin-right: auto;
  background-image: url("../assets/sub_billbord_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  height: 390px; /* 背景画像の高さを入れます */
}



/* ヘッダーご予約 */
#SF-header{
	position: relative;
}
#HDYOYAKU{
	position: absolute;
	top: 5px;
	left: 749px;
	z-index: 100;
}


/* 店舗情報 */
.shopInfoTxt dt {
  color: #8b6c30;
  font-weight: bold;
}
.shopInfoTxt dd {
  margin: 0 0 0 2em;
}