@charset "utf-8";
/* 
 style info : 基本共通スタイル

2016/02/16

font 14pxベース(PC)
    10px = 71.5%     11px = 78.6%     12px = 85.7%     13px = 93%
    14px = 100%    15px = 107%    16px = 114.3%  17px = 121.4%
    18px = 128.6%  19px = 135.7%  20px = 143%  21px =150%
    22px = 157%    23px = 164.3%    24px = 171%    25px = 178.6%
    26px = 185.7%
	
font 13pxベース(スマートフォン)
	10px = 77%     11px = 85%     12px = 93%     13px = 100%
    14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
    18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
    22px = 167%    23px = 174%    24px = 182%    25px = 189%
    26px = 197%

color 
サンキカラー #e2004f
会社案内・採用情報 #e2004f
商品案内 #ff8c00
店舗検索 #5ab3a0
サンキ紹介 #ee6695
お問合せ #1853a2
 */
 
/*----------------------------------------------------
	base	
----------------------------------------------------*/
* {
}
html,
body {
 overflow-x: hidden;
}
body{
	font-size:14px;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1.6;
	-webkit-text-size-adjust: 100%;/*iphone 調整用*/
	color:#666;
}
@media screen and (max-width: 768px) {
body{
	font-size:13px;
	overflow:hidden;
}
}
select,input,button,textarea,button{
	font:99% arial,helvetica,clean,sans-serif;
}

table{
	font-size:inherit;font:100%;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* link*/
a {
	color:#0071bc;
}

a:link {
}

a:visited {
}

a:hover, #side1 a:hover{
	color:#e2004f;
}


a img:hover,.mover:hover{
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	opacity:0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity:0.5;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

section{
	margin-bottom:30px;
}


@media screen and (max-width: 768px) {
img{
	max-width:100%;
	height:auto;
}
}

/*----------------------------------------------------
	layout
----------------------------------------------------*/
header{
	width:940px;
	margin:auto;
}
#main-visual,#g-nav{
	width:100%;
}
#contents{
	width:940px;
	margin:auto;
}

#main {
	float:right;
	margin-left:20px;
	width:700px;
}

/*左サイド無しの場合*/
#main-wide {
	width:940px;
	margin:auto;
}

#side{
	float:right;
	width:220px;
}

/*下層分割用　side1メニュー、side2バナー*/
#side1{
	float:left;
	width:220px;
}
#side2{
	width:220px;
}

footer{
	width:100%;
}

.inner{
	width:940px;
	margin:auto;
}


@media screen and (max-width: 768px) {
header,#contents{
	width:100%;
}
#main {
	float:none;
	margin-left:0px;
	width:100%;
}
#main-wide {
	width:100%;
}
#side,#side1{
	float:none;
	width:100%;
}
#side ul.bnr{
	width:220px;
	margin:auto;
}
#side2{
	float:none;
	margin:auto;
}
.inner{
	width:100%;
}

}


/*Grid
----------------------------------------------------*/

.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10 {
	float: left;
	margin-left: 20px;
}
.grid1 { width: 60px; }
.grid2 { width: 140px; }
.grid3 { width: 220px; }
.grid4 { width: 300px; }
.grid5 { width: 380px; }
.grid6 { width: 440px; }
.grid7 { width: 520px; }
.grid8 { width: 600px; }
.grid9 { width: 680px; }
.grid10 {  width: 760px; }
.grid11 {  width: 840px; }
.grid12 {  width: 920px; }

.first {
	margin-left: 0;
	clear: left;
}

@media screen and (max-width: 768px) {
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid10 {
	float:none;
	width:100%;
	margin:0;
}
}

/*----------------------------------------------------
	header
----------------------------------------------------*/

header{
	height:65px;
}

header .title img{
	float:left;
	width:108px;
	margin-top:10px;
}
header .title p{
	float:left;
	margin:25px 0 0 5px;
	font-size:12px;
	color:#000;
}

