@charset "UTF-8";
/* CSS Document */

/*
Theme Name: ANESIS
Version: 1.00
Author: anesis
Description: anesis
*/

/**************************************
              ▽共通指定▽             
**************************************/

/********** フォント読込 **********/
@font-face { /* IPAex明朝 */
	font-family: 'ipaexm';
	src: url('fonts/ipaexm/ipaexm.eot');
	src: url('fonts/ipaexm/ipaexm.eot?iefix') format('eot'),
		 url('fonts/ipaexm/ipaexm.woff') format('woff'),
		 url('fonts/ipaexm/ipaexm.ttf') format('truetype'),
		 url('fonts/ipaexm/ipaexm.svg#webfontjSpbZQRv') format('svg');
}
@font-face { /* Noto Sans Japanese */
	font-family: 'NotoSansJapanese';
	src: url('fonts/NotoSans/notosans_light.eot');
	src: url('fonts/NotoSans/notosans_light.eot?#iefix') format('eot'),
		 url('fonts/NotoSans/notosans_light.woff') format('woff'),
		 url('fonts/NotoSans/notosans_light.otf')  format('truetype'),
		 url('fonts/NotoSans/notosans_light.svg#webfontjSpbZQRv') format('svg');
}
@font-face { /* Noto Sans Bold */
	font-family: 'NotoSansBold';
	src: url('fonts/NotoSansBold/notosans_bold.eot');
	src: url('fonts/NotoSansBold/notosans_bold.eot?#iefix') format('eot'),
		 url('fonts/NotoSansBold/notosans_bold.woff') format('woff'),
		 url('fonts/NotoSansBold/notosans_bold.otf')  format('truetype'),
		 url('fonts/NotoSansBold/notosans_bold.svg#webfontjSpbZQRv') format('svg');
}

/********** 全体のスタイル **********/
html {	overflow: auto;
}
body {
	overflow-x: hidden;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	font-family: 'ipaexm', YuMincho, '游明朝';
	color: #808080;
}
ul,li { 
	margin: 0;  
	padding: 0;  
	list-style: none;  
}
#wrapper {
	overflow: hidden;
}
.lightbox { display: none; }


/********** リンクカラー設定 **********/
a { /* リンクされた文字 */
	font-style:normal;
	color: #808080;
	text-decoration: none;
	transition: color .3s;
	cursor: pointer;
}
a:link { /* 未訪問のリンク */
	font-style:normal;
	color: #808080;
	cursor: pointer;
}
a:visited { /* 訪問後のリンク */
	color: #808080;
	cursor: pointer;
}
a:hover { /* マウスをのせたとき */
	color: #ccc;
	cursor: pointer;
}

/********** 各種装飾 **********/
.top_slide_pc {
	clear: both;
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}
.pagetop a { /* TOPへ戻るボタン表示 */
	display: block;
	padding: 20px 10px;
	text-align: center;
}
.pagetop a:hover {
	display: block;
	padding:20px 10px;
	text-align: center;
}
h2 { /* 小見出し */
	position: relative;
	margin-top: 1em;
	padding: 0 .4em .-1em;
	/*padding-bottom: 10px;*/
	font-family : 'NotoSansJapanese', sans-serif;
	font-size: 0.8em;
	letter-spacing: 2px;
}
h2::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 1px;
	/*background-color: #808080;*/
}
.news_text a { /* リンクされた文字 */
	font-style:normal;
	color: #0000FF;
	text-decoration: underline;
	transition: color .3s;
}
.news_text a:link { /* 未訪問のリンク */
	font-style:normal;
	color: #0000FF;
}
.news_text a:visited { /* 訪問後のリンク */
	color: #0000FF;
}

