@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", "MS PGothic", "Hiragino Kaku Gothic Pro", Osaka;
	font-size:12px;
	height: 100%;
	color:#444;
}

a {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
}

h1 {
	clear:both;
	font-size:1.5em;
}
h2 {
	clear:both;
	text-align:center;
	padding:1em 0;
}
img {
	border:none;
}
dl dt {
	margin:0;
}
dl dd {
	margin:0 0 0.5em;
}
ul {
	margin:0;
	padding:0;
}
p {
	line-height:150%;
	text-align:center;
}
#pankuzu {
	width:98%;
	margin:0 auto;
	font-size:90%;
}
.btn {
	background-color:#000;
	color:#fff;
	padding:1em;
	border-radius:2px;
}
a:hover.btn {
	background-color:#555;
	color:#FFFFFF;
}
.mintyo {
	font-family:'Times New Roman', '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro';
}
.red_moji_l {
	color:#FF0000;
	font-size:120%;
}
a.btn2 {
	color:#CC9900;
	padding:0.7em 1em;
	font-size:110%;
	border:1px solid #CC9900;
	margin:20px 0;
	display:block;
	text-align:center;
}

/*******************************
         header css
********************************/

#header {
	width:100%;
	margin:0 auto;
	background-color:#efefef;
	padding:5px 0;
	z-index:1;
}
#header_inner {
	width:100%;
	margin:0 auto;
}
#header h1 {
	width:55%;
	margin:0 0 0 10px;
}
#header h1 img {
	width:100%;
}
a#shop {
	width:50px;
	height:40px;
	display:block;
	background-color:#cc9900;
	color:#fff;
	font-size:10px;
	line-height:40px;
	text-align:center;
	position:absolute;
	top: 14px;
    right: 66px;
}

/*******************************
         menu css
********************************/
#menu {
}
#menu li {
	list-style:none;
	padding:0.5em 0;
	border-top:1px dotted #ccc;	
}
#menu li#mb0 {
	padding:0.5em 0;
	display:none;
}
#menu li#mb0 a{
	border:1px solid #cc9900;
	color:#000;
	width:95%;
	margin:0 2.5%;
	padding:1em 0.5em;
}
#menu li#mb0 a:after{
	content:url(../images/link_icon.png);
	position:absolute;
    top: 14px;
    right: 15px;
    padding: 4px 4px 4px 7px;
    background-color: #cc9900;
}
#menu li img {
	width:100%;	
	max-width:100px;
}



