﻿@charset "utf-8";

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

.btnone{
		background-color: #cccccc !important;
		pointer-events: none;
	}
.btnone:after { 
	background-color: #cccccc !important;
	}
/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
article img {
	vertical-align: bottom;
	width: 100%;
    height: auto;
}

/* =========================================================
◆layout
========================================================= */
.spnone{display:none;}
.red{color:#FF0000;}
.red20_s{color:#ff2b2b;font-size: 16px;}
.fs26{font-size: 26px;}
.fs28{font-size: 28px;}

#wrapInner {
	width: 100%!important;
}

#inner950{
	width: 100%;
	margin: 0 auto;
	display: block;
}

.title {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_titlefugu.jpg) no-repeat center 0;
	background-size: 200%;
}

.title > img {
    width: 50%;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi ul {
	background: #FFF;
    text-align: center;
}

.topNavi ul li {
    float: left;
    width: 33.1%;
    background: #000;
    margin: 0 0.1%;
}

.topNavi ul:after {
	content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.topNavi ul li a {
    padding: 10px 10px 20px;
    display: block;
    color: #FFF;
    font-family: "Noto Sans Japanese";
    font-weight: 300;
    background: url(../images/im_navi_arrow.png) no-repeat 50% 80%;
    background-size: 10px auto;
    font-size: 12px;
    text-decoration: none!important;
}

.topNavi ul li a:hover {
	text-decoration:none;
}

#mainArea{
	width: 100%;
	margin: 0 auto;
	display: block;
	line-height: 1.4;
}

#top_catch{
	font-size: 12px;
    text-align: center;
    margin: 2%;
    line-height: 1.4;
}

h1 {
	font-size: 108%;
	font-weight: bold;
	margin: 5px 0;
}

h2{
	width: 100%;
    margin: 2% 0 1% 0;
    text-align: center;
    font-size: 24px;
	font-family :"游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/* =========================================================
◆横並び
========================================================= */
.itemList4 {
    max-width: 660px;
    margin: 0 auto;
    overflow: hidden;
}

.itemList4 .photo {
    width: 46%;
    display: block;
    margin: 0 2% 3px;
    float: left;
}

.itemList4 .photo dl dt {
	margin-top: 10px;
}

.itemList4 .photo dl dd {
	margin-top: 10px;
	font-size: 108%;
        min-height: 74px;
}

/* =========================================================
◆ボタン
========================================================= */
.Btn a:hover {
	background: #333;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
}


.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #333;
}

.Btn {
	overflow: hidden;
    width: 47%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
}

.Btn a {

	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 44px;
	text-decoration :none;
}

.awajicolor a:after {background: #990000;}
.yamaguchicolor a:after {background: #536ca2;}
.fuguplancolor a:after {background: #000;}

.awajicolor{background: #990000;}
.yamaguchicolor{background: #536ca2;}
.fuguplancolor{background: #000;}


.Btn2 a:hover {
	background: #333;        /* マウスオーバーカラー */  
}

.Btn2 a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #fff;
}

.Btn2 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
}


.Btn2 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #333;
}

.Btn2 {
	overflow: hidden;
    width: 97%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
}

.Btn2 a {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	text-decoration :none;
	padding: 10px 0px;
}


.comming2 {
	overflow: hidden;
    width: 47%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-weight: bold;
	background-color: #aaa;
}

.comming2 {
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 1.2em;
	text-decoration :none;
	padding: 8px 0px;
}



/* =========================================================
◆NEWS
========================================================= */
#newsCont ul li {
	border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    width: 94%;
    margin: 0 auto;
}

#newsCont ul li span.newsIco_jr {
	background: #4eab26;
    color: #fff;
    padding: 4px 9px 3px;
    line-height: 1;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 60%;
}

#newsCont ul li span {
    display: inline-block;
    line-height: 1.2;
}

#newsCont ul li a {
	font-weight:bold;
}

#newsCont ul li .red_fb{
	color:red;
	font-weight:bold;
	margin-left:2%;
}

.areaBox {
    background: #f8f7e1;
    padding: 10px;
    text-align: center;
}

/*h装飾*/
h2#link02{position:relative;}

