@charset "UTF-8";

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #003366;
    /* background-image: url("../image/header/background.png"); */
}

a {
    color: #5f414b;
}

a:hover {
    color: #e5403a;
    transition: .6s;
}

a img {
    transition: .6s;
}

a img:hover {
    opacity: 0.5;
}

#site {
    width: 100%;
}

header {
    width: 100%;
    background-image: url("../image/header/header_back.png");
    background-repeat: no-repeat;
    background-position: top;
    margin: 0;
}

#header {
    padding: 0px 48px 0 48px;
}

#top_comment {
    /* background: #f8f6e9; */
    padding: 12px 48px;
}

#top_comment ul {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
    align-items: center;
}

#top_comment ul>li>ul>li {
    margin: 8px;
    font-size: 14px;
}


.score,
.count {
    padding: 0 8px;
    font-size: 20px;
    color: #e5403a;
}

.number_price {
    font-family: 'Oswald', sans-serif;
    font-size: 36px;
}



h2 {
    font-size: 14px;
    text-align: center;
}

#header_inner {
    margin: 0 auto 130px;
    max-width: 1600px;
    padding-top: 40px;
}


#header_inner>ul {
    display: flex;
    justify-content: center;
    padding: 0;
}

#header_inner>ul>li:nth-child(1)>ul {
    display: flex;
    align-items: baseline;
    margin: 8px 0 16px;
}

#header_inner>ul>li:nth-child(1)>ul>li {
    margin-right: 4px;
}



#header_inner>ul>li:nth-child(1)>ul>li:nth-child(n+2) img {
    height: 36px;
}


#header_inner>ul>li:nth-child(2)>ul {
    display: flex;
    justify-content: space-between;
}

#header_inner>ul>li:nth-child(2)>ul>li {
    padding: 0;
    font-size: 14px;
}

#bnr_wrap {
    width: 100%;
    width: 1080px;
    margin: 20px auto;
}

.event_bnr>div {
    width: 1080px;
}

.event_bnr img {
    width: 100%;
    padding: 8px;

}

#search_cart_wrap {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
    width: 1024px;
}

#search_wrap {
    width: 852px;
    position: relative;
}

input[type="text"] {
    width: calc(100% - 76px);
    border: 1px solid #d1d6db;
    border-radius: 3px 0 0 3px;
    font-size: 16px;
    padding: 12px 8px;
    margin: 0;
    background-color: #fff;
}

input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #e5403a;
    color: #f8f6e9;
    border: 1px solid #e5403a;
    border-radius: 0px 3px 3px 0px;
    font-size: 18px;
    padding: 12px 8px;
    margin-left: -9px;
}


#cart {
    margin-top: 12px;
    text-align: right;
}

#cart>a {
    color: #f8f6e9;
    background-color: #e5403a;
    padding: 14px 20px;
    font-size: 18px;
    border-radius: 3px;
}


#nav_wrap {
    width: 1280px;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+90,0+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 85%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */

}

nav {
    width: 100%;
    position: relative;
}

nav>ul {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #d1d6db;
}

nav>ul>li>a {
    padding: 16px 28px;
    display: inline-block;
    position: relative;
    height: 100%;
}

nav>ul>li {
    font-size: 14px;
    font-weight: bold;
}

nav>ul>li>a::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #e5403a;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

nav>ul>li>a:hover::after {
    transform: scale(1, 1);
}

#topitem {
    position: relative;
}

#topitem>ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

#topitem>ul>li {
    margin-right: 20px;
    margin-bottom: 20px;
}

#topitem>ul>li:nth-child(4n) {
    margin-right: 0;
}

#topitem>ul>li:nth-child(n+5) {
    margin-bottom: 0;
}

#topitem>ul>li>a>img {
    width: 295px;
}

.cate_item {
    position: absolute;
    left: 0;
    top: 49px;
    z-index: 100;
    padding: 20px;
    /* background: rgba(0, 51, 102, 0.5); */
    background: rgba(255, 255, 255, 0.9);
    display: none;
}

.cate_item>ul {
    display: flex;
    width: 1200px;
}

.cate_item>ul>li {
    width: 285px;
}


.cate_item>ul>li {
    margin-right: 20px;
}

.cate_item>ul>li:nth-child(4) {
    margin-right: 0;
}