/*******************************
         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:100%;
	margin:0 auto;
	padding:1em 0;
	text-align:center;
	background-color: rgba(0,0,0,0.7);
	height:100%;
}
#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 2em;
}
#footer_menu li{
	margin:0em 0;
	list-style:none;
	border-bottom:1px solid #fff;
	line-height:3em;
}
#footer_logo {
	clear:both;
}
#footer_logo img {
	width:50%;
}
#company_info {
	margin:1em auto 5em;
}
#phone {
	font-size:150%;
}

/*******************************
         home css
********************************/
#topbanner img {
	width:150%;
}
#slide {
	width:100%;
	position:relative;
}
#slide img {
	width:100%;
}
#text_in_slide {
	color:#fff;
	position:absolute;
	top:150px;
	left:0px;
	font-size:1.2em;
	width:100%;
	text-align:center;
}
a#uzura_btn {
	width:150px;
	height:150px;
	color:#fff;
	display:block;
	line-height:10em;
	text-align:center;
	margin:0 auto;
}
ul#slider {
	width:50%;
}
#slider li {
	height:200px;
}
#slider .name {
	font-size:0.9em;
}
#news_wrap {
	overflow:scroll;
	margin:0 0 20px;
}
#news_wrap #all_btn{
	margin:10px 0;
}
dl#info {
	border-top:1px solid #efefef;
	width:100%;
	margin:0 auto;
	clear:both;
}
dl#info dt {
	padding:10px 0 0;
	float:none;
	height:20px;
	color:#888;
}
dl#info dd {
	padding:0em 0 10px;
	border-bottom:1px solid #efefef;
	float:none;
	margin:0;
	height:40px;
}
dl#info dd a{
	color:#996600;
}
#twitter_wrap {
	width:90%;
	margin:30px auto;
}
#fb_wrap {
	width:90%;
	margin:30px auto;
}
#message {
	text-align:center;
	background-image: url(../images/iwanai_bg.jpg);
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-position:right;
	background-size:cover;
	clear:both;
	color:#FFFFFF;
	padding:4em 0;
	position:relative;
}
#message p {
	line-height:180%;
}
#topmenu {
	width:100%;
	margin:0 auto;
}
#topmenu #menu li {
	border:none;
	width: 16%;
	font-size:80%;
	border-left:1px solid #ccc;
	text-align:center;
}
#topmenu h1 {
	text-align:center;
}
#topmenu h1 img {
	width:75%;
	margin:0 auto;
}
ul#top_profile li {
	width:70%;
	list-style:none;
	text-align:center;
	margin:0 auto;
}
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 1em;
}
#top_blog_inner {
	width:90%;
	margin:0 auto;
	overflow:scroll;
	padding:0 0 1em 0;
}
#top_blog #pic {
	width:30%;
	float:left;
}
#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;
}
#logo_white {
	position:absolute;
	top:20px;
	z-index:100;
	opacity:0.8;
	width:100%;
	text-align:center;
}
#logo_white img {
	width:100%;
	margin:0 auto;
}
#catch_white {
	position:absolute;
	top:100px;
	z-index:100;
	width:100%;
	text-align:center;
}
#catch_white img {
	width:80%;
	margin:0 auto;
}
#top_anker {
	position:absolute;
	bottom:0px;
	z-index:100;
	width:100%;
	text-align:center;
	display:none;
}
#top_anker img {
	width:100px;
	margin:0 auto;
}
ul#rss {
	width:768px;
}
ul#rss li {
	width:30%;
	float:left;
	list-style:none;
	margin:0 1%;
}
ul#rss li img {
	width:100%;
}
#rss_text {
	height:3em;
	line-height:120%;
} 
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:60%;
}
img#home_pic2 {
	width:100%;
}
.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:100%;	
}
#hokkaido_map {
	position:absolute;
	top:50%;
	right:0;
	width:20%;
}
#hokkaido_map img {
	width:100%;
}
#recruit_sec {
	width:80%;
	margin:2em auto;
	padding:1em 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:120%;
}
#gmap {
	width:100%;
	height:350px;
	clear:both;
	margin:0 auto 0;
}
#pamphlet {
	clear:both;
	width:100%;
	margin:0 auto 0;
	padding:30px 0;
	display:inline-table;
	background-color:#f8f8f8;
}
#pamphlet img {
	width:30%;
	margin:0 35%;
	box-shadow:5px 5px 10px 5px rgba(0,0,0,0.2);
}
#recipe_banner {
	position:relative;
}
#recipe_banner p {
	position:absolute;
	color:#fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size:12px;
	letter-spacing: 5px;
    transition: .8s;
}
/*******************************
         contents css
********************************/
#contents {
	width:100%;
	margin:0 auto;
	background-color:#fff;
	overflow: hidden;
}
#contents_inner {
	width:95%;
	margin:0 auto;
	padding:20px 0;
}
#banner {
	width:100%;
	margin:2em auto;
}
#banner img {
	width:100%;
}
.products_tile {
	width:100%;
	position:relative;
	margin-bottom:30px;
	clear:both;
}
.products_tile .prize_mark {
	width:30px;
	float:left;
}
.products_tile .prize {
	vertical-align:bottom;
	float:left;
	padding-left:5px;
	font-size:12px;
}
.products_tile img {
	width:100%;
}
.products_tile h3 {
	text-align:left;
	font-size:1.1em;
	margin:0;
}
.products_tile .category {
	color:#fff;
	background-color:#996600;
	font-size:12px;
	padding:0px 4px;
	margin:5px 0;
	display:inline-table;
}
.products_tile div a{
	display:block;
	width:80%;
	margin:0 auto ;
	text-align:center;
}
#item_left {
	width:100%;
}
#item_left img{
	width:100%;
}
.thumbnaillist {
	width: 100%;
	height: 100px;
	display: table;
}

