@charset "utf-8";
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}


html {
    height:100%;
	text-align: center;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: 'メイリオ, Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', HiraKakuPro-W3, 'ＭＳ Ｐゴシック', 'MS PGothic', Osaka, Verdana, sans-serif, Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
	font-size:14px;
	height: 100%;
	color:#444;
}

a {
	color:#000000;
	text-decoration:none;
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}
a:hover {
	color:#CC0000;
	opacity: 0.6;
	filter: alpha(opacity=70);
}

h1 {
	clear:both;
}
h2 {
	clear:both;
	text-align:center;
	padding:1em 0;
}
h3 {
	text-align:center;
	font-size:120%;
}

.clear {
	clear:both;
}
.pc_only {
	display:none;
}
img {
	border:none;
	width:100%;
}
a:hover img {
	opacity:0.8;
}
dl {
	border-bottom:1px solid #ccc;
}
dl dt {
	float:left;
	clear:both;
	margin:0;
	border-top:1px solid #ccc;
	width:20%;
	padding:0.5em 0;
}
dl dd {
	float:right;
	margin:0;
	border-top:1px solid #ccc;
	width:80%;
	padding:0.5em 0;
}
p {
	line-height:150%;
	text-align:center;
}
#pankuzu {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
a.btn2 {
	color:#CC9900;
	padding:0.7em 1em;
	font-size:110%;
	border:1px solid #CC9900;
	margin:20px 0;
	display:inline-block;
}
.mintyo {
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
}
.red_moji_l {
	color:#FF0000;
	font-size:120%;
}
/*******************************
         header css
********************************/

#header {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	z-index:100;
}
#header_inner {
	width:98%;
	max-width:1200px;
	margin:0 auto;
}
#header h1 {
	width:30%;
	height:80px;
	float:left;
}
#header h1 img {
	width:100%;
	max-width:300px;
}
a#shop {
	display:none;
}
/*******************************
         menu css
********************************/
#menu {
	width:68%;
	float:right;
	font-size:11px;
	margin:30px 0 0;
}
@media screen and (min-width: 1000px) {
#menu {
	width:68%;
	float:right;
	font-size:12px;
	margin:30px 0 0;
}
}
#menu ul {
	width:100%;
}
#menu li {
	float:left;
	list-style:none;
	padding:0em 0em 0em 0em;
	width:16.5%;
}
#menu li#mb2 {
	width:20%;
}
#menu li#mb3 {
	width:15%;
}
#menu li#mb4 {
	width:15%;
}
#menu li#mb0 a{
	background-color:#cc9900;
	color:#fff;
}
#menu li#mb0 a:before{
	content:url(../images/link_icon.png);
	position:absolute;
	top:10px;
	left:7%;
}
#menu li#mb0 a:hover{
	opacity:0.7;
}
#menu li a{
	padding:1em 0em 1em 0em;
	text-decoration:none;
}
#menu li.current a{
	color:#CC0000;
}
#menu li a:hover {
	text-decoration:none;
	opacity:1;
}
#menu .submenu {
	display:none;
}
#menu li img {
	width:100%;
	max-width:100px;
}


#menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#menu li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: red;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#menu li#mb0 a::after {
	content:none;
}