header nav{
	float:right;
	margin-top:25px;
}
header nav li{
	display:inline-block;
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 13px center;
	background-size:9px 10px;
	padding-left:25px;
	font-size:12px;
}
header nav li a{
	color:#666;
	text-decoration:none;
}

@media screen and (max-width: 768px) {
header{
	height:45px;
	position:relative;
}
header .title {
	position:absolute;
	top:0;
	left:5px;
	width:80%;
}
header .title img{
	width:80px;
	margin-top:5px;
}
header .title p{
	font-size:77%;
}
}
/*	header ドロップダウンメニュー
----------------------------------------------------*/

.slicknav_menu {
	display:none;
}

@media screen and (max-width: 768px) {
header nav{
	display:none;
}
#head-menu {
	display:none;
	}
	
header .slicknav_btn{
	background:#f2f2f2;
	border-radius: 4px;     
    -webkit-border-radius:4px;  
    -moz-border-radius: 4px
}
header .slicknav_menu .slicknav_menutxt{
	color:#666;
	text-shadow:none;
}
header .slicknav_menu .slicknav_icon-bar{
	background:#666;
	text-shadow:0;
}
header 	.slicknav_menu {
	display:block;
	background:#fff;
	padding: 0;
	color:#6E6E6E;
 }
header .slicknav_nav{
	color: #666;
	background:rgba(255,255,255, 0.9);
	position: relative;
	z-index:99999;
}
header .slicknav_nav li{
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 15px center;
	background-size:9px 10px;
	box-sizing: border-box;
}
header .slicknav_nav a{
	color: #666;
    border-bottom:1px dotted #cccccc;
	margin:0;
	padding:8px 0 8px 35px;
	box-sizing: border-box;
}
header .slicknav_nav a:hover{
	color: #666;
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 15px center;
	background-size:9px 10px;
	border-radius:0px;     
    -webkit-border-radius:0px;  
    -moz-border-radius:0px
}
header .slicknav_nav li:first-child{
	border-top:1px solid #cccccc;
}
header .slicknav_nav li:last-child a{
    border-bottom:1px solid #cccccc;
}

}


/*----------------------------------------------------
	#g-nav
----------------------------------------------------*/
#g-nav{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 79%, #ebebeb 100%);
	background: -webkit-linear-gradient(top,  #ffffff 79%,#ebebeb 100%);
	background: linear-gradient(to bottom,  #ffffff 79%,#ebebeb 100%);
}

#g-nav li{
	float:left;
	width:235px;
	text-align:center;
	background:url(../img/common/bg_title_triangle.gif) no-repeat 97% 90%;
	border-right:1px solid #f0f0f0;
	box-sizing: border-box;
}
#g-nav li:first-child{
	border-left:1px solid #f0f0f0;
}
#g-nav li a{
	width:100%;
	height:80px;
	line-height:80px;
	display:block;
	box-sizing: border-box;
}
/*商品案内*/
#g-nav li:nth-child(1) a{
	border-top:10px solid #ff8c00;
}
/*店舗検索*/
#g-nav li:nth-child(2) a{
	border-top:10px solid #5ab3a0;
}
/*サンキ紹介*/
#g-nav li:nth-child(3) a{
	border-top:10px solid #ee6695;
}
/*お問合せ*/
#g-nav li:nth-child(4) a{
	border-top:10px solid #1853a2;
}	
#g-nav li img{
	width:90px;
	margin-top:13px;
	}
