@charset "utf-8";
/* =======================================

    セクション、ボックス

========================================== */
.boxSection {
    margin-bottom: 25px;
    overflow: hidden;
}

.grayBox {
    padding: 10px 15px;
    margin-top: 10px;
    background-color: #F4F4F4;
}
.grayLineBox {
    padding: 10px 15px;
    margin-top: 10px;
    border: 2px solid #DDD;
}
.beigeBox {
    padding: 15px 5%;
    margin: 15px 0;
    background-color: #F8F2DC;
}
.beigeBox01,
.beigeBox02 {
    overflow: hidden;
}
.beigeBox01 {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #B28500;
}
.beigeBox01:first-child {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}
.beigeBox01arrow {
    padding-top: 25px;
    margin-top: 20px;
    background:url(../img/common/arrowLine.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    -ms-background-size: contain;
    border: 0;
}
.beigeBox01arrow:first-child {
    background: none;
}
.beigeBox01 h3 {
    margin-bottom: 10px;
}
.beigeBox01 p,
.beigeBox02 p {
    font-size: 82%;  
}
.beigeBox01Left {
    float: left;
    width: 53%;
}
.beigeBox01Right {
    float: right;
    width: 42%;
}
.beigeBox02Left {
    float: left;
    width: 42%;
}
.beigeBox02Right {
    float: right;
    width: 53%;
}
.beigeBox .imgRight {
    float: right;
    width: 42%;
    margin: 0 0 12px 12px;
}
.beigeBox .imgRight150 {
    float: right;
    width: 28%;
    margin: 0 0 12px 12px;
}
.beigeBox .imgRight200 {
    float: right;
    width: 38%;
    margin: 0 0 12px 12px;
}
.pinkBox {
    padding: 15px 5%;
    margin: 15px 0;
    background-color: #FFEAEA;
}
.pinkBox .title02{
    border-color: #FF007F;
}

/* =======================================

    パンくずリスト

========================================== */
.breadcrumb {
    padding: 10px 5% 25px;
}
.breadcrumb li {
    color: #999;
    font-size: 80%;
    display: inline-block;
}
.breadcrumb li a {
    color: #999;
}

/* =======================================

    リスト

========================================== */
.listDisc li {
    line-height: 100%;
    list-style: disc;
    margin: 10px 0 10px 15px;
}

.listDecimal li {
    line-height: 160%;
    list-style: decimal;
    margin: 10px 0 10px 35px;
}
.listDecimal02 li{
    line-height: 160%;
    list-style: decimal;
    margin: 10px 0 10px;
    padding-left: 35px;
    text-indent: -35px;
}


/* =======================================

    テーブル

========================================== */
.table01 {
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC; 
    margin-top: 5px;
}
.table01 th,.table01 td {
    display: block;
    padding: 10px;
}
.table01 th {
    background-color: #EEE;
    border-top: 1px solid #CCC; 
}
.table02 {
    width: 100%;
    border-bottom: 1px solid #B28500;
}
.table02 th,.table02 td {
    padding: 8px 0;
    border-top: 1px solid #B28500; 
}
.table02 th {
    width: 34%;
    padding-right: 3%;
}
.table03 {
    width: 100%;
}
.table03 th {
    width: 20%;
}
.table04 {
    width: 100%;
    border-bottom: 1px solid #CCC;
    border-left: 1px solid #CCC;
    margin-top: 5px;
}
.table04 th,.table04 td {
    padding: 10px;
    border-right: 1px solid #CCC; 
    border-top: 1px solid #CCC; 
}
.table04 th {
    background-color: #EEE;
}

/* =======================================

    ボタン

========================================== */
.linkBtn a,
.linkBtn02 a  {
    display: block;
    width: 100%;
    background-color: #15203E;
    color: #FFF;
    text-decoration: none;
    padding: 10px 0;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.linkBtn02 a {
    background-color: #B28500;
}
.linkBtn a:after,
.linkBtn02 a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    background: url(../img/common/arrowW.png) no-repeat 0 0;
    background-size: 4px 8px;
    -webkit-background-size:4px 8px;
    -moz-background-size:4px 8px;
    -o-background-size:4px 8px;
    -ms-background-size:4px 8px;
    display: block;
    width: 4px;
    height: 8px;
    margin-top: -4px;
}
@media screen and (max-width: 500px) {
    .linkBtn a span {
         display: block;
    }
    .linkBtn a span.icoCart02{
         display: inline;
    }

}

/* =======================================

    アイコン

========================================== */
.icoBlank {
    background: url(../img/common/icoBlank.png) no-repeat right center;
    padding-right: 20px;
}

/* =======================================

    フォーム

========================================== */
.tableform {
    width: 100%;
    margin-top: 15px;
}
.tableform th {
    display: block;
    padding: 10px;
    background-color: #EEE;
}
.tableform  td {
    display: block;
    padding:10px 0;
}
.tableform td label {
    display: block;
    margin: 5px 0 5px 5px;
}
.tableform  td input,.tableform  td textarea{
    width: 96%;
    margin: 5px 0;
    border: 1px solid #999;
}
.tableform  td input {
    padding: 3px;
}
.tableform td label input {
    width: 20px;
}
.tableform  td input.formwidth01 {
    width: 74%;
}
.tableform  td input.formwidth02 {
    width: 60%;
}
.tableform  td .example {
    font-size: 80%;
    padding-left: 10px;
}
.formbtn {
    text-align: center;
}
.formbtn .btnSubmit01 {
    background-color: #B28500;
    color: #FFF;
    padding: 15px 36px;
    border: 0;
    margin-bottom: 15px;
    cursor: pointer;
}
.formbtn .btnSubmit02 {
    background-color: #EAD797;
    padding: 9px 26px;
    border: 0;
    cursor: pointer;
}

/* =======================================

    サイトトップ

========================================== */
.home .flexslider {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: -8px;
}
.home .flexslider .flex-control-nav {
    bottom: 10px;
    right: 5%;
    text-align: right;
}
.home .flexslider .flex-control-paging li a {
    text-indent: 9999px;
    overflow: hidden;
}
.home .boxHomeStore {
    margin: 0 5%;
    padding: 15px 5% 20px 3%; 
    border-top: 1px solid #CCC;
    background-color: #FFF;
    position: relative;
}
.home .boxHomeStore:before,
.home .boxHomeStore:after {
    position: absolute;
    content:"";
    display:block;
    height:100%;
    width:2px;
    background:-webkit-gradient(linear, left top, left bottom, from(#CCC),color-stop(0.5, #FFF),to(#FFF));
    background:-moz-linear-gradient(top, #CCC, #FFF 50%, #FFF);
}
.home .boxHomeStore:before {
    top:0;
    left:0;
}
.home .boxHomeStore:after {
    top:0;
    right:0;
}
.home .boxHomeStore .boxHomeStoresummary {
    overflow: hidden;
    padding-bottom: 5%;
}
.home .boxHomeStore div.img {
    float: left;
    width: 38%;
}
.home .boxHomeStore .character {
    position: absolute;
    content: "";
    bottom: 42%;
    left: -4%;
    width: 18%;
}
@media screen and (min-width: 350px) {
    .home .boxHomeStore .character {
         bottom: 39%;   
    }
}
@media screen and (min-width: 385px) {
    .home .boxHomeStore .character {
         bottom: 36%;   
    }
}
.home .boxHomeStore .text {
    float: right;
    width: 50%;
}
.home .boxHomeStore .text .hometitle01 {
    font-size: 118%;
    margin-bottom: 16px;
}
.home .boxHomeStore .boxHomeStorelist {
    overflow: hidden;
}
.home .boxHomeStore .boxHomeStorelist li {
    float: left;
    width: 50%;
}
.home .boxHomeStore .boxHomeStorelist li a {
    display: table;
    width: 100%;
}
.home .boxHomeStore .boxHomeStorelist li span.img {
    display: table-cell;
    width: 46%;
}
.home .boxHomeStore .boxHomeStorelist li span.shop {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.home .boxHomeProduct  {
    padding: 15px 5% 0; 
    background-color: #F8F2DC;
}
.home .boxHomeProduct .linkBtn {
    margin-top: 15px;
}
.home .boxHomeNews {
   padding: 15px 5% 20px; 
}
.home .boxHomeBanner {
    text-align: center;
}
.home .boxHomeBanner ul li {
    margin-bottom: 2px;
}

/* =======================================

    2階層以下　共通

========================================== */
.visualhidden {
    text-indent: -99999px;
    height: 0;
}
.small{
    font-size: 82%;
}
.caution,.error {
    color: #FF4D4D;
}
.caution02 {
    color: #B22C00;
}
.red {
    color: #FF0000;
}
.annotation {
    font-size: 82%;
    color: #666;
}
.annotation li{
    line-height: 160%;
    margin-top: 13px;
}
.boxSection .mainimg {
    margin: 0 auto 15px;
    display: block;
}
.boxSection .imgmargin {
    margin: 15px auto;
    display: block;
}
.imgRight250 {
    float: right;
    width: 43%;
    margin-left: 12px;
}
.imgRight210 {
    float: right;
    width: 36%;
    margin-left: 12px;
}
.imgRight210 img ,.imgRight250 img {
    margin-bottom:12px;
}
.point {
    background-color: #FFFF4D;
}
.naviList li a {
    font-size: 118%;
    line-height: 160%;
    margin-bottom: 3px;
    padding: 12px 10px 12px 29px;
    background: url(../img/common/title03line.jpg) no-repeat 10px 23px #F8F2DC;
    background-size: 10px 1px;
    -webkit-background-size: 10px 1px;
    -moz-background-size: 10px 1px;
    -o-background-size: 10px 1px;
    -ms-background-size: 10px 1px;
    display: block;
}
.icoCart {
    padding-right: 23px;
    background: url(../img/common/icoCart.jpg) no-repeat right center;
    background-size: 19px 13px;
    -webkit-background-size: 19px 13px;
    -moz-background-size: 19px 13px;
    -o-background-size: 19px 13px;
    -ms-background-size: 19px 13px;
}
.icoCart02 {
    padding-left: 20px;
    background: url(../img/common/icoCart02.png) no-repeat 0 center;
    background-size: 15px 12px;
    -webkit-background-size: 15px 12px;
    -moz-background-size: 15px 12px;
    -o-background-size: 15px 12px;
    -ms-background-size: 15px 12px;
}

/*2列　商品一覧*/
.boxProductList {
    overflow: hidden;
}
.boxProductList .boxProduct {
    float: left;
    width: 48%;
    margin-bottom: 20px;
}
.boxProductList .boxProduct:nth-child(2n) {
    float: right;
}
.boxProductList .boxProduct img {
    display: block;
    margin-bottom: 10px;
}
/*1列　商品一覧*/
.boxProductList02 .boxProduct {
    margin-bottom: 25px;
}
.boxProductList02 .boxProduct img {
    margin: 0 auto 10px;
    display: block;
}
.boxProductList02 .boxProduct .beigeBox {
    text-align: right;
    font-size: 82%;
}
.boxProductLeft {
    float: left;
    width: 48%;
}
.boxProductRight {
    float: right;
    width: 48%;
}

/*商品詳細ページ*/
.boxSection .productimg {
    width: 48%;
    padding: 15px 0 25px;
    margin: 0 auto;
}

/* =======================================

    飯島商店について

========================================== */

/*「みすゞ刈る信濃の国」*/
.about .alignR {
    text-align: right;
    display: block;
    padding: 10px 0;
}
.about .padding25 {
    padding-bottom: 25px;
    display: block;
}

/*みすゞちゃん紹介*/
.about .misuzumainimg {
    width: 60%;
    margin: 0 auto 20px;
}

/* =======================================

    みすゞ飴

========================================== */
.fruitBoxWrap,.fruitBoxWrap .fruitBox {
    overflow: hidden;
}
.fruitBoxWrap .fruitBox {
    float: left;
    width: 53%;
    margin-bottom: 10px;
}
.fruitBoxWrap .fruitBox:nth-child(2n) {
    width: 47%;
}
.fruitBoxWrap .fruitBox p {
    font-size: 72%;
}
.fruitBoxWrap .fruitBoxLeft {
    float: left;
    width: 28%;
}
.fruitBoxWrap .fruitBoxRight {
    float: right;
    width: 68%;
}
.ame .imgBox {
    overflow: hidden;
    margin-top: 13px;
}
.ame .imgBox li {
    float: left;
    width: 50%;
}
.ameBoxWrap {
    overflow: hidden;
    margin-top: 25px;
}
.ameBoxWrap .ameBox {
    overflow: hidden;
    margin-bottom: 15px;
}
.ameBoxLeft {
    float: left;
    width: 51%;
}
.ameBoxRight {
    float: right;
    width: 47%;
}
.ameBoxWrap ul li {
    float: left;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 13px;
}
.ameBoxWrap ul li:nth-child(3n) {
    margin-right: 0;
}
.ameBoxWrap ul li img {
    margin-bottom: 7px;
    display: block;
}


/* =======================================

    季節限定

========================================== */
.season .grayLineBox {
    margin-bottom: 10px;
}
.season .grayLineBox .text {
    width: 230px;
    margin: 0 auto;
}
.season .grayLineBox .text .midashi {
    font-size: 123%;
    margin-bottom: 12px;
}
.season .grayLineBox .img {
    width: 61%;
    margin: 0 auto;
}

/* =======================================

    お知らせ

========================================== */

ul.newslist {
    border-top: 1px solid #CCC;
    margin-bottom: 15px;
}
ul.newslist li {
    padding: 13px 0;
    border-bottom: 1px solid #CCC;
}
ul.newslist li span.date {
    display: block;
    color: #999;
    font-size: 80%;
    margin-bottom: 9px;
}
.boxEntryBody {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding:10px 0 40px;
}
.boxEntryBody .date {
    text-align: right;
    color: #999;
    font-size: 82%;
    margin-bottom: 15px;
}
.boxEntryNavi,.boxEntryPagenate {
    margin: 25px 0;
}
.boxEntryNavi p,.boxEntryPagenate p {
    text-align: center;
}
.boxEntryNavi p a {
    display: inline-block; 
    margin: 0 10px; 
}
.boxEntryPagenate p a {
    display: inline-block;
    margin: 0 2px;
}

.boxEntryPagenate p a.link_before,
.boxEntryPagenate p a.link_next {
    margin: 0 10px;
}

.boxEntryPagenate p a.link_page {
    background-color: #15203E;
    color: #FFF;
    width: 27px;
    padding: 2px 0;
}

.boxEntryPagenate p span.current_page {
    background-color: #DDD;
    color: #999;
    width: 27px;
    padding: 2px 0;
    display: inline-block;
}
.lNavi {
    margin-bottom: 30px;
    border-bottom: 1px solid #B28500;
}
.lNavi ul li a {
    border-top: 1px solid #DDD;
    padding: 14px 10px;
    background-color: #EEE;
    display: block;
    position: relative;
}
.lNavi ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    background: url(../img/common/arrowBe.png) no-repeat 0 0;
    background-size: 4px 8px;
    -webkit-background-size:4px 8px;
    -moz-background-size:4px 8px;
    -o-background-size:4px 8px;
    -ms-background-size:4px 8px;
    display: block;
    width: 4px;
    height: 8px;
    margin-top: -4px;
}
.lNavi .easy-select-box {
    padding: 8px 10px;
    background-color: #EEE;
    border-top: 1px solid #DDD;
}
.lNavi .esb-dropdown {
    display: none;
    background-color: #FFF;
}
.lNavi .esb-dropdown .esb-item {
    padding:5px;
    cursor: pointer;
}
.lNavi .esb-dropdown .esb-item:hover {
    text-decoration: underline;
}
.lNavi .esb-dropdown .esb-item:first-child {
    display: none;
}
.lNavi .esb-displayer {
    background-color: #FFF;
    padding: 6px 5px;
    cursor: pointer;
    position: relative;
}
.lNavi .esb-displayer:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    background: url(../img/common/arrowDown.png) no-repeat 0 0;
    background-size: 8px 4px;
    -webkit-background-size:8px 4px;
    -moz-background-size:8px 4px;
    -o-background-size:8px 4px;
    -ms-background-size:8px 4px;
    display: block;
    width: 8px;
    height: 4px;
    margin-top: -2px;
}
.news .imgArea {
    margin-top: 15px;
}
.news .imgArea figure {
    width: 80%;
    margin: 0 auto 10px;
}
.news .imgArea figcaption {
    margin-top: 5px;
}

/* =======================================

    店舗情報

========================================== */
.store .pageMenu {
    overflow: hidden;
    margin-bottom: 15px;
    border-right: 1px solid #B28500;
}
.store .pageMenu li a {
    float: left;
    width: 49%;
    display:block;
    font-size: 118%;
    text-align: center;
    padding: 8px 0;
    border-left: 1px solid #B28500;
}
.storeInfo h4 {
    text-align: center;
    font-size: 118%;
    margin-bottom: 8px;
}
.storeInfo .beigeBox {
    margin-bottom: 0;
}
#ueda .storeInfo .storeBtn ul{
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
}
#ueda .storeInfo .storeBtn ul li{
    float: left;
    width: 29%;
    margin: 0 2%;
}
#nagano .storeInfo .storeBtn ul{
    overflow: hidden;
    width: 60%;
    margin: 0 auto;
}
#nagano .storeInfo .storeBtn ul li{
    float: left;
    width: 46%;
    margin: 0 2%;
}
.storeInfoDetail h5 {
    background-color: #EAD797;
    margin-bottom: 0;
    padding: 13px 0 13px 28px;
    background-position: 9px center;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}
