@charset "utf-8";

a:hover img {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( min-width:826px ) {
#contentsBox {
	padding-bottom: 150px;
}
}


/*===================================================
タイトル
===================================================*/
.itemTit {
	box-sizing: border-box;
	width: 100%;
	border-bottom: 3px solid #007b3a;
	padding: 0 10px;
}

.itemTit span {
	display: block;
	width: 185px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.2em;
	color: #fff;
	text-shadow: 0 0 1px #fff;
	text-align: center;
	background-color: #007b3a;
	border-radius: 7px 7px 0 0;
	padding: 10px 0 7px 0;
	margin: 0 auto 0 0;
}

@media screen and ( max-width:825px ) {
.itemTit span {
	width: 150px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 0 4px 0;
}
}


/*===================================================
ヘッダー
===================================================*/
@media screen and (min-width:826px) {
#header_logoBox h1 a {
	width: 177px;
	background-image: url(../images/top_head_logo.png);
	background-position: 0 center;
	background-size: contain;
}
}

@media screen and (min-width:826px) and ( max-width:880px ) {
#header_logoBox h1 a {
	width: 125px;
}

#usmh_logoBox {
	top: 32px;
}

#SubLink {
	top: 38px;
}
}


/*===================================================
ボックス1
===================================================*/
#topBox01out {
	position: relative;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

#topBox01 {
	padding: 26.67% 0 0 0;
}

#topBox01in {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and ( max-width:825px ) {
#topBox01out,
#topBox01in {
	height: auto;
}

#topBox01 {
	padding: 0;
	margin: 20px 0;
}

#topBox01in {
	position: static;
}
}


/*===================================================
メイン画像
===================================================*/
#mainImgBox {
	float: left;
	width: 73.56%;
	max-width: 662px;
	height: 100%;
	margin: 0;
}

#mainImgBox img {
	width: 100%;
	height: auto;
}

#mainImgBox .slick-dots {
	bottom: 0;
	text-align: left;
}

#mainImgBox .slick-dots li {
	margin: 0;
}

#mainImgBox .slick-dots li button::before {
	font-size: 16px;
	color: #ddd;
	opacity: .9;
}
#mainImgBox .slick-dots li.slick-active button::before {
	color: #000;
	opacity: .75;

}

@media screen and ( max-width:825px ) {
#mainImgBox {
	float: none;
	width: 100%;
	max-width: none;
	height: auto;
	margin-bottom: 40px;
}

#mainImgBox .slick-dots {
	bottom: -25px;
	text-align: center;
}
}


/*===================================================
店舗情報
===================================================*/
#shopInfoBox {
	position: relative;
}

#shopInfo {
	background-color: #e5f4fc;
}

#shopInfo a {
	display: block;
	width: 100%;
}

#shopInfo a,
#shopInfo a:visited,
#shopInfo a:hover {
	text-decoration: none;
}
#shopInfo a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

.shopInfoTit {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 36px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background-color: #01692b;
	padding: 10px;
}

.nofst #favStoreBox,
.nofst #favStoreToggle {
	display: none !important;
}

@media screen and ( min-width:826px ) {
#shopInfoBox {
	float: right;
	width: 24.67%;
	max-width: 222px;
	height: 100%;
}

#shopInfo {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
}

#shopInfo a {
	height: 100%;
	background: url(../images/shopInfo_bg_on.png) no-repeat center bottom;
	background-size: contain;
}

.nofst #shopInfo a {
	background-image: url(../images/shopInfo_bg.png)
}
}

@media screen and ( max-width:825px ) {
#shopInfo a {
	height: 155px;
}

#shopInfo a,
.nofst #shopInfo a {
	background: url(../images/shopInfo_sp_bg.png) no-repeat center bottom;
	background-size: 360px 125px;
}

.shopInfoTit {
	box-sizing: border-box;
	width: 100%;
	height: 28px;
	background-color: #fff;
	border-bottom: 3px solid #007b3a;
	padding: 0 10px;
	margin: 0;
}
.shopInfoTit span {
	display: block;
	width: 150px;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.2em;
	color: #fff;
	text-align: center;
	background-color: #007b3a;
	border-radius: 7px 7px 0 0;
	padding: 7px 0 4px 0;
	margin: 0 auto 0 0;
}
}