/*******************************
         footer css
********************************/
#footer {
	clear:both;
	width:100%;
	margin:0 auto;
	background-image:url(../images/footer_bg.jpg);
	background-position:bottom;
	-moz-background-size:cover;
	background-size:cover
	background-size:cover;	padding:0;
	padding:0;
	color: #fff;
}
#footer a {
	color: #fff;
}
#footer_inner {
	clear:both;
	width:60%;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	background-color: rgba(0,0,0,0.7);
	height:100%;
}
#footer_inner p {
	text-align:center;
}
#footer #sitemap {
	float:left;
}
#footer ul#sitemap  {
	padding:0;
	margin:0;
}
#footer #sitemap li {
	list-style:none;
}
#footer ul#sitemap li:before {
		content: "\00BB \0020";
}
#footer #info {
	clear:both;
	float:left;
	width:50%;
}
#footer #logo {
	margin:0 1em 1em 0;
	float:left;
	width:50%;
}
#footer #logo img {
	max-width:300px;
	width:100%;
}
#footer #freedial {
	float:left;
	width:45%;
}
#footer #freedial img {
	max-width:300px;
	width:100%;
}
#footer p {
	margin:0;
}
#footer a#map {
	background-color:#000;
	color:#fff;
	padding:2px 4px;
	font-size:0.7em;
}
#footer a:hover#map {
	background-color:#444;
}
#footer #copyright {
	clear:both;
	font-size:0.8em;
	text-align:center;
	padding:1em 0;
	border-top:1px solid #fff;
}
#footer #facebook {
	margin:10px auto;
}
#footer #fbcode {
	float:left;
	padding:0;
	max-width:280px;
}
#footer_l {
	float:left;
	width:65%;
	padding:1em 0;
}
#footer_r {
	float:right;
	width:35%;
	padding:1em 0;
}
#footer_r_u {
	border-bottom:1px solid #ccc;
	width:100%;
}
#footer_r_l {
	padding:1em 0 0 0;
	width:100%;
}
.icon_f {
	float:left;
	width:50px;
}
.icon_f img {
	width:100%;
}
#footer_menu {
	width:100%;
	margin:0 auto;
	height:80px;
}
#footer_menu ul {
	padding:0;
}
#footer_menu li{
	float:left;
	margin:5px;
	list-style:none;
	font-size:12px;
	width:14.5%;
}
#footer_logo {
	clear:both;
}
#footer_logo img {
	width:40%;
}
#company_info {
	margin:1em auto 5em;
	text-align:center;
}
#company_info p {
	text-align:center;
}
#phone {
	font-size:30px;
}
/*******************************
         home css
********************************/
#topbanner {
	height:700px;
	overflow:hidden;
}
#topbanner img {
	width:100%;
	margin-top:-100px;
}
#top_contents_inner {
	width:100%;
	clear:both;
}

#slide {
	width:100%;
	padding:0;
	position:relative;
	overflow:hidden;
}
#slide img {
	width:100%;
}
#slide li a:hover img {
	opacity:1;
}
#text_in_slide {
	color:#fff;
	position:absolute;
	top:50px;
	right:50px;
	font-size:2.4em;
	width:100%;
	text-indent:-9999px;
	background-image: url(../images/topbanner_text.png);
	background-repeat:no-repeat;
	width:400px;
	height:400px;
}