.cate_item>ul>li>a>img {
    width: 100%;
}

.cate_item>ul>li>a>p {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
    height: 50px;
}


.cate_item>ul>li>a>p:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
}

.cate_item>ul>li>a>p>span {
    background: #cc0000;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    margin: 8px;
    vertical-align: middle;
    display: inline-block;
}

#mainwrap {
    display: flex;
    flex-direction: row-reverse;
    width: 1280px;
    margin: 20px auto;

}

#contents {
    width: 960px;
    background: #fff;
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 3px;
}

#order_wrap {
    width: 960px;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}

#contents>h2 {
    text-align: left;
    padding: 16px 32px;
    margin: 0;
    background: #003366;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    position: relative;

}

#contents>h2:before {
    position: absolute;
    content: "";
    top: 16px;
    left: 16px;
    width: 5px;
    height: 20px;
    background: #fff;
}



ul.top_itembox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* width:900px; */
    margin: 8px 0 36px 0;
}

ul.top_itembox>li {
    width: calc(25% - 10px);
    margin: 5px;
    color: #FFF;
}

ul.top_itembox>li>a>img {
    width: 100%;
}

ul.top_itembox>li p {
    padding: 8px;
    font-size: 14px;
    line-height: 1.6;
    height: 50px;
}

ul.top_itembox>li p:nth-of-type(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #cc0000;
}

ul.top_itembox>li p>span {
    background: #cc0000;
    color: #fff;
    font-size: 14px;
    padding: 2px 6px;
    margin: 8px;
    vertical-align: middle;
    display: inline-block;
}






footer {
    background: #003366;
}

#footer {
    width: 1280px;
    margin: 20px auto 0;
    padding: 20px 0;
}

#footer>ul {
    display: flex;
    flex-wrap: wrap;
}

#footer>ul>li {
    margin: 0 10px 20px;
    padding: 16px 32px;
    border-radius: 3px;
    background: #fff;
    width: calc(50% - 20px);
    background: #fff;
}

#footer>ul>li:nth-child(n + 3) {
    margin: 0 10px 20px;
    padding: 16px 32px;
    border-radius: 3px;
    background: #fff;
    width: calc(33.33% - 20px);
    background: #fff;
}

#footer>ul>li>h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 8px 0 32px 0;
}

#footer>ul>li>h2>i {
    font-size: 48px;
    margin-bottom: 8px;
    display: block;
}

#footer>ul>li>p {
    font-size: 14px;
    line-height: 28px;
}

.footer_copy_nav {
    margin: 0 8px;
    padding: 16px 32px;
    border-radius: 3px;
    background: #fff;
    width: calc(100% - 16px);
    background: #fff;
    font-size: 12px;
}

.footer_copy_nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_copy_nav>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_copy_nav>ul>li>ul>li {
    margin: 0 16px;

}


/* slick custum */

.event_bnr>.slick-next {
    right: -2.5rem !important;
}

.event_bnr>.slick-prev {
    left: -2.5rem !important;
}

.event_bnr>.slick-arrow {
    z-index: 2 !important;
}

.event_bnr>.slick-prev,
.event_bnr>.slick-next {
    width: 32px !important;
    height: 32px !important;
}

.event_bnr>.slick-next:before {
    font-family: "Line Awesome Free";
    content: "\f138";
    font-weight: 900;
    /*これがないと表示されない*/
    /* background: rgba(255, 255, 255, 0.8); */
    /* padding: 10px; */
    opacity: 1;
    font-size: 32px;
    color: #e5403a;
}

.event_bnr>.slick-prev:before {
    font-family: "Line Awesome Free";
    content: "\f137";
    font-weight: 900;
    /*これがないと表示されない*/
    /* background: rgba(255, 255, 255, 0.8); */
    /* padding: 10px; */
    opacity: 1;
    font-size: 32px;
    color: #e5403a;
}

.event_bnr>.slick-dots li button:before {
    font-family: "Line Awesome Free";
    content: "\f111";
    font-weight: 900;
    font-size: 16px;
    width: 16px !important;
    height: 16px !important;
    color: #e5403a;
}

.event_bnr>.slick-dots li.slick-active button:before {
    color: #e5403a;
    opacity: 1;
    content: "\f192";
}


#pickupitem_wrap {
    width: 100%;
    padding: 8px 0;
}

