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

/*------------------------------------------------------------------
common
------------------------------------------------------------------*/
*{
	font-style: normal;
	box-sizing: border-box;
}
html{
	height: 100%;
	font-size: 14px;
}
body {
	font-size: 100%;
	line-height: 1.6;
	font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #160101;
	font-weight: normal;
	/*min-width: 980px;*/
	margin: 0 auto 0;
	padding: 0;
	background: #ffffff;
}
ul, li{
	list-style-type: none;	
}
a:link{
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: none;
	color:#fff;
}
a:visited{
	text-decoration: none;
	color:#fff;
}
table, tr, td {
	border-style: none;
	vertical-align: top;
}


/*------------------------------------------------------------------
style(sp)
------------------------------------------------------------------*/
body {
	font-size: 95%;
}
.pc {
	display: none;
}
h2 {
	font-weight: bold;
	letter-spacing: 0.1em;
}
.ico_new img {
	width: 30px;
	margin-left: 10px;
	vertical-align: middle;
}
.ico_newshop {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #a7333b;
	margin-left: 10px;
}
.ico_media {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #9b851e;
	margin-left: 10px;
}
.ico_press {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #3d648c;
	margin-left: 10px;
}
.ico_fair {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #335fa7;
	margin-left: 10px;
}
.ico_campaign {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #5a8d53;
	margin-left: 10px;
}
.ico_other {
	display: inline-block;
	width: 76px;
	text-align: center;
	padding: 2px 0;
	color: #fff;
	font-size: 10px;
	background: #666;
	margin-left: 10px;
}
.ico_tv img {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
.ico_magazine img {
	width: 25px;
	margin-left: 10px;
	vertical-align: middle;
}
.redBox {
	border: #a7333b 1px solid;
	padding: 20px;
}


/* header */
header {
	position: relative;
	background: url(../images/bg.jpg) repeat;
}
header .headerInn {
	padding: 10px 20px 10px 10px;
}
header h1 {
	width: 60%;
	float: left;
	margin-right: 5%;
}
header h1 img {
	max-width: 246px;
}
ul.navi {
	position: absolute;
	width: 100%;
	background: url(../images/bg_nav.png) repeat;
	clear: both;
	display: none;
}
ul.navi li {
	text-align: center;
	border-top: #777 1px solid;
	font-size: 16px;
}
ul.navi li a {
	display: block;
	padding: 10px 0;
}

#panel-btn{
  float:right;
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 4px 0 2px;
  border-radius: 50%;
  background: #fff;
}
#panel-btn:hover{
  background: #fafafa;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  margin: -1px 0 0 -7px;
  background: #d7000f;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 2px;
  background: #d7000f;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -6px;
}
#panel-btn-icon:after{
  margin-top: 4px;
}
#panel-btn .close{
  background: transparent;
}
#panel-btn .close:before, #panel-btn .close:after{
  margin-top: 0;
}
#panel-btn .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#panel-btn .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

/* mainVisual */
.mainVisual {
	background: url(../images/index/mainVisual.jpg) center center;
	background-size: cover;
}
.mainVisual h2 {
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	padding: 5% 0 5% 40px;
	background: url(../images/ico_dish_w.png) no-repeat 10px center;
	background-size: 20px auto;
}

/*detailBtn*/
.detailBtn a {
	display: block;
	font-size: 11px;
	padding: 3px 0;
	margin-top: 3px;
	text-align: center;
}
.detailBtn a:link,
.detailBtn a:visited {
	color: #fff;
	text-decoration: none;
}
.detailBtn a span {
	background: url(../images/arrow_right.png) no-repeat left center;
	background-size: 4px auto;
	padding-left: 10px;
}
.detailBtn.red a {
	background-color: #a53a42;
}
.detailBtn.yellow a {
	background-color: #9b851e;
}
.detailBtn.brown a {
	background-color: #2d1f05;
}
.detailBtn.blue a {
	background-color: #3d648c;
}