.thumbnaillist li {
	width: 70px;
	float: left;
	list-style: none;
	margin: 5px 5% 0 0;
	border:1px solid #ccc;
}
.thumbnaillist li a {
	display:block;
	height:47px;
} 
.thumbnaillist li img {
	width: 100%;
}
#item_right {
	width:100%;
}
#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 select {
	border:1px solid #ccc;
	padding:3px;
}
#item_right #modified_date {
	margin:20px auto;
}
#item_right #price {
	color:#c00;
}
#item_right form {
    margin: 20px 0;
}
#lineup {
	clear: both;
	padding:0;
}

#lineup ul li{
	width: 100%;
	list-style: none;
	margin: 0 auto 2em;
	clear:both;
	height:3em;
}
#lineup ul li img{
	width: 20%;
	float:left;
}
#lineup .name {
	float:left;
	width:75%;
	margin:0 0 0 0.5em;
}
#family {
	clear: both;
	padding:0;
}

#family ul li{
	width: 100%;
	list-style: none;
	margin: 0 1.5% 2em;
	clear:both;
	height:5em;
}
#family ul li img{
	width: 30%;
	float:left;
}
#family .name {
	height:4em;
	width:65%;
	float:left;
	margin:0 0 0 0.5em;
}
.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 {
	margin:0 auto;
	text-align:left;
}
p.center {
	text-align:center;
}
p.right {
	text-align:right;
}
.profile1 {
	width: 20%;
	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;
	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;
}
#form_inner {
	width:100%;
	margin:2em auto;
	text-align:left;
}
#form_inner p {
	text-align:left;
	margin:0 0 0 0;
}

#searchbox {
	display:block;
	height:100%;
}
#searchbox ul {
	padding:1em 0;
}
#searchbox ul li {
	float:left;
	list-style:none;
	font-size:80%;
	border-right: 1px solid #ccc;
	padding:0 1%;
}
#searchbox ul li#index {
	float:left;
	width:100%;
	font-weight:bold;
	display:none;
}
ul#recipe_menu {
	margin:50px 0 0;
	padding:0;
}
ul#recipe_menu  li {
	float:left;
	width:16%;
	margin:0 2%;
	list-style:none;
	font-size:6px;
	text-align:center;
}
ul#recipe_menu  li img{
	width:100%;
}
.recipe {
	clear:both;
	margin:100px auto 0;
	width:100%;
	transition: .8s;
	opacity:1;
}
.recipe .pic{
	position:relative;
}
.recipe .pic img{
	width:100%;
}
.recipe .pic .cheese_name {
	position:absolute;
	color:#fff;
	opacity:0;
	transition: .8s;
	font-size:7px;
}
.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:85%;
	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:90%;
	margin:0 auto;
}
#pamphlet_wrap img {
	width:100%;
	margin:50px auto;
	box-shadow:5px 5px 10px 5px rgba(0,0,0,0.2);
}
img.linkbanner {
	width:auto;
	display:block;
}
dl#links dt {
	font-weight:bold;
	margin-top:30px;
	border-top:1px solid #ccc;
	padding-top:10px;
}
dl.store dt {
	font-weight:bold;
}
dl.store dd {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
/*******************************
         sns css
********************************/
#sns {
	width:100%;
	margin:1em auto;
	display:none;
}
#sns1, #sns2 {
	float:left;
	padding:5px;
}

