@charset "UTF-8";

@import url("common.css");


/* -------------------------------------------------------------------
 TOPページCSS
------------------------------------------------------------------- */

h2{
	text-align: right;
}

.url{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	text-align: center;
	border-bottom: 1px dotted #FFFFFF;
}

/* ヘッダー  -------------------- */

div#hd{
	width: 100%;
	padding-top: 160px;
	background: url(../img/bg_head.jpg) no-repeat top center #000000;
}

#hd-in{
	width: 960px;
	margin: 0 auto;
}

.hd-box{
	margin: 0 auto;
}

.txt{
	padding: 60px 0 80px 0;
}

.txt .logo{
	text-align: center;
}

.txt .read{
	margin: 40px 0 5px 0;
	text-align: center;
}

.txt .name{
	text-align: right;
	padding: 35px 0 65px 0;
}


/* Wine  -------------------- */

div#wine{
  width: 100%;
  background: #F0F0E1;
}

.wine-stop{
	display: block;
	padding-top: 140px;
  background: #F0F0E1;
}

#wine-in{
	width: 960px;
	margin: 0 auto;
	color: #000;
}

#wine-in h2{
  margin: 0 0 50px 0;
  text-align: center;
  font: bold 32px "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  letter-spacing: 0.1em;
}

#wine-in .list-box{
  width: 100%;
}

#wine-in .list-box .list{
  width: 320px;
  float: left;
}

#wine-in .list-box .list dt{
  margin: 0 0 20px 0;
  font-weight: bold;
}

#wine-in .list-box .list dt span{
  margin: 0 0 0 15px;
}

#wine-in .list-box .list dd ul li{
  margin: 0 0 10px 20px;
  list-style-type: circle;
}

#wine-in .list-box .list dd ul li a{
  color: #000;
}

/* 会社概要  -------------------- */

div#about{
	width: 100%;
}

.about-stop{
	display: block;
	padding-top: 110px;
  background: #F0F0E1;
}

#about-in{
	width: 960px;
	margin: 0 auto;
	color: #000;
}

#about .ct-about{
	padding: 45px 0;
	color: #000000;
}

#about .ct-about h2{
	text-align: center;
}

#about-in table{
	width: 800px;
	margin: 25px auto 0 auto;
	border-collapse: collapse;
}

#about-in table th{
	width: 20%;
	padding: 25px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

#about-in table th span{
	margin-left: 5px;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #FF0033;
}

#about-in table td{
	width: 80%;
	padding: 25px 10px;
	border-bottom: 1px dotted #999999;
}

#about-in table td dl dt{
	font-weight: bold;
}

#about-in table td dl dd{
	margin-bottom: 10px;
}

#about-in .txt{
	width: 800px;
	margin: 0 auto 65px auto;
	text-align: right;
}

#about-in .room-txt{
	width: 800px;
	margin: 25px auto 0 auto;
}

#about-in .room-txt02{
	width: 800px;
	margin: 10px auto 0 auto;
	font-size: 18px;
	text-align: center;
}

#about-in .box{
	margin: 25px 0 0 0;
}

#about-in .box .map{
	margin-top: 35px;
	text-align: center;
}

#about-in .box .map p{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}

#about-in .box .map iframe{
	border: 2px solid #8F8F8F;
}


/* 会社概要  -------------------- */

div#towine{
	width: 100%;
}

.towine-stop{
	display: block;
	padding-top: 110px;
	background: #FFF;
}

#towine-in{
	width: 960px;
	margin: 0 auto;
	color: #000;
}

#towine .ct-towine{
	padding: 45px 0;
	color: #000000;
}

#towine .ct-towine h2{
	text-align: center;
}

#towine .ct-towine .towine-txt{
	margin: 25px 0;
	text-align: center;
}

#towine .ct-towine .list{
	width: 640px;
	margin: 0 auto;
}

#towine .ct-towine .list ul{
	width: 220px;
	float: left;
}

#towine .ct-towine .list ul li{
	padding: 10px 0 10px 40px;
	background: url(../../img/pdf_icon.png) no-repeat left 5px;
}

#towine .ct-towine .list ul li a {
	text-decoration: underline;
}
#towine .ct-towine .list ul li a:link {
	color: #000;
}
#towine .ct-towine .list ul li a:visited {
	color: #000;
}
#towine .ct-towine .list ul li a:hover {
	color: #6F6F6F;
}
#towine .ct-towine .list ul li a:active {
	color: #000;
}

#towine .ct-towine .list p{
	width: 210px;
	margin-top: 10px;
	float: left;
}