/*newsArea*/
.newsArea dl dt {
	color: #a53a42;
}
.newsArea dl dd a:link,
.newsArea dl dd a:visited,
.newsArea dl dd a:hover{
	color: #160101;
	text-decoration: underline;
}

/* footer */
footer {
	border-top: #160101 1px solid;
	background: url(../images/bg.jpg) repeat;
	color: #fff;
}
footer .foottop {
}
footer ul li {
	font-size: 15px;
	padding: 10px 20px;
}
footer ul li a {
	background: url(../images/arrow_right.png) no-repeat ;
	background-size: 4px auto;
	background-position: left center;
	padding-left: 10px;
}
/*footer .address {
	text-align: left;
	background: #360a00;
	padding: 10px 20px;
}
footer .address p:first-of-type {
	float: right;
	margin-right: 28%;
}
footer .address p:last-of-type {
}

footer .address p img {
	width: 15%;
}*/
footer .copyright {
	background: #160101;
	font-size: 10px;
	text-align: center;
	padding: 1% 0;
}

/*page*/
#page .contents {
	padding: 0 0 15%;
}

/*shopPage*/
.shopPage .tel a { color: #333; }
.shopPage .prefecturesArea h3 {
	background: url(../images/shop/ico_shop_prefecturesArea.gif) no-repeat left center #a7333b;
	background-size: 15px auto;
	color: #fff;
	font-size: 18px;
	padding: 5px 0 5px 25px;
	margin-bottom: 3%;
}
.shopPage .prefecturesArea .prefecturesBox h4 {
	background: url(../images/ico_beef_red.png) no-repeat 10px center #e9eaeb;
	background-size: 20px auto;
	font-size: 18px;
	padding: 5px 0 5px 40px;
	margin-bottom: 3%;
}
.shopPage .prefecturesArea .prefecturesBox {
	margin-bottom:10%;
}
.shopPage .prefecturesArea .prefecturesBox div {
	padding: 0 20px;
}
.shopPage .prefecturesArea .prefecturesBox h5 {
	color: #a7333b;
	font-size: 16px;
	margin-bottom: 2%;
}
.shopPage .prefecturesArea .prefecturesBox div.map_wrap{
    width: 100%;
    height: 375px;
}
.shopPage .prefecturesArea .prefecturesBox .data h5 {
	float: left;
}
.shopPage .prefecturesArea .prefecturesBox .data .detailBtn {
	float: right;
	width: 130px;
}
.shopPage .prefecturesArea .prefecturesBox .data table {
	clear: both;
	margin-bottom: 5%;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr th,
.shopPage .prefecturesArea .prefecturesBox .data table tr td {
	border-top: #e8cacc 1px solid;
	padding: 2%;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr th:last-of-type,
.shopPage .prefecturesArea .prefecturesBox .data table tr td:last-of-type {
	border-bottom: #e8cacc 1px solid;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr th {
	font-weight: normal;
	text-align: left;
	width: 25%;
}
.shopPage .prefecturesArea .prefecturesBox .map {
	margin-bottom: 5%;
}
.shopPage .prefecturesArea .prefecturesBox .map iframe {
	width: 100%;
}
.shopPage .prefecturesArea .prefecturesBox .menu .menuBoxsp .detailBtn a {
	font-size: 13px;
	padding: 4% 0;
}
.shopPage .note {
	padding: 0 20px 60px;
}

/*focus*/
.focus .focusBox {
	margin: 5% 0 15%;
	padding: 0 5%;
}
.focus .focusBox:last-of-type {
	margin-bottom: 0;
}

.focus .focusBox p {
	text-align: left;
}
.focus .focusBox img {
	display: block;
	width: 75%;
	margin: 0 auto 3%;
}
.focus .focusBox .focusPoint {
	font-size: 20px;
	margin-bottom: 3%;
}
.focus .focusBox .green {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}
.focus .focusBox .green span {
	background: #5a8d53;
	padding: 3px 10px;
	font-size: 16px;
}
.focus .focusBox .yellow {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}
.focus .focusBox .yellow span {
	background: #9b851e;
	padding: 3px 10px;
	font-size: 16px;
}
.focus .focusBox .blue {
	color: #fff;
	text-align: left;
	margin-bottom: 10px;
}
.focus .focusBox .blue span {
	background: #3d648c;
	padding: 3px 10px;
	font-size: 16px;
}

/*formPage*/
.formPage .contents {
	width: 90%;
	margin: 5% auto;
}
.formArea {
	margin-top: 5%;
	font-size: 13px;
}
.formArea .note {
	font-size: 11px;
	color: #a7333b;
}
.formArea th,
.formArea td {
	border-bottom: #a7333b 1px dotted;
}

.formArea tr:first-child th,
.formArea tr:first-child td {
	border-top: #a7333b 1px solid;
}
.formArea tr:last-child th,
.formArea tr:last-child td {
	border-bottom: #a7333b 1px solid;
}
.formArea th {
	width: 30%;
	text-align: left;
	font-weight: normal;
	padding: 3% 0 3% 10px;
	background: #fef8f8;
}
.formArea th span {
	color: #a7333b;
	font-size: 11px;
}
.formArea td {
	width: 70%;
	padding: 3% 10px 3% 10px;
	background: #fef8f8;
}
.formArea td input {
	width: 95%;
}
.formArea td textarea {
	width: 95%;
	height: 100px;
}
.formArea .submitBtn input {
	background: #a7333b;
	border: none;
	color: #fff;
	padding: 3% 10%;
	margin-top: 10%;
}

/*newsPage*/
.newsPage #newstag {
	padding: 5% 15px;
}
.newsPage #newstag li {
	cursor: pointer;
	text-align: center;
	float: left;
}
.newsPage #newstag li a{
	color: #333;
	padding: 1% 2%;
	white-space: nowrap;
}
.newsPage #newstag li.select {
	background: #dedede;
}
.newsPage #newslist {
	margin: 0 15px;
	border-top: #a7333b 1px solid;
}
.newsPage #newslist dl {
	border-bottom: #a7333b 1px dotted;
	padding: 10px;
}
.newsPage #newslist dl dt {
	color: #a7333b;
	margin-bottom: 3px;
}
.newsPage #newslist a:link,
.newsPage #newslist a:visited {
	color: #333;
	text-decoration: underline;
}
.newsPage .contents a:hover {
	text-decoration: none;
}