#access {
	clear: both;
	width: 900px;
	margin: 0 auto;
}
.video {
	position: relative;
	height: 0;
	padding: 30px 0 56.25%;
	overflow: hidden;
	margin-top: 120px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********** 住所、営業時間テーブルの設定 **********/
div#access_table_wrapper {
	width: 100%;
}
ul.access_table {
	color : #4D4D4D;
	line-height: 42px;
	padding-top: 7px;
}
span.category2{ /* カテゴリ名のテキスト */
	vertical-align: middle;
	font-size: 1.8em;
	color : #808080;
}
.access_text { /* テキスト */
	vertical-align: middle;
}
img.access_logo { /* ロゴ */
	width: 50px;
	vertical-align: middle;
}

/********** フッタ **********/
span.c_text{ /* コピーライト */
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/**************************************
           ▽メディアクエリ▽          
**************************************/

/* PC */
@media screen and (min-width: 917px) {
body {
	min-width: 100%;
}
#wrapper {
	max-width: 100%;
	margin: 2em auto;
}
/********** ヘッダ **********/
.pagetop { /* TOPへ戻るボタン表示 */
	display: none;
	position: fixed;
	top: 80%;
	left: 45%;
	z-index: 8;
	height: 70px;
	width: 70px;
	margin-left: 360px;
}
#header_logo {
	width: 670px;
	margin: 0 auto;
}
#logo { /* ロゴ */
	float: left;
}
#logo_sp_img {
	display: none;
}
h1 img{
	width: 100%;
	max-width: 230px;
	height: 100%;
}
#sns_and_search { /* SNSアイコンと検索 */
	float: right;
	margin-top: 10px;
}
#sns_and_search ul {
	display: table;
}
#sns_and_search li {
	display: table-cell;
	vertical-align: middle;
}
dl.search2{
	position:relative;
	background-color:#fff;
	border:1px solid #848485;
	width: 93%;
	height: 24px;
	margin-left: 10px;
}
dl.search2 dt input{
	width:175px;
	background:none;
	border:none;
	font-family: 'Ipaexm', serif;
 	color: #666;
	font-size: 9pt;
	margin-left: 0.5vw;
	position:relative;
	top: 3px;
}
dl.search2 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search2 dd button{
	display:block;
	background:none;
	border:none;
}
dl.search2 dd button{
	display:block;
	width:35px;
	height:24px;
	color:#fff;
	line-height:22px;
	text-align:center;
	background-image:url("img/search.svg");
	background-repeat:no-repeat;
	background-position: center;
	background-size: 58%;
}
.search_box_text {
	position: relative;
	padding-left: 6px;
	margin-top: -15px;
}
div.spacer {
	clear: both;
	width: 100%;
	height: 2em;
}
ul.nav_menu { /* ナビゲーション */
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 670px;
	margin: 0 auto 15px auto;
	text-align: center;
	font-size: 10.5pt;
	clear: both;
	position: relative;
	left: -30px;
}
ul.nav_menu li {
	display: table-cell;
	/*float: left;*/
	vertical-align: middle;
	/*padding-left:35px;*/
	margin-left:35px;
	display: -moz-inline-box;
	/*display: inline-block;*/
	*display: inline;
	*zoom: 1;
	position: relative;
	/*top: -5px;*/
	top: 0px;
	font-family: 'ipaexm', YuMincho, '游明朝';
}
.nav_menu li + li {
	border-left:1px solid #808080;
	height: 20px;
	vertical-align: middle;
}
h2 {
	font-size: 1.7vw;
	font-family : 'NotoSansJapanese', sans-serif;
}
span.index_logo_sp {
	position: relative;
	top: 2px;
	margin-right: 10px;
}

/********** コンテンツ **********/