#slider li img {
	width:80%;
}
#slider .name {
	font-size:0.9em;
}
#news_wrap {
	overflow:scroll;
	width:100%;
}
#news_wrap #all_btn {
	margin:5px 0;
}
dl#info {
	width:100%;
	margin:0 10% 0 0;
	clear:both;
}
dl#info a {
	cursor:pointer;
	text-decoration:underline;
}
dl#info dt {
	padding:10px 0;
	width:20%;
	height:30px;
}
dl#info dd {
	padding:10px 0;
	float:left;
	width:80%;
	height:30px;
}
#twitter_wrap {
	float:left;
	width:50%;
	text-align:center;
	margin:80px auto;
}
#fb_wrap {
	float:right;
	text-align:center;
	width:50%;
	margin:80px auto;
}
#topmenu {
	width:90%;
	margin:0 auto;
}
#topmenu h1 {
	float:left;
	width:30%;
}
#topmenu h1 img {
	width:100%;
	max-width:300px;
}
#slider li {
	list-style:none;
	width: 20%;
}
#slider li h3 {
	font-size:90%;
	font-weight:normal;
}
ul#top_profile li {
	float:left;
	width:30%;
	list-style:none;
	text-align:center;
}
ul#top_profile li .pic {
	width:80%;
	margin:0 auto;
}
ul#top_profile li .pic img {
	width:100%;
}
#top_blog {
	width:100%;
	margin:0 auto;
	background-color:#efefef;
	clear:both;
	padding:0em 0 2em;
}
#top_blog_inner {
	width:80%;
	margin:0 auto;
}
#top_blog #pic {
	width:30%;
	float:left;
}
#top_blog #pic img {
	width:100%;
}
#top_blog #right{
	float:right;
	width:60%;
}
#top_blog #title{
	font-size:150%;
}
#top_blog h2 {
	margin-bottom:0;
	padding-bottom:0;
}
#topslider {
	margin:0;
	padding:0;
}
#topslider {
	margin:0;
	padding:0;
}
#logo_white {
	position:absolute;
	top:50px;
	z-index:100;
	opacity:0.8;
	width:100%;
	text-align:center;
}
#logo_white img {
	width:60%;
	margin:0 auto;
}
#catch_white {
	position:absolute;
	top:300px;
	z-index:100;
	width:100%;
	text-align:center;
}
#catch_white img {
	width:600px;
	margin:0 auto;
}
#top_anker {
	position:absolute;
	bottom:0px;
	z-index:100;
	width:100%;
	text-align:center;
}
#top_anker a {
	margin:0 auto;
	width:100px;
	height:50px;
	display:block;
}
#top_anker img {
	width:100px;
	margin:0 auto;
}
ul#rss li {
	width:23%;
	float:left;
	list-style:none;
	margin:0 5%;
}
ul#rss li img {
	width:100%;
}
ul#rss li p {
	margin:0;
	line-height:120%;
}
ul#rss li .date {
	font-weight:bold;
}
#rss_text {
	height:4em;
}
img.img-box {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
a:hover img.img-box {
	-webkit-filter: grayscale(50%);
	filter: grayscale(50%);
}
img#home_pic1 {
	width:40%;
}
img#home_pic2 {
	width:50%;
}
.tile4 {
	width:50%;
	float:left;
}
.tile4 img {
	width:100%;
}
.tile3 {
	width:33.3%;
	float:left;
}
.tile3 img {
	width:100%;
}
#home_catch1 {
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
	font-size:200%;	
}
#hokkaido_map {
	position:absolute;
	top:20%;
	right:10%;
	width:20%;
}
#hokkaido_map img {
	width:100%;
}
#recruit_sec {
	width:60%;
	margin:2em auto;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:120%;
}

#gmap {
	width:100%;
	height:500px;
	clear:both;
	margin:0 auto 0;
}
#pamphlet {
	clear:both;
	width:100%;
	margin:0 auto 0;
	padding:100px 0;
	display:inline-table;
	background-color:#f8f8f8;
}
#pamphlet img {
	width:10%;
	margin:0 45%;
	box-shadow:5px 5px 10px 5px rgba(0,0,0,0.2);
}
dl.information dd .title {
	color:#990000;
}
#recipe_banner {
	position:relative;
}
#recipe_banner p {
	position:absolute;
	color:#fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size:28px;
	letter-spacing: 16px;
    transition: .8s;
}
#recipe_banner .btn {
	font-size:16px;
	letter-spacing: 10px;
	opacity:0.6;
	width:300px;
	margin:0 auto;
}
#recipe_banner a:hover .btn {
	opacity:1;
    transition: .8s;
}
/*******************************
         contents css
********************************/
#contents {
	width:100%;
	margin:0 auto;
	padding:0;
	min-height:500px;
}
#contents_inner {
	width:90%;
	max-width:1200px;
	margin:0px auto 20px;
	padding:20px 0;
	clear:both;
}
#contents_inner .category {
	color:#fff;
	background-color:#996600;
	padding:2px 4px;
	margin:5px 0;
}
#banner {
	width:100%;
	margin:2em auto;
	overflow:hidden;
}
#banner img {
	width:100%;
}
.profile1 {
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	height: 100%;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
}
.profile2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	vertical-align: middle;
}
.products_tile {
	position:relative;
	float:left;
	width:31%;
	margin:0 1% 50px;
}
.products_tile.feed {
	clear:both;
}
.products_tile h3 {
	text-align:left;
	font-size:1.1em;
	margin:0;
}
.products_tile div a{
	display:block;
	width:80%;
	margin:0 auto ;
	text-align:center;
}
.products_tile .category {
	color:#fff;
	background-color:#996600;
	font-size:12px;
	padding:0px 4px;
	margin:5px 0;
	display:inline-table;
	clear:both;
}
.products_tile .prize_mark {
    width: 10%;
    float: left;
    clear: both;
}
.products_tile .prize {
    float: right;
    margin-left: 5px;
    font-size: 10px;
    width: 87%;
}
#item_left {
	float:left;
	width:50%;
	margin:0 0 3em;
}
.thumbnaillist {
	width: 100%;
	height: 100px;
	display: table;
}
.thumbnaillist ul {
	margin:0;
	padding:0;
	width:100%;
}