.newsDetail {
	padding: 5% 20px;
}
.newsDetail .ttl .date {
	color: #a7333b;
}
.newsDetail .ttl h3 {
	font-size: 20px;
	border-bottom: #a7333b 1px dotted;
	margin-bottom: 5%;
}
.newsDetail .detail p {
	margin-bottom: 5%;
}
.backnewstop a:link,
.backnewstop a:visited {
	color: #a7333b;
	text-decoration: underline;
}
.backnewstop {
	text-align: center;
	margin-top: 1.5em;
}
.backnewstop a span {
	background: url(../images/arrow_right_red.png) no-repeat left center;
	background-size: 4px auto;
	padding-left: 8px;
}
	

.newsDetail2 .detail img {
	width: auto;
	max-width: 100%;
	height: auto;
}
.newsDetail2 .detail strong {
	font-weight: bold;
}

.newsDetail2 .detail p {margin-top: 1.5em;}

/*wp-pagenavi*/
.wp-pagenavi {text-align: center;margin: 40px 0;}
.wp-pagenavi > * {display: inline-block;}
.wp-pagenavi a {text-decoration: none !important;}
.wp-pagenavi .extend {border: none;padding: 0;}
.wp-pagenavi .pages {display: none;}
.wp-pagenavi span.current {background: #000;color: #fff}

/* editor-img */
img.alignnone,
img.aligncenter,
img.alignright,
img.alignleft {vertical-align: middle;} 
img.alignnone {max-width: 100%;height: auto;}
img.aligncenter {display: block;	margin:0 auto 10px;max-width: 100%;height: auto;}
img.alignright {margin: 0 0 2px 20px;	display: inline;max-width: 46%;height:auto;}
img.alignleft {margin: 0 20px 2px 0;	display: inline;max-width: 46%;height:auto;}
.alignright {float: right;}
.alignleft {float: left;}
@media only screen and (max-width: 599px) {
	img.alignright {padding: 0 0 20px 0;margin: 0 auto;display: block;	max-width: 100%;}
	img.alignleft {	padding: 0 0 20px 0;margin: 0 auto;	display: block;	max-width: 100%;}
	.alignright {float: none;}
	.alignleft {float: none;}
}


/**********index**********/
h2 {
	font-size: 20px;
}

/* mainVisual */
#index .mainVisual img.lead {
	/*max-width: 533px;*/
	padding: 10% 20%;
}

