
a[href^="tel:"] {
	pointer-events: none;
	color:#000;
	text-decoration:none;
}


/* ----------------------------------------
戞company02
---------------------------------------- */
.co02_wrap {
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 40px;
	padding-top: 90px;
  margin-top: -90px;
}
.co02_wrap > div {	overflow: hidden;}
.co02_nav {
	width: 1000px;
	margin: 20px auto 0;
}
.co02_nav ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	border: 1px solid #999;
}
.co02_nav li {
	-webkit-flex-grow: 1;
	flex-grow: 1;
	border-right: 1px solid #999;
}
.co02_nav li:last-child {
	border-right: none;
}
.co02_nav li a {
	display: block;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	background: #f5f5f5;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 14px;
	text-align: center;
}
.co02_nav li a:hover {
	background: #fff;
}

.co02_tl {
	width: 100%;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	padding: 40px 0;
	letter-spacing: 1px;
	margin: 40px auto;
	text-align: center;
}
.co02_tl b {
	display: block;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 10px;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "?揀Cリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.co02_tl span {
	display: block;
	font-family: 'Century Gothic','Arial';
}
.co02_article {
	width: 1000px;
	margin: 0 auto;
}
.co02_pagetop {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.co02_pagetop a {
	float: right;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #333;
	padding: 10px 20px;
}
.co02_pagetop a:hover {
	color: #999;
	border: 1px solid #999;
}

/* 代表メッセージ co02_message
---------------------------------------- */
#co02_message {
	padding-top: 90px;
  margin-top: -90px;
}
.co02_me_photo {
	float: left;
}
.co02_me_photo img {
	margin-right: 25px;
}
.co02_me_txt {
}
.co02_me_txt b {
	display: block;
	font-size: 24px;
	line-height: 34px;
	padding: 30px 0 20px 0;
	font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "?揀Cリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
.co02_me_txt span {
	display: block;
	text-align: right;
	font-weight: bold;
	padding-top: 20px;
	letter-spacing: 1px;
}
.co02_me_txt p {
	font-size: 14px;
	line-height: 1.8;
	& span {
		font-weight: 600;
		text-align: left;
		padding-top: 0;
		letter-spacing: normal;
	}
}

/* 会社概要 co02_profile
---------------------------------------- */
#co02_profile {
	padding-top: 90px;
    margin-top: -90px;
}

.co02_profile {
}
.co02_profile table {
	border-collapse: collapse;
	width: 100%;
}
.co02_profile tr:nth-child(2n-1) {
	background: #f5f5f5;
}
.co02_profile th, .co02_profile td {
	padding: 20px;
	font-size: 14px;
	line-height: 1.6rem;
}
.co02_profile th {
	width: 180px;
}
.co02_profile td a {	color: #333;}
.co02_profile td a:hover {	color: #999;}
/* 店舗写擔 co02_shop
---------------------------------------- */
#co02_shop {
		padding-top: 90px;
			margin-top: -90px;
}
.co02_shop {
}
.co02_shop ul {
	overflow: hidden;
	text-align: center;
}
.co02_shop li {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 40px 20px 0;
	width: 450px;
}
.co02_shop li:nth-child(1),
.co02_shop li:nth-child(2) {
	margin-top: 0;
}
.co02_shop img {
	vertical-align: bottom;
}

/* アクセスマップ co02_access
---------------------------------------- */
#co02_access {
		padding-top: 90px;
			margin-top: -90px;
}
.co02_access {
}
.co02_access_txt {
	overflow: hidden;
	margin-bottom: 20px;
}
.co02_access_txt p,
.co02_access_txt a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.co02_access_txt p {
	width: 743px;
}
.co02_access_txt span {
	padding-right: 20px;
}
.co02_access_txt a {
	background: url(/company/img/icon_pin.png) no-repeat 10px 50%;
	width: 250px;
	border: 1px solid #999;
	height: 50px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background-color:#f5f5f5;
	color: #333;
	font-weight: bold;
	letter-spacing: 1px;
}
.co02_access_txt a:hover {
 	background-color:#FFF;
	color: #333;
}
.co02_access iframe {
	width: 100%;
	height: 600px;
}

