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

main{
    padding-top: 50px;
}

.main__top-visual,
.main__top-visual img {
    width: 100%;
    margin: 0 auto;
}


.main__contents{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 3rem;
    padding-top: 40px;
    position: relative;
}
.main__title{
    width: 100%;
    max-width: 800px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    text-align: center;
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.main__title h2{
	font-size: 4.3rem;
    font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.5rem;
	color: #4C4948;
}
.main__text {
	font-weight: 300;
	margin-top: 3rem;	
}
.main__contents picture {
	max-width: 40rem;
	margin: 2rem auto;
	display: block;
}
.content__container {
	background: rgba(215,185,143,0.2);
	padding-top: 3rem;
}
.content__text--wrap {
	max-width: 80rem;
	margin: 0 auto;
}
.content__text {
	margin-bottom: 3rem;
}
.content__text--title {
	font-size: 1.6rem;
	background: #d7b98f;
	padding: 1rem 2rem;
}
.content__text--description {
	margin: 1rem auto;
}
.content__text dl {
	display: flex;
}
.content__text dt,
.content__text dd {
	font-size: 1.6rem;
	font-weight: 300;
	font-family: 'Noto Sans JP', sans-serif;
}
.content__text dt {
	width: 6rem;
	text-align-last: justify;
	display: block;
}
.content__font--small {
	font-size: 1.3rem;
	font-weight: 300;
}
.main__info--wrap {
	padding-bottom: 3rem;
}
.main__return-top {
	margin-top: 3rem;
}

/*===================== レスポンシブ =====================*/

@media screen and ( max-width:1100px ){
	.main__catch {
		max-width: 75rem;
		margin: 0 auto;
	}
	.main__text {
		max-width: 75rem;
		margin: 1rem auto 0;
	}
	.content__text--wrap {
		max-width: 75rem;
	}
}
@media screen and ( max-width:920px ){
	.main__title {
		max-width: 750px;
	}
}
@media screen and ( max-width:750px ){
	.main__title {
    max-width: 350px;
    height: 70px;
    line-height: 60px;
    position: absolute;
    top: -60px;
	}
	.main__title h2 {
    font-size: 2.4rem;
    letter-spacing: .3rem;
}
	.main__contents {
		padding-top: 2rem;
	}
	.main__catch {
		max-width: 35rem;
	}
	.main__text {
		max-width: 35rem;
	}
	.content__text--wrap {
		max-width: 35rem;
	}
	.content__text dl {
		display: block;
	}

	
}