.thumbnaillist li {
	width: 80px;
	height: 100%;
	float: left;
	list-style: none;
	margin: 5px 10px 0 0;
	border:1px solid #ccc;
	padding:0;
}
.thumbnaillist li a {
	display:block;
	height:53px;
}
.thumbnaillist li img {
	width: 100%;
}
#item_right {
	float:right;
	width:45%;
	margin:0 0 3em;
	position:relative;
}
#item_right .prize_mark {
	width:60px;
	float:left;
	margin:0 5px 0 0;
	clear:both;
}
#item_right p {
	text-align:left;
}
#item_right #modified_date {
	margin:10px 0;
	padding:10px 0;
	font-size:12px;
}
#item_right form {
	margin:20px 0;
}
#item_right #cart_btn {
	border: none;
	background-color:#990000;
	padding: 10px 10px;
	margin: 10px 0 0px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 5px;
}
#item_right #cart_btn:hover {
	opacity:0.7;
}
#item_right #price {
	color:#c00;
}
#lineup {
	clear: both;
	padding:0;
}

#lineup ul li{
	width: 15%;
	float: left;
	list-style: none;
	margin: 0 1.5% 2em;
}
#lineup ul li img{
	width: 100%;
}
#lineup .name {
	height:4em;
}
#family {
	clear: both;
	padding:0;
}

