@charset "utf-8";


.information-guide{width: 1100px;margin: 0 auto;}
.information-guide ul{ margin:0 auto; list-style-type:none; padding:0px;overflow: hidden;}
.information-guide ul li{ float:left; margin:0px; list-style-type:none;  width: 24%; padding: 0.5% 0.5% 2% 0.5%;box-sizing: content-box;}
.information-guide img{ width:100%;}



/*▼headeBasket reset*/
.M_headBasket {
    border: none !important;
    margin: 0 !important;
    background: none !important;
    width: auto !important;
    float: none !important;
    padding: 0 !important;
}
#M_headBasketSwitch {
    position: relative;
    width: auto !important;
    height: auto !important;
    z-index: 0 !important;
    float: none !important;
}

#M_headBasketSwitch .fs-client-cart-count{
	background: red;
	position: absolute;
	border-radius: 50%;
	color: #fff;
	font-size: 1.0rem;
	width: 20px;
	height: 20px;
	line-height: 20px;
	top: -9px;
	right: -10px;
	z-index: 0;
	text-align: center;
	text-indent: 0;
}


#M_basketClosedBox {
    background: none !important;/*デフォルトの画像を非表示*/
    position: relative !important;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    display: flex;
}
#M_basketOpenedBox {
    position: absolute;
    right: 0;
    top: 30px;/*=買い物かごボタンの高さと同じ値とする*/
    width: 400px !important;/*買い物かごの中身表示の幅*/
    height: auto;
    background: #fff !important;/*reset*/
    border: 1px solid #ccc !important;/*reset*/
    padding: 10px;
    display: none !important;
}
.M_headBasket table {
    width: 100% !important;/*買い物かごの中身表示のテーブル幅*/
    margin: 0;
}
#M_headBasketIn {
    clear: both;
    font-size: 1.2rem !important;/*「現在の中身」の文字サイズ*/
    text-align: right;
    padding: 0 !important;
    width: auto !important;
    margin-top: 10px;
}
/*かごの中身*/
#M_headBasketIn em {
    color: #fff;
    font-style: normal;
    font-weight: normal;
    background: #000;
    border-radius: 3px;
    padding: 6px;
    display: inline-block;
}
/*かごの中身のデフォルトを非表示*/
p#M_headBasketIn {
    display: none;
}
/*▲headeBasket reset*/
.header-category ul.M_layer1 {
    display: flex;
    flex-wrap: wrap;/*position: relative;*/
}
.header-category #M_ctgList2 li {
    background: none;/*reset*/
    padding-left: 0;/*reset*/
}
.header-category ul.M_layer1>li>a {
    display: block;
    padding: 16px 20px;
    color: #fff;
}
.header-category ul.M_layer1 > li a:hover {
    text-decoration: none !important;
    opacity: 1;
}
.header-category ul.M_layer2>li>a, .header-category ul.M_layer3>li>a {
    display: block;
}
/*.header-category megamenu*/
.header-category ul.M_layer2, .header-category ul.M_layer3, .header-category ul.M_layer4, .header-category ul.M_layer5 {
    display: none;
    position: absolute;
    left: 0;
    box-sizing: border-box;
}
.header-category ul.M_layer2 {
    display: none;
    background: #fff;
    color: #000;
    z-index: 2;
    /*width: 1100px;*/
    width: 100%;
    /*display: flex;*/
    flex-wrap: wrap;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 40px !important;
    box-sizing: border-box;
}
.header-category ul.M_layer2 li {
    width: calc(1100px / 4);
    box-sizing: border-box;
}
.header-category ul.M_layer2 a {
    font-size: 1.2rem;
    box-sizing: border-box;
    background: #fff !important;
}
.header-category ul.M_layer2 li {
    border-right: none !important;
    padding-right: 0 !important;
}
.header-category ul.M_layer2 li:first-child a {
    border-top: none;
}
ul.M_layer3 {
    display: block !important;
    position: relative !important;
}
ul.M_layer2>li>a, ul.M_layer2>div.content>li>a {
    font-weight: bold;
    font-size: 1.4rem !important;
}