#pickupitem_wrap h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 24px 0;
    position: relative;
    display: inline-block;
    width: 1260px;
}

#pickupitem_wrap h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #003366, #003366 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #003366, #003366 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.pickupitem img {
    width: 250px;
    margin: 0 auto;
    padding: 10px;
}

.pickupitem>.slick-next {
    right: 16px !important;
}

.pickupitem>.slick-prev {
    left: 16px !important;
}

.pickupitem>.slick-arrow {
    z-index: 3 !important;
}

.pickupitem>.slick-prev,
.pickupitem>.slick-next {
    width: 48px !important;
    height: 48px !important;
}

.pickupitem>.slick-next:before {
    font-family: "Line Awesome Free";
    content: "\f138";
    font-weight: 900;
    /*これがないと表示されない*/
    /* background: rgba(255, 255, 255, 0.8); */
    /* padding: 10px; */
    opacity: 1;
    font-size: 48px;
    color: #e5403a;
}

.pickupitem>.slick-prev:before {
    font-family: "Line Awesome Free";
    content: "\f137";
    font-weight: 900;
    /*これがないと表示されない*/
    /* background: rgba(255, 255, 255, 0.8); */
    /* padding: 10px; */
    opacity: 1;
    font-size: 48px;
    color: #e5403a;
}

.pickupitem>.slick-dots li button:before {
    font-family: "Line Awesome Free";
    content: "\f111";
    font-weight: 900;
    font-size: 16px;
    width: 16px !important;
    height: 16px !important;
    color: #e5403a;
}

.pickupitem>.slick-dots li.slick-active button:before {
    color: #e5403a;
    opacity: 1;
    content: "\f192";
}




/* レフトナビ */
aside h2,
#order_wrap>h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 24px 0;
    position: relative;
}

aside>h2:after,
#order_wrap>h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #003366, #003366 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #003366, #003366 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#sidebar {
    width: 300px;
    margin: 0 20px 0 0;
    padding: 20px;
    background: #fff;
    border-radius: 3px;
}



#asuraku {
    padding: 0 16px;
    margin: 16px 0 32px 0;
    border: 1px solid #efefef;
    border-radius: 5px;
}

#asuraku label {
    line-height: 1;
    display: block;
    margin: 8px 0;
    padding: 8px 0;
    color: #333;
}

.groupedfields>.field>select {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 3px;
    display: block;
    width: 100%;
    background-image: url('https://www.rakuten.ne.jp/gold/sfd-ymt/image/header/select_arrow.png');
    background-position: right 8px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

button[type="submit"] {
    background-color: #e5403a;
    color: #f8f6e9;
    border: 1px solid #e5403a;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    margin: 16px 0px;
    display: block;
    width: 100%;
    /* margin-left: -9px; */
}


.side_price_area {
    margin: 16px 0 32px 0;
    padding: 0 16px;
    border: 1px solid #efefef;
    border-radius: 5px;
}

.side_price_area>ul>li {
    padding: 16px 16px;
    border-bottom: 1px solid #efefef;
}

.side_price_area>ul>li>a {
    display: block;
}

.side_price_area>ul>li:last-child {
    border-bottom: none;
}


.ac_side {
    width: 260px;
    padding: 8px;
    margin: 16px 0 32px 0;
    background-color: #003366;
    border-radius: 5px;
    color: #003366;
}

.ac_toggle {
    display: none;
}

.ac_option {
    position: relative;
    padding: 4px 0 0;
    margin-bottom: 1px;
    border-radius: 0;
    background-color: #f5faff;

}

.ac_option:first-of-type {
    border-radius: 3px 3px 0 0;
}

.ac_option:last-of-type {
    border-radius: 0 0 3px 3px;
    margin: 0;
}

.ac_title,
.ac_content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.ac_title {
    padding: 8px 8px 8px 36px;
    display: block;
    font-weight: bold;
}

.ac_title::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: 0.5em;
    font-size: 16px;
    color: #e5403a;
    transition: all 0.5s;
}

.ac_title::after {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    height: 16px;
    width: 100%;
    vertical-align: middle;
}

.ac_title.kani::after {
    content: url(../image/left/kani.png);
}

.ac_title.unagi::after {
    content: url(../image/left/unagi.png);
}

.ac_title.kai::after {
    content: url(../image/left/kai.png);
}