#family ul li{
	width: 20%;
	float: left;
	list-style: none;
	margin: 0 1.5% 2em;
}
#family ul li img{
	width: 100%;
}
#family .name {
	height:4em;
}
.simple_table {
	border-collapse:collapse;
	border: 1px solid #888888;
}
.simple_table td {
	border: 1px solid #888888;
	padding:5px;
}
.aboutus p, .aboutus .simple_table, .aboutus table {
	width:60%;
	margin:0 auto;
	text-align:left;
}
p.center {
	text-align:center;
}
p.right {
	text-align:right;
}
.store_table {
	width:90%;
}
.store_table td.store_name {
	width:40%;
}
#form_inner {
	width:50%;
	margin:0 auto;
	text-align:left;
	padding:50px;
}
#form_inner p {
	text-align:left;
	margin:0 0 0 0;
}
.btn {
	background-color:#000;
	color:#fff;
	padding:0.7em 1em;
	border-radius:1em;
	font-size:110%;
	display:block;
}
a:hover.btn {
	background-color:#555;
	color:#FFFFFF;
}
#searchbox ul {
	padding:2em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	line-height:1px;
}
#searchbox ul li {
	float:left;
	width:13.5%;
	list-style:none;
	text-align:center;
}
#searchbox ul li#index {
	width:18%;
	font-weight:bold;
	list-style:none;
}
ul#recipe_menu {
	margin:50px 0 0;
	padding:0;
}
ul#recipe_menu  li {
	float:left;
	width:16%;
	margin:0 2%;
	list-style:none;
	height:300px;
	font-size:100%;
	text-align:center;
}
.recipe {
	clear:both;
	margin:100px auto 0;
	width:70%;
	transition: .8s;
	opacity:1;
}
.recipe .pic{
	position:relative;
}
.recipe .pic .cheese_name {
	position:absolute;
	color:#fff;
	opacity:0;
	transition: .8s;
}
.recipe .pic .cheese_name#cn1 {
	top:30%;
	left:15%;
}
.recipe .pic .cheese_name#cn2 {
	top:85%;
	left:10%;
}
.recipe .pic .cheese_name#cn3 {
	top:60%;
	left:60%;
}
.recipe .pic .cheese_name#cn4 {
	top:20%;
	left:10%;
}
.recipe .pic .cheese_name#cn5 {
	top:40%;
	left:60%;
}
.recipe .pic .cheese_name#cn6 {
	top:75%;
	left:30%;
}
.recipe .pic .cheese_name#cn7 {
	top:50%;
	left:70%;
}
.recipe .pic .cheese_name#cn8 {
	top:40%;
	left:40%;
}
.recipe .pic .cheese_name#cn9 {
	top:80%;
	left:20%;
}
.recipe .pic .cheese_name#cn10 {
	top:90%;
	left:80%;
}
.recipe .pic .cheese_name#cn11 {
	top:80%;
	left:50%;
}
.recipe .pic .cheese_name#cn12 {
	top:20%;
	left:80%;
}
.recipe .pic .cheese_name#cn13 {
	top:30%;
	left:40%;
}
.recipe .pic .cheese_name#cn14 {
	top:50%;
	left:60%;
}
.recipe .pic .cheese_name#cn15 {
	top:60%;
	left:10%;
}
.recipe .pic .cheese_name#cn16 {
	top:25%;
	left:35%;
}
.recipe .pic .cheese_name#cn17 {
	top:40%;
	left:50%;
}
.recipe .pic .cheese_name#cn18 {
	top:70%;
	left:15%;
}
.recipe .pic .cheese_name#cn19 {
	top:90%;
	left:50%;
}
#pamphlet_wrap {
	width:80%;
	margin:0 auto;
}
#pamphlet_wrap img {
	margin:100px auto;
	box-shadow:5px 5px 10px 5px rgba(0,0,0,0.2);
}
img.linkbanner {
	width:auto;
	display:block;
}
dl.store {
	margin:0 0 50px;
}
dl.store dt {
	width:40%;
}
dl.store dd {
	width:60%;
}
dl#links dt {
	width:40%;
}
dl#links dd {
	width:60%;
}
/*******************************
         sns css
********************************/
#sns {
	width:90%;
	margin:0 auto;
	clear:both;
	display:none;
}
#sns1, #sns2 {
	float:left;
	padding:5px;
}



/*******************************
         tab-box css
********************************/
#tab {
  padding:0;
}
#tab li {
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
  width:45%;
  text-align:center;
  font-size:1.2em;
  margin:10px auto;
}
#tab li p {
  margin:0;
}

#tab li.select {
  background:#669900;
  color:#fff;
}
.disnon {
  display: none;
}

.content_wrap {
  clear: left;
}

/*******************************
         mail css
********************************/
.error {
	color:#FF0000;
}
#confirm_btn {
	text-align:center;
}
#confirm_btn a.btn {
	font-size:15px;
	float:left;
	width:30%;
	margin:0em 1em 0em 0;
	font-size:1em;
}
#confirm_btn input[type="submit"] {
	font-size:15px;
	float:left;
	width:30%;
	margin:0em 1em 0em 0;
}
input[type="submit"].btn {
	font-size:15px;
	border:none;
	cursor:pointer;
}
input[type="text"] {
	height:2em;
}
textarea {
	height:10em;
	width:400px;
	margin:1em 0;
}
dl#mail {
}
dl#mail dt {
	float:none;
	font-weight:bold;
	padding-top:1em;
	width:100%;
}
dl#mail dd {
	float:none;
	padding-bottom:1em;
	width:100%;
	border:none;
}
.required {
	color:#f00;
	padding:0.5em;
	font-size:80%;
}
/*******************************
         news css
********************************/
dl#news dt {
	float:none;
	font-weight:bolder;
}
dl#news dd {
	float:none;
}
dl#news #title {
	font-size:120%;
}

/*******************************
         ios css reset
********************************/


input[type="button"],input[type="submit"] {
	-webkit-appearance: none;
}