#news { /* ニュース */
	width: 670px;
	margin: 0 0 5em 0;
	/*border-bottom: solid 1px #808080;*/
	margin: 0 auto;
	vartical-align: top;
}
.news_index {
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: 300px;
}
#news h2 {
	margin-top: 3em;
}
.news_m {
	display:block;
	width: 670px;
	border-bottom: solid 1px #808080;
}
.news_index {
	width: 100%;
	margin: 0 auto;
}
.news_thumb {
	float: left;
	margin: 0 20px;
	padding-top: 15px;
	height: 160px;
}
.news_contents {
	display: block;
	color: #4D4D4D;
	padding-top: 15px;
}
.news_clear {
	clear:both;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px #808080;
}
.news_hr {
	width: 670px;
	/*border: none;*/
	border-top: solid 1px #808080;
	margin-top: 15px;
	margin-bottom: 100px;
}
span.news_date { /* ニュースの日付 */
	margin-bottom: -0.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1em;
	font-weight: 300;
}
span.news_text { /* ニュースの内容 */
	display: block;
	font-family: 'NotoSansJapanese';
	font-size: 0.8em;
	line-height: 25px;
	width: 550px;
}

/********** 企業情報タブ **********/
.corp_m {
	display:block;
	width: 670px;
	margin:0 auto;
}
.corp_m::after {
	position: absolute;
	bottom: 5px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 1px;
	/*background-color: #808080;*/
}
#corporation {
	width: 670px;
	margin: 0 auto 100px auto;
}
.tab {
	display: table;
	table-layout: fixed;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #aaa;
	margin-bottom: 30px;
}
.tab li {
	display: table-cell;
	background: #E6E6E6;
	color: #fff;
	font-family: 'NotoSansJapanese', sans-serif;
	font-size: 10pt;
	text-align: center;
	padding: 3px 5px;
	border-right: 1px solid #fff;
}
.tab li:last-child {
    border-right: none;
}
.tab li.select {
	background: #0000FF;
}
.tab li.tab_top {
	background: #fff;
	font-family: 'NotoSansBold', sans-serif;
	color: #808080;
	width: 50px;
	padding: 3px 5px;
}
.content li{
	background: #fff;
}
.content_more {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.hide {
	display:none;
}
.overview img {
	margin-left: -10px;
}
.history img {
	margin-left: 100px;
}
.business img {
	margin-left: -40px;
}
.group img {
	margin-left: 90px;
}
.social_c {
	margin-left: 75px;
}
.social img {
	margin-left: 90px;
}
.social_p img {
	width: 530px;
	margin: 30px;
}
.social_p2 img {
	width: 530px;
	margin: 30px 30px 70px 30px;
}
.content a { /* リンクされた文字 */
	color: #0000ff;
	font-family: 'NotoSansJapanese', sans-serif;
	text-decoration: underline;
	font-size: 10pt;
	cursor: pointer;
}
.content a:link { /* 未訪問のリンク */
	color: #0000ff;
	cursor: pointer;
}
.content a:visited { /* 訪問後のリンク */
	color: #0000ff;
	cursor: pointer;
}


/********** 取扱商品タブ **********/
#products {
	width: 670px;
	height: 100%;
	margin: 0 auto;
}
.tab2 {
	display: table;
	table-layout: fixed;
	text-align: center;
	overflow: hidden;
	border-bottom: 2px #fff solid;
	margin-bottom: 0;
	width: 100%;
}
.down {
	display: table;
	table-layout: fixed;
	text-align: center;
	overflow: hidden;
	border-bottom: solid 1px #808080;
	margin-bottom: 30px;
	width: 100%;
}
.tab2 li {
	display: table-cell;
	background: #E6E6E6;
	color: #fff;
	font-size: 8pt;
	font-family: 'NotoSansJapanese', sans-serif;
	padding: 3px 1px;
	border-right: 1px solid #fff;
}
.tab2 li.tab_top {
	background: #fff;
	font-family: 'NotoSansBold', sans-serif;
	color: #808080;
	width: 50px;
	padding: 3px 5px;
}
.tab2 li.select2 {
	background: #0000FF;
}
.tab2 li:last-child {
    border-right: none;
}
.tab2 li.foods {
	padding: 3px 3px;
}
.tab2 li.kaunet {
	width: 130px;
	padding: 3px 2px;
}
span.kaunet {
	font-size: 7pt;
}