@media screen and (max-width: 768px) {
#g-nav li{
	width:25%;
	text-align:center;
}
#g-nav li a{
	width:100%;
	height:40px;
	line-height:40px;
	display:block;
}
#g-nav li img{
	display:none;
}
#g-nav li:nth-child(1) a{
	border-top:5px solid #ff8c00;
	background:url(../img/common/gnav_btn_01_sp.png) no-repeat center center;
	background-size:60px 25px;
}
#g-nav li:nth-child(2) a{
	border-top:5px solid #5ab3a0;
	background:url(../img/common/gnav_btn_02_sp.png) no-repeat center center;
	background-size:60px 25px;
}
#g-nav li:nth-child(3) a{
	border-top:5px solid #ee6695;
	background:url(../img/common/gnav_btn_03_sp.png) no-repeat center center;
	background-size:60px 25px;
}
#g-nav li:nth-child(4) a{
	border-top:5px solid #1853a2;
	background:url(../img/common/gnav_btn_04_sp.png) no-repeat center center;
	background-size:60px 25px;
}	

}

/*----------------------------------------------------
	breadcrumb パンくずナビ
----------------------------------------------------*/
.breadcrumb{
	width:940px;
	margin:auto;
	height:30px;
	line-height:30px;
}
.breadcrumb li{
	display:inline;
	margin-right:10px;
	font-size:12px;
	color:#000;
}
.breadcrumb li a{
	color:#000;
	text-decoration:none;
}
@media screen and (max-width: 768px) {
	.breadcrumb{
		display:none;
}
}

/*----------------------------------------------------
	#contetnts
----------------------------------------------------*/

#contents{
	margin:20px auto 50px;
}

@media screen and (max-width: 768px) {
#contents{
	margin-top:30px;
}

}

/*	下層ページカテゴリタイトル
----------------------------------------------------*/
/*グレー背景タイトル*/
#side1 h1,#main h1,.side-title{
	background:#f2f2f2;
	width:100%;
	height:30px;
	line-height:30px;
	padding-left:10px;
	box-sizing: border-box;
}
#side1 h1 img,#main h1 img,.side-title img{
	width:200px;
	vertical-align:middle;
}

/*各カラー付き見出し*/
h2{
	border-left:10px solid #e2004f;
	padding-left:3px;
	margin:0 0 15px 0px;
	font-size: 114.3%;
	box-sizing: border-box;
	color:#000;
}
@media screen and (max-width: 768px) {
	h2{
		margin-left:10px;
	}
}

/*----------------------------------------------------
	#side
----------------------------------------------------*/


#side .bnr li,#side2 .bnr li{
	margin-bottom:5px;
}

#side .bnr img,#side2 .bnr img{
	width:220px;
}


#side2{
	margin-top:20px;
}



/*	category-menu
----------------------------------------------------*/
#category-menu li{
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 6px center;
	background-size:9px 10px;
}
#category-menu li a{
	display:block;
	width:100%;
	height:100%;
    border-bottom:1px dotted #cccccc;
	margin:0;
	padding:8px 0 8px 23px;
	font-size:114.3%;
	line-height:1.5;
	box-sizing: border-box;
}
#category-menu li a{
	color:#666;
	text-decoration:none;
	box-sizing: border-box;
}
#category-menu li:last-child a{
    border-bottom:1px solid #cccccc;
}

@media screen and (max-width: 768px) {
#category-menu {
	display:none;
	}

#contents .slicknav_btn{
	background:#f2f2f2;
	border-radius: 4px;     
    -webkit-border-radius:4px;  
    -moz-border-radius: 4px;
	z-index:9999;
	position:absolute;
	bottom:-10px;
	right:10px;
}
#contents .slicknav_menu .slicknav_menutxt{
	color:#666;
	text-shadow:none;
}
#contents .slicknav_menu .slicknav_icon-bar{
	background:#999;
	text-shadow:0;
}

#contents .slicknav_menu {
	display:block;
	background:#fff;
	padding: 0;
	color:#6E6E6E;
	font-size:14px;
	position:relative;
 }