#index .section {
	padding: 10% 15px 15%;
}
#index .section h2 {
	margin-bottom: 15px;
	text-align: center;
}
#index .newsArea h2 {
	float: left;
}
#index .newsArea .newsBox:first-of-type {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: #160101 1px dotted;
}
#index .newsArea .newsBox .detailBtn a {
	width: 100px;
	font-size: 12px;
}
#index .newsArea .newsInn dl {
	margin-top: 10px;
}
#index .newsArea .newsInn dl dt {
	padding-right: 5px;
}
#index .newsArea .newsInn dl dt.news:after {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	padding: 0 1px;
	margin-left:5px;
	content:"news";
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	vertical-align: text-bottom;
	background: #5a8d53;
}
#index .newsArea .newsInn dl dt.media:after {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	padding: 0 1px;
	margin-left:5px;
	content:"media";
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	vertical-align: text-bottom;
	background: #9b851e;
}
#index .newsArea .newsInn dl dt.campaign:after {
	display: inline-block;
	width: 5.5em;
	text-align: center;
	padding: 0 1px;
	margin-left:5px;
	content:"campaingn";
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	vertical-align: text-bottom;
	background: #3d648c;
}

/*shopInfo*/
#index .shopInfo {
	background: url(../images/bg.jpg) repeat ;
	padding-top: 10%;
}
#index .shopInfo h2 span {
	background: url(../images/ico_dish_w.png) no-repeat;
	padding: 5px 0 5px 33px;
	background-size: 22px auto;
	color: #fff;
}
#index .shopInfo p {
	text-align: center;
}
#index .shopInfo .shopBox {
	width: 80%;
	margin: 0 auto;
	background: url(../images/index/bg_shop.png) no-repeat top center;
	background-size: contain;
	padding-bottom: 20%;
}
#index .shopInfo .shopBox .shopPic {
	padding: 18% 0 3%;
}
#index .shopInfo .shopBox .shopPic img {
	width: 80%;
	border: #fff 2px solid;
}
#index .shopInfo .shopBox .shopName {
	font-size: 18px;
	font-weight: bold;
}
#index .shopInfo .shopBox .shopTime {
	font-size: 13px;
	font-weight: bold;
}
#index .shopInfo .shopBox .detailBtn {
	margin-top: 3%;
	margin-right: 10%;
	width: 100px;
}
#index .shopInfo .detailBtn.yellow a {
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
}

