@charset "utf-8";
/*--------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
	共通レイアウトcss
----------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------*/
.conw {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 パーツ

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*--------------------------------------------------------------------------------------------------
■ 文字
--------------------------------------------------------------------------------------------------*/
.txtline {
	background: #d2ebeb;
	padding-left: 2px;
	padding-right: 2px;
}
.hosoku {
	font-size: 13px;
	font-size: 1.3rem;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.breakSP {
	display: none;
}
/*--------------------------------------------------------------------------------------------------
■ TL
--------------------------------------------------------------------------------------------------*/
h2 {
	color: #f07da5;
	font-weight: bold;
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.4;
	margin-bottom: 20px;
}
h1 span ,
h2 span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	display: block;
}
h1.pinkline,
h2.pinkline {
	color: #d92270;
	font-size: 60px;
	font-size: 6rem;
	background: url(../images/line_pink.png) left bottom repeat-x;
	background-size: 10px;
	margin-bottom: 30px;
	font-weight: bold;
}
h2.brown {
	color: #503228
}
h1.pinkline span,
h2.pinkline span {
	display: inline-block;
	padding-left: 1em;
	font-weight: bold;
}
h2.naname {
	-webkit-background-size: 8px 8px;
	-moz-background-size: 8px 8px;
	background-size: 8px 8px;
	background-color: #faebdc;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,
		color-stop(.25, #ffffff), color-stop(.25, transparent),
		color-stop(.5, transparent), color-stop(.5, #ffffff),
		color-stop(.75, #ffffff), color-stop(.75, transparent),
		to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
		transparent 50%, #ffffff 50%, #ffffff 75%,
		transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
		transparent 50%, #ffffff 50%, #ffffff 75%,
		transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
		transparent 50%, #ffffff 50%, #ffffff 75%,
		transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
		transparent 50%, #ffffff 50%, #ffffff 75%,
		transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
		transparent 50%, #ffffff 50%, #ffffff 75%,
		transparent 75%, transparent);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #503228;
	font-size: 25px;
	font-size: 2.5rem;
	padding: 15px 15px 13px;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
h2.naname02 {
	background-color: #ebd7cd;
}
h2.naname03 {
	background-color: #e6e6e6;
}
h2.naname04 {
  background-color: transparent;
}
h2.h3style,
h3,
.hover_big .column03box h4 {
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 5px;
	color: #503228;
}
h2.h3style span,
h3 span,
.hover_big .column03box h4 span{
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
}
h2.h3style.noflow span,
h3.noflow span {
	display: inline-block;
	font-weight: bold;
	padding-left: 0.5em;
}
/*--------------------------------------------------------------------------------------------------
■ 並び
--------------------------------------------------------------------------------------------------*/
.column02 {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.column02l {
	width: 48.5%;
	margin-right: 3%;
		position: relative;
}
.column02r,
.column02r_odd {
	width: 48.5%;
	float: right;
	position: relative;
}
.column02box {
	float: left;
	width: 48.5%;
}
.column02box:nth-child(2n) {
	margin-left: 3%;
}
.column02box span {
	display: inline;
	padding-left: 5px;
}
.column02box .btn_pink_big {
	margin-top: 20px;
}
.column02box .btn_pink_big a {
	font-size: 30px;
	font-size: 3rem;
	padding: 5px 30px;
}
.column02box .btn_pink_big a span {
	display: inline;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	padding-left: 10px;
}
.column02box .btn_pink_big a:after {
	height: 15px;
	width: 15px;
	display: block;
	border: 2px solid #d92270;
	border-left-width: 0;
	border-top-width: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.column03box .btn_pink_big a:after{
	height: 15px;
	width: 15px;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
.column02box .btn_pink_big.moreu a:after,
.column03box .btn_pink_big.moreu a:after{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	margin-top: -10px;
}
.catbox .column02box,
.catbox .column03box{
	position: relative;
}
.catbox .column02box .btn_pink_big,
.catbox .column03box .btn_pink_big {
	position: absolute;
	bottom:0;
	left: 0;
	width: 100%
}
.column03box {
	float: left;
	width: 31.2%;
	margin-right: 3.2%;
	margin-bottom: 0;
	position: relative;
}
.column03box:nth-child(3n) {
	margin-right: 0;
}
/*--------------------------------------------------------------------------------------------------
■ #prorecipe
--------------------------------------------------------------------------------------------------*/
#prorecipe {
	background: #f5f0e6;
	overflow: hidden;
	margin-bottom: -30px;
	padding-bottom: 30px;
  padding-top: 30px;
}
#prorecipe .column03box {
/*	width: 50%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	margin-top: 70px;
	padding-bottom:0;*/
}
/*--------------------------------------------------------------------------------------------------
■ ボタン
--------------------------------------------------------------------------------------------------*/
.btn_pink_big a {
	width: 100%;
	display: block;
	border: 2px solid #d92270;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding: 5px 60px;
	font-size: 40px;
	font-size: 4rem;
	color: #d92270;
	font-weight: bold;
	line-height: 1.2;
	position: relative;
}
.btn_pink_big a span {
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
.btn_pink_big a:after {
	content: '';
	height:20px;
	width:20px;
	display:block;
	border: 2px solid #d92270;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top: 50%;
	right: 25px;
	margin-top: -11px;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
.btn_pink_big a:hover {
	background: #d92270;
	opacity: 1;
	color: #fff;
}
.btn_pink_big a:hover:after {
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	border-color: #fff;
}
/*--------------------------------------------------------------------------------------------------
■ table
--------------------------------------------------------------------------------------------------*/
th,td {
	border: #503228 1px solid;
	text-align: center;
	padding: 10px;
	vertical-align: middle;
}
thead th {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #503228;
	color: #fff;
}
thead th:first-of-type {
	border-left: 1px solid #503228;
}
thead th:last-of-type {
	border-right: 1px solid #503228;
}
.pick th,.pick td {
	background: #f8e6d0;
	font-weight: bold;
	padding: 20px 10px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 header

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
header {
	width: 100%;
}
header .hreadertop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: url(../images/bg_wood.png) center top repeat #dac8af;
	z-index: 1000;
	opacity: 1;
}
header .hreadertop .conwin {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 120px;
}
header .logo {
	width: 150px;
	position: absolute;
	top: 15px;
	left: 0;
}
header .logo a,
header .logo a img{
	opacity: 1 !important
}
header button {
	display: none;
}
header ul li.js_close {
	display: none;
}
header nav {
	margin-top: 33px;
	position: absolute;
	overflow: hidden;
	width: 71%;
	bottom: 0;
	left: 17%;
}
header nav li {
	float: left;
	border-bottom: 5px solid rgba(255, 255, 255, 0);
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
}
header nav li+li {
	margin-left: 4.5%;
}
header nav a {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
	position: relative;
	display: block;
	padding: 15px 20px 5px 20px;
	color: #402119
	}
header nav a:hover {
	opacity: 1;
	}
header nav a:before,
header nav a:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 7px;
	background: #503427;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	left: 3px;
	top: 1.3em;
}
header nav a:after {
	right: 3px;
	left: inherit;
}
header nav a span {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: -0.6em;
	font-weight: bold;
}
header .haierlogo {
	float: right;
	width: 10%;
	margin-top: 42px;
}
/*--------------------------------------------------------------------------------------------------
.pankuzu
--------------------------------------------------------------------------------------------------*/
header .pankuzu {
	clear: both;
	overflow: hidden;
	background: #503228;
	padding: 6px 0;
}
header .pankuzu ul {
	padding-left: 0px;
}
header .pankuzu li {
	float: left;
}
header .pankuzu li,
header .pankuzu li a {
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
}
header .pankuzu li a {
	opacity: 1 !important;
	padding-right: 25px;
	display: block;
	position: relative;
}
header .pankuzu li a:hover {
	text-decoration: underline;
	opacity: 1;
}
header .pankuzu li a:after {
	position: absolute;
	content: ">";
	font-size: 110%;
	top: -8%;
	right: 5px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 main

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
main {
	padding-top: 60px;
	padding-bottom: 30px;
	background: url(../images/bg_snow.png) center top repeat ;
	background-size: 800px;
}
/*--------------------------------------------------------------------------------------------------
■ .catbox
--------------------------------------------------------------------------------------------------*/
.catbox .img {
	margin-bottom: 10px;
}
.catbox .img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: 1;
}
.catbox .cat {
	width: 40.5%;
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 250px
}
.catbox a:hover h3,
.catbox a:hover h4{
	text-decoration: underline
}
/*--------------------------------------------------------------------------------------------------
■ #introduction
--------------------------------------------------------------------------------------------------*/
#introduction .conwin,.introduction .conwin{
	position: relative;
}
/* #introduction .subcopy ||---------------*/
#introduction .subcopy,.introduction .subcopy{
	overflow: hidden;
	width: 84%;
}
#introduction .subcopy dt,.introduction .subcopy dt {
	width: 12.5%;
	float: left;
}
#introduction .subcopy dd,.introduction .subcopy dd {
	margin-top: -3px;
	float: left;
	width: 87.5%;
	padding-left: 15px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}
/* #introduction h1 ||---------------*/
#introduction h1,.introduction h1 {
	font-weight: bold;
	font-size: 45px;
	font-size: 4.5rem;
	padding-top: 3px;
	width: 84%;
	letter-spacing: 0;
	margin-bottom: 20px;
}
/* #introduction .hardness ||---------------*/
#introduction .hardness,.introduction .hardness {
	position: absolute;
	top: 0;
	right: 0;
	width: 16.3%;
}
#introduction .hardness li+ li,.introduction .hardness li+ li {
	margin-top: 5px;
}

