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

/*共通*/
.pc{
	display: block;
}

.sp{
	display: none;
}
/*ここまで共通*/

/*ヘッダー*/
header, footer{
    background-color: #ECAB69;
}

header div{
	height: 80px;
	width: 980px;
	margin: 0 auto;
}

header div img{
    width: auto;
}
/*ここまでヘッダー*/

/*メイン*/
.content-wrap{
	margin-top: 60px;
}

.content{
	width: 980px;
	margin: 0 auto;
}

h2{
	color: #ECAB69;
    font-family: "メイリオ";
    justify-content: center;
    align-items: center;
	display: flex;
}

h2:before, h2:after{
    border-top: 1px solid;
    content: "";
    width: 379px;
    color: #212121;
}

h2:before{
	margin-right: 15px;
}

h2:after{
	margin-left: 15px;
}

.ctg-sentence{
    color: #7A2E00;
    text-align: center;
}

.flex-img-left, .flex-img-right{
    margin-top: 85px;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
}

.flex-img-left img, .flex-img-left div, .flex-img-right img, .flex-img-right div{
	width: 45%;
}

.flex-img-left h3:after{
	content: "";
    display: block;
    width: 30px;
    height: 10px;
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 15px;
}

.flex-img-right h3{
	text-align: right;
}

.flex-img-right h3:after{
	content: "";
    display: block;
    width: 30px;
    height: 10px;
    border-bottom: solid 1px #bdbdbd;
    margin-bottom: 15px;
	position: relative;
    left: 93%;
}

.map{
    margin: 85px 0;
}
/*ここまでメイン*/

/*フッター*/
.footer-inner{
	width: 980px;
	margin: 0 auto;
}

.address{
    display: flex;
    margin-top: 15px;
}

.address img{
	width: 80px;
}
/*ここまでフッター*/