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


 .company_ttl {
    background-color: #fff100;
	padding: 20px 0;
	color: #00a0e9;
	margin: 28px 0;
}

 .company_ttl h2 {
    text-align: center;
    width: 430px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    font-weight: 800;
	border-right: 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0 40px;	
}

table th,
table td {
  padding: 10px;
  border: 1px solid #fff;
}

table td {
	line-height: 1.5;
}

table th {
  background-color: #40b8ef;
  text-align: center;
  width: 30%;
  color: #fff;
  padding: 20px;	
}


@media screen and (max-width: 1280px) {
	
	.shop .company_ttl h2 {
		width: 100%;
		margin-right: 0;
		font-size: 2.5em;
		line-height: 1.2em;
		text-align: center;
		display: block;
		border: 0;
		padding-bottom: 10px;
	}	
	
  table {
    border-top: 1px solid #fff;
  }
	
  table td {
    display: block;
    text-align: center;
	height: auto;  
  }
	
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
	
	#gmap iframe {
		width: 100%;
		height: 300px;
		ement.style {
        z-index: 1;
        position: absolute;
        height: 100%;
        width: 100%;
        padding: 0px;
        border-width: 0px;
        margin: 0px;
       left: 0px;
       top: 0px;

	}	
}