#contents .slicknav_nav{
	color: #666;
	background:rgba(255,255,255, 0.9);
	position: relative;
	z-index:99999;
	position:absolute;
	top:30px;
	width:100%;
}
#contents .slicknav_nav li{
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 15px center;
	background-size:9px 10px;
	font-size:14px;
	box-sizing: border-box;
}
#contents .slicknav_nav a{
	color: #666;
    border-bottom:1px dotted #ccc;
	margin:0;
	padding:8px 0 8px 35px;
	box-sizing: border-box;
}
#contents .slicknav_nav a:hover{
	color: #666;
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 15px center;
	background-size:9px 10px;
	border-radius:0px;     
    -webkit-border-radius:0px;  
    -moz-border-radius:0px
}

#contents .slicknav_nav li:last-child a{
    border-bottom:1px solid #ccc;
}
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main,#main-wide {
	padding-bottom:40px;
	color:#000;
}
@media screen and (max-width: 768px) {
	#main,#main-wide {
	padding-bottom:60px;
}
}
/*グレードット上下線のリスト（ 事業所一覧など）*/
ul.dtoslist {
	margin-bottom:15px;
}
.dtoslist li{
	padding:20px 10px;
	border-top:1px dotted #ccc;
	box-sizing: border-box;
}
.dtoslist li:last-child{
	border-bottom:1px dotted #ccc;
}
.dtoslist li h3{
	font-size: 114.3%;
	font-weight:normal;
}

/*PC 兼用左右パディングbox*/
.box{
	padding:0 10px;
}

@media screen and (max-width: 768px) {
/*スマホ用左右パディングbox*/
.sp-box{
	padding:0 10px;
}
}

/*可変aタグボタン全体調整*/

 .btn a{
	  text-decoration:none;
 }
 
 /*円マーク*/

 .circle{
	 width:22px;
    height: 22px;
    background-color: #e2004f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
 }

.circle:before {
    content: "";
    display: block;
    width:16px;
    height:16px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 3px 0px 0px 3px;
    position: relative;
}

.w-circle{
    width: 42px;
    height: 42px;
    background-color: #fff;
    border: 3px solid #e2004f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
}
.w-circle:before {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 3px solid #e2004f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 2px 0px 0px 2px;
    position: relative;
}

@media screen and (max-width: 768px) {
.w-circle{
    width: 30px;
    height: 30px;
	border: 2px solid #e2004f;
}
.w-circle:before {
	width: 22px;
    height: 22px;
	border: 2px solid #e2004f;
    margin: 2px 0px 0px 2px;
}
}

 

/* table 表組基本
-----------------------------------------*/	
table {
	border-collapse: collapse;
	width:100%;
	box-sizing: border-box;
}
table th {
	width: 150px;
	padding: 10px;
	vertical-align:middle;
	border: 1px solid #ccc;
	background:#e6e6e6;
	text-align: center;
}
table td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	table th {
		width:30%;
	}
}
/* 入力パーツ
-----------------------------------------*/	
input,select{
	margin:5px;
	height:2em;
	box-sizing: border-box;
}
input[type="checkbox"]{
	height:auto;
}
input.btn,input.btn-back{
	cursor:pointer;
}
input[type="submit"] { /*iphone調整用*/
   -webkit-appearance: none;
   border-radius: 0;
}


@media screen and (max-width: 768px) {
	input,select,textarea{
	margin:8px auto;
	}
	input,select,textarea{/*iphone拡大防止用*/
		font-size:16px;
	}
}



/* フォーカス・チェック*/
input[type="text"]:focus,
textarea:focus{
	background-color:#FFFFCC;
}


/* エラー*/
.ex_comment{
	color:#666;
}
.error_comment{
	color:#F00;
}
th.error_bg{
	background-color:#FCC;
}

.error_box{
	background:#FFF;
	color:#F00;
	border:1px solid #F00;
	padding:5px 20px;
	text-align:center;
	margin:15px auto;
	box-sizing: border-box;
}

/*注釈リスト(２行目以降インデント有り
-----------------------------------------*/	
.notice{
	margin-left:1em;
}
.notice li{
	text-indent: -1em;
	font-size:85.7%  ;
}
.notice li:before {
  content: "■";
}