/********** ログアウト時 **********/
#header .my-false .status-logout{
	display: block;
}
#header .my-false .status-login{
	display: none;
}

/********** ログイン時 **********/
#header .my-true .status-logout{
	display: none;
}
#header .my-true .status-login{
	display: block;
}





ul.login-menu {
    display: flex;
    justify-content: flex-end;
    line-height: 1;
    white-space: nowrap;
}

ul.login-menu li:nth-child(1) {
    margin-left: 0;
}
ul.login-menu a {
    font-size: 1.2rem;
    padding: 4px 10px;
    display: block;
	color: #FFF;
}
ul.login-menu li.login a, ul.login-menu li.logout a {
    color: #ff8a00;
    border: 1px solid #ff8a00;
}
ul.login-menu li.registration a {
    color: #fff;
    border: 1px solid #ff8a00;
    background: #ff8a00;
}
ul.login-menu li.login a, ul.login-menu li.logout a, ul.login-menu li.registration a {
    border-radius: 4px;
}
.header-top .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
}
.header-top .content > div:last-of-type {
    display: flex;
    justify-content: flex-end;
}
.header-top .content-2 {
   /* width: 385px;*/
    text-align: left;
}
.header-top .content-3 {
    margin-left: 25px;
}
.header-nav ul {
    display: flex;
    flex-wrap: wrap;
}
.header-nav ul li:first-of-type {
    width: 100%;
}
.header-nav ul li {
    margin-right: 1.5em;
    margin-top: 6px;
}
.header-nav ul li a:before {
    content: url(https://gigaplus.makeshop.jp/iwakiuni/images/common/ico_arrow.png);
    margin-right: 7px;
}
.header-nav ul li a {
    font-size: 1.3rem;
}
.header-top .contact {
    margin-top: 9px;
    line-height: 1;
}
.header-top .contact a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
	background-color:#888888;
	text-align: center;
	color:#FFF;
	font-weight:bold;
}
.header-top .contact a:before {
    content: url(https://gigaplus.makeshop.jp/iwakiuni/images/common/ico_mail.png);
    margin-right: 8px;
}
.header-top .search-basket {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.search-basket .header-search {
    width: 100%;
}
.search-basket .header-search form {
	display: flex;
	align-items: center;
    width: 100%;
}
.search-basket .header-search input[type="text"] {
	outline: none;
	box-shadow: none;
	padding: 0 13px !important;
	border: none;
}
.search-basket .header-search input[type="image"] {
	width: 35px;
	height: 35px;
	padding: 8px !important;
	background: #333;
	box-sizing: border-box;
}


.search-basket .header-basket {
    margin-left: 20px;
}
.header-bottom {
    display: none;
}
.header-bottom .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-basket {
    margin-left: 10px;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 1;
}
.bx-wrapper .bx-controls-direction a:hover {
    transition: none;
}
/*▼bx-sliderを100%表示する際の設定（min-widthにはコンテンツ幅を設定）*/
/*.topimage .bx-wrapper img {
    width: 100%;
    min-width: 1100px;
}*/
/*▲bx-sliderを100%表示する際の設定（min-widthにはコンテンツ幅を設定）*/
/*▼bx-sliderの前後を見せる際の設定（widthには表示幅の固定値を設定）*/
.topimage .bx-wrapper img {
    width: 1100px;
}
.bx-viewport:before, .bx-viewport:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.6;
}
.bx-viewport:before {
    right: 100%;
}
.bx-viewport:after {
    left: 100%;
}
.topimage .bx-wrapper {
    width: 100%;
    height: 515px;
}
.topimage .bx-viewport {
    overflow: visible !important;
    width: 1100px !important;
    height: 515px !important;
    margin: 0 auto;
}
/*▼bx-sliderの前後を見せる際の設定（widthには表示幅の固定値を設定）*/
.topimage .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.header-bottom .M_layer2 .content {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.header-bottom .M_layer2 .content>li {
 width: calc((1100px - 20px * 3) / 4);
    margin-right: 20px !important;
}
.header-bottom .M_layer2 .content>li:nth-child(4n) {
    margin-right: 0 !important;
}
.header-bottom .M_layer2 .content>li:nth-child(n+5) {
    margin-top: 40px !important;
}
.header-category ul.M_layer3>li {
    margin-top: 10px !important;
}
.header-category ul.M_layer3 {
    margin-top: 14px !important;
}
.logo a img {
    width: 307px;
}
/*固定ヘッダー*/
body.fixed .fixed-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
div#header {
    background: #fff;
    z-index: 2;
}
.logo a img+span.shop-name {
    display: none;
}
span.shop-name {
    font-size: 1.8rem;
    font-weight: bold;
}
.fixed-area {
    /*border-top: 1px solid #e5e5e5;*/
    /*border-bottom: 1px solid #e5e5e5;*/
    background: #fff;
    /*margin-bottom: 30px;*/
}
.header-category-items ul li {
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 100px;
    width: 99px;
    display: flex;
    align-items: center;
    text-align: center;
}
.header-category-items-kodomo ul li {
	border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    height: 100px;
    width: 121px;
    display: flex;
    align-items: center;
    text-align: center;
}
.header-category-items-kodomo li a img {
    max-height: 42px;
    width: auto;
}
	
.header-category-items ul,
.header-category-items-kodomo ul {
    width: 1100px;
    display: flex;
    border-left: 1px solid #e5e5e5;
    height: 100px;
    align-items: center;
	margin: 0 auto;
}
.header-category-items ul li a,
.header-category-items-kodomo ul li a {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: 100%;
    height: 100px;
    font-size: 1.1rem;
}
.header-category-items ul li a span:nth-child(2) ,
.header-category-items-kodomo ul li a span:nth-child(2) {
    /*margin-bottom: 5px;*/
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .float-menu {
    position: absolute;
    left: -140px;
    margin-top: 20px;
	z-index: 100;
}
.wrap-float-menu .content {
    position: relative;
}
.fixed-area>.content {
    position: relative;
}
#header .float-menu ul li+li {
    margin-top: 5px;
}
.cover {
    background: #fff;
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
}
.header-category-items ul {
    display: flex;
    flex-wrap: wrap;
}
.header-category-items ul li a span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-category-items ul li a span:nth-child(1) {
    height: 60px;
}




.kochira{
	color: #FFFFFF;/*文字色*/
	background-color: #900;
	padding: 3px;
	}








/*----------------20201016S追加----------------*/

.balloon3-right {
  position: relative;
  display: inline-block;
 /* margin: 1.5em 15px 1.5em 0;*/
  padding: 13px 8px;
  width: 90px;
  height: 90px;
  line-height: 17px;
  text-align: center;
  font-size:13px;
  color: #FFF;
  font-weight: bold;
  background: #ff8e9d;
  border-radius: 50%;
  box-sizing: border-box;
}


.balloon3-right:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #ff8e9d;
  z-index: 0;
}


