/*===================================================
よく見る店舗スイッチ
===================================================*/
#favStoreToggle {
	z-index: 100;
}

#favStoreToggle p {
	font-size: 16px;
	line-height: 16px;
}

#favStoreToggle p:hover {
	cursor: pointer;
}

#fst_acOff {
	width: 5em;
	text-align: right;
	margin: 0 0 0 auto;
}

#fst_acOn {
	position: absolute;
	height: 35px;
	text-align: center;
}
#fst_acOn span {
	box-sizing: border-box;
	display: block;
	width: 100%;
	color: #555;
	padding: 7px;
	background-color: #efefef;
	border: 2px solid #ccc;
	border-radius: 7px;
}

#favStoreToggle #fst_acOff,
#favStoreToggle.active #fst_acOn {
	display: block;
}
#favStoreToggle #fst_acOn,
#favStoreToggle.active #fst_acOff {
	display: none;
}

@media screen and ( min-width:826px ) {
#favStoreToggle {
	position: absolute;
	top: 12px;
	right: 5px;
	font-size: 14px;
	line-height: 14px;
}

#favStoreToggle.active {
	top: 28%;
	left: 50%;
	width: 90%;
	height: 34px;
	margin-left: -45%;
}

#fst_acOff {
	color: #fff;
}
#fst_acOff span {
	background: url(../common/images/icon_batsu_w.png) no-repeat 0 center;
	background-size: 14px;
	padding-left: 16px;
}

#fst_acOn {
	width: 100%;
}
}

@media screen and ( max-width:825px ) {
#favStoreToggle {
	position: relative;
}

#favStoreToggle {
	width: 100%;
	height: 35px;
	margin-bottom: 10px;
}

#fst_acOff span {
	background: url(../common/images/icon_batsu.png) no-repeat 0 center;
	background-size: 14px;
	padding-left: 15px;
}

#fst_acOn {
	top: 0;
	left: 50%;
	width: 14em;
	height: 35px;
	margin-left: -7em;
}
}


/*===================================================
よく見る店舗
===================================================*/
@media screen and ( min-width:826px ) {
#favStoreBox {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border: 1px solid #e73300;
	overflow: hidden;
	z-index: 10;
}
}

@media screen and ( max-width:825px ) {
#favStoreBox {
	margin-top: -45px;
}
}


/*===================================================
よく見る店舗チラシ
===================================================*/
#favChirashi {
}

#favStoreBox .shopInfoTit {
	text-align: left;
	background-color: #e73300;
}

#storeName a {
	position: relative;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 30px;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	background-color: #eaeaea;
	padding: 8px 0;
	z-index: 100;
}

#storeName a,
#storeName a:visited,
#storeName a:hover {
	color: #0e6a2c;
	text-decoration: none;
}
#storeName a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#storeTime {
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	line-height: 1.3;
	text-align: center;
	padding: 5px;
}
#storeTime br {
	display: none;
}

#favChirashiSp {
	display: none;
}

@media screen and ( min-width:826px ) {
#storeTime {
	padding: 3px 0;
}

#favChirashi {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 66px 5px 0 5px;
}

#favChirashiPc {
	height: 100% !important;
}

#favChirashiPc #shufoo-chirashi_area_1,
#favChirashiPc .shufoo-horizontal,
#favChirashiPc #chirashiList1 {
	display: block !important;
	width: 100% !important;
	height: 100% !important;
	overflow: visible !important;
}

#favChirashiPc #chirashiList1 li {
	display: none;
}
#favChirashiPc #chirashiList1 li:first-child {
	display: block;
	float: none !important;
	width: 100% !important;
	height: 100% !important;
}

#favChirashiPc #chirashiList1 .shufoo-chirashi_wrapper,
#favChirashiPc #chirashiList1 .shufoo-chirashi_area,
#favChirashiPc #chirashiList1 .shufoo-thumb,
#favChirashiPc #chirashiList1 .shufoo-thumb a,
#favChirashiPc #chirashiList1 .shufoo-title {
	display: block;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
}

#favChirashiPc #chirashiList1 .shufoo-chirashi_wrapper,
#favChirashiPc #chirashiList1 .shufoo-thumb,
#favChirashiPc #chirashiList1 .shufoo-thumb a {
	height: 100% !important;
}