h2#link02:before,h2#link02:after{
	content: "";
    background-size: 100%;
    width: 11px;
    height: 33px;
    position: absolute;
}
h2#link02:before{
	background-image: url(/kokunai/season/mikaku/images/moku_left.png);
	background-repeat: no-repeat;
	left: 2%;
    top: 30px;
}
h2#link02:after{
	background-image: url(/kokunai/season/mikaku/images/moku_right.png);
	background-repeat: no-repeat;
    right: 2%;
}
/* =========================================================
◆絶品ブランド
========================================================= */
.grmyoyakuBox li,
.yoyakuBox li {
    float: left;
    margin: 1.5%;
}

.tx_awajishima{
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    background: url(../images/sp_tx_awajishima.png) 50%/280px no-repeat;
    text-indent: -9999px;
}

.tx_yamaguchi{
    width: 100%;
    height: 60px;
    margin: 0 0 10px 0;
    background: url(../images/sp_tx_yamaguchi.png) 50%/173px no-repeat;
    text-indent: -9999px;
}


/* =========================================================
◆デジタルパンフレットから探す
========================================================= */
.ti_panfu{
    width: 100%;
    height: 40px;
    margin: 0 0 10px 0;
    background: url(../images/ti_panfu.gif) 50%/470px no-repeat;
    text-indent: -9999px;
}

.panfuList {
    width: 90%;
    margin: 0 auto;
    max-width: 400px;
}

.panfuList li {
    float: left;
    width: 45%;
    margin: 0 2.5%;
}

.panfuList li h3 {
	margin-top: 4px;
	height:50px;
}

/* =========================================================
◆検索
========================================================= */
.search_fugu {
	width: 90%;
    margin: 2% auto;
	padding: 2%;
    text-align: center;
    color: #FFF;
	background: rgba(255, 240, 217, 0.95);
}

.search_fugu p{
	color:#000;
    font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}

/*  =================================
buttom_new
=================================  */
/* ◆準備中 */
.Btngray {
	overflow: hidden;
	width: 97%;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-weight: bold;
	display: block;s
	position: relative;
	z-index: 100;
	text-align: center;
	background: #999;
	color: #fff;
	line-height: 1.2em;
	text-decoration :none;
	margin: 0 auto;
	padding: 10px 0px 10px 0px ;
}
.Btngray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	background: #fff;
}

.Btngray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 10px;
	height: 10px;
	margin-top: -6px;
}
	
	
.gourmetArea{padding: 0 10px;}
.grmyoyakuBox .Btn.yet {
    font-size: 26px;
    color: #335091;
    text-align: center;
}

.yet {width: 100%;}

.other_goumet_title_img img{
	width:100%;
}

.im_awjGourmet > div >  img,
.im_ymgGourmet > div >  img {
    float: left;
    display: block;
    margin-right: 4%;
    width: 35%;
}

.awjGourmet01,
.awjGourmet02,
.awjGourmet03,
.awjGourmet04,
.ymgGourmet01,
.ymgGourmet02,
.ymgGourmet03,
.ymgGourmet04{
    display: block;
    clear: both;
}

.awjGourmet01 h3,
.awjGourmet02 h3,
.awjGourmet03 h3,
.awjGourmet04 h3,

.ymgGourmet01 h3,
.ymgGourmet02 h3,
.ymgGourmet03 h3,
.ymgGourmet04 h3{
    font-size: 18px;
    font-weight: bold;
}

.awjGourmet01 p,
.awjGourmet02 p,
.awjGourmet03 p,
.awjGourmet04 p,

.ymgGourmet01 p,
.ymgGourmet02 p,
.ymgGourmet03 p,
.ymgGourmet04 p{
    margin-bottom:10px;
}

.grmyoyakuBox:after, .yoyakuBox:after, .itemList4:after{
    content:"";
    display:block;
    clear:both;
}

.gentei1 {
text-align: left;
font-size: 12px;
padding: 0px 0px;
margin: 10px 0px 0px 0px;
}
.gentei1 strong {
font-weight: bold;
color: red;
}
.gentei2 {
text-align: center;
font-size: 12px;
font-weight: bold;
padding: 0px;
margin: 5px 0px 0px 0px;
}
.gentei_plan {
	border: 2px solid red;
	border-radius: 10px;
	padding: 0px 10px 10px 10px;
	background-color: #fff;
	margin-top: 10px;
}
.gentei_plan .Btn {
width: 97%;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
article img {vertical-align: bottom;}
.pcnone{display:none!important;}
.red20_s{color:#ff2b2b;font-size: 20px;}
/* =========================================================
◆layout
========================================================= */
#wrapInner {
	width: 100%!important;
}

#inner950{
	width: 950px;
	margin: 0 auto;
	display: block;
}

