@charset "utf-8";
/*------------------------------------------------------------------
		共通、レイアウト、モジュールCSS
------------------------------------------------------------------*/
@media print {
	body {
		width: 1020px;
	}
}

.u-clearfix:after {
    clear: both;
    content: "";
    display: table;
}

.m-search-icon {
	background-image: url("../../share/img/icn_glass.png");
    background-position: 15px 20px;
    background-repeat: no-repeat;
	background-size: 15px auto;
}

.m-section-title {
	background-image: url(../img/icn_yellow.png);
	background-repeat: no-repeat;
	background-size: 40px auto;
	background-position: left center;
	height: 40px;
    padding: 25px 0 0 18px;
	font-size: 2rem;
}

.m-icon-new {
	color: #FFF;
	background-color: #F77CA5;
	display: inline-block;
	line-height: 1.0;
	font-size: 1.2rem;
	padding: 3px 5px;
	margin-left: 2px;
}
a:hover .m-icon-new {
	background-color: #FAB0C9;
}

.m-content-title {
	font-weight: bold;
	font-size: 1.8rem;
	border-left: 2px #c5f0fe;
}

.m-empty-notice {
	text-align: center;
	margin: 70px 10px 40px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.l-recommend-scroll img {
	width: 100%;
	height: auto;
}

/*-------------------------------------------------*/
/*////////////////【 共通の枠css 】////////////////*/
/*-------------------------------------------------*/

/***********【 情報誌バナーありタイプ 】***********/
.l-shopAd-bnrArea {
    margin-top: 20px;
}

/***********【 shop-mainArea 】***********/
.shop-mainArea {
	margin: 20px 0 0px;
}

.shop-mainArea-Photo {
	width: 100%;
	height: auto;
}

.shop-mainArea-adMain {
	background-color: #fff;
	border: 2px solid #f00808;
	padding-bottom: 13px;
	width: 100%;
}

.m-mainArea-buttonMain {
	padding: 12px 15px 0;
}

.m-mainArea-buttonMain a:first-child {
	margin-bottom: 10px;
	position:relative
}

.shop-mainArea-adLiving a:first-child {
	margin-bottom: 10px;
}

.shop-mainArea-adLiving {
	background-color: #fff;
	border-right: 2px solid #d6c79e;
	border-left: 2px solid #d6c79e;
	border-bottom: 2px solid #d6c79e;
	padding: 13px 15px;
	margin-top: -1px;
}

.shop-mainArea-adBorder {
    background-color: #fff;
    border-bottom: 2px solid #f00808;
    border-left: 2px solid #f00808;
    border-right: 2px solid #f00808;
    margin-top: -1px;
    padding: 13px 15px;
}

.l-shopAd-noFavorite .shop-mainArea-adBorder {
	display: none;
}

.shop-mainArea-adBorder a:first-child {
    margin-bottom: 10px;
}

.shop-mainArea-adLiving a:first-child {
	margin-bottom: 10px;
}

.shop-mainArea-deme {
	margin-top: 10px;
    font-size: 1.3rem;
}

/*-----------【 shop-pointBnr-area 】----------*/

.shop-pointBnr-area {
	width: 100%;
	margin: 15px auto 15px;
	overflow: hidden;
}

.shop-pointBnr {
	display: block;
	float: left;
	line-height: 1.0;
}

.shop-pointBnr img {
	width: 144px;
	height: auto;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	margin: -1px;
}

.shop-pointPlus {
	width: 48.5%;
	padding-right: 3%;
}

.shop-pointDay {
	width: 48.5%;
	position: relative;
}

.shop-pointDay.shop-shortPoint {
	position: relative;
	width: 48.5%;
}

.shop-pointDayText {
	position: absolute;
	bottom: 23px;
	left: 5px;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}

.shop-shortPoint .shop-pointDayText {
	position: absolute;
	bottom: 45%;
	left: 5%;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
	width: 45%;
	text-align: right;
}

.shop-pointBnr-textBig {
	font-size: 1.8rem;
}


/****************************************************************/
/*----------------【 pagetitle 】----------------*/
.l-pagetitle {
	font-size: 18px;
	font-size: 1.8rem;
	margin-top: 10px;
	margin-bottom:23px;
	font-weight: bold;
}

.l-pagetitle-coopshop {
	background-color: #E9E9E9;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0 10px 15px;
	margin-bottom: 20px;
}

.m-pagetitle-shop {
	margin-top: 0;
}
.m-pagetitle-shop:before {
	background-image: url("../img/icn_shop.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 30px;
	margin: 0 7px 0 0;
    padding: 0;
	display: inline-block;
	position: relative;
	top: 6px;
	width: 30px;
	content:"";
}

.m-pagetitle-shopSmall {
	margin-top: 0;
}
.m-pagetitle-shopSmall:before {
	background-image: url("../img/icn_shop.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 30px;
	margin: 0 5px 0 0;
    padding: 0;
	display: inline-block;
	position: relative;
	top: 5px;
	width: 30px;
	content:"";
}

.m-pagetitle-items {
	display: inline-block;
	margin-top: 10px;
	position: relative;
	padding-left: 32px;
	padding: 0 10px 0 45px;
}

.m-pagetitle-items:before {
	background-image: url("../img/icn_product.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 30px;
	margin: 0 10px 0 0;
    padding: 0;
	display: inline-block;
	position: absolute;
	top: -10px;;
	left: 10px;
	width: 30px;
	content:"";
}
.m-pagetitle-osusume {
	margin-top: 0;
}
.m-pagetitle-osusume:before {
	background-image: url("../img/icn_info.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 30px;
	margin: 0 3px 0 0;
    padding: 0;
	display: inline-block;
	position: relative;
	top: 5px;
	width: 30px;
	content:"";
}
.m-pagetitle-campaign {
	margin-top: 0;
}
.m-pagetitle-campaign:before {
	background-image: url("../img/icn_campaign.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    height: 30px;
	margin: 0 10px 0 0;
    padding: 0;
	display: inline-block;
	position: relative;
	top: 5px;
	width: 30px;
	content:"";
}

/*----------------【 m-button 】----------------*/

.m-button-link {
    display: inline-block;
    text-decoration: none;
	font-weight: bold;
}
.m-button {
    text-align: center;
}

.m-button-main {
	background-color: #16a0cd;
    box-shadow: 0 3px 0 #077092;
	border-radius: 3px;
    margin: 0 auto;
    position: relative;
	color: #fff;
	
}

.top-button-main {
	width: 260px;
	padding: 15px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.m-button-main::before {
    background-image: url("/share/img/icn_arrow_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    content: "";
    display: inline-block;
    height: 15px;
    padding-left: 10px;
    width: 8px;
}

.m-button-back {
    background-color: #949595;
    box-shadow: 0 3px 0 #696969;
	border-radius: 5px;
	font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 14px 15px;
    position: relative;
	color: #fff;
	margin-bottom: 3px;
}

.m-button-back::before {
    background-image: url("/share/img/icn_arrow_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 9px 15px;
    content: "";
    display: inline-block;
    height: 15px;
    padding-left: 10px;
    width: 8px;
}

.m-button-search {
	background-color: #c5f0fe;
    box-shadow: 0 4px 0 #0983c3;
	border-radius: 3px;
	font-size: 16px;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 14px 0;
    position: relative;
	color: #068ebb;
	width: 250px;
}

.m-button-search::after {
    background-image: url("/share/img/icn_arrow_blue.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    content: "";
    display: inline-block;
    height: 12px;
    padding-left: 10px;
    width: 8px;
}


.m-button-osusume {
	background-color: #16a0cd;
    box-shadow: 0 3px 0 #077092;
	border-radius: 3px;
	font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 15px 0 15px 20px;
    position: relative;
	color: #fff;
	width: 240px;	
}

.m-button-osusume::before {
    background-image: url("/share/img/icon_osusume_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 22px;
    content: "";
    display: inline-block;
    height: 22px;
    left: 40px;
    padding-left: 10px;
    position: absolute;
    top: 11px;
    width: 17px;
}

.m-button-campaign {
	background-color: #16a0cd;
    box-shadow: 0 3px 0 #077092;
	border-radius: 3px;
	font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 15px 0 15px 20px;
    position: relative;
	color: #fff;
	width: 240px;
}

.m-button-campaign::before {
    background-image: url("/share/img/icn_icn_campaign_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 22px;
    content: "";
    display: inline-block;
    height: 22px;
    left: 40px;
    padding-left: 10px;
    position: absolute;
    top: 11px;
    width: 17px;
}

.m-button-info {
	background-color: #16a0cd;
    box-shadow: 0 3px 0 #077092;
	border-radius: 3px;
	font-size: 14px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 10px 15px;
    position: relative;
	color: #fff;
    width: 100px;	
}

.m-button-info::before {
    background-image: url("/share/img/icn_arrow_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    content: "";
    display: inline-block;
    height: 12px;
    padding-left: 10px;
    width: 5px;
}

.m-button-ad {
	background-color: #f67003;
    box-shadow: 0 2px 0 #bc4a05;
	border-radius: 3px;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 15px 15px;
    position: relative;
	color: #fff;
	margin-bottom: 3px;
}

.m-button-ad::before {
    background-image: url("/share/img/icn_arrow_white.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 9px;
    content: "";
    display: inline-block;
    height: 15px;
    padding-left: 8px;
    width: 5px;
}

.m-button-adSearch {
	background-color: #d50505;
    box-shadow: 0 3px 0 #c0c0c0;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 14px 15px;
    position: relative;
	color: #fff;
    width: 175px;
}	

.m-button-shopAd {
	background-color: #d50505;
    border: 2px solid #fff;
    border-radius: 5px;
    bottom: -23px;
    box-shadow: 0 2px 0 #c0c0c0;
    color: #fff;
    font-size: 1.3rem;  
    margin: 0 auto 0px;
    padding: 14px 10px;
}

.m-button-shopAd::after {
    background-image: url("/share/img/icn_arrow_whiteDuple.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    content: "";
    display: inline-block;
    height: 12px;
    padding-left: 10px;
    width: 8px;
}

.m-button-shopAd a {
	font-weight: bold;
}

.m-button-change {
	background-color: #16a0cd;
    box-shadow: 0 3px 0 #077092;
	border-radius: 3px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 16px 13px;
    position: relative;
	color: #fff;
	margin-bottom: 3px;
}

.m-button-change::before {
    background-image: url("/share/img/icn_arrow_yellow.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    content: "";
    display: inline-block;
    height: 10px;
    padding-left: 5px;
    width: 8px;
}

.m-button-favorite {
	background-color: #fcee05;
    box-shadow: 0 3px 0 #fbb603;
	border-radius: 3px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 14px 20px;
    position: relative;
	color: #333333;
	margin-bottom: 3px;
}

.m-button-favorite::before {
    background-image: url("/share/img/icn_arrow_black_btn.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    content: "";
    display: inline-block;
    height: 10px;
    padding-left: 5px;
    width: 8px;
}
	
.m-button-wide {
	font-size: 1.4rem;
	padding: 10px 15px;
	width: 90%;
}

.m-button-netsuper {
	color: #fff;
	background-color: #1d2088;
    box-shadow: 0 3px 0 #101141;
	border-radius: 3px;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 8px 9px;
    position: relative;
	margin-bottom: 3px;
	text-decoration: none;
}
.m-button-netsuper::before {
    background-image: url("/share/img/icn_arrow_white_btn.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 10px;
    content: "";
    display: inline-block;
    height: 10px;
    padding-left: 5px;
    width: 8px;
}

/*-----------【 m-bookmark 】----------*/
.m-bookmark-linkArea {
	height: 50px;
	margin-top: 15px;
}

.m-bookmark-registered {
	text-decoration: none;
	font-size: 1.2rem;
	font-weight: bold;
	color: #f00808;
	border: 2px solid #fdb4b7;
	padding: 8px 10px;
	display: inline-block;
	text-align: center;
	line-height: 1.2;
	float: left;
}

.m-bookmark-registeredChange {
	float: right;
}

/*-----------【 l-socialButton 】----------*/
.l-socialButton {
	margin: 10px 0;
	padding: 0;
}
.l-socialButton::after {
	clear: both;
	content: "";
	display: block;
}
.l-socialButton-item {
	float: left;
	list-style: outside none none;
	margin: 0 5px 0 0;
	overflow: hidden;
	padding: 0;
}
.l-socialButton-mixi {
	width: 58px;
}

/*----------------【 m-icon 】----------------*/

.m-icon {
	border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.1rem;
    padding: 5px 10px;
    text-align: center;
}

.m-icon-area {
	background-color: #68cf85;
    font-weight: 600;
}

.m-icon-kosodate {
	background-color: #fcb230;
    font-weight: 600;
}
.m-icon-short {
	width: 55px;

}


/* ------------------------------
	　　　タブ切り替え
------------------------------ */

/* ------- 【基本】 -------- */

.l-tabmenu ,
.l-tabmenu-list {
	margin: 0;
}

.l-tabmenu {
	list-style-type: none;
	width: 100%;
	border-bottom: 3px solid #2eaad1 ;
	display: inline-block;
	box-sizing: border-box;
}

.l-tabmenu-contentWrap {
    clear: both;
    overflow: hidden;
    width: 100%;
    height:　auto;
	margin-top: 20px;
}

/* ------- 【シンプルタイプのタブ】 -------- */
.l-tabmenu-item {
    float: left;
	border: none;
	width: 48.5%;
	list-style: none outside none;
}

.l-tabmenu-item:last-of-type {
	float: right;
}

.l-tabmenu-item.l-tabmenu-itemOne {
    float: left;
}

.l-tabmenu-link {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	text-decoration: none;
	color: #2eaad1;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: center;
	padding: 20px 0;
}

.l-tabmenu-link.is-active  {
    color: #fff ;
	background-color: #2eaad1;
	pointer-events: none;
}


/* ------- 【下線がつくタイプのタグ】 -------- */

.l-tabmenu-aria {
	width: 100%;
	height: 0 auto;
	background-color: #16a0cd;
}

.l-tabPlaceMenu {
	width: 100%;
	overflow: hidden;
	padding: 8px 0 0 0;
	display: table;
	border-collapse: separate;
	border-spacing: 3px 0;
}

.l-tabPlaceMenu-list {
	font-size: 11px;
	font-size: 1.1rem;
	color: #248ec8;
	display: table-cell;
	/*margin: 0 0 0 2.5%;*/
	position: relative;
	background-color: #b4e6f6;
	border-radius: 3px 3px 0 0;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding: 7px 5px 11px 15px;
	top: 8px;
}
.l-tabPlaceMenu-list.is-active {
	font-size: 13px;
	font-size: 1.3rem;
	border: none;
	top: 0px;
	padding-top: 15px;
    color: #248ec8;
	background-color: #fff;
}

.l-tabPlaceMenu-list::before {
    content: "";
	display: inline;
	background-image: url("/share/img/icn_arrow_blue.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 9px;
    height: 9px;
    width: 6px;
	position: absolute;
	left: 5px;
	top: -8px;
	bottom: 0;
	margin: auto auto;
}
.l-tabPlaceMenu-list.is-active::before {
	top: -2px;
}

.is-active .l-tabPlaceMenu-titleBoder {
	border-bottom: 3px solid #fefe45;
	display: inline-block;
	vertical-align: middle;
}

.l-tabPlaceMenu-titleBoder {
    display: inline-block;
	vertical-align: middle;
	border-bottom: 3px solid #b4e6f6;
}



.l-tabmenu-editBtn {
	padding: 10px 10px 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}
.l-tabmenu-editLink {
	color: #065cbd;
	text-decoration: none;
	background-image: url(../img/icn_arrow_blue.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 10px;
	padding-left: 11px;
	display: inline-block;
}

/* ------------------------------
	　　　スライダー
------------------------------ */

.l-items-SliderInner img {
	width:100%;
	height: auto;
}

.m-recommend-SliderInner img {
	width:100%;
	height: auto;
}


/* ------------------------------
		 レイヤー：レイアウト
------------------------------ */


.drawer-hamburger {
	position: absolute;
}
.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before {
	width: 28px;
	background-color: #fff;
	right: 15px;
	height: 3px;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 82%;
	/*background-color: #003f97;*/
}
.drawer-overlay {
	background-color:rgba(0,0,0,.6);
	z-index: 9970;
}

/****  drawer-nav  ****/

.drawer-nav {
	width: 82%;
	background-color: #eeeeee;
	z-index: 9990;
}

.drawer--right .drawer-nav {
	right: -82%;
}

.drawer--right .drawer-hamburger {
    background-color: transparent;
    border: 0 none;
    box-sizing: border-box;
    display: block;
    outline: 0 none;
    padding: 18px 20px;
	right: 10px;
	z-index: 9980;
}

.l-drawerMenu-formtext {
    border: medium none;
    border-radius: 0;
    height: 38px;
    width: 100%;
	padding-left: 10px;
}

.l-drawerMenu-formBtn {
	border-left: 1px solid #dad7d7;
	top: 0;
	left: auto;
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 18px;
    height: auto;
    padding-left: 10px;
    position: absolute;
}

.drawer-toggleMenu {
	display: none;
}

/*----------------【 l-headerBnrLink 】----------------*/
.l-headerBnr {
	display: none;
	position: relative;
	height: 63px;
}
.l-headerBnr-link {
	display: block;
	width: auto;
	height: 100%;
	background-color: #F57B52;
	text-decoration: none;
	box-sizing: border-box;
}
.l-headerBnr-closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 27px;
	text-decoration: none;
}
.l-headerBnr-linkImage {
	width: auto;
	height: 63px;
}
.l-headerBnr-closeBtnImage {
	width: 100%;
}

/*----------------【 l-header 】----------------*/
.l-header {
	background-color: #003f97;
	font-size: 14px;
	font-size: 1.4rem;
}

.l-header-logo {
	width: 100%;
	height: auto;
	margin: 0 auto;	
}
.l-header-logo img {
	margin: 15px 0 7px 15px;
	width: 200px;
	height:auto;
}
		
.l-header-info {
	background-color: #002962;
	padding: 10px;
	font-size: 1.3rem;
	line-height: 1.4;
}

.l-header-info a {
	color: #fff;
	text-decoration: none;
}


/*----------------【 l-gnav 】----------------*/
.l-gnav-Area {
	font-size: 15px;
	font-size: 1.5rem;
}

.l-gnav-mainItem {
	background-color: #2eaad1;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 14px 0px 14px 15px;
	border-bottom: 1px solid #fff;
}

.l-gnav-mainItem::before {
    background-image: url("../../share/img/icn_arrow_white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    content: "";
    display: block;
    float: right;
    margin-right: 15px;
    padding-top: 15px;
    transition: transform 0.2s ease 0s;
    width: 10px;
}
.lgnav-mainItemToggle::before {
	transform: rotate(90deg);
}
.lgnav-mainItemToggle.is-open::before {
	transform: rotate(270deg);
}
.l-gnav-subItem {
	background-color: #eeeeee;
	color: #065cbd;
	display: block;
	padding: 14px 0px 14px 15px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

.l-gnav-subItem::before {
    background-image: url("../../share/img/icn_arrow_blue.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    content: "";
    display: block;
    float: right;
    margin-right: 15px;
    padding-top: 15px;
    transition: transform 0.2s ease 0s;
    width: 10px;
}

.l-gnav-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	
}

.l-gnav-item {
	float: left;
	width: 25%;
	height: auto;
	list-style-type: none;  
	box-sizing: border-box;
	padding-bottom: 5px;
	padding-top: 5px;
}

.l-gnav-itemLink {
	display: block;
	text-align:center;
    border-right: 1px solid #5079b1;
 }

.l-gnav-itemLink.is-inactive {
	opacity: 0.5;
}

.l-gnav-item:last-of-type .l-gnav-itemLink {
    border-right: 0px;
 }
 
.l-gnav-item img {
	height: auto;
	width: 70%;
}

/*----------------【 l-gnavMenu 】----------------*/
.l-gnavMenu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 10;
	box-shadow: 0px 6px 6px rgba(0,0,0,0.3)
}

.l-gnavMenu-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.l-gnavMenu-item a {
	text-decoration: none;
	background-color: #fff;
	color: #333333;
}
.m-area-icon {
	background-image: url("../../share/img/icn_glass.png");
    background-position: 15px 20px;
    background-repeat: no-repeat;
	background-size: 15px auto;
}

.l-gnavMenu-title {
	font-weight: bold;
	padding: 20px 0px 14px 40px;
	font-size: 1.4rem;
	background-color: #fff;
}
	
	
.l-gnavMenu-subTitle {
	text-decoration: none;
	background-color: #cdedf5;
	color: #16a0cd;
	display: block;
	padding: 14px 0px 14px 15px;
	margin-bottom: 1px;
}
h4[data-roll] {
	cursor: pointer;
}
.l-gnavMenu-subTitle::before {
	background-image: url("../img/icn_arrow_subnav_blue.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    content: "";
    display: block;
    height: 16px;
    margin-right: 20px;
    width: 10px;
	float: right;
	transform: rotate(90deg);
	position: relative;
	transition: transform 0.2s ease 0s;
}
.l-gnavMenu-subTitle.is-open::before {
	transform: rotate(270deg);
}

.l-gnavMenu-gpsLink {
	text-decoration: none;
	background-color: #cdedf5;
	color: #16a0cd;
	display: block;
	padding: 14px 0px 14px 40px;
	background-image: url("../img/icn_point.png");
    background-position: 15px center;
    background-repeat: no-repeat;
	background-size: 12px auto;
}

.l-gnavMenu-gpsLink::before {
	background-image: url("../img/icn_arrow_subnav_blue.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 16px;
    content: "";
    display: block;
    margin-right: 15px;
    transition: transform 0.2s ease 0s;
    width: 15px;
	float: right;
	padding-top: 15px;
}

.l-gnavMenu-item::after {
	transform: rotate(90deg);
}

.l-gnavMenu-search {
    background-color: #cdedf5;
    padding: 22px 30px;
}

.l-gnavMenu-formtext {
	border: none;
	border-radius: 0;
	width: 100%;
	height: 45px;
	padding-left: 8px;
}

.l-gnavMenu-formBtn {
	width: 18px;
	height: auto;
	position: absolute;
	bottom: 35px;
	right: 42px;
	padding-left: 10px;
	border-left: 1px solid #dad7d7;
}

.l-gnavMenu-bnrItem {
	margin: 15px 25px;
}
.l-gnavMenu-bnrCoop {
	padding-top: 15px;
	border-top: 1px dotted #75bbde;
}
.l-gnavMenu-bnrItem a {
	text-decoration: none;
	color: #333333;
}

.l-gnavMenu-bnrItem img {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}

/*----------------【 l-mainContent 】----------------*/

.l-mainContent {
	margin: 0 10px 40px;
}

.l-subContent-title {
	text-align: center;
	clear: both;
	font-size: 23px;
	font-size: 2.3rem;
}

.l-subContent-smallTitle {
	clear: both;
	font-size: 17px;
	font-size: 1.7rem;
}


/*----------------【 m-submenu 】----------------*/
.m-submenu-listArea {
	background-color: #2eaad1;
	color: #fff;
	padding: 15px;
}
.m-submenu-listTitle {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.m-submenu-title {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
}
.m-submenu-item {
	font-size: 14px;
	font-size: 1.4rem;
	border-bottom: 2px solid #fff;
}

.m-submenu-link {
	background-color: #cdedf5;
	padding: 17px;
	text-decoration: none;
	color: #333;
	display: block;
}
.m-submenu-linkToggle {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.1;
	font-weight: bold;
	color: #16a0cd;
	position: relative;
	cursor: pointer;
}

.m-submenu-linkToggle::before {
    content: "";
    display: block;
    width: 23px;
	height: 15px;
	transform: rotate(90deg);
	background-image: url("../img/icn_arrow_subnav_blue.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
	position: absolute;
	margin: auto 0;
	top: 0;
	bottom: 0;
	left: auto;
	right: 10px;
}
.m-submenu-linkToggle.is-open::before {
	transform: rotate(270deg);
}
.m-submenu-toggleMenu {
	display: none;
}

.m-submenu-subList {
	background-color: #fff;
	padding: 5px 10px;
}

.m-submenu-subItem {
}

.m-submenu-subLink {
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2;
	background-image: url("../img/icn_arrow_blue.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: auto 12px;
	padding: 10px 0px 10px 16px;
}

.m-submenu-listLink {
	color: #fff;
	font-size: 1.7rem;
	background-image: url(../img/icn_arrow_white_btn.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: 92% center;
	font-weight: bold;
	background-color: #2eaad1;
	text-decoration: none;
	display: block;
}

.m-submenu-date {
	background-image: url(../img/icn_arrow_subnav_blue.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	height: 7px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #16a0cd;
	padding-left: 15px;
	padding-bottom: 8px;
}



/*----------------【 l-footer 】----------------*/
.l-footer{
	background-color: #f1f9ff;
}

.l-bookmark {
	font-size: 1.5rem;
}

.l-footer-inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.l-footer-inner a {
	color: #065cbd;
	text-decoration: none;
	font-size: 1.2rem;
	line-height: 1.3;
}

.l-footer-top {
	background-color: #eeeeee;
	padding: 20px 0 0 15px;
}

.l-footer-bnr {
	width: 50%;
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-right: 10px;
}

.l-footer-bnrLink {
	display: table-cell;
	vertical-align: middle;
	height: 35px;
}

.l-footer-bnr img {
	border: 1px solid #fff;
	width: 35%;
	max-width: 45px;
	height: auto;
	margin-right: 5px;
	vertical-align: middle;
	box-sizing: border-box;
}

.l-footer-bnrText {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.3;
}

.l-footer-copy {
	color: #57a8d7;
	font-size: 1.1rem;
	border-top: 1px solid #abd3ea;
	padding: 20px 10px;
	text-align: center;
	line-height: 1.3;
}

.l-pagetop {
	height: 0;
}
.l-pagetop a {
	width: 40px;
	position: fixed;
	right: 8px;
	bottom: 7px;
	z-index: 85;
	display: block;
	transition: all 0.3s ease;
}
.l-pagetop img {
	width: 100%;
	height: auto;
}

.m-bnr-largeText {
	display: inline-block;
	vertical-align: middle;
}

/*----------------【 l-content 】----------------*/
.l-content {
	width: 100%;
	overflow: hidden;
}
.l-content-visible {
	overflow: visible;
}

.l-breadcrumb {
	width: 100%;
	font-size: 0;
	margin: 10px 0;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #CCC;
	overflow: hidden;
	box-sizing: border-box;
}
.l-breadcrumb-item {
	list-style: none outside none;
	font-size: 1.2rem;
	line-height: 1.3;
	float: left;
}
.l-content-overlay {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	opacity: 0.7;
}

/*--------------------------------------------------
				  【 top_contents 】
*/

/*----------------【 l-bookmark 】----------------*/

.l-bookmark {
	background-color: #0099cc;
	text-align: center;
	margin-bottom: 15px;
}

.bookmark-text img {
	width: 92%;
	height: auto;
	margin-top: 15px;
	margin-bottom: 10px;
}
	
.l-search-area {
    position: relative;
    padding: 8px 0;
}

.l-search-areaInner {
	width: 250px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.l-search-areaInner::after {
	content: "";
	width: 0px;
	height: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 42px;
	left: auto;
	margin: auto;
	border-left: 1px solid #ccc;
}

.m-search-formtext {
	border: medium none;
    height: 40px;
    width: 100%;
	border-radius: 3px;
	font-size: 1.5rem;
	padding-left: 10px;
	padding-right: 47px;
	color: #333333;
	box-sizing: border-box;
}

.m-search-formSubmit {
    width: 19px;
	height: 18px;
	height: auto;
	margin: auto 0;
    padding-left: 10px;
	border: 0;

	position: absolute;
	top: 0;
	bottom: 0;
    right: 12px;
	background-color: transparent;
	background-image: url(../img/icn_glass.png);
	background-size: 18px auto;
	background-position: left center;
	background-repeat: no-repeat;
	text-indent: -900px;
	overflow: hidden;
	cursor: pointer;
}
/*----------------【 shopHistory 】----------------*/
.shopHistory {
	padding: 10px;
}
.shopHistory-info {
	background-color: #4db8db;
}
.shopHistory-title {
	font-size: 1.2rem;
	color: #FFF;
	padding: 10px 0;
}

.shopHistory-shop {
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
}

.shopHistory-name {
	color: #666;
	font-size: 1.6rem;
	margin-bottom: 8px;
}

.shopHistory-favLink {
	width: 230px;
	box-sizing: border-box;
}
.shopHistory-btn {
}
.shopHistory-btnLink {
	width: 230px;
}

/*----------------【 favShop 】----------------*/
.l-favShop-content {
	margin: 0px 0 10px 0;
}
.l-favShop-netsuper {
	margin: -17px 10px 15px 10px;
}
.l-favShop-netsuperBtnPc {
	display: none;
}
.l-favShop-basic {
	margin: 0 10px;
}
.l-favShop-subTitle {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border-left: 3px solid #248EC8;
	padding: 2px 0 2px 7px;
	margin: 0 0 5px 0;
}
.l-favShop-text {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 10px;
	margin-bottom: 15px;
}
.l-favShop-beforeNewyear {
	font-size: 14px;
	font-size: 1.4rem;
	border: 4px solid #D90000;
	margin-top: 10px;
	margin-bottom: 20px;
}
.l-favShop-beforeNewyearTitle {
	background-color: #D90000;
	color: #FFF;
	font-weight: bold;
	padding: 6px 8px 8px 8px;
}
.l-favShop-beforeNewyearText {
	color: #D90000;
	padding: 10px;
	line-height: 1.5;
	background-color: #FFF;
	margin-bottom: 0;
}

/*----------------【 shopSort 】----------------*/
.l-shopSort-edit {
	padding: 25px 20px 20px 20px;
}
.m-favShop-textOff {
	background-color: #f8bfc1;
}
.m-shopSort-form {
	padding: 0px;
	text-align: center;
}
.m-shopSort-sortable {
	text-align: left;
}
.m-shopSort-item {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 18px;
	padding: 12px 2em 12px 10px;
	position:  relative;
	background-color: #16a0cd;
	border-radius: 3px;
	box-shadow: 0 3px 0 #077092;
	color: #fff;
	cursor: grab;
	cursor: -webkit-grab;
	user-select: none;
}
.m-shopSort-notice {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}
.m-shopSort-del {
	height: 1em;
	font-size: 14px;
	font-size: 1.4rem;
	color: #16a0cd;
	line-height: 1em;
	margin: auto 0;
	padding: 7px 10px 7px 26px;
	background-color: #dbf3fb;
	border-radius: 18px;
	position: absolute;
	top: 1px;
	left: auto;
	bottom: 0;
	right: 10px;
	background-image: url(../img/icn_close_blue_pc.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
.m-shopSort-del:hover {
	color: #16a0cd;
}
.m-shopSort-save {
	-webkit-appearance: none;
	margin: 10px 0 0 0;
	padding: 8px 15px;
	background-color: #eaebeb;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
}
.m-shopSort-close {
	-webkit-appearance: none;
	width: 28px;
	height: 28px;
	position: absolute;
	top: -14px;
	right: 5px;
	display: block;
	text-indent: -999px;
	border: 0px;
	border-radius: 20px;
	background-color: #CCC;
	background-image: url(../img/icn_close.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	overflow: hidden;
	cursor: pointer;
}


/*----------------【 l-shopAd 】----------------*/
.l-shopAd {
	margin: 0 10px;
}

.l-shopAd_bnrArea {
    margin: 20px 0 0px;
    text-align: center;
	position: relative;
}

.l-shopAd-bnr img {
    border: 2px solid #f00808;
    height: auto;
    width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.l-shopAd-relative {
	position: relative;
	margin-bottom: -23px;
}
.l-shopAd-button {
	bottom: 23px;
	position: relative;
}

.l-shopAd-text {
	font-size: 1.2rem;
	line-height: 1.3;
	margin-top: 10px;
}

.l-cookpadArea {
	margin-top: 20px;	
}

/*----------------【 l-cooking 】----------------*/

.l-recipeArea {
	width: 100%;
}

.l-cooking {
	width: 300px;
	background-image: url(../../img/recipe_back.jpg);
	background-repeat: repeat;
	padding: 5px 5px 20px;
	text-align: center;
	box-sizing: border-box;
	margin: 20px auto;
}

.l-cooking a {
	font-size: 1.6rem;
	padding-top: 5px;
	text-decoration: none;
}

.l-cooking-titel img {
	margin: -10px 10px 5px 0;
	width: 90%;
	height: auto;
}
	
.l-cooking-photo {
	height: auto;
	border: 5px solid #fff;
	width: 68%;
}

.l-cooking_bnrArea {
	width: 100%;
    margin: 15px auto;
	overflow: hidden;
}
.l-cooking-text {
	line-height: 1.4;
}
.l-cooking-bnr {
	display: block;
	float: left;
	width: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}

.l-cooking-bnr img {
	border: 1px solid #cccccc;
    box-sizing: border-box;
    height: auto;
    width: 100%;
	box-sizing: border-box;
}
.l-cooking-pointotokuBnr {
	padding-right: 0;
	padding-left: 5px;
}
.l-cookpad {
	width: 300px;
	margin: 0 auto;
}
.shop-pointBnr img {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: auto;
    width: 100%;
	box-sizing: border-box;
}
	
/*----------------【 l-slider 】----------------*/
.l-slider {
	margin-bottom: 20px;
}

.l-slider-list {
	margin-top: 5px;
}
.l-slider-item {
	width: 100%;
	height: auto;
}

.l-slider-item a {
	border: 1px solid #ccc;
	display: block;
}

.l-slider-item img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.activeSlide {
	opacity: 0.3 !important;
}

.l-slider .bx-wrapper {
	margin-bottom: 50px;
	position: relative;
}
.l-slider .bx-pager {
	width: 100%;
	font-size: 0;
	line-height: 1.0;
	text-align: center;
	position: absolute;
	bottom: -20px;
}

.l-slider .bx-pager-item {
	width: 40px;
	height: 5px;
	display: inline-block;
	margin-right: 15px
}

.l-slider .bx-pager-item:last-child {
	margin-right: 0;
}

.l-slider .bx-pager-link {
	width: 100%;
	height: 100%;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	background-color: #9B9B9B;
}

.l-slider .bx-pager-link.active {
	background-color: #16A0CD;
}

.l-slider .bx-controls-direction {
	display: none;
}


/*----------------【 l-items 】----------------*/

.l-items {
	margin: 10px 10px 5px;
}

.l-itemsButton a {
	margin-bottom: 10px;
}

.l-itemsButton {
	margin: 20px 0 10px;
}

/*----------------【 l-recommend 】----------------*/
.l-recommend {
	margin: 10px 10px 0 10px;
}

.l-recommend img {
	width: 100%;
	height: auto;
}

.l-recommend-list {
	margin: 20px 10px 0;
	overflow: hidden;
}

.l-recommend-item {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
	box-sizing: border-box;
}

.l-recommend-item:nth-child(2n) {
	margin-right: 0;
}

.l-recommend-photo {
	max-width: 100%;
	height: auto;
	display: block;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}

.l-recommend-title  {
	margin: 10px 0 10px;
	line-height: 1.2;
}

.l-recommend-link {
	text-decoration: none;
	color: #065cbd;
	font-size: 14px;
	font-size: 1.4rem;
}

.l-recommend-text {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2;
}

.l-recommendButton {
	margin-top: -10px;
}

.l-recommendButton a {
	margin-bottom: 10px;
}


/*----------------【 m-info 】----------------*/
.m-info-content {
	margin: 40px 10px 20px;
	position: relative;
}

.m-info-titleRight {
	text-align: right;
	margin-top: 10px;
}

.m-info-area {
	border: 5px solid #eeeeee;
	padding: 5px 15px 5px;
}

.m-bnr-twwiter {
	margin: 0 10px 0;
}

.m-bnr-twwiter img {
	width: 100%;
	height: auto;
}

.info-newsitem {
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0;
}

.info-newsitem:last-child {
	border: none;
}

.info-newsitem-time {
	font-size: 13px;
	font-size: 1.3rem;
	color: #666666;
	padding-bottom: 8px;
}

.info-newsitem-text {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.4;
	text-decoration: none;
	color: #065cbd;
}

/*-----------【 shop-hamonoInfo 】----------*/


.shop-hamonoInfo {
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 1.4rem;
    margin-bottom: 25px;
	border: 1px solid #cccccc;
	padding: 3px 0px 10px 3px;
	clear: both;
	position: relative;
	overflow:hidden;
}


.shop-hamonoInfo-title {
	background-color: #33cccc;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 0;
}

.shop-hamonoInfo-text {
	color: #535353;
	margin-bottom: 5px;
	padding: 0px 8px;
	display: inline-block;
}

.shop-hamonoInfo-link {
	float:right;
	display: inline-block;
	background-position: right center;
	margin-right:5px;
	padding-right: 15px;
	background-image: url("../../share/img/icn_arrow_blue.png");
	background-repeat: no-repeat;
	background-size: 8px auto;
	text-decoration: none;
}

.l-dateSetting {
	font-size: 1.2rem;
	padding: 10px;
	background-color: #222;
	color: #FFF;
}
.l-dateSetting input {
	font-size: 1.2rem;
}
.l-dateSetting-title {
	margin-bottom: 5px;
}
.l-dateSetting-submitBtn {
	margin-top: 5px;
	margin-bottom: 5px;
}

.l-dateSetting-tweetListLink {
	display: block;
	color: #FFF;
	margin: 5px 0;
}

/* **************************** SP表示 **************************** */
@media screen and (max-width: 340px) {
	.l-footer-bnr img {
		width: 22%;
	}
}

@media screen and (max-width: 640px) {
	body {
		position: relative;
	}
	.u-br-pc {
		display: none;
	}

	.coopCI {
		display: none;
	}
	
	.l-header-inner {
		position: relative;
	}

	.l-gnavMenu-closebtn {
		display: none;
	}

	.l-gnavMenu-search {
		position:  relative;
		background-color: #cdedf5;
	}

	.l-gnavMenu-spToggle {
		cursor: pointer;
	}

	.l-gnavMenu-list {
		display: none;
	}
	.l-gnavMenu-item a {
		text-decoration: none;
		color: #333333;
		display: block;
		padding: 14px 0px 14px 28px;
	}

	.l-gnavMenu-item a::before {
		background-image: url("../../share/img/icn_arrow_subnav_blue.png");
		background-position: left center;
		background-repeat: no-repeat;
		background-size: 10px 16px;
		content: "";
		display: block;
		height: 15px;
		margin-right: 15px;
		transition: transform 0.2s ease 0s;
		width: 15px;
		float: right;
		padding-top: -12px;
	}
	
	.l-footer {
		margin-top: 30px;
	}

	.l-footer-pcMenu {
		display: none;
	}

	.l-footer-qr {
		display: none;
	}

	.l-footer-leftTitle {
		display: none;
	}

	.l-footer-relatedSite {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.l-footer-relatedLink {
		padding: 12px 0 12px 15px;
		display: block;
	}

	.l-footer-bnr a {
		font-size: 1.1rem;
	}

	.m-br:before {
		content: "\A" ;
		white-space: pre ;
	}

	.l-footer-coopLogo {
		width: 100%;
		margin: 10px auto 0;
		text-align: center;
		background-color: #fff;
		padding: 8px 0;
	}

	.l-footer-coopLogo img {
		width: 60%;
		height: auto;
	}
    .l-content-innerWrap {
		margin-right:10px;
		margin-left:10px;
	}
	
	.l-bookmarkSpNone {
		display: none;
	}
	

	.l-shopAd_PcPosition {
		bottom: -57px;
		left: 0;
		position: absolute;
		right: 0;
	}
	.l-cooking-text:before {
		background-image: url(../img/icon_waterColor.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: auto 14px;
		content: "";
		display: inline-block;
		height: 14px;
		width: 14px;
		margin-top: 5px;
	}

	.m-twitter-coop {
		display: none;
	}
	.l-tabPlaceMenu-list {
		width: 47%;
	}

	.l-tabPlaceMenu-3col .l-tabPlaceMenu-list {
		width: 30%;
	}
	.l-tabPlaceMenu-1col {
		width: 60%;
	}	
	.m-button-area {
		margin: 10px 0;
	}

	.m-button-area a {
		margin-bottom: 15px;
	}

	.m-button-area a:last-child {
		margin-bottom: 0;
	}
	
	.shop-ad-scroll {
		display: none;
	}

	.shopInfo-basic-mapArea {
		display: none;
	}
	.l-favShop-textOpen {
		margin-bottom: 0;
	}

	.shopInfo-schedule-item:nth-child(even) {
		background-color: #f8f7f7;
	}

	.shopInfo-schedule-item:nth-child(odd) {
		background-color: #eeeeee;
	}

	.l-shopAd-bnr img {
		border-bottom: none
	}
 	.l-shopAd-noFavorite .l-shopAd-bnr img {
		border-bottom: 2px solid #f00808;
	}
	
	.shop-mainArea-identical {
		background-color: #fff;
		border: 2px solid #f00808;
		padding-bottom: 13px;
		width: 100%;
		margin-top: 20px;
	}

	.shop-mainAreaScroll-relative {
		display: none;
	}

	.shop-cooking-titel img {
		margin: -15px 10px 10px -20px;
		width: 90%;
		height: auto;
	}

	.l-buttonArea {
		padding-top: 10px;
	}
	.l-dateLogin {
		border-bottom: 1px solid #fff;
	}
}
