@charset "utf-8";
/* CSS Document */


header {
	padding: 10px 0;
	margin-left: 0;
	left: 0;
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
	border-bottom: none;
}

#headerSymbol img {
	margin: 0;
	width: 100%;
	max-width: inherit;
}

#headerSymbol ul li a {
	display: inline-block;
	float: right;
	margin-top: 5px;
}

.go-sc-top {
	width: 27%;
	margin-left: auto;
	margin-right: 0;
}

.go-sc-top a:hover {
	opacity: 0.7;
}

#spMenuWrap {
	display: none;
}
#mainimage {
	width: 100%;
	background-color: #fbf7f2;
	margin-bottom:30px;
}



.title_main {
  margin:25px 0 20px;
  position: relative;
  z-index: 1000;
  margin-bottom: 50px;
}
#contents {
	width: 100%;
	max-width: inherit;
	margin: 0 auto;
	background: #fbf7f2;
}
#contInner {
  margin-left: 0;
	width: 92%;
	max-width: 1280px;
	margin: 0 auto;
}
#contentsArea {
  float: none;
  margin: 0 auto 100px auto;
}
.sp_block{
  display: none;
}
.pc_block{
  display: block;
}


/*  #contents_header
----------------------------------------*/
#contents_header h2 {
  background: url(../img/bg-line.png) repeat-x left 13px;
  text-align: left;
  padding: 0 0 10px 65px;
}
#contents_header h2 img {
  margin: 0;
}
#contents_header .nav_special ul {
  width: 100%;
	text-align: center;
	font-size: 0;
  padding-bottom: 35px;
}
#contents_header .nav_special ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents_header .nav_special ul li {
	float: left;
  width:33.125%;
	margin-left: 0.3%;
}
#contents_header .nav_special ul li:first-child {
	margin-left: 0;
}
#contents_header .nav_genre ul {
  padding-bottom: 35px;
}
#contents_header .nav_genre ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents_header .nav_genre li {
  width: 19.5%;
  float: left;
  margin-left: 0.62%;
}
#contents_header .nav_genre li:first-child {
  margin-left: 0;
}
#contents_header .nav_genre li img {
  width: 100%;
	height: auto;
}
#contents_header .nav_scene ul:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
#contents_header .nav_scene li {
  width: 12.2%;
  float: left;
  margin-left: 0.343%;
}
#contents_header .nav_scene li:first-child {
  margin-left: 0;
}
#contents_header .nav_scene li img {
  width: 100%;
	height: auto;
}