#introduction .hardness li.plus_button,.introduction .hardness li.plus_button {
	position: absolute;
	top: 35px;
}
/* #introduction .mv ||---------------*/
#introduction .mv,.introduction .mv {
	max-width: 1000px;
}
#introduction .mv img,.introduction .mv img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/* #introduction category title color ||---------------*/
.cat_ice_color{
	color: #f07da5;
}
.cat_cold_color{
	color: #91CD5A;
}
.cat_drink_color{
	color: #6E96E1;
}
/*--------------------------------------------------------------------------------------------------
■ .material
--------------------------------------------------------------------------------------------------*/
.material .column02l,
.material .column02r {
	background: #fafafa;
}
.material .column02l h4,
.material .column02r_odd h4,
.material .column02r h4{
  padding: 5px 15px;
  font-size: 1.6rem;
  line-height: 1.9;
}

#profile{
  width: 1000px;
  margin: 40px auto 60px;
}

#profile .profile_photo{
  width: 180px;
  height: 180px;
  float: left;
}

#profile .text{
  width: 800px;
  float: left;
  margin-left: 20px;
}

#profile .text h2{
  font-size: 1.8rem;
  color: #503228;
  margin-bottom: 10px;
}

#profile .text a{
  text-decoration: underline;
}

.material dl {
	background: #eeeeee;
	overflow: hidden;
	position: relative;
}
.material dl:before {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	content: "";
	height: 1px;
	border-bottom: 2px dotted #503228;
	margin-top: -1px;
}
.material dl:nth-of-type(2n) {
	background: #fafafa;
}
.material dt,
.material dd {
	padding: 5px 15px;
}
.material dt {
	float: left;
	white-space: nowrap;
  margin-right: -999px;
}
.material dd {
	float: right;
	text-align: right;
	white-space: nowrap;
}
.material dl dt span,.material dl dd span {
	background: #eee;
	position: relative;
}
.material dl dt span {
	padding-right: 15px;
}
.material dl dd span {
	padding-left: 15px;
}
.material dl:nth-of-type(2n) span {
	background: #fafafa;
}
/* .material .column02r_odd ||---------------*/
.material .column02r_odd {
	background: #fafafa;
}
.material .column02r_odd dl {
	background: #fafafa;
}
.material .column02r_odd dl:nth-of-type(2n) {
	background: #eee;
}
.material .column02r_odd dl:nth-of-type(1n) span {
	background: #fafafa;
}
.material .column02r_odd dl:nth-of-type(2n) span {
	background: #eee;
}
.material .noflow dt {
	float: none;
	width: 100%;
}
.material .noflow dd {
	float: none;
	width: 100%;
	padding-left: 30px;
	text-align: left;
	padding-top: 0;
	white-space: normal;
}
.material .noflow:before {
	display: none
}