/*******************************
         side_menu css
********************************/
ul#side_menu {
	position:fixed;
	right:0;
	top:100px;
	z-index:100;
	opacity:0.8;
}
ul#side_menu li {
	list-style:none;
}
ul#side_menu li p {
	font-size:90%;
	display:none;
}
ul#side_menu li a {
	color:#fff;
	display:block;
	width:10px;
	height:20px;
	background-color:#333;
	padding:0.5em;
	margin:1em 0 1em;
	border-radius:1em 0em 0em 1em;
}
ul#side_menu li a:hover {
	background-color:#666;
}

/*******************************
         tab-box css
********************************/
#tab {
  display:none;
}

/*******************************
         mail css
********************************/
.error {
	color:#FF0000;
}
#confirm_btn {
	text-align:center;
	padding:2em 0;
}
#confirm_btn a.btn {
	font-size:12px;
	float:left;
	width:40%;
	margin:0em 1em 0em 0;
	font-size:1em;
}
#confirm_btn input[type="submit"] {
	font-size:12px;
	float:left;
	width:40%;
	margin:0em 1em 0em 0;
}
input[type="submit"].btn {
	font-size:12px;
	border:none;
	cursor:pointer;
}
input[type="text"] {
	height:2em;
	border:1px solid #ccc;
}
textarea {
	height:10em;
	width:90%;
	margin:1em 0;
	border:1px solid #ccc;
}
dl#mail {
	border-top:1px solid #ccc;	
}
dl#mail dt {
	float:none;
	font-weight:bold;
	padding-top:1em;
}
dl#mail dd {
	float:none;
	border-bottom:1px solid #ccc;	
	padding-bottom:1em;
}
.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%;
}
dl#news img {
	width:100%;
}


.information dt {
	color:#888;
}
.information dd {
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.information dd .title {
	color:#996600;
}

/*******************************
         gallery css
********************************/
ul.gallery li {
	float:left;
	width:10%;
	margin:1%;
	list-style:none;
	
}
ul.gallery img {
	width:100%;
}

/*******************************
         parallax css
********************************/

#nishinspa_f {
	width:70%;
	margin:0 auto;
}
#nishinspa_f img {
	width:100%;
}




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


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

/*******************************
         blog css reset
********************************/
#blog_banner {
	background-color:#efefef;
	border-radius:10px;
	padding:1em;
	background-image:url(../images/blog_banner_bg.jpg);
	background-repeat:no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto;
	width:90%;
	margin:1em auto;
	display:block;
}
#blog_banner #blog_title {
	width:80%;
	margin:0 auto;
}
#blog_banner #blog_title img {
	width:100%;
}
#blog_banner a {
	color:#fff;
}
#blog_banner a:hover {
	color:#ccc;
}
#blog_banner h2 {
	display:none;
}
#blog_banner h3 {
	color:#fff;
	text-align:center;
	font-size:80%;
}
#wp-calendar {
	margin:0 auto;
	text-align:left;
}
#text-2 {
	text-align:left;
}
.entry-content img {
	width:100%;
	height:auto;
}
#primary {
	width:95%;
	margin:0 auto;
}
#secondary {
	width:95%;
	margin:0 auto;
	text-align:left;
	clear:both;
	padding:1em 0;
}
#contents_inner.blog {
	width:90%;
}
#secondary ul {
	padding:0;
}
#secondary li {
	list-style:none;
	padding:2px 0;
}
.assistive-text {
	display:none;
}
nav {
	padding:1em 0;
}
aside {
	padding:1em 0;
}
.nav-previous {
	float:left;
	background-color:#efefef;
	border-radius:3px;
	padding:0.2em 0.5em;
}
.nav-next {
	background-color:#efefef;
	border-radius:3px;
	float:right;
	padding:0.2em 0.5em;
}
.entry-date {
	font-size:120%;
}
.form-allowed-tags {
	display:none;
}
form#commentform label {
	display:block;
}
.blog form input[type="submit"] {
	background-color:#0D3B4B;
	color:#fff;
	padding:0.7em 1em;
	border-radius:1em;
	border:none;
}