@charset "UTF-8";
/*------------------------------------------------------------------------------
	伊豆中 - Local CSS
	URL: http://www.izuchu.jp/
	Date: 2016-02-01
	Copyright(C) IZUCHU Corporation, All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#foo : 説明文
===============================================================*/
/* #mainVisual 
----------------------------------------------------*/
.bx-wrapper {
    margin-bottom: 75px !important;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/* Control Nav */
.flex-control-nav {
    position: absolute;
    width: 100%;
    z-index: 9999;
    bottom: 5px;
    left: 0;
}
.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-nav li:first-child {
    margin-left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 60px !important;
    height: 8px !important;
    display: block;
    background: #c5c5c5 !important;
    cursor: pointer;
    text-indent: -9999px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}
.bx-wrapper .bx-pager {
    text-align: left !important;
    margin-left: -5px;
    padding-top: 0 !important;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 5px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c31a1a !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    cursor: default !important;
}
/* 静止画の場合 */
.inner #mainVisual {
    margin-bottom: 50px;
}
.speBnr {
    margin-bottom: 20px;
}
/* #catNav 
----------------------------------------------------*/
#catNav {
    overflow: hidden;
    margin-bottom: 60px;
}
#catNav li {
    float: left;
    margin: 0 10px 10px 0;
}
#catNav2 ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
#catNav2 ul:before,
#catNav2 ul:after{
    content:"";
    display: block;width: 24%;
    order:2;
}
#catNav2 h2 {
    margin-bottom: 20px;
}
#catNav2 li {
    width: 24%;
    order:1;
    margin-bottom: 20px;
}
#catNav2 li a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #132738;
    font-size: 17px;
}
#catNav2 li a img {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    transition: transform 0.5s;
    transform: scale(1);
}
#catNav2 li a:hover img, #catNav2 li a:hover {
    opacity: 1;
}
#catNav2 li a:hover {
    color: #c31a1a;
}
#catNav2 li a:hover img {
    transform: scale(0.95);
}
/* #ranking 
----------------------------------------------------*/


#main #newitem {
    margin-bottom: 70px;
 
}
#main #newitem .lims img{
    
    margin-bottom: 10px;
    width: 220px;
    height: auto;
}
#main #newitem .woong {
color: #c31a1a;
display: block;
text-align: left;
font-size: 16px;
}
#main #newitem .woong a{
color: #000;
font-size:16px;
text-align: left;
display: block;

}

#main #newitem .lims{
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;

}
#main #ranking {
    overflow: hidden;
    margin-bottom: 70px;
}
#main #ranking li {
    width: 220px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