/*focus*/
#index .focus h2 span {
	background: url(../images/ico_dish_b.png) no-repeat;
	background-size: 22px auto;
	padding-left: 33px;
}
#index .focus .focusBox {
	text-align: center;
	margin: 5% 0 10%;
	padding: 0 5%;
}
#index .focus .focusBox img {
	width: 75%;
}
#index .focus .focusBox .focusPoint {
	font-size: 17px;
}
#index .focus .focusBox .green {
	color: #fff;
	text-align: left;
	margin-bottom: 3px;
}
#index .focus .focusBox .green span {
	background: #5a8d53;
	padding: 3px 10px;
}
#index .focus .focusBox .yellow {
	color: #fff;
	text-align: left;
	margin-bottom: 3px;
}
#index .focus .focusBox .yellow span {
	background: #9b851e;
	padding: 3px 10px;
}
#index .focus .focusBox .blue {
	color: #fff;
	text-align: left;
	margin-bottom: 3px;
}
#index .focus .focusBox .blue span {
	background: #3d648c;
	padding: 3px 10px;
}
#index .focus .detailBtn.red a {
	font-size: 15px;
	width: 70%;
	margin: 0 auto;
}


/* pageTop */
.pageTop a {
	display: block;
	width: 40px;
	height: 40px;
	background: #ddacaf;
	text-align: center;
	padding-top: 10px;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	opacity: 0.7;
	position: fixed;
	bottom: 25px;
	right: 10px;
}
.pageTop a:link,
.pageTop a:hover,
.pageTop a:visited {
	text-decoration: none;
}
/*------------------------------------------------
	熊本地震
-----------------------------------------------*/
#index .kumamoto-infobox {
    margin: 50px 15px 0;
	text-align:left;
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #000;
}
#index .kumamoto-infobox h3 {
	color:red;
	font-weight:bold;
	font-size:100%;
	margin-bottom:5px;
	text-align:center;
}
#index .kumamoto-infobox .no-sp {
	display: none;
}



	

/*------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
 ここからPC 
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
--------------------------------------------------
------------------------------------------------*/


@media (min-width: 737px) {

body {
	min-width: 980px;
	font-size: 100%;
}
img {
	width: auto;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
h2 {
	font-size: 28px;
}
.ico_newshop {
	width: 90px;
	font-size: 12px;
}
.ico_media {
	width: 90px;
	font-size: 12px;
}
.ico_press {
	width: 90px;
	font-size: 12px;
}
.ico_fair {
	width: 90px;
	font-size: 12px;
}
.ico_campaign {
	width: 90px;
	font-size: 12px;
}
.ico_other {
	width: 90px;
	font-size: 12px;
}
.ico_tv img {
	width: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
.ico_magazine img {
	width: 25px;
	margin-left: 10px;
	vertical-align: middle;
}

/*header*/
header .headerInn {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 13px;
}
header h1 {
	float: none;
	width: 980px;
	margin: 0;
	text-align: center;
}
ul.navi {
	display: block;
	position: relative;
	background: #fff;
	width: auto;
	text-align: center;
}
ul.navi li {
	display: inline-block;
	border-top: none;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 45px;
}
ul.navi li:last-child {
	padding-right: 0;
}
ul.navi li a {
	padding: 10px 25px 5px;
	border-bottom: 2px #fff solid;
	font-size: 16px;
}
ul.navi li.current a {
	border-bottom: 2px #160101 solid;
}
ul.navi li img.home {
	max-width: 18px;
	padding: 3px 0 4px;
}
ul.navi li a:link,
ul.navi li a:hover,
ul.navi li a:visited {
	color: #160101;
	font-weight: bold;
}
ul.navi li a:hover {
	border-bottom: 2px #160101 solid;
}

/*detailBtn*/
.detailBtn a {
	font-size: 12px;
}

/*mainVisual*/
.mainVisual .mainVisualInn {
	width: 980px;
	margin: 0 auto;
}
.mainVisual .mainVisualInn h2 {
	padding: 42px 0 42px 70px;
	background-size: 35px auto;
}

/* footer */
footer {
	border-top: #160101 1px solid;
	background: url(../images/bg.jpg) repeat;
	color: #fff;
}
footer .foottop {
	width: 980px;
	margin: 0 auto;
}
footer ul {
	width: ;
	float: left;
	padding: 20px 0 10px 20px;
}
footer ul li {
	padding: 0 30px 10px 0;
}
footer ul li a {
	background: url(../images/arrow_right.png) no-repeat ;
	background-size: 4px auto;
	background-position: left center;
	padding-left: 10px;
}
footer ul li a:link,
footer ul li a:hover,
footer ul li a:visited {
	color: #fff;
	text-decoration: none;
}
footer .foottop .address {
	float: right;
	padding-top: 20px;
}

footer .foottop .address p {
	float: left;
	text-align: right;
}
footer .foottop .address p:first-of-type {
	padding-top: 25px;
	margin-right: 20px;
}
footer .copyright {
	background: #160101;
	font-size: 10px;
	padding: 7px 0;
}

/*page*/
#page .contents {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#page .contents .topicPath {
	margin: 26px 0 28px;
}
#page .contents .topicPath li {
	float: left;
	margin-right: 7px;
	font-size: 12px;
}
#page .contents .topicPath li:after {
	content:" ＞";
}
#page .contents .topicPath li:last-child:after {
	content: none;
}
#page .contents .topicPath li img {
	width: 12px;
	vertical-align: baseline;
}
#page .contents .topicPath li a:link,
#page .contents .topicPath li a:visited {
	color: #2d1f05;
	text-decoration: underline;
}
#page .contents .topicPath li a:hover {
	text-decoration: none;
}


