@charset "utf-8";

body {
    background-image: url(../img/bg_body.png);
    background-repeat: repeat-y;
    background-position: center 0;
}

/*===========================
header
===========================*/

header {
    width: 100%;
    font-size: 12px;
	background: #000;
}

#headerInner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 12px 0 8px;
    position: relative;
}

#headerInner h1 {
	float: left;
	width: 320px;
}

.pcMenu {
	float: right;
	width: 62%;
}

#form02{
    background-color: #fff;
    width:200px;
    height: 20px;
	float: left;
	margin: 0 20px 0 0;
	padding: 4px 0 0;
}
#form02 input{
    vertical-align: top;
    margin: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: transparent;
}
#form02{
    border-radius: 10px;
}
#input02{
    border: none;
    width: 170px;
    padding-left: 10px;
}
#submit02{
    width: 30px;
    border: none;
    background-image: url(https://maguro441.itembox.design/item/css/画像へのパス);
    background-position: center;
    background-size: auto 90%;
    background-repeat: no-repeat;
}

.pcMenu li {
	float: left;
	margin: 0 20px 0 0;
}

.picHeader {
	display: block;
	width: 1200px;
	margin: 0 auto;
}

.spTel {
	display: none;
}

.mainSlide {
	width: 1200px;
	margin: 0 auto 20px;
}

.slideThumb {
    width: 1200px;
	margin: 0 auto 20px;
}

.slideThumb img{
	width: 100%;
}

.slideThumb li {
    float: left;
    width: 232px;
    text-align: center;
    margin: 0 10px 10px 0;
}

.slideThumb li:last-child {
    margin: 0 0 10px;
}

