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

	special 2018 special_asari style
	あさり汁フェア

--------------------------------------------------------*/
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
}

#footer #copyright {
    padding: 20px 0 0 !important;
}

#contents_frame{
	background: #ffffff;
}

#contents_frame #contents {
	margin: 0px auto !important;
	padding: 20px 0 !important;	
}

#contents_inner{
	margin-top: 0px !important;
}

#wrapper {
    min-width: 980px;
}

#asari{
	background: #fff url("../img/mainbg.jpg") no-repeat scroll top center ;
	position:relative;
	color: #000;
	padding: 0 0 50px;
}




#pageTop {
    bottom: 3px;
    padding: 5px;
    position: fixed;
    right: 3px;
    z-index: 1;
}

#pageTop img {
    width: 70px;
}



/*--------------------------------------------------------
　nav
　商品詳細はこちら
--------------------------------------------------------*/

.menu {
	overflow: hidden;
	margin: 0 0 10px 227px;
}

.menu li {
	float: left;
	width: 92px;
	padding: 0 0 0 5px;
	height: 50px;
}

/*--------------------------------------------------------
　mainimg
　メインイメージ
--------------------------------------------------------*/
.mainimg {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
	position: relative;
}

.mainimg .txt {
    color: #333333;
    font-size: 11px;
    overflow: hidden;
    padding: 30px 0 10px 360px;
}
.mainimg .coments {
	font-size: 12px;
	/*color: #ffffff;*/
	position: absolute;
	bottom: 30px;
	right: 105px;
}
.mainimg .maintxt img {
	width: 558px;
	position: absolute;
	top:66px;
	right: 105px;
}

/*--------------------------------------------------------
　nav
　ナビゲーション
--------------------------------------------------------*/

.mainTop {
    text-align: center;
    overflow: hidden;
}

.mainTop img{
	width: 980px;
	margin: 10px auto 50px;
}




/* col共通css
--------------------------------------------------------*/
p {
	font-size: 16px;
	line-height: 1.6;
}
p.small_p {
	font-size: 12px;	
}
h4 {
	color: #482413;
	font-weight: bold;
	font-size: 26px;
}
h4 span {
	font-size: 24px; 
}

/* col1
--------------------------------------------------------*/

#col0102{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
    display: flex;
}

#col01,#col02{
    margin: 30px auto; 
}
#col01 {
	width: 465px;
	height: 770px;
	float: left ;
    background: url("../img/col01_img01.png") no-repeat;
	background-size: cover;
    overflow: hidden;
	position: relative;
}

#col02 {
	width: 465px;
	height: 770px;
    background: url("../img/col01_img02.png") no-repeat;
	background-size: cover;
    overflow: hidden;
	position: relative;
}

#col01 .inner img,
#col02 .inner img {
	width: 100px;
	position:absolute;
	right: 15px;
	bottom: 90px;
	z-index: 2;
}

#col01 .inner h3,
#col02 .inner h3{
	display: none;	
}

#col01 .inner .box,
#col02 .inner .box{
	position: absolute;
	bottom: 20px;
	left: 43px;
	background: #fcf6e1;
	border-radius: 10px;
	display: block;
	padding: 0 0 15px;
	width: 380px;
	overflow: hidden;
}

#col01 .inner p.kakaku {
	background: #fcd475;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 380px;
	table-layout: fixed;
	text-align: center;
	font-size: 20px;
	color: #482413;
	font-weight: bold;
	padding: 3px 0;
}

#col02 .inner p.kakaku {
	background: #c2cc66;
	display: block;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 380px;
	table-layout: fixed;
	text-align: center;
	font-size: 20px;
	color: #482413;
	font-weight: bold;
	padding: 3px 0;
}