/*shopPage*/
.shopPage .prefecturesArea h3 {
	background-size: auto;
	font-size: 20px;
	padding: 7px 0 7px 30px;
	margin-bottom: 22px;
}
.shopPage .prefecturesArea .prefecturesBox {
	margin-bottom: 70px;
}
.shopPage .prefecturesArea .prefecturesBox h4 {
	background-position: 20px center;
	background-size: auto;
	font-size: 20px;
	padding: 7px 0 7px 60px;
	margin-bottom: 3%;
}
.shopPage .prefecturesArea .prefecturesBox h5 {
	font-size: 18px;
	margin-bottom: 13px;
}
.shopPage .prefecturesArea .prefecturesBox div {
	padding: 0;
}
.shopPage .prefecturesArea .prefecturesBox .data {
	width: 440px;
	float: left;
	margin-left: 20px;
}
.shopPage .prefecturesArea .prefecturesBox .data table {
	margin-bottom: 30px;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr th,
.shopPage .prefecturesArea .prefecturesBox .data table tr td {
	padding: 12px;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr th {
	font-weight: normal;
	text-align: left;
	width: 120px;
}
.shopPage .prefecturesArea .prefecturesBox .data table tr td img {
	width: 290px;
}
.shopPage .prefecturesArea .prefecturesBox .map {
	float: right;
	margin-bottom: 0;
	width: 460px;
	margin-right:20px;
}
.shopPage .prefecturesArea .prefecturesBox .map iframe {
	width: 460px;
	height: 375px;
}
.shopPage .prefecturesArea .prefecturesBox .news {
	clear: both;
	padding: 0 20px ;
    margin-bottom: 30px;
}
.shopPage .prefecturesArea .prefecturesBox .menu {
	clear: both;
	padding: 0 20px ;
}
.shopPage .prefecturesArea .prefecturesBox .menu .menuBox p {
	float: left;
	margin-right: 25px;
	margin-bottom:10px;
	font-size: 13px;
}
.shopPage .prefecturesArea .prefecturesBox .menu .menuBox p img {
	border: #ebebeb 5px solid;
}

/*focusPage*/
.focusPage .focus {
	padding: 30px 20px 100px;
}
.focusPage .focus .focusBox {
	margin: 0 0 68px;
	padding: 0;
}
.focusPage .focus .focusBox:last-of-type {
	margin-bottom: 0;
}
.focusPage .focus .focusBox:nth-of-type(odd) > p {
	float: left;
}
.focusPage .focus .focusBox:nth-of-type(odd) > div {
	padding-left: 360px;
	padding-top: 20px;
}
.focusPage .focus .focusBox:nth-of-type(even) > p {
	float: right;
}
.focusPage .focus .focusBox:nth-of-type(even) > div {
	padding-right: 360px;
	padding-top: 20px;
}
.focusPage .focus .focusBox img {
	display: block;
	width: 330px;
	margin: 0 0;
}
.focusPage .focus .focusBox .focusPoint {
	font-size: 22px;
	margin-bottom: 15px;
}
.focusPage .focus .focusBox .focusPoint + p {
	line-height: 1.8;
}

.focusPage .focus .focusBox .green {
	margin-bottom: 15px;
}
.focusPage .focus .focusBox .yellow {
	margin-bottom: 15px;
}
.focusPage .focus .focusBox .blue {
	margin-bottom: 15px;
}

/*formPage*/
.formPage .leadText {
	padding-left: 20px;
}
.formArea {
	margin-top: 25px;
	font-size: 14px;
	padding: 0 70px 150px;
}
.formArea .note {
	font-size: 12px;
}
.formArea th {
	padding: 25px 0 25px 30px;
}
.formArea th span {
	font-size: 12px;
}
.formArea td {
	padding: 25px 0 25px 30px;
}
.formArea td input {
	width: 65%;
	border: #ccc 1px solid;
	padding: 3px;
}
.formArea td input#datepicker {
	width: 47%;
}
.formArea td select {
	border: #ccc 1px solid;
	padding: 3px;
}
.formArea td textarea {
	width: 80%;
	height: 150px;
	border: #ccc 1px solid;
}
.formArea .submitBtn input {
	background: #a7333b;
	border: none;
	color: #fff;
	padding: 15px 80px;
	margin-top: 45px;
}

/*newsPage*/
.newsPage #newstag {
	padding: 0;
	margin-bottom: 20px;
}
.newsPage #newstag li {
	padding: 7px 15px;
	margin-right: 10px;
}
.newsPage #newstag li:hover {
	background: #dedede;
}
.newsPage #newslist {
	margin: 0 0 150px;
}
.newsPage #newslist dl {
	padding: 20px;
}
.newsPage #newslist dl dt {
	float: left;
	color: #a7333b;
	margin-bottom: 3px;
}
.newsPage #newslist dl dd {
	padding-left: 195px;
}
.newsPage #newslist dl dd span {
	display: inline-block;
}

