
a[href^="tel:"] {
	pointer-events: none;
	color:#000;
	text-decoration:none;
}

.company{
}

.company>h3{
	font-size: 30px;
}

.co03_office {
    margin: 20px auto 50px auto;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.co03_of_photo {
    display: flex;
    flex-wrap: wrap;
    width: 37%;
}
.co03_of_photo>li {    margin: 10px auto;}
.co03_of_photo>li>img{	border-radius: 10px;}

.co03_of_detail {
    width: 58%;
    margin: 20px auto;
}
.co03_of_detail table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
.co03_of_detail th,
.co03_of_detail td {
	border-bottom: 1px solid #ccc;
    padding: 1em;
    line-height: 1.4rem;
    font-size: 14px;
    font-weight: normal;
}
.co03_of_detail th {
	width: 25%;
}
.co03_of_detail td {
}
.co03_of_comment {
    background: #f5f5f5;
    padding: 1.5em;
    border: 1px dashed #ccc;
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
}

.co03_sh_map {
	font-size: 13px;
	line-height: 1.4rem;
}
.co03_sh_map p {
	text-align: center;
	margin-bottom: 10px;
}
.co03_sh_map > iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.co03_sh_map a {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 3px solid #ddd;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.co03_sh_map a:hover {
	background: #ddd;
	border: 3px solid #ddd;
}
/* ----------------------------------------
@company03
---------------------------------------- */

.co03s_office {
	overflow: hidden;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 1.4rem;
}
.co03s_of_photo {
	float: left;
	width: 320px;
	margin-bottom: 20px;
}
.co03s_of_detail {
	float: right;
	width: 440px;
	margin-bottom: 20px;
}
.co03s_of_detail table {
	border-top: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
}
.co03s_of_detail th,
.co03s_of_detail td {
	border-bottom: 1px solid #ccc;
	padding: 9px;
	font-size: 13px;
	line-height: 1.4rem;
}
.co03s_of_detail th {
	width: 70px;
}
.co03s_of_detail td {
}
.co03s_of_comment {
	background: #f5f5f5;
	padding: 14px;
	border: 1px dashed #ccc;
	clear: both;
}
.co03s_shop {
	font-size: 13px;
	line-height: 1.4rem;
}
.co03s_shop h3 {
	padding: 15px;
	margin: 0 0 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.co03s_sh_basic {
	overflow: hidden;
}
.co03s_sh_txt {
	float: left;
	width: 380px;
	margin-bottom: 20px;
}
.co03s_sh_txt span {
	display: block;
	background: #f5f5f5;
	padding: 14px;
	border: 1px dashed #ccc;
	margin-bottom: 10px;
}
.co03s_sh_txt p {
}
.co03s_sh_ba_photo {
	float: right;
	width: 380px;
	margin-bottom: 20px;
}
.co03s_sh_photo {
	clear: both;
}
.co03s_sh_photo ul {
	overflow: hidden;
}
.co03s_sh_photo li {
	float: left;
	padding-bottom: 15px;
	margin-right: 15px;
	width: 250px;
}
.co03s_sh_photo li:nth-child(3n) {
	margin-right: 0;
}
.co03s_sh_photo img {
}
.co03s_sh_map {
	font-size: 13px;
	line-height: 1.4rem;
}
.co03s_sh_map p {
	text-align: center;
	margin-bottom: 10px;
}
.co03s_sh_map > iframe {
    width: 100%;
    height: 400px;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.co03s_sh_map a {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	border: 3px solid #ddd;
	padding: 10px 0;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.co03s_sh_map a:hover {
	background: #ddd;
	border: 3px solid #ddd;
}
.shop_access{
    width: 100%;
    margin: 30px auto 100px auto;
}
.shop_access>h4{
    font-size: 22px;
    color: #205faf;
}
.shop_access>iframe{
    border: 2px solid #205faf !important;
    width: 100%;
    box-sizing: border-box;
}