#towine .ct-towine .list p a{
	display:block;
	margin-right: 20px;
	background-color:#fff;
}

#towine .ct-towine .list p a img{
	transition:all 0.5s ease;
}

#towine .ct-towine .list p a:hover img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}



/* お問い合わせフォーム  -------------------- */

div#contact{
	width: 100%;
	background: #EFFFBF;
}

.contact-stop{
	display: block;
	padding-top: 110px;
	background: #fff;
}

#contact-in{
	width: 960px;
	margin: 0 auto;
}

#contact .ct-contact{
	padding: 45px 0;
	color: #000000;
}

#contact .ct-contact h2{
	text-align: center;
}

#contact .ct-contact .tel{
	text-align: center;
	padding-bottom: 50px;
}

#contact table{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}

#contact table th{
	width: 35%;
	padding: 25px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

#contact table th span{
	margin-left: 5px;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #FF0033;
}

#contact table td{
	padding: 25px 10px;
	border-bottom: 1px dotted #999999;
}

#contact table td ul.float li{
	float: left;
	margin-right: 5px;
}

#contact table td .margin{
	margin-top: 5px;
}

#contact table td .error{
	margin-top: 5px;
	padding: 2px 0px;
	font-weight: bold;
	color: #FF0033;
}

#contact table td input{
	padding: 2px;
}

#contact table td textarea{
	padding: 4px;
}

#contact table td select{
	padding: 4px;
}

#contact table td .form-ss{
	width: 80px;
}

#contact table td .form-s{
	width: 150px;
}

#contact table td .form-m{
	width: 330px;
}

#contact table td .form-l{
	width: 450px;
}

#contact .error-box{
	width: 600px;
	margin: 0 auto 25px auto;
	padding: 10px;
	background: #FFFFFF;
	border: 2px solid #FF0033;
}

#contact .error-box p{
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	color: #FF0033;
}

#contact .error-box ul li{
	list-style-type: circle;
	margin-left: 20px;
	color: #FF0033;
}

#contact .txt{
	text-align: center;
}

#contact .submit{
	margin: 40px;
	text-align: center;
}

#contact .submit input{
	padding: 10px;
	font-size: 110%;
}


/* 入力チェック */

#contact-check {
	width: 100%;
	padding-top: 80px;
}

#contact-check .read01{
	margin: 40px 0px 55px 0px;
	text-align: center;
}

#contact-check table{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}

#contact-check table th{
	width: 35%;
	padding: 25px 10px;
	text-align: left;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

#contact-check table th span{
	margin-left: 5px;
	padding: 0px 5px;
	font-weight: bold;
	font-size: 85%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background: #FF0033;
}

#contact-check table td{
	padding: 25px 10px;
	border-bottom: 1px dotted #999999;
}

#contact-check h2{
	margin-bottom: 15px;
	font-size: 115%;
	font-weight: bold;
}

#contact-check .submit{
	margin: 40px;
	text-align: center;
}

#contact-check .submit input{
	padding: 10px;
	font-size: 110%;
}

#contact-check .submit form.inline{
	display: inline;
}


/* 送信完了 */

#contact-finish {
	width: 75%;
	margin: 0 auto;
	padding: 100px 0 160px 0;
}

#contact-finish a {
	text-decoration: underline;
}
#contact-finish a:link {
	color: #000;
}
#contact-finish a:visited {
	color: #000;
}
#contact-finish a:hover {
	color: #000;
}
#contact-finish a:active {
	color: #000;
}

#contact-finish .read{
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}

#contact-finish p{
	margin-top: 15px;
}

#contact-finish dl{
	margin-top: 20px;
}

#contact-finish dl dt{
}

#contact-finish dl dd{
	margin-bottom: 10px;
}

#contact-finish dl dd.tel{
	font-size: 110%;
	font-weight: bold;
	color: #FF0033;
}

#contact-finish .page-back{
	margin-top: 30px;
	text-align: center;
}


/* エラー */

#contact-error {
	width: 75%;
	margin: 0 auto;
	padding: 40px 0 100px 0;
}

#contact-error p.txt{
	margin: 20px;
	font-weight: bold;
	color: #FF0033;
	text-align: center;
}

#contact-error .back{
	margin-top: 10px;
}

#contact-error dl{
	margin: 15px 0px;
}

#contact-error ul{
	margin-bottom: 15px;
	color: #FF0033;
}

#contact-error ul li{
	list-style-type: circle;
	margin-left: 20px;
}

#contact-error .tel{
	margin-top: 45px;
	font-weight: bold;
}

#contact-error .tel dd{
	font-size: 130%;
	color: #FF0000;
}