.newsDetail {
	padding: 23px 20px 80px;
	border-top: 2px #a7333b solid;
}
.newsDetail .ttl h3 {
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.newsDetail .detail p {
	margin-bottom: 30px;
}

.newsDetail .redBox {
	width: 400px;
	margin: 0 auto;
}
.newsDetail .redBox .detailBtn a {
	width: 200px;
	margin: 0 auto;
	font-size: 15px;
}

.backnewstop {
	text-align: right;
	padding-bottom: 50px;
}
.backnewstop a span {
	background: url(../images/arrow_right_red.png) no-repeat left center;
	background-size: 4px auto;
	padding-left: 8px;
	font-size: 15px;
}



/*newsDetail2*/

.newsDetail2 {
	padding: 23px 20px 80px;
	border-top: 2px #a7333b solid;
}
.newsDetail2 .ttl h3 {
	font-size: 26px;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: #a7333b 1px dotted;
}

.newsDetail2 .redBox {
	width: 400px;
	margin: 0 auto;
}
.newsDetail2 .redBox .detailBtn a {
	width: 200px;
	margin: 0 auto;
	font-size: 15px;
}

.newsDetail2 {
	padding: 5% 20px;
	padding: 23px 20px 80px;
    border-top: 2px #a7333b solid;
}
.newsDetail2 .ttl .date {
	color: #a7333b;
}



/**********index**********/
/* mainVisual */
#index .mainVisual {
	text-align: center;
}
#index .mainVisual img.lead {
	max-width: 533px;
	padding: 138px 0;
}