.storeInfoDetail h5:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    background: url(../img/common/btnOpen.png) no-repeat 0 0;
    background-size: 25px 25px;
    -webkit-background-size:25px 25px;
    -moz-background-size:25px 25px;
    -o-background-size:25px 25px;
    -ms-background-size:25px 25px;
    display: block;
    width: 25px;
    height: 25px;
    margin-top: -12px; 
}
.storeInfoDetail h5.active:after {
    background: url(../img/common/btnClose.png) no-repeat 0 0;
    background-size: 25px 25px;
    -webkit-background-size:25px 25px;
    -moz-background-size:25px 25px;
    -o-background-size:25px 25px;
    -ms-background-size:25px 25px;
}
.storeInfoDetail .storeInfoTable {
    display: none;
    padding: 10px 2% 15px;
    background-color: #F8F2DC;
}

/* =======================================

    お問い合わせ

========================================== */
.boxInquiries {
    background-color: #F8F2DC;
    border-top: 1px solid #B28500;
}
.boxInquiries a {
    display: block;
    border-bottom: 1px solid #B28500;
    padding: 15px;
    text-decoration: none;
    color: #333;
    overflow: hidden;
}
.boxInquiries a img {
    float: left;
    width: 20%;
}
.boxInquiries a .text {
    float: left;
    width: 76%;
    margin-left: 4%;
}
.boxInquiries a .text .tel {
    color: #000;
    font-size: 180%;
}