.sp-buttons { padding-top: 40px; }
.sp-button { width: 30px; height: 10px; border: none; border-radius: 0; margin: 7px; background: #ccc; }
.sp-selected-button { background: #000; }
@media only screen and (min-width: 768px) and (max-width: 1024px) { .sp-button { width: 25px; height: 8px; } }
@media only screen and (min-width: 568px) and (max-width: 768px) { .sp-button { width: 25px; height: 8px; } }
@media only screen and (min-width: 320px) and (max-width: 568px) { .sp-button { width: 25px; height: 8px; } }
/* 左右の矢印の設定 */
.sp-arrow { width: 48px; height: 48px; }
.sp-vertical .sp-arrow { -webkit-transform: none; -ms-transform: none; transform: none; }
.sp-horizontal .sp-previous-arrow { background: url(https://maguro441.itembox.design/item/css/img/prev.png) no-repeat; }
.sp-horizontal .sp-next-arrow { background: url(https://maguro441.itembox.design/item/css/img/next.png) no-repeat; }
.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after { content: inherit;}

.slider-pro {
    background-image: url(../img/bg_swipe.png);
}

.fs-c-slick .slick-prev{
	left: -570px !important;
    margin: -20px auto;
    position: relative;
    top: 274px;
}

.fs-c-slick .slick-next{
	left: 570px !important;
    margin: -20px auto;
    position: relative;
    top: -230px;
}

/*--nav--*/

nav {
	float: right;
}

nav li {
    text-align: center;
    box-sizing: border-box;
}

#menu-box {
    margin: 0 auto;
}

.recomend {
    background-image: url(../img/bg_swipe.png);
    background-repeat: repeat;
    padding: 20px 0;
}

.recomend ul {
    width: 1200px;
    margin: 0 auto;
}

.recomend li {
    float: left;
    width: 240px;
    text-align: center;
    padding: 0 20px;
    border-left: 1px dotted #550000;
}

.recomend li:nth-child(5) {
    border-right: 1px dotted #550000;
}

.last_btn{
	box-sizing:inherit;
}

.displayPC {
	display: block;
}

.displaySP {
	display: none;
}

.positionR {
	position: relative;
}

.fixLeft {
	position: fixed;
	top: 120px;
	left: 0;
	z-index: 9999;
}

.fixRight {
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 9999;
}

.fixRight li {
    margin: 0 0 10px;
	    float: right;
    clear: both;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.wid290 {
	width: 290px;
	text-align: center;
}

.wid300 {
	width: 300px
}

.wid430 {
	width: 430px
}

.wid440 {
	width: 440px
}

.wid450 {
	width: 450px
}

.wid580 {
	width: 580px
}

.wid590 {
	width: 590px
}

.globalNav {
    z-index: 1000;
}
.globalNav li {
    display: inline-block;
	font-size: 80%;
}
.globalNav li:last-child {
    border-right: none;
}
.globalNav li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    padding: 8px;
    display: block;
}
.globalNav li a:hover {
    background: #ff9800;
}

.globalNav .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/*--menu--*/

#menu {
    width: 823px;
	float: right;
}
.fs-p-searchForm{
	float: left;
	margin-right: 20px;
}
.fs-p-searchForm__input{
	width: 195px;
}

#menu li a {
    display: block;
    padding: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 120%;
}

#menu li a:hover {
    background: #444;
    color: #fff;
}

/*--toggle--*/

#toggle {
    display: none;
}

/*===========================
container
===========================*/

.container {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
    background: #fff;
    box-sizing: border-box;
}

/*===========================
contentsFirst
===========================*/

.contentsFirst {
	width: 880px;
	float: right;
}

.contentsFirst h2 {
	background-image: url(../img/bg_tit880.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 25px 0 16px 75px;
	margin: 0 0 20px;
}

.ranking {
	display: inline-block;
	width: 430px;
	margin: 0 10px 30px 0;
	vertical-align: top;
}

.ranking:nth-child(odd) {
	display: inline-block;
	width: 430px;
	margin: 0 0 30px;
}

.rankingPicture {
	position: relative;
}

.rank {
	position: absolute;
	top: 0;
	left: 10px;
}

.ranking dl {
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.ranking dt {
	font-size: 90%;
}

.ranking dd {
	font-size: 110%;
	font-weight: bold;
}

.ranking .price {
	float: left;
}

.ranking .price p {
	color: #df0000;
	font-size: 180%;
	font-weight: bold;
	margin: 2px 0 0;
}

.ranking .purchase {
	float: right;
}

.ranking .purchase a {
	display: block;
	padding: 5px 15px;
	border-radius: 15px;
	color: #fff;
	background: #ff7800;
	text-align: center;
}

.newItem {
	display: inline-block;
	width: 430px;
	margin: 0 10px 30px 0;
	vertical-align: top;
}

.newItem:nth-child(even) {
	display: inline-block;
	width: 430px;
	margin: 0 0 30px;
}

.newItemPicture {
	position: relative;
}

.newItem dl {
	margin: 10px 0;
	border-bottom: 1px dashed #ccc;
}

.newItem dt {
	font-size: 90%;
}

.newItem dd {
	font-size: 110%;
	font-weight: bold;
}

.newItem .price {
	float: left;
}

.newItem .price p {
	color: #df0000;
	font-size: 180%;
	font-weight: bold;
	margin: 2px 0 0;
}

.newItem .purchase {
	float: right;
}

.newItem .purchase a {
	display: block;
	padding: 5px 15px;
	border-radius: 15px;
	color: #fff;
	background: #ff7800;
	text-align: center;
}

.contentsFirst h3 {
	background-image: url(../img/bg_maguro740.png);
	background-repeat: no-repeat;
	width: 740px;
	margin: 0 auto 30px;
	text-align: center;
}

.contentsFirst h3 a {
	display: block;
	color: #000;
	padding: 22px 0 18px 10px;
}

.okonomi li {
	float: left;
	width: 271px;
	margin: 0 20px 10px 0;
}

.okonomi li:nth-child(3n) {
	margin: 0 0 10px;
}

.voice {
	padding: 10px;
	height: 300px;
	margin: 0 0 20px;
    overflow-y: scroll;
}

.voice caption {
    text-align: left;
}

.voice table {
    border-bottom: 1px dashed #ccc;
    width: 100%;
    margin: 0 0 10px;
}

.voice table td {
    float: left;
    padding: 0 20px 0 0;
}

.voiceInner {
    border: 1px solid #ccc;
    margin: 0 0 30px;
    padding: 10px;
}

.reason {
    margin: 0 0 10px;
}

.reasonLeft {
	width: 430px;
	float: left;
}

.reasonRight {
	width: 450px;
	float: left;
}

.bgBlack {
	background-color: #000;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
	height: 280px;
}

.bgBlack h3 {
	background-image: none;
	color: #fcfd00;
	margin: 0 0 10px;
	text-align: left;
	font-size: 150%;
}

.bgBlack p {
	color: #fff;
	font-size: 90%;
	line-height: 160%;
}

.okomari li {
	float: left;
	width: 425px;
	margin: 0 30px 10px 0;
}

.okomari li:nth-child(2n) {
	margin: 0 0 10px;
}


/*===========================
contentsSecond
===========================*/

.contentsSecond {
	width: 300px;
	float: left;
}

.contentsSecond h2 {
	background-image: url(../img/bg_tit300.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 23px 0 16px 75px;
	margin: 0 0 20px;
}

.contentsSecond h3 {
	background-image: url(../img/bg_left_h3.png);
	background-repeat: no-repeat;
	color: #fff;
	padding: 7px 0 13px 45px;
	color: #df0000;
    font-size: 100%;
}

.contentsSecond ul {
	margin: 0 0 20px;
}

.contentsSecond li {
	border-bottom: 1px dashed #ccc;
}

.contentsSecond li.n_border {
	border-bottom: none;
}

.contentsSecond li a {
	color: #000;
	padding: 10px 0;
	display: block;
}

.contentsSecond li a i {
	color: #aaa;
}

.contentsSecond h4 {
	background-image: url(../img/bg_maguro300.png);
	background-repeat: no-repeat;
	margin: 0 0 30px;
}

.contentsSecond h4 a {
	display: block;
	color: #000;
	padding: 22px 0 22px 10px;
}


/*===========================
page-top
===========================*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 120%;
    z-index: 1000;
}

#page-top a {
    background: #000;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.5;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}


/*===========================
shopInfo
===========================*/

.shopInfo {
	margin: 0 auto 20px;
}

.shopInfo h2 {
	font-size: 130%;
	color: #bd0000;
	background-image: url(../img/bg_shopinfo_h2.png);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	padding: 0 0 5px;
	margin: 0 0 20px;
}

.shopInfo h3 {
	font-size: 120%;
	color: #bd0000;
	border-bottom: 1px solid #bd0000;
	background-image: url(../img/bg_shopinfo_h3.png);
	background-position: 0 bottom;
	background-repeat: no-repeat;
	padding: 10px 0 0 35px;
	margin: 0 0 20px;
}

.shopInfo h3 span {
	font-size: 55%;
	float: right;
	background: #bd0000;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.shopInfo h3 span a {
	color: #fff;
	padding: 4px;
	display: block;
}

.shopInfo h4 {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
	font-size: 200%;
	font-weight: normal;
	margin: 0 0 10px;
}

.shopInfo p {
	margin: 0 0 20px;
	font-size: 90%;
	line-height: 160%;
}

/*===========================
footer
===========================*/

footer p.copyright {
    background: #000;
    color: #fff;
	padding: 10px 0;
	text-align: center;
}

/*--footerMenu--*/

.footerMenu {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 10px 0;
}

.footerMenu h2 {
	background-image: url(../img/bg_tit300.png);
	background-repeat: no-repeat;
	color: #fff;

	padding: 23px 0 10px 75px;
	margin: 0 auto 20px;
}

.footerMenu ul {
	margin: 0 0 20px;
}

.footerMenu li {
	border-bottom: 1px dashed #ccc;
}

.footerMenu li a {
	color: #000;
	padding: 10px 0;
	display: block;
}

.footerMenu li a i {
	color: #aaa;
}



@media only screen and (max-width: 768px) {

    body {
        background-image: none;
        background-color: #fff;
		margin-top: 68px;
    }

    img {
        text-align: center;
    }

	header{
		    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    height: 68px;
	}

	.displayPC {
		display: none;
	}

	.displaySP {
		display: block;
	}

	.positionR {
		display: none;
	}

	.picHeader {
		max-width: 768px;
		width: 100%;
	}

	.mainSlide {
		width: 100%;
	}

	.fs-c-slick .slick-next,.fs-c-slick .slick-prev{
		display: none !important;
	}


    nav li {
        padding: 6px 12px;
        text-align: left;
        border-right: none;
        border-bottom: 1px solid #000;
        box-sizing: border-box;
        float: none;
		width: 100%;
    }

    nav li:last-child {
        border-bottom: none;
    }

    /*--menu--*/

    #menu {
        display: none;
		width: 100%;
    }

    #menu li {
        width: 100%;
        padding: 0;
    }

    #menu li a {
        padding: 6px 10px;
    }

    /*--toggle--*/

    #toggle {
        display: block;
        position: relative;
        padding: 0 4px;
    }

    #toggle a {
        display: block;
        position: relative;
        padding: 12px 0 10px;
        color: #fff;
        text-align: center;
        text-decoration: none;
		font-size: 200%;
    }

    #toggle:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 20px;
    }

    #toggle a:before, #toggle a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 10px;
        width: 20px;
        height: 4px;
    }

    #toggle a:before {
        margin-top: -6px;
    }

    #toggle a:after {
        margin-top: 2px;
    }

    /*--page-top--*/

    #page-top a {
        background: #666;
        text-decoration: none;
        color: #fff;
        padding: 10px;
        text-align: center;
        display: block;
        border-radius: 5px;
	}

	.container {
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}

	.floatL,
	.floatR {
		float: none;
	}

	.wid300,
	.wid430,
	.wid440,
	.wid450,
	.wid580,
	.wid590 {
		width: 100%;
	}

	.wid300 img,
	.wid430 img,
	.wid440 img,
	.wid450 img,
	.wid580 img,
	.wid590 img {
		text-align: center;
	}

    .mainSlide {
        margin: 0;
    }

    .slideThumb {
        width: 100%;
    }

    .slideThumb li {
        float: none;
        margin: 0 auto 10px;
        width: 100%;
    }

    .slideThumb li img {
        padding: 0 !important;
    }

    .slideThumb li:last-child {
        margin: 0 auto 10px;
    }

    .sp-slides-container {
    	width: 100% !important;
    }

    .recomend ul {
        width: 100%;
    }

    .recomend ul li {
        width: 50%;
        margin: 0 0 10px;
        padding: 0 10px;
    }

    .recomend li:nth-child(5) {
        border-right: none;
    }


	/*===========================
	contentsFirst
	===========================*/

	.contentsFirst {
	    width: 100%;
	    float: none;
	}

	.contentsSecond h4 {
		width: 300px;
		margin: 0 auto 30px;
	}

    .rank img {
        width: 60%;
    }

	/*===========================
	contentsSecond
	===========================*/

	.contentsSecond {
	    width: 100%;
	    float: none;
	}

    .contentsSecond h2 {
        background-image: url(../img/bg_tit300.png);
    }

	.ranking {
		margin: 0 0 20px;
	}

	.ranking,
	.ranking:nth-child(2n+1) {
		width: 100%;
	}

	.newItem,
	.newItem:nth-child(2n) {
		width: 100%;
		margin: 0 0 20px;
	}

	.ranking .price,
	.newItem .price,
	.ranking .purchase,
	.newItem .purchase {
		float: none;
	}

	.contentsFirst h3 {
		background-image: url(../img/bg_maguro300.png);
		width: 300px;
		margin: 0 auto 20px;
		text-align: left;
	}

	.okonomi li {
		width: 48%;
		margin: 0 0 10px;
	}

	.voice {
		margin: 0 0 20px;
	}

	.reason {
		margin: 0;
	}

	.bgBlack {
		height: auto;
	}

	.bgBlack h3 {
		background-image: none;
		font-size: 120%;
		width: 100%;
	}

	.okomari li {
		width: 47%;
	}

	.shopInfo {
		margin: 0;
	}

	.shopInfo h3 {
		margin: 0 0 20px;
	}

	.footerMenu {
		margin: 0 0 10px;
		width: 49%;
	}

}


@media only screen and (max-width: 480px) {

	#headerInner h1 {
		width: 200px;
	}

    #headerInner {
        padding: 8px;
    }

    #toggle a {
        padding: 12px 0 0;
    }

    #menu-box {
        margin: 0;
    }

	#page-top {
		z-index: 9999;
		bottom: 45px;
		right: 5px;
	}

    .wid290 {
        margin: 0 auto;
    }

	.spTel {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		text-align: center;
		z-index: 10;
		width: 100%;
	}

	.spTel a {
		color: #fff;
		background: #df0000;
		display: block;
		padding: 10px 0;
		font-weight: bold;
		font-size: 200%;
	}

	.picHeader {
		display: none;
	}

	.okomari li {
		float: none;
		margin: 0 0 10px;
		width: 100%;
	}

	.ranking .price p,
    .newItem .price p {
		font-size: 110%;
	}

	footer p.copyright {
		padding: 10px 0;
	}


}