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

#about {
    margin: 0 auto;
    max-width: 960px;
}

#about table tr td, #about table tr th {
    padding: 15px;
    border: 0.5px solid #e6e8e6;
    border-collapse: collapse;
}

#about .main-bar-text {
    margin: 0 auto!important;
}


.contact-tel {
    background-color: #e6e8e6!important;
    padding: 30px;
    color: #402501;
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 960px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-tel a {
    display: block;
    font-size: clamp(20px, 10vw, 26px)!important;
    letter-spacing: 0.15rem;
    font-weight: bold;
    text-decoration: none;
    color: #3d3d3d;
}

@media screen and (min-width: 768px) {
    .contact-tel  {
        flex-direction: row;
        margin: 0 auto 70px auto;
    }
}

/*---------------------------------------------
contact.html
===============================================*/

#contact-form-Frame {
    max-width: 960px;
    margin: 0 auto;
    width: 96%;
}

.form-table-inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px 0 20px 0;
    border-bottom: 2px dotted #eee;
    padding-bottom: 20px;
    font-size: 14px;
}

.form-question {
    margin: 5px 0;
}

.form-control,.form-select { /* Bootstrapの指示内容書き換え */
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .form-table-inner {
        flex-direction: row;
        align-items: flex-start;
        justify-content: center;
    }
    
    .form-question {
        width: clamp(200px, 50%, 300px);
    }
    
    .form-answer {
        width: calc( 100% - 300px);
    }
}


/* 会社概要---------------------- */
.company-info {
	width: 100%;
	margin: 0 auto;
	max-width: 960px;
}

.company-info .company-line {
	border-top: 0.5px solid #aaa;
	padding: 2rem 0em;
	line-height: 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.company-line div.ccc {
	width: 72%;
	margin: 0;
	line-height: 3rem;
}

.company-midashi {
	color: #333;
    font-weight: bolder;
    padding-left: 2em;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.company-info .company-line:last-child {
	border-bottom: 0.5px solid #aaa;
}
 
@media screen and (max-width:767.98px) {
	.company-info {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}
    
	.company-midashi {
		font-weight: bolder;
		padding: 10px;
		width: 33%;
		justify-content: flex-start;
	}
    
	.company-line div.ccc {
		width: 100%;
		padding: 10px;
		
	}
    
	.company-line div.ccc p {
		margin: 0;
	}
	
}

.mapBox {
	display: flex;
	flex-direction: row;
	align-content:space-between;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.mapBox .inner-text {
	width: 40%;
}

.mapBox .map {
	width: 58%;
}

.Google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 40%;/*比率をお好みで*/
}

.Google-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767.98px) {
	.mapBox {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.mapBox .inner-text, .mapBox .map {
		width: 100%;
	}
}

@media screen and (min-width: 1200px) {
	.mapBox {
		justify-content: flex-start;
		flex-direction: row-reverse;
	}
	.mapBox .inner-text {
		width: 65%;
		padding-left: 30px;
	}
	
	.mapBox .map {
		width: 35%;
	}
}


.btnInsta {
	background: #000;
	display: block;
	overflow: hidden;
}

.btnInsta:hover img {
	opacity: 0.8;
}


.contact-form-p {
    margin-bottom: 70px;
}

/* 代表挨拶---------------------- */

.aisatsuBox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.aisatsuBox .inner-text {
	width: 60%;
}
.aisatsuBox .inner-img {
	width: 38%;
}
.aisatsuBox table tr td {
	border: 1px solid #000;
}
.aisatsuBox table tr th {
	background-color: rgba(246,107,30,.3);
	border: 1px solid #000;
}
.aisatsuBox ul {
	padding-left: 0;
}

.aisatsuBox ul li {
	line-height: 2em;
}
.aisatsuBox a.pds_link {
	text-decoration: none; color: #333;
}
.aisatsuBox a.pds_link:hover {
	opacity: 0.5;
}
main section:nth-of-type(even) .aisatsuBox {
	flex-direction: row-reverse;
}
@media screen and (max-width: 991.98px) {
	.aisatsuBox {
		display: flex;
		flex-direction: column;
	}
	
	.aisatsuBox .inner-text, .aisatsuBox .inner-img {
		width: 100%;
	}
	
	.aisatsuBox .inner-img img {
		height: 350px;
		width: 100%;
		object-fit: cover;
	}
}


.message {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
}

@media screen and (min-width: 992px) {
    .message {
        width: 100%;
    }
}