#favChirashiPc #chirashiList1 .shufoo-chirashi_area {
	height: 65% !important;
	margin-bottom: 3px !important;
}

#favChirashiPc #chirashiList1 .shufoo-title {
	height: auto !important;
}

#favChirashiPc #chirashiList1 .shufoo-thumb img {
	width: auto !important;
	height: 100% !important;
}

#favChirashiPc #chirashiList1 .shufoo-ui-area {
	display: none;
}
}

@media screen and ( max-width:825px ) {
#storeName a {
	padding: 8px;
}

#favStoreBox {
	margin-bottom: 20px;
}

#favStoreBox .shopInfoTit {
	background-color: transparent;
	border-bottom: 3px solid #e73300;
}
#favStoreBox .shopInfoTit span {
	background-color: #e73300;
}

#storeName a,
#storeTime {
	text-align: left;
}

#storeTime {
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
}

#favChirashiPc {
	display: none;
}
#favChirashiSp {
	box-sizing: border-box;
	display: block;
	height: 75px !important;
	border: 1px solid #d5d5d5;
	border-top: none;
	padding: 5px 10px 10px 10px;
}

#favChirashiSp .shufoo-horizontal,
#favChirashiSp #chirashiList2 {
	width: 100% !important;
	height: 60px !important;
	overflow: hidden !important;
}

#favChirashiSp #chirashiList2 > div {
	display: none;
}
#favChirashiSp #chirashiList2 > div:first-child {
	display: block;
}

#favChirashiSp .shufoo-item {
	display: table !important;
	width: 100% !important;
	height: 60px !important;
	border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

#favChirashiSp .shufoo-info-area,
#favChirashiSp .shufoo-ui-area {
	position: static !important;
	display: table-cell;
	height: 60px !important;
}

#favChirashiSp .shufoo-info-area {
	width: auto !important;
}

#favChirashiSp .shufoo-ui-area {
	width: 45px !important;
	padding: 0 !important;
}

#favChirashiSp .shufoo-main{
	margin-right: 10px !important;
}
}


/*===================================================
ボックス2
===================================================*/
#topBox02 > div:first-child,
#topBox02 > div:last-child {
	box-sizing: border-box;
}

#topBox02 > div:first-child {
	float: left;
	width: 73.56%;
	max-width: 662px;
}

#topBox02 > div:last-child {
	float: right;
	width: 24.67%;
	max-width: 222px;
}

@media screen and ( max-width:825px ) {
#topBox02 > div:first-child,
#topBox02 > div:last-child {
	float: none;
	width: 100%;
	max-width: none;
}
}


/*===================================================
スライドバナー
===================================================*/
#slideBnBoxOut {
	background-color: #e9e9e9;
	padding: 10px 25px;
	margin-bottom: 15px;
}

#slideBnBox .slick-arrow {
	z-index: 100;
	margin-top: 3px;
}
#slideBnBox .slick-arrow:hover {
	-ms-filter: "alpha( opacity=75 )";
	filter: alpha( opacity=75 );
	opacity: 0.75;
}

#slideBnBox .slick-arrow:before {
	color: #007b3a;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;
}

#slideBnBox .slick-prev {
	left: -20px;
}
#slideBnBox .slick-next {
	right: -20px;
}

#slideBnBox .slick-slide {
	margin: 0 5px;
}

@media screen and ( max-width:825px ) {
#slideBnBoxOut {
	background-color: transparent;
	padding: 0 20px;
	margin-bottom: 20px;
}
}


/*===================================================
買い物・暮らし
===================================================*/
#topCon {
	background: url(../images/top_con_bg.png) repeat-y center 0;
}

#topCon > div:first-child,
#topCon > div:last-child {
	box-sizing: border-box;
	float: left;
	width: 50%;
}

#topCon > div:first-child {
	padding-right: 7px;
}

#topCon > div:last-child {
	padding-left: 7px;
}

#topCon .itemTit {
	background-color: #fff;
}

.grBox {
	background-color: #e9f6e8;
	padding: 10px 15px;
}

.grBox div {
	margin-top: 10px;
}
.grBox div:first-child {
	margin-top: 0;
}

#bn_onlineshop {
	border: 1px solid #d5d5d5;
}