.content2 li{
	background: #fff;
}
.hide2 {
	display:none;
}
.foods_t {
	width: 670px;
	margin: 0 auto;
}

#access {
	margin-top: 100px;
}
.g_map { /* GoogleMAP */
	display: block;
	width: 670px;
	height: 400px;
	background-color: transparent;
	margin: 0 auto 1.3em auto;
	border: none;
}

/********** 住所、営業時間テーブルの設定 **********/
.access_m {
	width: 670px;
	margin: 0 auto;
}
#access_logo_wrapper {
	float: left;
	position: relative;
	left: 120px;
	text-align: center;
}
#access_logo_wrapper li {
	padding-bottom: 10px;
}
div#access_table_wrapper {
	width: 100%;
	float: right;
}
ul.access_table.pc {
	display: table;
	margin: 0 0 0 320px;
}
ul.access_table.pc li {
	display: table-row;
}
span.category2{ /* カテゴリ名のテキスト */
	padding-right: 1.5em;
}
span.access_logo { /* ロゴ */
	display: inline-block;
	padding-top: 10px;
}
.access_logo li {
	margin-bottom: -5px;
}
span.ja_add {
	position: relative;
	top: -15px;
	font-size: 16pt;
	letter-spacing: 0.8pt;
}
span.en_add {
	position: relative;
	top: -10px;
	font-size: 10pt;
	letter-spacing: 0.6pt;
}
.tel {
	font-size: 12pt;
}
.add {
	font-size: 12pt;
	letter-spacing: 0.9pt;
}
.list1 {
	border-right: solid 1px #666;
	padding-right: 25px;
}
.list2 {
	padding-left: 24px;
}
.sp {
	display: none;
}

#bottom_contacts {
	display: none;
}

/********** フッタ **********/
div#footer {
	width: 100%;
	clear: both;
	margin-top: 5em;
	text-align: center;
	font-size: 9pt;
}
}

/* スマホ */
@media screen and (max-width: 916px) {	
#wrapper {
	padding: 20px 0 50px 0;
}
/********** ヘッダ **********/
.pagetop { /* TOPへ戻るボタン表示 */
    display: none;
    position: fixed;
    right: 30px;
    bottom: -5px;
	z-index: 8;
}
.pagetop {
	display: inline-block;
	width: 60px;
}
#header_logo {
	width: 93%;
	margin: 0 auto;
}
#logo { /* ロゴ */
	display: none;
}
div#logo_sp_img img{
	width: 100%;
	max-width: 220px;
	height: 100%;
}
div#logo_sp_img{
	text-align:center;
}
#sns_and_search { /* SNSアイコンと検索 */
	display: none;
}
ul.nav_menu { /* ナビゲーション */
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 95%;
	margin: 0 auto 20px auto;
	padding-top: 2em;
	text-align: center;
	font-size: 8.5pt;
	clear: both;
}
ul.nav_menu li {
	display: table-cell;
	vertical-align: middle;
}
.nav_menu li+ li {
	border-left: 1px solid #808080;
}

/********** コンテンツ **********/
.index_logo_sp img {
	margin-right: 20px;
	position: relative;
	top: 5px;
}
h2 {
	font-size: 5.2vw;
}
#news { /* ニュース */
	width: 90%;
	margin: 0 0 5em 0;
	margin: 0 auto;
	vartical-align: top;
}
.news_index {
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: 350px;
}
#news h2 {
	margin-top: 3em;
}
.news_thumb {
	float: left;
	margin: 0 10px;
	padding-top: 5px;
	height: 160px;
}
.news_contents {
	display: block;
	color: #4D4D4D;
	padding-top: 5px;
}
.news_clear {
	clear:both;
	margin-bottom: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: solid 1px #808080;
}
.news_hr {
	width: 90%;
	border: none;
	border-top: solid 1px #808080;
	margin-top: 5px;
	margin-bottom: 100px;
}
span.news_date { /* ニュースの日付 */
	margin-bottom: -0.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 3.5vw;
	font-weight: 300;
}
span.news_text { /* ニュースの内容 */
	display: block;
	font-family: 'NotoSansJapanese';
	font-size: 2vw;
	line-height: 25px;
	width: 98%;
	white-space: normal;
}

