/* カスタム CSS をここに入力してください */

/* トップキャッチコピー */
.p-index-slider__item-catch {
    font-weight: bold !important;
    font-family: 'Shippori Mincho', serif !important;
}

/* 会社概要 */
.company-profile{
    margin-left: 0 !important;
}
.company-profile > li {
    list-style: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.company-profile > li > span {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.company-profile > li > p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    margin-bottom: 0;
}
.company-profile > li > p > a {
    text-decoration: underline;
    color: blue;
}

@media screen and (min-width: 960px){
.company-profile > li {
    display: flex;
    margin-bottom: 34px;
    padding-bottom: 0;
    border-bottom: none;
}
.company-profile > li > span {
    display: flex;
    width: 18%;
    margin: 0 3% 0 0;
    padding: 0 0 34px 18px;
    border-bottom: 1px solid #111;
    align-items: center;
}
.company-profile > li > p {
    width: 79%;
    padding: 0 0 34px 18px;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
}
}
.p-index-slider{
	margin-bottom: 40px;
}

h2.p-index-content01__catch {
    font-size: 24px !important;
    font-weight: bold !important;
    font-family: 'Shippori Mincho', serif !important;
}
.p-index-content06__item-image{
	width: 320px;
	height: 320px;
}

/* google map100% */
.gmap {
position: relative;
padding-bottom: 30%; 
height: 0;
overflow: hidden;
}
.gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (max-width: 767px){
	.gmap {
		padding-bottom: 70%;
}
}

@media only screen and (max-width: 500px){
	.p-index-slider__item-catch{
		font-size: 32px !important;	
	}
}
.l-footer__logo.p-logo > a > img {
    width: 100%;
}
.l-footer__logo {
    max-width: 200px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px){
	.p-page-header__desc {
		text-align: center;
	}	
}
