@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;
}
a:hover {
	color:#CC0000;
}

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

.clear {
	clear:both;
}
.pc_only {
	display:none;
}
img {
	border:none;
	width:100%;
}
a:hover img {
	opacity:0.8;
}
dl dt {
	float:left;
	clear:both;
	margin:0;
}
dl dd {
	float:right;
	margin:0;
}
p {
	line-height:150%;
	text-align:center;
}
#pankuzu {
	width:90%;
	margin:0 auto;
}
.btn {
	background-color:#0D3B4B;
	color:#fff;
	padding:0.7em 1em;
	border-radius:1em;
	font-size:110%;
}
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%;
}
/*******************************
         header css
********************************/

#header {
	width:100%;
	height:150px;
	margin:0 auto;
}
#header_inner {
	width:90%;
	height:150px;
	margin:0 auto;
}
#header h1 {
	width:30%;
	height:80px;
	float:left;
}
#header h1 img {
	width:100%;
	max-width:300px;
}

/*******************************
         menu css
********************************/

#menu {
	padding:1.5em 0 0;
	width:65%;
	float:right;
}
#menu ul {
	width:100%;
}
#menu li {
	float:left;
	list-style:none;
	padding:0em 0em 0em 0em;
	width:20%;
}
#menu li a{
	padding:1em 0em 1em 0em;
}
#menu li#mb1 a{
	background: url(../images/menu_01.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb2 a{
	background: url(../images/menu_02.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb3 a{
	background: url(../images/menu_03.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb4 a{
	background: url(../images/menu_04.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb5 a{
	background: url(../images/menu_05.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb6 a{
	background: url(../images/menu_06.png) no-repeat center 5px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb1 a:hover {
	background: url(../images/menu_01.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb2 a:hover {
	background: url(../images/menu_02.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb3 a:hover {
	background: url(../images/menu_03.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb4 a:hover {
	background: url(../images/menu_04.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb5 a:hover {
	background: url(../images/menu_05.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li#mb6 a:hover {
	background: url(../images/menu_06.png) no-repeat center 3px;
	-moz-background-size:contain;
	background-size:contain;
}
#menu li.current a{
	color:#CC0000;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu .submenu {
	display:none;
}
#menu li img {
	width:100%;
	max-width:100px;
}
.pagenavi2 {
	display: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:50%;
	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;
}
#footer_menu li{
	float:left;
	margin:1em;
	list-style:none;
}
#footer_logo {
	clear:both;
}
#footer_logo img {
	width:50%;
}
#company_info {
	margin:1em auto 5em;
}
#phone {
	font-size:30px;
}
/*******************************
         home css
********************************/
#topbanner img {
	width:100%;
}
#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;
	float:left;
	width:70%;
}
dl#info {
	border-top:1px solid #efefef;
	width:90%;
	margin:0 auto;
	clear:both;
}
dl#info dt {
	padding:10px 0;
	width:20%;
	border-bottom:1px solid #efefef;
	height:30px;
}
dl#info dd {
	padding:10px 0;
	float:left;
	border-bottom:1px solid #efefef;
	width:80%;
	height:30px;
}
#fb_wrap {
	float:right;
	width:30%;
}
#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:3em auto 0;
}

/*******************************
         contents css
********************************/
#contents {
	width:100%;
	margin:0 auto;
	padding:0;
	min-height:500px;
}
#contents_inner {
	width:90%;
	margin:0px auto 20px;
	padding:20px 0;
	clear:both;
}
#banner {
	width:100%;
	margin:2em auto;
	overflow:hidden;
}
#banner img {
	width:100%;
}
ul#category_menu {
	padding:0 0 5em;
}
#category_menu li {
	float:left;
	width:20%;
	list-style:none;
	border-right:1px solid #ccc;
	text-align:center;
	height:3em;
	line-height:3em;
}
.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 {
	float:left;
	width:31%;
	height:400px;
	margin:0 1% ;
}
.products_tile h3 {
	text-align:left;
	font-size:1.1em;
	height:4em;
}
.products_tile div a{
	display:block;
	width:80%;
	margin:0 auto ;
	text-align:center;
}
#item_left {
	float:left;
	width:50%;
}
#item_right {
	float:right;
	width:45%;
}
#lineup {
	clear: both;
	padding: 50px 0 0 0;
}

#lineup ul li{
	width: 20%;
	float: left;
	list-style: none;
	margin: 0 1.5% 2em;
}
#lineup ul li img{
	width: 100%;
}
#lineup .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:80%;
}
.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;
}

/*******************************
         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 {
	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%;
}

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


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