#index .section {
  padding: 0;
}
/*newsArea*/
#index .newsArea {
	width: 980px;
	margin: 0 auto;
	padding: 110px 0;
}
#index .newsArea .newsBox {
	width: 50%;
	float: left;
}
#index .newsArea .newsBox .detailBtn a {
	font-size: 14px;
	width: 130px;
}
#index .newsArea .newsBox:first-of-type {
	border-right: 1px dotted #000;
	padding-right: 20px;
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 15px;
}
#index .newsArea .newsBox:last-of-type {
	padding-left: 20px;
}
#index .newsArea .newsBox .newsInn dl dt {
	float: left;
}
#index .newsArea .newsBox .newsInn dl dd {
	padding-left: 12em;
	font-family: 100%;
}
#index .newsArea .newsBox.shopnews .newsInn dl dd {
	padding-left: 7.5em;
	font-family: 100%;
}
#index .newsArea .newsInn dl dt.news:after {
	font-size: 12px;
}
#index .newsArea .newsInn dl dt.media:after {
	font-size: 12px;
}
#index .newsArea .newsInn dl dt.campaign:after {
	font-size: 12px;
}
#index .newsArea .newsInn dl dd span {
	display: inline-block;
}

/*shopInfo*/
#index .shopInfo {
	background: url(../images/bg.jpg) repeat ;
	padding-top: 92px;
	padding-bottom: 120px;
}
#index .shopInfo .shopInfoArea {
	width: 980px;
	margin: 0 auto;
}
#index .shopInfo h2 {
	color: #fff;
	text-align: center;
	margin-bottom: 50px;
}
#index .shopInfo h2 span {
	background-size: 35px auto;
	padding: 7px 0 7px 55px;
}
#index .shopInfo p {
	text-align: center;
}
#index .shopInfo .shopBox {
	width: 313px;
	height: 370px;
	float: left;
	margin-right: 15px;
	margin-bottom: 25px;
	padding-bottom: 50px;
}
#index .shopInfo .shopBox:nth-of-type(3n) {
	margin-right: 0;
}
#index .shopInfo .shopBox img {
	width: auto;
	max-width: 236px;
}
#index .shopInfo .shopBox .detailBtn {
	margin-top: 20px;
	margin-right: 37px;
}
#index .shopInfo .detailBtn.yellow a {
	width: 300px;
	margin-top: 50px;
}


/*focus*/
#index .focus {
	width: 920px;
	margin: 0 auto;
	padding: 80px 0 120px 0;
}
#index .focus h2 {
	text-align: center;
	margin-bottom: 50px;
}
#index .focus h2 span {
	background-size: 35px auto;
	padding: 7px 0 7px 55px;
}
#index .focus .focusBoxWrap {
	display: flex;
	justify-content: center;
}
#index .focus .focusBox {
	width: 250px;
	float: left;
	text-align: left;
	margin: 0;
	margin-right: 85px;
	padding: 0;
}
#index .focus .focusBox:last-of-type {
	margin-right: 0;
}
#index .focus .focusBox img {
	width: 250px;
}
#index .focus .focusBox .focusmark {
	margin-bottom: 8px;
}
#index .focus .detailBtn.red a {
	width: 300px;
	margin: 50px auto 0;
}

/*------------------------------------------------
	熊本地震
-----------------------------------------------*/
#index .kumamoto-infobox .no-sp {
	display: block;
}
#index .kumamoto-infobox {
	width: 980px;
    margin: 50px auto 0;
	text-align:center;
	background:#fff;
	padding:20px;
	margin-bottom:20px;
	border:1px solid #000;
}
#index .newsArea {
    padding: 70px 0 110px;
}
}