#col01 .inner p.detail,
#col02 .inner p.detail{
	background: rgba(0, 0, 0, 0) url("../img/navicon2.png") no-repeat scroll 8px center / 8px 12px;
	display: block;
	color: #690000;
	padding: 5px 0 5px 20px;
	margin: 0 10px;
	font-weight: bold;
	width: 340px;
	font-size: 16px;
}

#col01 .inner li a,
#col02 .inner li a{
    background: #e92130 none repeat scroll 0 0;
    border-radius: 10px;
    color: #ffffff;
	font-weight: bold;
    display: flex;
    float: left;
    font-size: 17px;
    margin: 0 0 0 10px;
    padding: 9px 54px;
    text-decoration: none;
    vertical-align: middle;
}

#col01_1 {
    width: 980px;
    margin: 0 auto;
    background: #f9f0cb url("../img/colbg.gif") repeat scroll 0 0 / 40px 40px;
    overflow: hidden;
    padding: 50px 50px 80px 370px;
    position: relative;
	border-radius: 8px;
}

#col01_1 .inner {
	width: 478px;
	margin-left: 30px;
}

#col01_1 .photo {
	width: 299px;
    left: 50px;
    position: absolute;
    top: 50px;
}

#col01_1 p{
	margin: 20px 0 0 ;
}

/* col3
--------------------------------------------------------*/
#col03 {
    position: relative;
	width: 980px;
	margin: 40px auto 0;
	background: #f9f0cb url("../img/colbg.gif") repeat scroll 0 0 / 40px 40px;
	border-radius: 8px;
}

#col03 .inner {
	padding: 50px;
}

#col03 h2 img{
	width: 980px;
}

#col03 h4 {
	text-align: center;
	position: relative;
}

#col03 h4::after {
	position: absolute;
	background: url("../img/col03_line.png") no-repeat scroll 0 0 / 717px 6px;
	content: "";
	width: 717px;
	height: 6px;
	top: 40px;
	left: 62px;
}

#col03 .moviearea {
	margin: 20px auto;
	width: 720px;
	height: 405px;
}

#col03 .moviearea img {
	width: 720px;
	display: block;
	/*padding: 6px 0;*/
}

#col03 p {
	color: #482413;
	text-align: center;
	line-height: 1.0;
}

/*動画再生*/
#col03 .moviearea .familyMovieBody {
	position: relative;
}

#col03 .moviearea .familyMovieBody .slick-dots,
#col03 .moviearea .familyMovieBody img.movieThumb {
	position:absolute;
	width: 720px;
	height: 405px;
	cursor: pointer;
	top:0;
}

#col03 .moviearea .familyMovieBody img.movieThumb {
	z-index: 5;
}

#col03 .moviearea .familyMovieBody .movieFrame {
	position: absolute;
	top:0;
	z-index: 10;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}


/* col4
--------------------------------------------------------*/
#col04 {
    position: relative;
	width: 980px;
	margin: 40px auto 0;
	background: #f9f0cb url("../img/colbg.gif") repeat scroll 0 0 / 40px 40px;
	border-radius: 8px;
}

#col04 .inner {
    padding: 50px 30px 60px 520px;
}

#col04 h2 img{
	width: 980px;
}

#col04 .photo {
    left: 56px;
    position: absolute;
    top: 100px;
	width: 370px;
}

#col04 .photo02 {
	width: 321px;
	padding-bottom: 20px;
}

#col04 .btn {
	width: 321px;
}


/* col05
--------------------------------------------------------*/
#col05 {
    position: relative;
	width: 980px;
	margin: 40px auto 0;
	background: #f9f0cb url("../img/colbg.gif") repeat scroll 0 0 / 40px 40px;
	border-radius: 8px;
}

#col05 .inner {
    padding: 50px 30px 60px 470px;
}

#col05 h2 img{
	width: 980px;
}

#col05 .photo {
    left: 120px;
    position: absolute;
    top: 94px;
	width: 265px;
}

#col05 .btn {
	width: 321px;
}

#col05 p{
	margin: 10px 0 15px;
}