.material .notice{
  margin-top: 15px;
  font-size: 80%;
}
/*--------------------------------------------------------------------------------------------------
■ .step
--------------------------------------------------------------------------------------------------*/
.step li {
	overflow: hidden;
}
.step li+li {
	margin-top: 30px;
}
.step li img {
	float: left;
	width: 40%;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.step .txtbox {
	float: right;
	width: 55%;
	margin-top: -10px;
}
.step .stepno {
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.2;
}
.step .txt {
	padding-top: 1px;
	border-bottom: 1px dotted #98cdcd;
	padding-bottom: 10px;
	text-align: justify;
}
.step li+.noimg,
.step li+.noimg+li{
	margin-top: 30px;
}
.step .noimg .txtbox {
	width: 100%;
	float: none;
}
.step .txtbox a {
	text-decoration: underline;
	opacity: 1;
	color: #503228;
}
/* dl.point ||---------------*/
dl.point {
	background: #d2ebeb;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	display: table;
	width: 100%;
}
dl.point dd,
dl.point dt {
	padding: 15px 20px;
}
dl.point dt {
	font-size: 40px;
	font-size: 4rem;
	width: 4em;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
dl.point dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
/*--------------------------------------------------------------------------------------------------
■ #arrange
--------------------------------------------------------------------------------------------------*/
#arrange .conwin{
	background: url(../images/line_pink.png) left top repeat-x;
	background-size: 10px;
	padding-top: 80px;
}
#arrange .tlbox {
	position: relative;
}
#arrange .pop {
	position: absolute;
	width: 15.4%;
	left: -4%;
	top: -13px;
		z-index: 2;
}
#arrange h2 {
	padding-left: 14%;
}
#arrange .arrangebox img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
/*--------------------------------------------------------------------------------------------------
■ #recommend
--------------------------------------------------------------------------------------------------*/
#recommend {
	background: #f5f0e6;
	padding-top: 50px;
	padding-bottom: 100px;

}
#recommend .img {
	margin-bottom: 15px;
}
#recommend img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	z-index: -1;
}
#recommend a:hover h3,
#recommend a:hover p,
#recommend a:hover span {
	text-decoration: underline
}
/*--------------------------------------------------------------------------------------------------
■ .pagehosoku
--------------------------------------------------------------------------------------------------*/
.pagehosoku {
	margin-top: 60px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #recipe_index

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#recipe_index #h1block {
	margin-bottom: 70px;
}
#recipe_index .h2block {
	position: relative;
}
#recipe_index .h2block ul {
	position: absolute;
	z-index: 200;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	overflow: hidden;
	width: 34%;
	margin-right: 15px;
	text-align: right;
}
#recipe_index .h2block ul li{
	display: inline-block;
	width: 28%;
	vertical-align: top;
	max-width: 100px;
}
#recipe_index .h2block ul li+li{
	margin-left: 4%;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #product_index

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*--------------------------------------------------------------------------------------------------
■ #h1box
--------------------------------------------------------------------------------------------------*/
#product_index #h1box h1 {
	margin-bottom: 10px;
}
#product_index #h1box .lead {
	padding-bottom: 10px;
}
/*--------------------------------------------------------------------------------------------------
■ .productblock
--------------------------------------------------------------------------------------------------*/
#product_index .productblock .pmv .img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#product_index .productblock .pmv .lead {
	margin-top: 5px;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
}
#product_index .productblock .pmv,
#product_index .productblock .h3block {
	border-bottom: 1px dotted #d92270;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#product_index .productblock .h3blockin {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