.title {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_titlefugu.jpg) no-repeat center 0;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi ul {
	background: #000;
    text-align: center;
}

.topNavi ul li {
	display: inline-block;
	width: 300px;
}

.topNavi ul li a {
	padding: 10px 32px 25px;
    display: block;
    color: #FFF;
    font-family: "Noto Sans Japanese";
    font-weight: 300;
    background: url(../images/im_navi_arrow.png) no-repeat 50% 90%;
    background-size: 15px auto;
    font-size: 16px;
    text-decoration: none!important;
    border-right: 1px solid #FFF;
    margin: 10px 0 10px 0;
}

.topNavi ul li:last-child a{
    border: none;
}

.topNavi ul li a:hover {
	text-decoration:none;
}

/*通常時*/
.topNavi {
	display: block;
	width: 100%;
}
/*active付与時*/
.topNavi.active {
	display: block;
	position: fixed;
	top: 0;
	z-index: 200;
}

#mainArea{
	width: 950px;
	margin: 0 auto;
	display: block;
	line-height: 1.4;
}

h1 {font-weight: bold;}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#fugu, #panfu, #umatoku {
	margin-top: -80px; /* 固定ナビの高さ分のネガティブマージン */
	padding-top: 80px; /* 打ち消し用のパディング */
}



/* =========================================================
◆横並び
========================================================= */
.itemList4 {
	width: 975px;
	margin: 0 -25px 0 0;
	overflow: hidden;
	_zoom: 1;
}

.itemList4 .photo {
	float: left;
	width: 300px;
	margin: 20px 25px 0 0;
}

.itemList4 .photo dl dt {
	margin-top: 10px;
}

.itemList4 .photo dl dd {
	margin-top: 10px;
	font-size: 108%;
}

/* =========================================================
◆ボタン
========================================================= */
/* ◆予約する */
.Btn {
	overflow: hidden;
	width: 350px;
	height: 60px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
}

.Btn a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #000;
	color: #fff;
	line-height: 60px;
	text-decoration :none;
}

.Btn a:hover {
	background: #333;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #000;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #333;
}

.comming {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #aaa;
	color: #fff;
	font-weight: bold;
	font-size: 20px !important;
	line-height: 22px;
	text-decoration :none;
	padding: 8px 0px;
}
.comming:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}
.comming:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #aaa;
}

.Btn2 {
	overflow: hidden;
	width: 350px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 20px !important;
	font-weight: bold;
}

.Btn2 a {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #000;
	color: #fff;
	line-height: 22px;
	text-decoration :none;
	padding: 8px 0px;
}

.Btn2 a:hover {
	background: #333;        /* マウスオーバーカラー */  
}

.Btn2 a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}

.Btn2 a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #000;
}

.Btn2 a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #333;
}


.comming2 {
	overflow: hidden;
	width: 350px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	padding: 8px 0px;
}

.comming2 {
	display: block;
	position: relative;
	z-index: 100;
	text-align: center;
	background: #aaa;
	color: #fff;
	text-decoration :none;
}

.comming2:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 20px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #fff;
}

.comming2:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 10px;
	height: 10px;
	margin-top: -4px;
	background: #aaa;
}



/* =========================================================
◆ふぐ料理
========================================================= */
h2#link01 {
    width: 950px;
    height: 64px;
    background: url(../images/ti_message2.gif) no-repeat 0 0;
    text-indent: -9999px;
    margin-top: 4%;
}

h2#link02 {
	width: 950px;
	height: 88px;
	background: url(../images/ti_message.gif) no-repeat 0 0;
	text-indent: -9999px;
	
}


/* =========================================================
◆ふぐとご当地グルメ
========================================================= */
.gourmetArea {
	width: 900px;
	background: url(../images/bg_gourmet.jpg) no-repeat 0 0;
	padding: 25px 25px 40px;
}

.gourmetArea .dots {
	background: url(../images/ln_dots.png) repeat-y center top;
	overflow: auto;
}

.gourmetArea .areaBox {
	float: left;
	width: 422px;
}

.gourmetArea .space {
	margin-right: 56px;
}