/********** 企業情報タブ **********/
h2.corp_m {
	width: 90%;
	margin: 0 auto;
}
#corporation {
	width: 90%;
	margin: 0 auto 100px auto;
}
.tab {
	table-layout: fixed;
	text-align: center;
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #aaa;
	margin-bottom: 30px;
}
.tab li {
	background: #ccc;
	color: #fff;
	font-family: 'NotoSansJapanese', sans-serif;
	font-size: 4vw;
	text-align: center;
	padding: 1vw 5vw;
	float: left;
	margin-top: 2px;
	margin-right: 2px;
	min-width: 16.7vw;
}
.tab li.tab_top {
	display: none;
}
.tab li.select {
	background: #0000FF;
}
.tab li.history {
	width: 18.6vw;
	margin-right: 0;
}
.tab li.group {
	padding: 1vw 2.6vw;
}
.tab li.social {
	margin-right: 0;
	padding: 1vw 2.5vw;
	border-right: solid 1px #E6E6E6;
}
.tab li.select.social {
	background: #0000FF;
	border-right: solid 1px #0000FF;
}
.content li{
	background: #fff;
}
.content_more {
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.content_more img {
	width: 100%;
}
.business img {
	width: 80%;
}
.hide {
	display:none;
}
.social_p img {
	margin: 30px auto;
}
.social_p2 img {
	margin: 0 auto 50px auto;
}
.social_c {
	text-align: left;
	margin-left: 1.3vw;
}

.content a { /* リンクされた文字 */
	color: #0000ff;
	font-family: 'NotoSansJapanese', sans-serif;
	text-decoration: underline;
	font-size: 2.5vw;
}
.content a:link { /* 未訪問のリンク */
	color: #0000ff;
}
.content a:visited { /* 訪問後のリンク */
	color: #0000ff;
}

/********** 取扱商品タブ **********/
#products {
	width: 90%;
	height: 100%;
	margin: 0 auto;
}
.tab2 {
	overflow: hidden;
	border-bottom: solid 1px #808080;
	margin-bottom: 30px;
}
.tab2 li {
	background: #ccc;
	color: #fff;
	font-size: 4vw;
	font-family: 'NotoSansJapanese', sans-serif;
	padding: 1vw 3vw;
	float: left;
	text-align: center;
	margin-top: 2px;
	margin-right: 2px;
	min-width: 12vw;
}
.tab2 li.tab_top {
	display: none;
}
.tab2 li.select2 {
	background: #0000FF;
}
.tab2 li.foods {
	padding: 1vw 2.6vw;
}
.tab2 li.bag {
	padding: 1vw 3.5vw;
}
.tab2 li.machine {
	padding: 1vw 4.5vw;
	margin-right: 0;
	border-right: solid 1px #E6E6E6;
}
.tab2 li.select2.machine {
	background: #0000FF;
	border-right: solid 1px #0000FF;
}
.tab2 li.kaunet {
	padding: 1vw 1.5vw;
}
.tab2 li.cado {
	margin-right: 0;
	padding: 1vw 3.9vw;
	text-align: center;
	border-right: solid 3px #ccc;
}
.tab2 li.select2.cado {
	background: #0000FF;
	border-right: solid 3px #0000FF;
}
.content2 li{
	background: #fff;
}
.hide2 {
	display:none;
}
.content2 li.cado {
	width: 100%;
}
.foods_t {
	width: 100%;
	margin: 0 auto;
}
.foods_c img {
	width: 22.5vw;
	margin: 2vw 2vw 2vw 0;
	vertical-align: top;
}
.foods_c2 img {
	width: 22.5vw;
	margin: 2vw 0 2vw 2vw;
	vertical-align: top;
}
.bag_t {
	width: 100%;
	margin: 0 auto;
}
.bag_c img {
	width: 25vw;
	margin: 0.5vw 0.5vw 0.5vw 0;
	vertical-align: top;
}
.bag_c2 img {
	width: 25vw;
	margin: 0.5vw 0 0.5vw 0.5vw;
	vertical-align: top;
}
.machine_t {
	width: 100%;
	margin: 0 auto 50px auto;
}
.machine_c img {
	width: 25vw;
	margin: 0.5vw 0.5vw 0.5vw 0;
	vertical-align: top;
}
.machine_c2 img {
	width: 25vw;
	margin: 0.5vw 0 0.5vw 0.5vw;
	vertical-align: top;
}
.machine_c3 img {
	width: 100%;
	margin: 1vw auto 5vw auto;
}