#main #ranking li:nth-child(3n) {
    margin-right: 0;
}
#main #ranking li a img {
    margin-bottom: 10px;
    width: 220px;
    height: auto;
}
#main #ranking li span {
    float: left;
    margin: 0 15px 0 10px;
    width: 42px;
    height: 50px;
    text-indent: -9999px;
}
#main #ranking li span.rank1 {
    background: url(../../img/ico_rank1.png) no-repeat center center;
}
#main #ranking li span.rank2 {
    background: url(../../img/ico_rank2.png) no-repeat center center;
}
#main #ranking li span.rank3 {
    background: url(../../img/ico_rank3.png) no-repeat center center;
}
#main #ranking li span.rank4 {
    background: url(../../img/ico_rank4.png) no-repeat center center;
}
#main #ranking li span.rank5 {
    background: url(../../img/ico_rank5.png) no-repeat center center;
}
#main #ranking li span.rank6 {
    background: url(../../img/ico_rank6.png) no-repeat center center;
}
#main #ranking li a {
    color: #000;
}
#main #ranking li em {
    color: #c31a1a;
    display: block;
}
/* .mainBnr 
----------------------------------------------------*/
#main .mainBnr {
    margin-bottom: 60px;
}
/* #giftBox 
----------------------------------------------------*/
#main #giftBox {
    background: url(../../img/bg_giftBox.gif) repeat left top;
    margin-bottom: 80px;
    padding: 30px 25px;
    overflow: hidden;
    color: #fff;
}
#main #giftBox .photo {
    float: left;
    margin-bottom: 25px;
}
#main #giftBox h2 {
    float: right;
    margin-top: 40px;
}
#main #giftBox .txt {
    clear: both;
    font-size: 105%;
    line-height: 2;
}
/* #commit 
----------------------------------------------------*/
#main #commit {
    background: url(../../img/bg_commit.jpg) repeat left top;
    margin-bottom: 30px;
    padding-bottom: 50px;
}
#main #commit .leadTxt {
    padding: 0 30px;
}
#main #commit .leadTxt p {
    line-height: 2.4;
}
#main #commit .leadTxt .phoL {
    float: left;
    margin: 0 40px 20px 0;
}
#main #commit .comTrick {
    padding-left: 390px;
    min-height: 318px;
    background: url(../../img/pho_comTrick.png) no-repeat left top;
    display: none;
}
#main #commit .comWater {
    margin-top: -25px;
    padding-right: 390px;
    min-height: 336px;
    background: url(../../img/pho_comWater.png) no-repeat right top;
    display: none;
}
#main #commit .comTrick dt {
    padding: 85px 0 35px;
}
#main #commit .comWater dt {
    padding: 65px 0 35px;
}
#main #commit .comTrick dd {
    line-height: 2;
    margin-right: 30px;
}
#main #commit .comWater dd {
    line-height: 2;
    margin-left: 20px;
}
/* #recommend 
----------------------------------------------------*/
#main #recommend {
    margin-bottom: 60px;
}
#main #recommend p {
    margin-bottom: 20px;
}
/* #popular 
----------------------------------------------------*/
#main #popular {
    overflow: hidden;
    margin-bottom: 60px;
}
#main #popular li {
    width: 340px;
    margin-bottom: 20px;
}
#main #popular li.odd {
    float: left;
}
#main #popular li.even {
    float: right;
}
#main #popular li a {
    text-decoration: none;
}
#main #popular li a:hover {
    text-decoration: underline;
}
#main #popular li a img {
    margin-bottom: 10px;
}
#main #popular li a span {
    display: block;
    color: #333;
    padding-left: 50px;
    background: url(../img/ico/ico_arrow_01.png) no-repeat 15px center;
}
/* #banbanMenu 
----------------------------------------------------*/
#main #banbanMenu {
    background: #000 url(../../img/bg_banban.jpg) no-repeat left top;
    padding-top: 385px;
    margin-bottom: 60px;
    text-align: center;
    overflow: hidden;
}
#main #banbanMenu h2, #main #banbanMenu p {
    margin-bottom: 60px;
}
/* table.itemDesc
----------------------------------------------------*/
#main table.itemDesc, #main table.tbl001 {
    width: 100%;
    clear: both;
    color: #333;
}
#main table.itemDesc {
    margin: 40px 0 70px;
}
#main table.itemDesc th, #main table.itemDesc td, #main table.tbl001 th, #main table.tbl001 td {
    border: 1px solid #ccc;
    padding: 15px 10px;
    line-height: 1.7;
}
#main table.itemDesc th, #main table.tbl001 th {
    width: 28%;
    background: #f8f8f8;
}
/* #voice 
----------------------------------------------------*/
/* #checkItem 
----------------------------------------------------*/
#main #checkItem {
    overflow: hidden;
    margin-bottom: 70px;
}
#main #checkItem #recent td.itemBox {
    width: 220px !important;
}
#main #checkItem #recent td.line {
    width: 10px;
}
#main #checkItem #recent td.line img {
    display: none;
}
#main #checkItem #recent td.itemBox:last-child, #main #checkItem #recent td.line:last-child {
    display: none;
}
#main #checkItem #recent img {
    margin-bottom: 10px;
}
#main #checkItem #recent a {
    color: #000;
}
#main #checkItem #recent .price {
    color: #c31a1a;
    font-weight: bold;
}
/* 下階層共通
----------------------------------------------------*/
h2.pageTtl {
    margin-bottom: 40px;
    padding: 0 0 30px 15px;
    border-bottom: 1px solid #000;
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 30px;
}
h3.ttl_01 {
    border-bottom: none;
    border-left: 5px solid #c31a1a;
    margin: 0 0 30px;
    padding: 5px 0 5px 15px;
    color: #333;
    font-size: 120%;
}
/*shopList02*/
#shopList02 {
    border-top: 1px dotted #999;
    padding-top: 30px;
}
#shopList02 li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999;
    clear: both;
    overflow: hidden;
    line-height: 1.8;
}
#shopList02 li .photo {
    float: left;
    margin-right: 30px;
}
#shopList02 li h2 {
    margin: 10px 0 30px;
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 150%;
    line-height: 2;
    margin-bottom: 10px;
    color: #011d3c;
}
#shopList02 li h2 span {
    font-size: 80%;
    padding-left: 15px;
}
#shopList02 li .btn a {
    display: inline-block;
    padding: 10px 0 10px 15px;
    background: url(../img/ico/ico_arrow_01.png) no-repeat 40px center;
    color: #333;
    border: 1px solid #999;
    width: 200px;
    text-align: center;
    text-decoration: none;
}
#main #catch {
    font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 105%;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
}
#main .base_tl {
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px dotted #b2b2b2;
    line-height: 1.5;
}
.proList {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.proList li {
    margin-bottom: 20px;
    width: 30%;
}
.proList li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.proList a {
    color: #000;
    text-decoration: none;
}
.proList em {
    color: #c31a1a;
    display: block;
}
.giftOption {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
    margin:20px 0;
    border: 3px double #c31a1a;
}
.himonoeatBnr{
    display: block;
    margin-bottom:40px;
}
.giftOption li {
    position: relative;
    padding-left: 15px;
    margin-right: 20px;
}
.giftOption li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c31a1a;
    position: absolute;
    top: 6px;
    left: 0;
}
.giftImg {
    margin-bottom: 30px;
}
/*--EOF-----------------------------------------------------------------------*/