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

.p-category {
	width: 700px;
	margin-bottom: 12px;
	padding-bottom: 28px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #6A9A00;
	min-height: 123px;
	clear:both;
	overflow:hidden;
}

.pc-photo {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.sns {
	margin-right: 8px;
}

.info-ml {
	display: block;
	float: left;
	width: 212px;
	margin-right: 32px;
	
	
}

.info-mr {
	display: block;
	float: left;
	width: 212px;
	
	
}

.section {
	clear: both;
	width: 700px;
	margin-bottom: 24px;
	overflow: hidden;
}
#d-search {
	width: 200px;
	margin-top: 12px;
	margin-bottom: 24px;
	padding-left: 20px;
}




/* 7つの魅力コンテンツ */
#contents-s
 {
	width: 800px;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}


#ranking
 {
	
	width: 600px;
	margin-right: auto;
	margin-bottom: 36px;
	margin-left: auto;
}

#jalan {
	width: 450px;
	border: 1px solid #FF5700;
	padding: 18px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#rakuten {
	width: 450px;
	border: 1px solid #62B90A;
	padding: 18px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}

#pro_sen {
	width: 376px;
	border: 1px solid #996633;
	margin-top: 6px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding: 12px;
	float: left;
	font-size: 0.9em;
	color: #960;
}


/*新着情報 */


#news {
	padding: 18px;
	width: 630px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
	border: 1px solid #966;
	background-image: url(../image/index/bg-news.jpg);
}

#news img{
	
	margin-left: 10px;
	
}





/* 新着情報基本 */


#tc-news {
	height: auto;
}

#photo-root {
	float: right;
	margin: 10px;
	margin-top: 0;
}


#photo-root img {
	margin-left: 10px;
}

#photo-root img a {
	border: 0;
}


#news-root dl {
	margin-top: 14px;
}
#news-root dt {
	clear: left;
	float: left;
	margin: 0 0 0.8em;
	width: 7.5em;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #000;
	border-bottom: 1px dotted #666;
}

#news-root dd {
	margin-bottom: 0.8em;
	margin-left: 7.0em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #666;
	width: 380px;
}



/* == utility == */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



#slider-1 {
	width: 700px;
	height:312px;
	margin-bottom: 12px;
}




/******* wideslider用CSS *******/

#slider_wide {
	height: 341px;
	width: 100%;
}



.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
	
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
	background-color: #FFF;
	background-image: url(../image/index/ws-p.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.slider_next {
	background-color: #fff;
	background-image: url(../image/index/ws-n.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pagination {
	bottom: 43px;
	left: 0;
	width: 100%;
	height: 10px;
	text-align: center;
	position: absolute;
	z-index: 200;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background-color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 0.6!important;
	background-color: #FFF;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}





.menu-s {
	text-align: right;
	width: 342px;
	margin-bottom: 6px;
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 330px;
	background-image: url(../image/cuisine/cou1.png);
	background-repeat: no-repeat;
	height: 28px;
	color: #77583A;
	font-weight: 300;
}

.ta_b{
	margin-left: 10px;
}


/*  言語の選択　*/
.language{
	width: 160px;
	text-align: right;
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 24px;
}


.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.select-box01 select {
	width: 10%;
	padding: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(arrow01.png) right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(arrow01.png) right 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 20px, 100%;
	color: #A99048;
}

/*  IEの▼対策　*/
select::-ms-expand {
	display: none;
}






/*  ドロップメニュー　*/

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 160px;
  margin: 5px auto 30px;
  padding: 0;
  background: #D8CBA5;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 160px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 6px 0 6px;
  background: #D8CBA5;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #DFD9C3;
  background: #C9C2A9;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #D8CBA5;
}
.dropmenu li a:hover{
  background: #D2CCB7;
}



#fade-in li ul{
  visibility: hidden;
  opacity: 0;
  transition: 0s;
}
#fade-in li:hover ul{
  visibility: visible;
  opacity: 1;
}
#fade-in li ul li a{
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}
#fade-in li:hover ul li a{
  visibility: visible;
  opacity: 1;
}


.bn_top_wb{
	margin-top: 1em;
	margin-bottom: 2em;
}