/* --------------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------- */
#footer {
	text-align: center;
}
#footer .footer-columns ._left {
    width: 230px;
}


/********** カレンダーレイアウト **********/
#footer .calendar .calendar-wrapper{
	padding: 0 0 8px;
}

/********** カレンダー外枠 **********/
#footer .calendar .calendar-box{
	padding: 0 0 12px;
}

/********** 営業日カレンダー **********/
#footer .calendar table{
	width:100%;
	margin: 0 0 5px;
	line-height:1.2;
	font-size:8pt;
	text-align:center;
	border-collapse:collapse;
}

/********** 月名 **********/
#footer .calendar caption{
	padding:7px;
	text-align:center;
	font-size: 1.4rem;
	font-weight:bold;
}

/********** 曜日 **********/
#footer .calendar th{
	padding:4px 0 5px;
	width:calc(100% / 7);
	font-size:8pt;
	font-weight:bold;
}
#footer .calendar th.sunday{
}
#footer .calendar th.saturday{
}

/********** 日付の枠 **********/
#footer .calendar td{
	padding:4px 0;
	width:calc(100% / 7);
	font-size: 8pt;
}

/********** 日付の文字 **********/
#footer .calendar td span{
}
#footer .calendar td.close{
	color: #f66;
	background: #d6d6d6;
}
#footer .calendar td.today{
	color: #66cdff;
}