/*  .panel
----------------------------------------*/
.panel .item_list:after {
  content:".";display:block;visibility:hidden;height:0.1px;font-size:0.1em;line-height:0;clear:both;
}
.panel .item_list {
	margin: 55px 0 0 -0.8%;
}
.panel .item_list .shop_wrap {
  float: left;
  width: 24.2%;
  margin-left: 0.8%;
  margin-top: 12px;
}
.panel .item_list a {
  position: relative;
  display: block;
  overflow: hidden;
}
.panel .item_list a.first {
  margin-left: 0;
}
.panel .item_list a .photo {
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 100;
}
.panel .item_list .txt {
  width: 90%;
  position: absolute;
  bottom: 0;
  color: #ffffff;
  z-index: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  margin: 0;
  text-align: left;
  bottom:-93px;
}
.panel .item_list .txt .name {
  display: block;
  font-size: 142%;
  line-height: 1.3em;
  font-weight: bold;
  margin-bottom: 4px;
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.panel .item_list .txt .descript {
  font-size: 109%;
  line-height: 1.56em;
  display: block;
  width:100%;
	overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.rowtext .item_list .txt {
  background: rgba(0,0,0,0.7) url(../img/ico-arrow.png) no-repeat 95% 50%;
  padding:10px 5% 10px 5%;
}
.rowtext .item_list a:hover .txt {
    display: block;
    bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
}
.panel .item_list .item {
  display: block;
}

/*  .modal_wrap
----------------------------------------*/
.modal_wrap{
	width:100%;
	max-width:960px;
	background:#ffffff;
	position:relative;
}
.modal_wrap .inner_modal{
	padding:22px 30px 45px 30px;
	overflow: hidden;
  width: 900px;
}
.modal_wrap .inner_modal .logo_shop{
	width:230px;
	margin:0 auto 30px;
}
.modal_wrap .inner_modal .ph_shop{
	width: 42%;
	float: left;
	margin-right: 3%;
}
.modal_wrap .inner_modal .ph_shop span{
	display: block;
	padding-top: 10px;
}
.modal_wrap .inner_modal .shop_info{
	width: 55%;
	float: right;
}
.modal_wrap .inner_modal .shop_info h3 {
	color:#000000;
	font-size: 23px;
	font-weight:bold;
	border-bottom: 1px solid #000000;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.modal_wrap .inner_modal .shop_info h3 span {
	color:#ffffff;
	font-size: 16px;
	font-weight:bold;
	background: #000000;
	padding: 7px 20px;
	display: inline-block;
	margin-right: 12px;
}
.modal_wrap .inner_modal .shop_info p.txt {
	font-size: 14px;
	color:#000000;
	line-height:1.7;
	margin-bottom: 30px;
}
.modal_wrap .inner_modal .shop_info p.name {
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	line-height:1.5;
	margin-bottom: 5px;
}
.modal_wrap .inner_modal .shop_info p.note {
	font-size: 14px;
	text-indent: -5em;
	padding-left: 5em;
	margin-top: 10px;
}
.modal_wrap .inner_modal dl {
	display: table;
	width: 100%;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	line-height: 1.6;
}
.modal_wrap .inner_modal dl:nth-of-type(1) {
	border-top: 1px solid #000000;
}
.modal_wrap .inner_modal dt,
.modal_wrap .inner_modal dd {
	border-right: 1px solid #000000;
	padding: 9px 0;
	text-align: center;
	font-size: 14px;
	display: table-cell;
}
.modal_wrap .inner_modal dt {
	background: #f0f0f0;
	font-weight: bold;
	width: 20%;
}
.modal_wrap .inner_modal dd {
	width: 20%;
}
.modal_wrap .inner_modal dd.special {
	width: 80%;
	text-align: left;
	padding: 9px 5%;
}


.plaza {
  display: none;
}


/*  .add new modal
----------------------------------------*/
.tab_content .plaza {
	display: none;
}

.tabs .food_item span {
	cursor: pointer;
	display: block;
}
.tabs .food_item span:hover {
	-ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70 );
  opacity: 0.7;
}
.modal_wrap .photo_img {
	line-height: 0;
}
.modal_wrap .text_note {
	background: #316745;
	color: #fff;
	padding: 5px 5px;
	font-weight: bold;
	font-size: 19px;
	text-align: center;
	line-height: 1.5;
}
.modal_wrap .txt_sub {
	color: #e9a224;
	font-size: 24px;
	padding-left: 14px;
	border-left: 11px solid #e9a224;
	font-weight: bold;
	line-height: 1.3;
}
.modal_wrap .list_detail {
	margin-top: 20px;
	padding: 0 26px;
}
.modal_wrap .list_detail .text_item {
	color: #565656;
	font-weight: bold;
	margin-top: 10px;
}
.modal_wrap .list_detail .text_item .big_text {
	font-size: 20px;
	line-height: 1.5;
}
.modal_wrap .list_detail .text_item .notice {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
}
.modal_wrap .list_detail .text_item .notice_start {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 12px;
	text-indent: -12px;
}
.modal_wrap .blogger {
	overflow: hidden;
	margin-top: 20px;
	padding: 26px;
	border-radius: 12px;
	border: 1px solid #e9a224;
}
.modal_wrap .blogger p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
}
.modal_wrap .blogger .blogger_photo {
	float: right;
	width: 158px;
	height: 158px;
	margin-left: 30px;
}
.modal_wrap .blogger .blogger_photo img {
	width: 100%;
	height: auto;
}
.modal_wrap .author {
	margin: 20px 0;
	padding: 0 26px;
}
.modal_wrap .author p {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.5;
	text-align: justify;
}
.modal_wrap .author ul {
	display: table;
}
.modal_wrap .author li {
	display: table-cell;
	vertical-align: top;
}
.modal_wrap .author li.author_photo {
	text-align: center;
}
.modal_wrap .author li.author_photo .name {
	font-weight: bold;
	display: block;
	margin-top: 14px;
	font-size: 15px;
	color: #565656;
}
.modal_wrap .author li.text {
	font-size: 18px;
	text-align: justify;
	line-height: 1.5;
}
.warpper_modal {
	overflow-x: scroll;
	height: 500px;
}
.scroll_modal {
	overflow: hidden;
	padding-right: 12px;
}
.modal_wrap .inner_modal .scroll_modal dt {
	width: 100px;
	background: #f0f0f0;
}
.modal_wrap .inner_modal .scroll_modal dt,
.modal_wrap .inner_modal .scroll_modal dd {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.modal_wrap .inner_modal .scroll_modal .shop_info h3 {
	margin-bottom: 5px;
}