#product_index .productblock h3 {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 20px;
}
#product_index .productblock .h3blockin .img {
	width: 39%;
	float: left;
}
#product_index .productblock .h3blockin .txt {
	float: right;
	width: 55%;
}
#product_index .productblock .table02 {
	overflow: hidden;
}
#product_index .productblock .table02 .fl {
	width: 48.5%;
}
#product_index .productblock .table02 .fr {
	width: 48.5%;
}
#product_index .productblock th,
#product_index .productblock td {
	font-size: 13px;
	font-size: 1.3rem;
	padding: 7px 15px;
}
#product_index .productblock th {
	text-align: right;
	background: #eeeeee;
	width: 12em;
}
#product_index .productblock td {
	text-align: left;
	background: #fff;
}
/*--------------------------------------------------------------------------------------------------
■ #icedeli
--------------------------------------------------------------------------------------------------*/
#product_index #icedeli .icedeliin,
#product_index #icedeligrande .icedeliin{
	background: #f5f0e6;
	padding-top: 50px;
}
#product_index #icedeli .mode,
#product_index #icedeligrande .mode{
	overflow: hidden;
	margin-bottom: 40px;
}
#product_index #icedeli .mode .img img,
#product_index #icedeligrande .mode .img img{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#product_index #icedeli .mode dl,
#product_index #icedeligrande .mode dl {
	display: table;
}
#product_index #icedeli .mode dl+dl,
#product_index #icedeligrande .mode dl+dl{
	margin-top: 25px;
}
#product_index #icedeli .mode dt ,
#product_index #icedeligrande .mode dt {
	width: 22.7%;
	display: table-cell;
	vertical-align: middle;
		max-width: 100px;
}
#product_index #icedeli .mode dd,
#product_index #icedeligrande .mode dd{
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}
#product_index #icedeli .mode dd h4,
#product_index #icedeligrande .mode dd h4{
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
}
#product_index #icedeli .table02,
#product_index #icedeligrande .table02{
	padding-bottom: 110px;
}
/*--------------------------------------------------------------------------------------------------
■ #icedeliplus
--------------------------------------------------------------------------------------------------*/
#product_index #icedeliplus .dankai .img {
	width: 65%;
	margin-left: auto;
	margin-right: auto;
}
#product_index #icedeliplus .table02{
	padding-bottom: 110px;
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 #toppage

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#toppage main {
	padding-top: 0 !important
}
/*--------------------------------------------------------------------------------------------------
■ #mv
--------------------------------------------------------------------------------------------------*/
#toppage #mv img {
	outline: none;
}
#mv .conw {
	padding-top: 35px;
}
/*--------------------------------------------------------------------------------------------------
■ #maker
--------------------------------------------------------------------------------------------------*/
#toppage #maker {
	overflow: hidden;
}
#toppage #maker .conwin{
	position: relative;
}
#toppage #maker .h2inblock {
	float: right;
	width: 60%;
}
#toppage #maker .txt01 {
	margin-bottom: 45px;
}
#toppage #maker .img {
	float: left;
	width: 40%;
	padding-right: 3%;
}
#toppage #maker .img img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#toppage #maker .img p+p {
	margin-top: 20px;
}
/*--------------------------------------------------------------------------------------------------
■ #step
--------------------------------------------------------------------------------------------------*/
#toppage #step .conwin {
	background: #d2ebeb;
	padding: 45px 30px 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#toppage #step h2 {
	font-size: 30px;
	font-size: 3rem;
	text-align: center;
}
#toppage #step .stepul {
	overflow: hidden;
}
#toppage #step .stepul li {
	float: left;
	width: 22.4%;
}
#toppage #step .stepul li+li {
	margin-left: 1.5%;
}
#toppage #step .stepul li img {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#toppage #step .stepul li.step03 {
	width: 52.2%;
	padding-left: 20.2%;
	position: relative;
}
#toppage #step .stepul li.step03 .time {
	position: absolute;
	left: 0;
	top: 20%;
	text-align: center;
	width: 39%;
	padding-top: 50px;
	font-weight: bold;
	font-size: 20px;
	font-size: 2rem;
	letter-spacing: -1px;
	padding-right: 13px;
}
#toppage #step .stepul li.step03 .time:before {
	content: '';
	height: 40px;
	width: 40px;
	display:block;
	border: 5px solid #503228;
	border-left-width:0;
	border-top-width:0;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	position:absolute;
	top: 0;
	left: 50%;
	margin-left: -35px;
}
#toppage #step .stepul li .steptxt {
	display: table;
}
#toppage #step .stepul li .stepno {
	font-size: 50px;
	font-size: 5rem;
	display: table-cell;
	width: 7rem;
	line-height: 1.4;
}
#toppage #step .stepul li .stepno span {
	font-size: 30px;
	font-size: 3rem;
}
#toppage #step .stepul li .txt {
	display: table-cell;
	padding-left: 1em;
}
#toppage #step .movieblock h3 {
	text-align: center;
	margin-bottom: 10px;
}
#toppage #step .movieblock p {
	width: 63.9%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
	position: relative;
}
#toppage #step .movieblock p a:after {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 73px;
	height: 52.5px;
	background: url(../images/btn_play.png) left top no-repeat;
	background-size: cover;
	content: "";
}
/*--------------------------------------------------------------------------------------------------
■ #product
--------------------------------------------------------------------------------------------------*/
#toppage #product {
	background: #f5f0e6;
	padding-top: 50px;
	padding-bottom: 115px;
}
#toppage #product h2 {
	margin-bottom: 10px;
}
#toppage #product .lead {
	padding-bottom: 10px;
}
#toppage #product .hikaku {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 35px 30px 30px;
}
#toppage #product .hikaku h3 {
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 30px;
}
#toppage #product .hikaku .hikakuul{
	overflow: hidden;
}
#toppage #product .hikaku .hikakuul li {
	float: left;
	width: 28%;
	position: relative;
}
#toppage #product .hikaku .hikakuul li+li {
	margin-left: 3%;
}
#toppage #product .hikaku .hikakuul li.hikaku_li03 {
	width: 38%;
}
#toppage #product .hikaku h4 {
	background: #f5f0e6;
	color: #503228;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#toppage #product .hikaku .hikaku_li03 h4 {
	background: #f0c8dc;
}
#toppage #product .hikaku ul.hikakuul li p {
	font-size: 13px;
	font-size: 1.3rem;
}
#toppage #product .hikaku li .img {
	position: absolute;
	top: -20px;
	left: 0;
	width: 29%;
}
#toppage #product .hikaku li .liin {
	position: relative;
	padding-left: 35%;
}
#toppage #product .column03box h3 span,
#product_index #h1box .column03box h3 span{
	display: inline-block;
	padding-left: 10px;
}
#toppage #product .column03,
#product_index #h1box .column03{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#toppage #product .btn_pink_big a,
#product_index #h1box .btn_pink_big a{
	font-size: 30px;
	font-size: 3rem;
}
#toppage #product .btn_pink_big a span,
#product_index #h1box .btn_pink_big a span{
	font-size: 13px;
	font-size: 1.3rem;
	display: inline-block;
	padding-left: 5px;
}
#toppage #product .column03 .column03box,
#product_index #h1box .column03 .column03box{
	padding-bottom: 70px;
}
/*--------------------------------------------------------------------------------------------------
■ #recipe
--------------------------------------------------------------------------------------------------*/
#toppage #recipe h2 {
	margin-bottom: 10px;
}
#toppage #recipe .lead {
	padding-bottom: 10px;
}
#toppage #recipe .hover_big {
	position: relative;
	z-index: 2;
}
#toppage #recipe .h3box {
	position: relative;
	padding-right: 21%;
}
#toppage #recipe .hukudashi {
	position: absolute;
	top: 13px;
	right: 0;
	width: 32%;
	z-index: 100;
}
#toppage #recipe .recipe03 .hukudashi {
	position: absolute;
	top: -107px;
	width: 40%;
	right: 12px;
}
/*--------------------------------------------------------------------------------------------------
■ #voice
--------------------------------------------------------------------------------------------------*/
#toppage #voice {
	background: #f5f0e6;
	padding-top: 50px;
	padding-bottom: 120px
}
#toppage #voice .voice {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 140px;
	padding: 20px 25px;
	position: relative;
	min-height: 118px;
}
#toppage #voice .voice+.voice,
#toppage #voice p.read-more +.morein{
	margin-top: 15px;
}
#toppage #voice .voice:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #ffffff;
	right: -15px;
	top: 45px;
}
#toppage #voice .voice .txt p {
	text-align: justify
}
#toppage #voice .voice:after {
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	content: "";
	right: -140px;
	top: 0;
	width: 110px;
	height: 118px;
}
#toppage #voice .voice01:after {
	background-image: url(../../topimages/voice01.png);
	background-size: 100% auto;
}
#toppage #voice .voice02:after {
	background-image: url(../../topimages/voice02.png);
	background-size: 100% auto;
}
#toppage #voice .voice03:after {
	background-image: url(../../topimages/voice03.png);
	background-size: 100% auto;
}
#toppage #voice .voice04:after {
	background-image: url(../../topimages/voice04.png);
	background-size: 100% auto;
}
#toppage #voice .voicer {
	margin-right: 0;
	margin-left: 140px;
}
#toppage #voice .voicer:before {
	border-width: 15px 15px 15px 0;
	border-color: transparent #ffffff transparent transparent;
	right: inherit;
	left: -15px;
}
#toppage #voice .voicer:after {
	right: inherit;
	left: -140px;
}
#toppage #voice .hosoku {
	margin-top: 10px;
	text-align: right;
}
/*--------------------------------------------------------------------------------------------------
■ #faq
--------------------------------------------------------------------------------------------------*/
#toppage #faq .faqblock {
	overflow: hidden;
}
#toppage #faq .fqabox {
	width: 47%;
	float: left;
	margin-bottom: 25px;
	border-bottom: 1px dotted #d92270;
	padding-bottom: 20px;
}
#toppage #faq .more01 .fqabox+.fqabox,
#toppage #faq p.read-more+.morein .fqabox:nth-of-type(2n+1) {
	margin-left: 6%;
}
#toppage #faq p.read-more+.morein .fqabox:nth-of-type(2n) {
	margin-left: 0;
}
#toppage #faq .read-more {
	clear: both;
}
#toppage #faq dt {
	position: relative;
	padding-left: 60px;
	font-weight: bold;
	padding-bottom: 20px;
}
#toppage #faq dt:before,
#toppage #faq dd:before {
	position: absolute;
	content: "Q.";
	font-family: 'Garamond', 'Times New Roman', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku', 'Gothic Pro', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 40px;
	font-size: 4rem;
	left: 0;
	top: -12px;
	line-height: 1.4;
	font-weight: bold;
}
#toppage #faq dd {
	position: relative;
	padding-left: 60px;
	text-align: justify
}
#toppage #faq dd:before {
	content: "A.";
}
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

 footer