/********** 休業日 **********/
#footer .calendar .cal-hours{
	padding: 0 0 0 20px;
	position: relative;
}
#footer .calendar .cal-hours::before {
	content: '';
	
	position: absolute;
	left: 0;
	top: 3px;
	
	display: block;
	width: 15px;
	height: 15px;
	background: #c00;
}
#footer .calendar .cal-txt{
	display: flex;
}
#footer .calendar .cal-txt .mark-today{
	display: flex;
	align-items: center;
	
	margin: 0 10px 0 0;
}
#footer .calendar .cal-txt .mark-today::before {
	content: '';
	
	display: block;
	width: 26px;
	height: 16px;
	margin: 0 3px 0 0;
	background: #fff;
	
	box-sizing: border-box;
}
#footer .calendar .cal-txt .mark-close{
	display: flex;
	align-items: center;
	
	margin: 0 10px 0 0;
}
#footer .calendar .cal-txt .mark-close::before {
	content: '';
	
	display: block;
	width: 26px;
	height: 16px;
	margin: 0 3px 0 0;
	background: #c00;
	
	box-sizing: border-box;
}




#footer .footer-columns ._right {
    display: flex;
    flex-wrap: wrap;
    width: 870px;
}
#footer .footer-columns ._right > div {
    width: 270px;
    position: relative;
    margin-left: 20px;
}
#footer .footer-columns ._right > div:nth-of-type(n+4) {
    margin-top: 20px;
}
/* calendar */
#footer .footer-columns .left-calendar > div:nth-child(1) {
    margin-top: 0;
    padding-bottom: 0;
}
#footer .footer-columns .left-calendar table, .footer-columns .left-calendar > div > table:first-of-type tr {
    background-color: transparent;
}
#footer .footer-columns .left-calendar > div > table:first-of-type tr:first-of-type td font {
/*color: #fff !important;*/
}
/* /calendar */
#footer .footer-category .M_layer2 {
    display: none !important;
}
#footer .footer-category #M_ctgList2 a:hover {
    text-decoration: none;
}
#footer .footer-category ul.M_layer1 li {
    background: none !important;/*reset*/
}
#footer ul.footer-nav,
#footer .footer-category .M_layer1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
#footer .footer-category {
    font-size: 1.2rem;
}
#footer ul.footer-nav li+li {
    border-left: 1px solid;
}
#footer ul.footer-nav li,
#footer .footer-category .M_layer1 li {
    padding: 0 1em !important;
    line-height: 1 !important;
}
#footer ul.footer-nav li + li,
#footer .footer-category .M_layer1 li+li {
    border-left: 1px solid #fff;
}
#footer .item-list td.lims,
#footer .rankImgWrap {
    position: relative;
}
#footer .footer-columns a {
    line-height: 1;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
}


#footer .footer-columns .title4 {
    margin-bottom: 14px;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 19px;
    text-align: center;
    line-height: 1;
	font-size: 100%;
    font-weight: normal;

}
/*end css*/


#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	background-color:#999;
	border-radius: 10px;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}


.nav-bar-inner{
	padding: 0px 0%;
    background: #900;
	}