#access {
	width: 90%;
	margin-top: 80px;
}
.access_m {
	width: 100%;
	margin: 0 auto;
}
.map_wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	text-align: center;
}
.g_map { /* GoogleMAP */
	position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

/********** 住所、営業時間テーブルの設定 **********/
#access_logo_wrapper {
	display: none;
}
div#access_table_wrapper {
	width: 100%;
}
ul.access_table {
	color : #4D4D4D;
	line-height: 7vw;
	padding-top: 7px;
}

.access_table li {
	text-align: center;
}
.category2 {
	margin: 40px 0 10px 0;
}
img.access_logo { /* ロゴ */
	display: block;
	margin: 0 auto;
}
.add_bottom {
	display: inline-block;
	margin-top: -0.8em;
}
.ab_b {
	display: inline-block;
	margin-bottom: 1.2em;
}
.ja_add {
	font-size: 4.4vw;
	letter-spacing: -0.2vw;
	white-space: nowrap;
}
.en_add {
	font-size: 1.8vw;
	letter-spacing: -0.1vw;
	white-space: nowrap;
}
.tel {
	font-size: 3.5vw;
	letter-spacing: -0.2pt;
}
.add {
	font-size: 3.5vw;
	letter-spacing: 0.5pt;
}
.list1 {
	border-right: solid 1px #666;
	padding-right: 20px;
}
.list2 {
	padding-left: 20px;
}

#bottom_contacts_list li {
	height: 100%;
	margin-top: 15px;
	margin-bottom: -10px;
	background-color: #ccc;
	background-repeat:no-repeat;
	background-image:url("img/logo_spmenu.svg");
	background-position : 18% center;
	background-size: 30%;
	color: #fff;
	font-size: 5vw;
	font-family: 'ipaexm', serif;
	white-space: nowrap;
	padding-top: 3.6vw;
	padding-left: 46%;
}
.bcl {
	display: inline-block;
	position:relative;
	top: -5px;
}
.bcl_2 {
	display: inline-block;
	font-size: 4.3vw;
	position:relative;
	top: -8px;
}
#bottom_contacts_list a { /* リンクされた文字 */
	font-style: normal;
	color: #fff;
	text-decoration: none;
}
#bottom_contacts_list a:link { /* 未訪問のリンク */
	font-style: normal;
	color: #fff;
}
#bottom_contacts_list a:visited { /* 訪問後のリンク */
	color: #fff;
}
#bottom_contacts_list a:hover { /* マウスをのせたとき */
	color: #fff;
}
.footer_text {
	text-align: center;
	margin-top: 30px;
}
.footer_text img {
	width: 75%;
}

/********** フッタ **********/
div#footer {
	width: 100%;
	padding-top: 60px;
	text-align: center;
	font-size: 3.5vw;
}
}