.ac_title.ebi::after {
    content: url(../image/left/ebi.png);
}

.ac_title.fish::after {
    content: url(../image/left/fish.png);
}

.ac_title.freshfish::after {
    content: url(../image/left/freshfish.png);
}

.ac_title.honetori::after {
    content: url(../image/left/honetori.png);
}

.ac_title.meat::after {
    content: url(../image/left/meat.png);
}

.ac_title.chinmi::after {
    content: url(../image/left/chinmi.png);
}

.ac_title.reitou::after {
    content: url(../image/left/reitou.png);
}


.ac_content {
    max-height: 0;
    overflow: hidden;
}

.ac_content p {
    margin: 0;
    padding: 8px;
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}

.ac_content>ul>li {
    margin: 0;
    padding: 8px;
    font-size: 0.9em;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border-bottom: 1px solid #efefef;
}

.ac_content>ul>li>a {
    display: block;
}

.ac_toggle:checked+.ac_title+.ac_content {
    max-height: 1500px;
    transition: all 1.5s;
}

/* クリック後の回転の角度 */
.ac_toggle:checked+.ac_title::before {
    transform: rotate(90deg) !important;
}



/*ヘッダー警告*/
#att_wrap {
    /* background: #b5d6e4; */
    padding: 20px 0 20px 0;
}

.att {
    margin: 0 auto;
    width: 1024px;
    padding: 0 16px;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #003366;
}

.att>.option>.toggle {
    display: none;
}

.att>.option {
    position: relative;
    margin: 8px 0;
    padding: 4px 0;
    border-bottom: 1px solid #efefef;

}

.att>.option:last-of-type {
    border-bottom: none;
}

.att>.option>.title,
.att>.option>.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.5s;
}

.att>.option>.title {
    padding: 8px;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.att>.option>.title::before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: 0.5em;
    font-size: 16px;
    color: #e5403a;
    transition: all 0.5s;
}


.att>.option>.content {
    max-height: 0;
    overflow: hidden;
}

.att>.option>.content p {
    margin: 0;
    padding: 8px;
    font-size: 0.8em;
    line-height: 1.5;
    color: #333;
}

.att>.option>.toggle:checked+.title+.content {
    max-height: 500px;
    transition: all 3s;
}

/* クリック後の回転の角度 */
.att>.option>.toggle:checked+.title::before {
    transform: rotate(90deg) !important;
}



/* カレンダー */
table.calbase_rakuten {
    background-color: #FFFFFF;
    border: 1px solid #efefef;
    width: 260px;
    border-collapse: collapse;
    padding: 0px 0px 10px 0px;
}

table.calbase_rakuten * {
    /* color: #000000; */
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

table.calbase_rakuten th {
    text-align: center;
}

th.caltitle_rakuten {
    padding: 10px 0px 0px 0px;
}

table.calframe_rakuten {
    border-collapse: collapse;
    margin: 20px 10px 0px 10px;
    table-layout: fixed;
    width: 240px;
}

table.calframe_rakuten th {
    text-align: center;
    padding: 0px 0px 8px 0px;
}

table.calframe_rakuten td {
    border: 1px solid #aaa;
    background-color: #FFFFFF;
    width: 25px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

tr.weektitle_rakuten td {
    background-color: #CCCCCC;
}

td.event1day_rakuten {
    background-color: #cc0000 !important;
}

font.event1day_rakuten {
    color: #cc0000;
}

td.event2day_rakuten {
    background-color: #003366 !important;
}

font.event2day_rakuten {
    color: #003366;
}

td.event3day_rakuten {
    background-color: #FFCC33 !important;
}

font.event3day_rakuten {
    color: #FFCC33;
}

table.event_rakuten {
    text-align: left;
    word-break: break-all;
    margin: 8px 10px 8px 10px;
    border-collapse: collapse;
    line-height: 120%;
    table-layout: fixed;
    width: 240px;
}

table.event_rakuten td {
    padding: 3px 0;
}

table.text_rakuten {
    text-align: left;
    word-break: break-all;
    margin: 0px 10px 10px 10px;
    border-collapse: collapse;
    line-height: 120%;
    table-layout: fixed;
    width: 260px;
}

.osusumebox {
    position: fixed;
    top: 100px;
    right: 00px;
    width: 225px;
    height: 300px;
    z-index: 2147483647;
}