#bn_onlineshop a {
	box-sizing: border-box;
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding: 5px;
}
#bn_onlineshop a,
#bn_onlineshop a:visited,
#bn_onlineshop a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#bn_onlineshop a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#bn_onlineshop a:nth-child(2) {
	background-color: #E64607;
	border-right: 2px solid #fff;
}
#bn_onlineshop a:last-child {
	background-color: #F00;
	border-left: 2px solid #fff;
}

#bn_onlineshop a span {
	position: relative;
	display: inline-block;
	padding-right: 20px;
}

#bn_onlineshop a span:after {
	content: "►";
	position: absolute;
	top: 50%;
	right: 0;
	height: 18px;
	font-size: 16px;
	line-height: 16px;
	font-family: Arial,Helvetica,sans-serif;
	margin-top: -7px;
}

@media screen and ( max-width:825px ) {
#topCon {
	background-image: none;
}

#topCon > div:first-child,
#topCon > div:last-child {
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
}
}


/*===================================================
サイドバナー
===================================================*/
#sideBnBox {
}

#sideBnBox div {
	margin-top: 10px;
}
#sideBnBox div:first-child {
	margin-top: 0;
}

@media screen and ( max-width:825px ) {
#sideBnBox div {
	margin: 0 0 10px 0;
}

#sideBnBox div:nth-of-type(4),
#sideBnBox div:nth-of-type(5) {
	float: left;
	width: calc((100% - 10px) / 2);
}

#sideBnBox div:nth-child(5) {
	margin: 0 0 0 10px;
}

/*
#sideBnBox div:nth-child(5) {
	clear: both;
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
}
*/
}


/*===================================================
新着情報
===================================================*/
#topBox03 {
	position: relative;
	margin-top: 30px;
}

.subLink {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
	font-size: 12px;
  line-height: 33px;
}

.subLink:before {
  content: "►";
  font-family: Arial, Helvetica, sans-serif;
  color: #E64607;
  padding-right: 3px;
}

.subLink a,
.subLink a:visited,
.subLink a:hover {
	color: #1c1c1c;
	text-decoration: none;
}
.subLink a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#newsBox {
	height: 240px;
	border-bottom: 1px solid #ccc;
	overflow-y: auto;
}

#newsBox dl {
	display: table;
	width: 100%;
	border-top: 1px dashed #ccc;
}
#newsBox dl:first-child {
	border-top: none;
}
#newsBox dl:nth-child(even) {
	background-color: #fafafa;
}

#newsBox dt,
#newsBox dd {
	display: table-cell;
	font-size: 14px;
	line-height: 17px;
}

#newsBox dt {
	position: relative;
	box-sizing: border-box;
	width: 110px;
	padding: 5px 0 5px 45px;
}
#newsBox dt:before {
	content: "►";
	position: absolute;
	top: 10px;
	left: 32px;
	height: 8px;
	font-size: 8px;
	line-height: 8px;
	font-family: Arial,Helvetica,sans-serif;
}

#newsBox .newIcon dt {
	background: url(../images/top_new_icon.png) no-repeat 5px 8px;
	background-size: 22px 11px;
}

#newsBox dd a {
	display: block;
	color: #026a2f;
	padding: 5px;
}

#newsBox dd a,
#newsBox dd a:visited,
#newsBox dd a:hover {
	text-decoration: none;
}
#newsBox dd a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:825px ) {
#newsBox {
	height: auto;
	overflow: visible;
}

#newsBox dl {
	display: none;
}

#newsBox dl.newIcon,
#newsBox dt,
#newsBox dd {
	display: block;
	width: 100%;
}

#newsBox dt {
	padding: 5px 5px 0 45px;
}
}


/*===================================================
緊急お知らせ・お見舞い
===================================================*/
#topOmimai,
#topOmimai2 {
	box-sizing: border-box;
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.3;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border: 2px solid #000;
	padding: 10px;
	margin-bottom: 15px;
}

#topOmimai,
#topOmimai a,
#topOmimai a:visited,
#topOmimai a:hover {
	color: #000;
	text-decoration: none;
}
#topOmimai a:hover {
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

#topOmimai2 span {
	display: inline-block;
}

@media screen and ( max-width:825px ) {
#topOmimai,
#topOmimai2 {
	font-size: 13px;
}
}