.notice2{
	margin-left:1em;
}
.notice2 li{
	text-indent: -1em;
	font-size:85.7%  ;
}
.notice2 li:before {
  content: "※";
}

/*	ページャー
----------------------------------------------------*/
ul.pager {
	margin: 0;
	padding: 10px 10px 5px;
	background: #fff;
	text-align: center;
}
ul.pager li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}
ul.pager li span,
ul.pager li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eee;
	text-decoration: none;
	vertical-align: middle;
}
ul.pager li a:hover {
	color: #000;
	background: #ffeff5;
	border-color: #00f;
}
ul.p-top {
	margin: 0 0 25px 0;
}
ul.p-bottom {
	margin: 25px 0 0 0;
}



/*----------------------------------------------------
	footer
----------------------------------------------------*/
footer{
	background:#f2f2f2;
	padding-bottom:20px;
	
}
footer .inner{
	position:relative;
	height:100px;
}
footer .qr{
	position:absolute;
	left:0;
	top:20px;
}
footer nav{
	position:absolute;
	right:0px;
	top:30px;
}
footer nav li{
	display:inline-block;
	font-size:12px;
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 13px center;
	background-size:9px 10px;
	padding-left:25px;
}
footer nav li a{
	color:#666;
	text-decoration:none;
}
footer p{
	position:absolute;
	color:#999999;
	bottom:5px;
	right:0;
	font-size:12px;
}
/*TOPへ戻るボタン*/
.totop{
	position:fixed;
	right:30px;
	bottom:90px;
}
.totop a img{
	width:75px;
}


@media screen and (max-width: 768px) {
footer .qr{
	display:none;
}
footer .inner{
	position:static;
	height:auto;
}
footer nav{
	position:static;
	width:100%;
}
footer nav li{
	display:block;
	font-size:85%;
	background:url(../img/common/icon_arrowgray_right.png) no-repeat 15px center;
	background-size:9px 10px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #cccccc;
	padding-left:0;
}
footer nav li:first-child{
	border-top:1px solid #cccccc;
}
footer nav li a{
	display:block;
	width:100%;
	padding-left:28px;
}
footer p{
	position:static;
	color:#999999;
	font-size:85%;
	text-align:center;
	margin:30px 0 20px;	
}

.totop{
	bottom:55px;
}
.totop a img{
	width:56px;
}


}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
/* clerfix */

.clear {
  clear: both;
}
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf:before {
  display: inline-table;
}
.cf {
	zoom:1;
}

/* float */

.floatL {
	float: left;
}
.floatR {
	float: right;
}

/*位置*/
.imgC {
	margin:0 auto 20px;
}

.alL{
	text-align: left;
}

.alC{
	text-align: center;
}
.alR{
	text-align: right;
}
/*fontsize*/

.s_font{
	font-size:85.7% ;
}
.l_font{
	font-size:114.3%;
}
@media screen and (max-width: 768px) {
.s_font{
	font-size:85% ;
}
.l_font{
	font-size:116% ;
}
}

/*PCだけ非表示*/
.pc-none{
	display:none;
}
@media screen and (max-width: 768px) {
.pc-none{
	display:block;
}
}
/*SPだけ非表示*/

@media screen and (max-width: 768px) {
.sp-none{
	display:none;
}
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;
}

/*404 notfound*/

.notfound h1,.notfound p{
	margin-bottom:20px;
}
.notfound .btn{
	background:#1853a2;
	border:2px solid #d1ddec;
	-webkit-border-radius:18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width:280px;
	height:40px;
	line-height:40px;
	margin:20px auto;
}
.notfound .btn a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	font-size: 114.3%;
}

/*----------------------------------------------------
	wordpress用 クラス
----------------------------------------------------*/

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

/*印刷用*/

@media print {
	html,body{
		zoom:0.84;
	} 
}