@charset "utf-8";
/* CSS Document */

/* レシポンシブ用ブレイクポイント設置 */
@media screen and (min-width: 800px){


/* ==================== トップページ==================== */
	
	
/* 背景設定 */
#index{background-image: url(img/top.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-attachment:fixed;}


/* センターの文字設定　トップページ用 */
.SenterTEXT{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 460px;
	height: 400px;
	color: #333c3a;
	font-size: 16px;
	line-height: 1.5em;
	display: table-cell;
	background-color:rgba(255,255,255,255)
	vertical-align: middle;
}

	.iSommelierTEXT{
	color: #6D678A;
	font-size: 30px;
	line-height: 1.5em;
	font-weight:500;
}
	
	
	
/* 会社概要　トップページ用 */
.CompanyTEXT{
    position:relative; left:120px;top:10px;
	width: 300px;
	height: 200px;
	color: #333c3a;
	font-size: 14px;
	line-height: 1.3em;
	display: table-cell;
	background-color:rgba(255,255,255,255)
	vertical-align: middle;	
}

.KaishameiTEXT{
	color: #6D678A;
	font-size: 24px;
	line-height: 1.5em;
	font-weight:500;
}


/* ==================== 診断ページ==================== */
	
/* 背景設定 */
#Sindan{background-image: url(img/sindan.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-attachment:fixed;}	

/* センターの文字設定　診断ページ用*/
.sindanSenterTEXT{
	position: absolute;	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: auto;
	width: 600px;
	height: 520px;
	color: #333c3a;
	display: table-cell;
	background-color:rgba(255,255,255,255)
	vertical-align: middle;
}
/* 診断ページボタンのデザイン */
.buttonSindan {
  display: inline-block;
  width: 450px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  line-height: 53px;
  outline: none;
  font-size: 26px;
  border: 2px solid #9d0000;
  color: #333;
  background-color: rgba(255,255,255, .7);
}
.buttonSindan::before,
.buttonSindan::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonSindan,
.buttonSindan::before,
.buttonSindan:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buttonSindan:hover {
	color: #FFF;
	background-color: rgba(180,0,0, .7);
	border: 3px double #9d0000;
}


/* プログレスバー*/

.progress{
    position:relative; left:270px;top:0px;
	width: 150px;
	height: 30px;
	line-height: 1.3em;
	display: table-cell;
	vertical-align: middle;	
}

.progress_on {
	color: #9A0000;
	font-size: 20px;
	float:left;
}
.progress_off {
	color: #D3BBBC;
	font-size: 20px;
	float:left;
}




/* ==================== ランキング==================== */
	
	/* 背景設定 */
#ranking{background-image: url(img/glass.jpg);background-repeat: no-repeat;background-position: 50% 50%;background-attachment:fixed;}


/* センターの文字設定　ランキング*/
.rankingTEXT{
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: auto;
	width: 800px;
	height:auto;
	color: #333c3a;
	background-color:rgba(255,255,255,255)
	vertical-align: middle;
}

/* ワイン一覧レイアウト */
.fream1{ /* 外枠*/
	width:770px;
	height:330px;
	background-color:rgba(255,255,255,.5);
	border-bottom: 1px solid #333c3a;
	padding: 15px;
	margin-bottom: 15px;
}
.fream2{ /* ワイン画像*/
	width:140px; 
	height:330px; 
	float:left;
	text-align:center;
}
.fream3{ /* 順位*/
        //background-color: #FFAB85;
	width:630px;
	height:70px;
	float:right;
	color: #333c3a;
	font-size: 20px ;
	text-align: right;
	font-weight: 700;
	border-bottom: 1px dashed #ACACAC;
}
.fream4{ /* 内容*/
    //background-color: #35AB85;
	width:630px;
	height:200px;
	float:right;
	color: #333c3a;
	font-size: 20px ;
	text-align:left;
	font-weight: 700;
	line-height: 1.5em;

	}
.fream5{ /* 値段*/
    //background-color: #50775D;
	position:relative; left:0px;top:20px;
	width:630px;
	height:60px;
	float:right;
	color: #333c3a;
	font-size: 25px ;
	text-align: right;
	
}

/* テイストマーク*/
	
img.taste_mark {
	width: 75px;
	height: 75px;
}
#TasteMark {
	  position:relative; left:0px;top:20px;
}

/* ワインの画像*/
img.rankingWine {
	width: 100px;
	height: 330px;
}



/* 詳細ボタンのデザイン */
.buttonshousai {
  margin: 2px 0 0 0;
  display: inline-block;
  width: 140px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: rgba(50,100,60, .6);
  border: 2px solid #fff;
  color: #fff;
  line-height: 31px;
  font-size: 18px;
  float:left;
}
.buttonshousai::before,
.buttonshousai::after {
  position: absolute;
  z-index: -1;
  content: '';
}
.buttonshousai,
.buttonshousai::before,
.buttonshousai::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonshousai:hover {
  background-color: rgba(50,100,60, .9);
  color: #F9F348;
  border: 2px solid #faffc6;
}


