/*企業情報*/
.outline_area {
    padding-top: 5%;
    padding-bottom: 5%;
}
@media only screen and (max-width: 575px) {
.outline_area {
    padding-right: 20px;    
    padding-left: 20px;  
}
}
.outline_box {
    display: grid;
    grid-template-columns: 20% auto;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
@media only screen and (max-width: 991px) {
.outline_box {
    grid-template-columns: 25% auto;    
}
}
@media only screen and (max-width: 767px) {
.outline_box {
    grid-template-columns: 1fr; 
	padding-bottom: 0px;	
}
}

.outline_box dt {    
    border-bottom: 1px solid #12968f;
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.outline_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.outline_box dt {
    border-bottom: 1px none #12968f;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
.outline_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
	font-size: 14px;
}
}

/*会社沿革*/

.history_box {
    display: grid;
    grid-template-columns: 20% auto;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
@media only screen and (max-width: 1199px) {
.history_box {
    grid-template-columns: 25% auto;    
}
}
@media only screen and (max-width: 991px) {
.history_box {
    grid-template-columns: 30% auto;    
}
}
@media only screen and (max-width: 767px) {
.history_box {
    grid-template-columns: 1fr; 
	padding-bottom: 0px;	
}
}
.history_box dt {    
    border-bottom: 1px solid #12968f;
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
}
.history_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
	font-feature-settings: "palt";
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
.history_box dt {
    border-bottom: 1px none #12968f;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
}
.history_box dd {  
	border-bottom: 1px solid rgba(166,166,166,1.00);
	padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
	font-size: 14px;
}
}

/*access*/
.access_area {
  padding-top: 18%;
  padding-bottom: 2%;
  position: relative;
  padding-right: 0px;
  padding-left: 0px;
	background-image: url("../img/com/access/img01.jpg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 70vw auto;
}

@media screen and (max-width: 991px) {
.access_area {
    background-image: none;    
}
}

.access_box {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 5%;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);    
    margin-left: 5%;
}
@media screen and (max-width: 991px) {
.access_box {
    margin-top: -12%; 
	padding-top: 5%;    
    padding-bottom: 5%;
	margin-right: 5%;
}
}
@media screen and (max-width: 575px) {
.access_box {
    margin-top: 0%; 
	margin-top: 20px;    
    margin-bottom: 20px;
}
}
.access_ttl {
    font-size: 28px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/
    margin-bottom: 7%;
	position: relative;
}
@media screen and (max-width: 575px) {
.access_ttl {
    font-size: 18px;
}
}
.access_ttl::after {
  content: "";  
  background-image: linear-gradient(135deg, #12968f 0%, #12968f 50%, #999999 50%, #999999 100%);
	/*background-color: #12968f;*/
  width: 70px;
  height: 5px;
  position: absolute;
  top: 100%;
    left: 0%;
	transform: translateX(-0%);
}

.access_subttl {
    font-size: 18px;
    color: #12968f;
	font-weight: bold;
	margin-top: 3%;
}
@media screen and (max-width: 575px) {
.access_subttl {
    font-size: 16px;
}
}

.access_tx {
    font-size: 17px;
    color: #555555;
}
@media screen and (max-width: 575px) {
.access_tx {
    font-size: 14px;
}
}

.map_area iframe {  
  width: 100%;
}

/*事業所一覧*/

.shop_list {
    display: flex;
    flex-wrap: wrap;
	/*justify-content:center;*/
    gap: 30px 20px;
    margin-top: 5%;
	margin-bottom: 5%;
}
@media only screen and (max-width: 1199px) {
.shop_list {    
    gap: 30px 40px;
	margin-left: 5%;
	margin-right: 5%;
}
}
.shop_list li {
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    border-right: 1px solid rgba(227,227,227,1.00);
    border-top: 1px solid rgba(227,227,227,1.00);
    background-color: rgba(255,255,255,1.00);
}
@media only screen and (max-width: 1199px) {
.shop_list li {
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;   
}
}
@media only screen and (max-width: 767px) {
.shop_list li {
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 3%;
    padding-left: 0%;
	border-right: none;
    border-top: none;
	border-bottom: 1px solid rgba(227,227,227,1.00);
	background-color: rgba(255,255,255,0);
}
}
.shop_list > li {
    width: calc( ( 100% / 4 ) - 20px ); 
}
@media only screen and (max-width: 1199px) {
.shop_list > li {
    width: calc( ( 100% / 2 ) - 20px ); 
}
}
@media only screen and (max-width: 767px) {
.shop_list > li {
    width: calc( 100% ); 
}
}
/*.shop_list > li:nth-child( 2n ) {
    margin: 5% 0px 0 0;
}*/
/*.shop_list > li:nth-child( 3n+1 ) {
    margin: 0px 20px 0 0;
}
.shop_list > li:nth-child( 3n+2 ) {
    margin: 5% 20px 0 0;
}
.shop_list > li:nth-child( 3n ) {
    margin: 10% 0px 0 0;
}*/
.shop_list_ttl {
    font-size: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.07em;
    font-weight: bold;  /*color: #000;*/    
	padding: 0.5rem 1rem 0.5rem 1.5rem;
    margin-bottom: 1.6rem;
    background-image:
        linear-gradient(#009e96 50%, #ccc 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
}

@media screen and (max-width: 575px) {
.shop_list_ttl {
    font-size: 17px;
}
}
/*.shop_list_ttl::after {
  content: "";  
  background-image: linear-gradient(135deg, #12968f 0%, #12968f 50%, #999999 50%, #999999 100%);
	
  width: 100px;
  height: 5px;
  position: absolute;
  top: 100%;
    left: 0%;
	transform: translateX(-0%);
}*/


.shop_list_tx {
    font-size: 15px;
    padding-top: 10px;
    font-feature-settings: "palt";
    line-height: 1.8;
}

.list_ttl2 {
	font-size: 24px;
	color: #009e96;	
	margin-bottom: -4%;
	padding: 10px;
	margin-top: 3%;
}