*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#pagetop {
	width: 74px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	z-index: 10;
	overflow: hidden;
}
#pagetop .top_text {
	position: relative;
	z-index: 11;
}
#pagetop .top_snow {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#pagetop:hover a {
	opacity: 1;
}
#pagetop:hover .top_snow {
	transform: rotate(360deg);
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transition: 1s;
	-webkit-transition: 1s;
}
footer {
	position: relative;
	background: url(../images/bg_wood.png);

}
footer #foot {
	padding-top: 60px;
	padding-bottom: 15px;
}
footer .flogobox {
	background: url(../images/line_brown.png) left bottom repeat-x;
	background-size: 10px;
	padding-bottom: 16.8%;
	margin-bottom: 10px;
	position: relative;
}
/* footerのアイコンが動くためのスタイル */
footer .fimg {
	position: absolute;
}
/*ソフトクリーム*/
footer .ficon01 {
	width: 3.6%;
	max-width: 36px;
	top: 0;
	left: 28%;
	-ms-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
}
/* フロート */
footer .ficon02 {
	width: 2.8%;
	max-width: 28px;
	top: 0.2%;
	left: 1.35%;
	-ms-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
}
/* コーヒー */
footer .ficon03 {
	width: 4.3%;
	max-width: 43px;
	left: 75%;
	top: 7%;
	-ms-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
}
/* カプチーノ */
footer .ficon04 {
	width: 3.3%;
	max-width: 33px;
	left: 13%;
	top: 16%;
	-ms-animation: icon_ani 2500ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 2500ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 2500ms ease 1000ms infinite alternate-reverse;
}
/*アイスクリーム*/
footer .ficon05 {
	width: 3.4%;
	max-width: 34px;
	left:93.9%;
	top: 25%;
	-ms-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
}
/*カプチーノ 細い方*/
footer .ficon06 {
	width: 3.8%;
	max-width: 38px;
	left: 86.3%;
	top: 26.7%;
	-ms-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
}
/*丸いアイス*/
footer .ficon07 {
	width: 2.9%;
	max-width: 29px;
	left: 61.8%;
	top: 30.3%;
	-ms-animation: icon_ani 1700ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1700ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1700ms ease 1000ms infinite alternate-reverse;
}
/*ビスケットアイス*/
footer .ficon08 {
	width: 6.0%;
	max-width: 60px;
	left: 20.1%;
	top: 34%;
	-ms-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1500ms ease 1000ms infinite alternate-reverse;
}
/*3段アイス*/
footer .ficon09 {
	width: 2.9%;
	max-width: 29px;
	left: 70%;
	top: 34.5%;
	-ms-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
}
/*丸いアイスパフェ*/
footer .ficon10 {
	width: 3.5%;
	max-width: 35px;
	top: 39%;
	left: 7.9%;
	-ms-animation: icon_ani 1200ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 1200ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 1200ms ease 1000ms infinite alternate-reverse;
}
/*ドリンク*/
footer .ficon11 {
	width: 3.7%;
	max-width: 37px;
	left: 34.5%;
	top: 40%;
	-ms-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-moz-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	-webkit-animation: icon_ani 2000ms ease 1000ms infinite alternate-reverse;
	transform: translate3d(0,0,0);
}
footer .fsnow {
	width: 95%;
	max-width: 950px;
	top: 16%;
	left: 4.7%;
}
@-ms-keyframes icon_ani {
	from{transform: translateY(0%);}
	to{transform: translateY(10%);}
}
@-moz-keyframes icon_ani{
	from{transform: translate3d(0,0%,0);}
	to{transform: translate3d(0,10%,0);}
}
@-webkit-keyframes icon_ani{
	from{transform: translate3d(0,0%,0);}
	to{transform: translate3d(0,10%,0);}
}
@-moz-document url-prefix() {

/*ソフトクリーム*/
footer .ficon01 {
	-webkit-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
}
/* フロート */
footer .ficon02 {
	-webkit-animation: icon_ani 1000ms ease 1200ms infinite alternate-reverse;
}
/* コーヒー */
footer .ficon03 {
	-webkit-animation: icon_ani 1000ms ease 1400ms infinite alternate-reverse;
}
/* カプチーノ */
footer .ficon04 {
	-webkit-animation: icon_ani 1000ms ease 1600ms infinite alternate-reverse;
}
/*アイスクリーム*/
footer .ficon05 {
	-webkit-animation: icon_ani 1000ms ease 1800ms infinite alternate-reverse;
}
/*カプチーノ 細い方*/
footer .ficon06 {
	-webkit-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
}
/*丸いアイス*/
footer .ficon07 {
	-webkit-animation: icon_ani 1000ms ease 1200ms infinite alternate-reverse;
}
/*ビスケットアイス*/
footer .ficon08 {
	-webkit-animation: icon_ani 600ms ease 1400ms infinite alternate-reverse;
}
/*3段アイス*/
footer .ficon09 {
	-webkit-animation: icon_ani 1000ms ease 1600ms infinite alternate-reverse;
}
/*丸いアイスパフェ*/
footer .ficon10 {
	-webkit-animation: icon_ani 1000ms ease 1800ms infinite alternate-reverse;
}
/*ドリンク*/
footer .ficon11 {
	-webkit-animation: icon_ani 1000ms ease 1000ms infinite alternate-reverse;
}
}
footer #foot:before {
	position: absolute;
	content: "";
	width: 100%;
	background: url(../images/foottop.png) center 5px repeat-x;
	background-size: 1200px;
	height: 100%;
	left: 0;
	top: -9px;
}
footer #foot .conwin{
	z-index: 2;
	position: relative;
}
footer .flogo {
	position: absolute;
	width: 13.7%;
	top: 8%;
	left: 50%;
	margin-left: -6.85%;
		z-index: 100;
}
footer .footb {
	overflow: hidden;
}
footer .fnavi {
	overflow: hidden;
	float: left;
	width: 55%;
	padding-top: 0.5rem;
}
footer .fnavi li {
	float: left;
	position: relative;
}
footer .fnavi li+li {
	margin-left: 5px;
	padding-left: 5px;
}
footer .fnavi li+li:before {
	background: #503228;
	width: 1px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 10%;
	content: "";
}
footer .fnavi li a:hover {
	text-decoration: underline;
	opacity: 1

}
footer #copyright {
	float: left;
	width: 32%;
	text-align: right;
	padding-top: 0.2rem;
	padding-right: 20px;
}
footer #copyright small {
	font-size: 20px;
	font-size: 2rem;
}
footer .sns {
	float: left;
	width: 13%;
	overflow: hidden;
}
footer .sns li {
	width: 30.6%;
	float: left;
}
footer .sns li+li {
	margin-left: 4.1%;
}