.fream11{ /* トップへ戻る*/
	position:relative; left:0px;top:0px;
	height:60px;
	float:right;
	color: #333c3a;
	font-size: 25px ;
	text-align: right;
	
}

/* ==================== ワイン詳細==================== */

/* センターの文字設定　ワイン詳細*/
.ShousaiTEXT{
        //background-color: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	margin: auto;
	width: 850px;
	height:auto;
	color: #333c3a;
	background-color:rgba(255,255,255,255)
	vertical-align: middle;
}

/* ワイン詳細レイアウト */
.Shousaifream1{ /* 外枠*/
        //background-color: #35A485;
	width:850px;
	height:800px;
	padding: 20px;
}
.Shousaifream2{ /* ワイン画像*/
        //background-color: #35AB85;
	width:180px; 
	height:500px; 
	float:left;
	text-align:left;
}
.Shousaifream3{ /* キャッチ*/
        //background-color: #0000FF;
	width: 670px;
	height: 20px;
	float: right;
	color: #50775D;
	font-size:20px;
	line-height: 1.3em;
	text-align:left;
	font-weight: 700;

}
.Shousaifream4{ /* チャート*/
        //background-color: #FF0000;
		position:relative; left:0px;top:-20px;
	width:670px;
	height:130px;
	float:right;
	color: #50775D;
	font-size: 18px ;
	text-align:center;
	font-weight: 500;
	}
.Shousaifream5{ /* ワイン名*/
         //background-color: #00FF00;
	position:relative; left:0px;top:-20px;
	width:670px;
	height:150px;
	float:right;
	color: #333c3a;
	font-size: 22px ;
	text-align:left;
	line-height: 1.3em;
	font-weight: 700;
	}
.Shousaifream6{ /* 値段*/
       // background-color: #FFFF00;
	width:670px;
	height:50px;
	float:right;
	color: #333c3a;
	font-size: 23px ;
	text-align: right;
    font-weight: 700;
}
.Shousaifream7{ /* 説明*/
	position:relative; left:0px;top:-10px;
	width:670px;
	float:right;
	color: #333c3a;
	font-size: 15px ;
	text-align: left;
}
.Shousaifream8{ /* 戻るボタン*/
	width:670px;
	height:100x;
	float:right;
	color: #333c3a;
	text-align:left;
}

table.WineData {　/* ワインデータテーブル*/
    border-collapse: separate;
    border-spacing: 1px;
    text-align: left;
    line-height: 1;
    border-top: 1px solid #ccc;
}

table.WineData th {
    width: 70px;
    padding: 5px;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
	color: #643536;
	font-size: 13px ;
}

table.WineData td {
    padding: 5px;
	font-size: 13px ;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}



/* ワインの画像*/
img.ShousaiWine {
	width: 140px;
	height: 500px;
}
	
/* テイストマーク*/
#TasteMark_shousai {
  position:relative; left:0px;top:0px;
}
img.taste_mark_shousai {
width: 100px;
height: 100px;
}
	

/* ==================== 共通設定==================== */

/* ボタンのデザイン */
.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: rgba(50,50,50, .5);
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.button:hover {
  background-color: rgba(140,10,20, .6);
  border: 2px solid #8e0a16;
}


/* 元に戻るボタンのデザイン */
.buttonbk {
  display: inline-block;
  width: 220px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: rgba(50,50,50, .5);
  border: 2px solid #fff;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
}
.buttonbk::before,
.buttonbk::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buttonbk,
.buttonbk::before,
.buttonbk::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buttonbk:hover {
  background-color: rgba(140,10,20, .6);
}


/* 見出しのデザイン */
h3 {
  background-color: rgba(50,100,60, .5);
  border-radius: 4px;
  font-size: 24px;
  padding: 0.3em;
  text-align:center;
  color: #fff;
  margin: 50px 0 0 0; 
}

  h4 {
  background-color: rgba(50,100,60, .5);
  border-radius: 4px;
  font-size: 24px;
  padding: 0.3em;
  text-align:center;
  color: #fff;
}


/* 余白を開ける */
.distance1{line-height:0.5em;}
.distance2{line-height:1em;}
.distance3{line-height:2em;}



/* 仕切り線 */
hr {
  height: 1px;
  border: none;
  position:relative; left:00px;top:-10px;
  border-top: 1px #ACACAC dashed;
}

/* リンク画像hover効果*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: “alpha( opacity=80 )”;
}

 /* テキストリンク設定*/
a.link1{text-decoration:none; color:#5f1f20 } 
a.link1:hover {text-decoration : underline ; color : #FF0000 ;} 
a.link1:visited { color: #4c524d; }


}  /* レシポンシブ終了*/

