@charset "UTF-8";
/* CSS Document */
.page_img {
	background-image: url("../img/company/bg_head_aboutのコピー.jpg");
    width: 57.2%;
}
.page_ttl {
    width: 42.8%;
}
section {
    margin-bottom: 100px;
}

.flex {
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex .flex_l, .flex .flex_r {
    width: 48%;
}

.tr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 1.25em 0;
}
.tr:last-child{
	border-bottom: none;
}
.th,
h3.name{
	width: 6em;
    color: #946134;
    font-weight: bold;
    line-height: 160%;
}
.td {
	width: calc(100% - 6em);
    line-height: 140%;
}

.flex .flex_r .googlemap{
	width:100%;
	height: 100%;
}

h3.name {
    width: 7em;
    font-size: 1em;
    border-right: 1px solid #d1d1d1;
    padding-right: 0.8em;
    margin-right: 1.5em;
    padding-left: 1em;
}
.branch .flex_l{
	display: flex;
	flex-wrap: wrap;
	line-height: 160%;
    margin-bottom: 100px;
}
.branch .flex_l:nth-last-of-type(2),
.branch .flex_l:nth-last-of-type(1){
	margin-bottom: 0;
}
.address {
    width: calc(100% - 9.5em);
    font-size: 89.5%;
    line-height: 160%;
}
.branchmap {
    width: 100%;
    height: 62.5vw;
    max-height: 300px;
    margin-top: 15px;
}
.txt_link {
    margin: 0 1.5em;
}
.txt_link a{
	color: #b22222;
	text-decoration: underline;
}

ul.btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}
ul.btn_wrap li {
    width: 30%;
    margin: 0 auto 20px;
}
.btn_wrap .btn a {
    color: #fff;
    text-align: center;
    background: #b22222;
    display: block;
    width: 100%;
    padding: 1.2em 1em;
	padding-left: 60px;
    border-radius: 5px;
    border: 1px solid #b22222;
    position: relative;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
}
.btn_wrap .btn a:hover{
	background: #ffffff;
	color: #b22222;
}
.btn_wrap .btn a.link::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.btn_wrap .btn a.link:hover::after {
	border-color: #b22222;
}
.btn_wrap .btn a::before {
    content: "";
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
}
@media screen and (max-width:1000px) {
	.th{
		width: 5em;
	}
	.td {
    width: calc(100% - 5em);
}
.flex .flex_l, .flex .flex_r {
    width: 100%;
}
	.branch .flex_l:nth-last-of-type(2){
		margin-bottom: 100px;
	}
}
@media screen and (max-width:600px) {
.branch .flex_l,
.branch .flex_l:nth-last-of-type(2){
    display: block;
    margin-bottom: 50px;
}
	.flex .flex_l.table + .flex_r{
height: 360px;
	}
h3.name {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 1.1em;
    line-height: 100%;
	padding-left: 0;
}
.address {
    width: 100%;
}
	ul.btn_wrap li{
		width: 90%;
	}
}
.ie{display: none;}
/*IEのみ有効*/
@media all and (-ms-high-contrast: none) {
	.ie{display: block;}
	h3.name{padding-left: 0;}
	.address{width: calc(100% - 10em);letter-spacing: 0;}
}