.gourmetArea .areaBox .tx_awajishima {
	width: 422px;
	height: 155px;
	background: url(../images/tx_awajishima.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .tx_yamaguchi {
	width: 422px;
	height: 155px;
	background: url(../images/tx_yamaguchi.png) no-repeat 0 0;
	text-indent: -9999px;
}

.grmyoyakuBox {
	width: 350px;
	padding: 0 36px;
}

.grmyoyakuBox li {
	margin-top: 15px;
    text-align: center;
    font-size: 24px;
}

.grmyoyakuBox .Btn.yet {
    margin-top: 50px;
    font-size: 30px;
    color: #990006;
}

.gourmetArea .areaBox .im_awjGourmet p, .gourmetArea .areaBox .im_ymgGourmet p {
	margin-top: 5px;
	font-size: 108%;
}

.gourmetArea .areaBox .im_awjGourmet {
	background: url(../images/im_awjGourmet.png) no-repeat 0 0;
	width: 422px;
	height: 653px;
	margin-top: 20px;
	position: relative;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet01 {
	position: absolute;
	width: 280px;
	top: 36px;
	left: 150px;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet01 h3 {
	width: 120px;
	height: 26px;
	background: url(../images/tx_awjGourmet01.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet02 {
	position: absolute;
	width: 260px;
	top: 240px;
	left: 0;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet02 h3 {
	width: 168px;
	height: 24px;
	background: url(../images/tx_awjGourmet02.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet03 {
	position: absolute;
	width: 230px;
	top: 455px;
	left: 193px;
}

.gourmetArea .areaBox .im_awjGourmet .awjGourmet03 h3 {
	width: 169px;
	height: 24px;
	background: url(../images/tx_awjGourmet03.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_ymgGourmet {
	background: url(../images/im_ymgGourmet.png) no-repeat 0 0;
	width: 422px;
	height: 653px;
	margin-top: 20px;
	position: relative;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet01 {
	position: absolute;
	width: 250px;
	top: 17px;
	left: 170px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet01 h3 {
	width: 143px;
	height: 22px;
	background: url(../images/tx_ymgGourmet01.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet02 {
	position: absolute;
	width: 264px;
	top: 183px;
	left: 7px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet02 h3 {
	width: 91px;
	height: 21px;
	background: url(../images/tx_ymgGourmet02.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet03 {
	position: absolute;
	width: 260px;
	top: 343px;
	left: 162px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet03 h3 {
	width: 71px;
	height: 22px;
	background: url(../images/tx_ymgGourmet03.png) no-repeat 0 0;
	text-indent: -9999px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet04 {
	position: absolute;
	width: 260px;
	top: 530px;
	left: 13px;
}

.gourmetArea .areaBox .im_ymgGourmet .ymgGourmet04 h3 {
	width: 146px;
	height: 25px;
	background: url(../images/tx_ymgGourmet04.png) no-repeat 0 0;
	text-indent: -9999px;
}

.other_goumet_title_img{
	clear: both;
    margin: 0 auto;
    width: 400px;
    padding-top: 20px;
}

/* =========================================================
◆デジタルパンフレットから探す
========================================================= */
.ti_panfu {
	width: 950px;
	height: 40px;
	margin: 0 0 10px 0;
	background: url(../images/ti_panfu.gif) no-repeat 0 0;
	text-indent: -9999px;
}

.panfuList {
	text-align: center;
}

.panfuList li {
    width: 174px;
    display: block;
    margin: 20px 10px 10px;
    float: left;
}

.panfuList li h3 {
	font-size: 116%;
	margin-top: 4px;
}

/* =========================================================
◆検索
========================================================= */
.search_fugu {
	width: 850px;
	height: 155px;
	background: url(../images/bg_search_fugu.jpg) no-repeat 0 0;
	margin: 50px 50px;
	padding-top: 25px;
}

.yoyakuBox li {
	display: inline-block;
	margin: 20px 10px 10px;
}

.gentei1 {
font-size: 14px;
padding: 0px 0px;
margin: 10px 0px -5px 0px;
}
.gentei1 strong {
font-weight: bold;
color: red;
}
.gentei2 {
text-align: center;
font-size: 16px;
font-weight: bold;
padding: 0px;
margin: 15px 0px 0px 0px;
}

.gentei_plan {
	border: 2px solid red;
	border-radius: 10px;
	padding: 0px 10px 10px 10px;
	margin-top: 15px;
	background-color: #fff;
}
.gentei_plan .grmyoyakuBox {
margin-left: -15px;
}

}


