@charset "utf-8";
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
#gHeader {
	background-color: #fff;
}
#gHeader .hBox {
	max-width: 1280px;
	margin: 17px auto 16px;
}
#gHeader .hBox h1 {
	width: 244px;
}
#gHeader .hBox h1 a:hover img,
#gHeader .hBox h1 a img {
	opacity: 0 !important;
}
#gHeader .hBox h1 a {
	display: block;
	opacity: 1;
	background: url("../img/common/h_logo.svg") no-repeat left center;
}
#gHeader .rBox {
	max-width: 805px;
}
#gHeader .rBox .link {
	margin-right: 0;
}
#gHeader .rBox .link a {
	padding: 12px 10px 10px;
	background-color: #8D6C23;
}
@media all and (min-width: 961px) {
	#gHeader .rBox .link a:hover {
		color: #8D6C23;
		border: 1px solid #8D6C23;
		background-color: #fff;
	}
}
#gNavi {
	margin: 4px 47px 0 0;
}
#gNavi li a {
	color: #3B372C;
	background-image: url("../img/common/icon11.png");
}
#gNavi li:last-child a::before {
	background-image: url("../img/common/icon07.png");
}
#main .content {
	width: 795px;
}
#main .greeting {
	padding: 59px 0 77px;
}
#main .greeting .text {
	margin-bottom: 34px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.89;
}
#main .greeting .text01 {
	margin-bottom: 69px;
}
#main .greeting .rTxt {
	width: 168px;
	margin-left: auto;
	line-height: 1.75;
	letter-spacing: 0.05em
}
#main .about {
	padding: 39px 0 84px;
	background-color: #EBE7DB;
}
#main .about .headLine02 {
	margin-bottom: 8px;
}
#main .about .table {
	margin: 0 -20px;
}
#main .about table {
	width: 100%;
	border-spacing: 20px 0;
}
#main .about th,
#main .about td {
	padding: 29px 10px 8px;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: 500;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 1.75;
	vertical-align: top;
	border-bottom: 1px solid #fff;
}
#main .about th {
	padding-left: 28px;
    width: 25.8%;
    border-bottom: 1px solid #BAB097;
    letter-spacing: 0.4em;
	font-family: 'Noto Serif JP', serif;
    background: url(../img/common/icon12.png) no-repeat left 10px top 39px;
    background-size: 8px 8px;
}
#main .about td.mar {
	padding-bottom: 12px;
}
#main .about .address {
	display: block;
	margin-bottom: -4px;
}
#main .about .map {
	margin-left: 19px;
	display: inline-block;
}
#main .about .map a {
	display: inline-block;
	text-decoration: underline;
}
#main .about .map .icon {
	margin-left: 8px;
	display: inline-block;
	vertical-align: -4px;
}
@media all and (min-width: 961px) {
	#main .about .map a:hover {
		text-decoration: none;
	}
}
#main .history {
	padding: 79px 0 71px;
}
#main .history .headLine02 {
	margin-bottom: -11px;
}
#main .history table {
	width: 100%;
	border-collapse: collapse;
}
#main .history th,
#main .history td {
	padding: 35px 0 35px;
	letter-spacing: 0.05em;
	text-align: left;
	box-sizing: border-box;
	word-break: break-all;
	line-height: 1.75;
	vertical-align: top;
	border-bottom: 1px solid #BAB097;
}
#main .history th {
	padding: 27px 0 25px;
	width:  29%;
	position: relative;
}
#main .history th .big {
	font-size: 2.4rem;
	letter-spacing: 0.1em;
}
#main .history th .year {	
    margin-left: -3px;
    color: #BAB097;
    letter-spacing: 0.1em;
    display: inline-block;
    vertical-align: 3px;
}
#main .history th .num {
	position: absolute;
	right: 10px;
	top: 0;
	display: inline-block;
}
#main .history td .num {
	display: inline-block;
    vertical-align: top;
    width: 11.9%;
}
#main .history td .rTxt {
	display: inline-block;
}
#main .sdgs {
	padding: 60px 0 80px;
	background-color: #EBE7DB;
}
#main .sdgs .subBox {
	padding: 19px 20px;
	background-color: #fff;
}
#main .sdgs .infoBox {
	padding: 72px 61px 39px;
	border: 1px solid #BAB097;
}
#main .sdgs h2 {
	margin-bottom: 52px;
	font-size: 2.6rem;
	letter-spacing: 0.4em;
	text-align: center;
	font-weight: 500;
}
#main .sdgs .content {
	width: 960px;
}
#main .sdgs .infoBox .text {
	margin-bottom: 31px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	line-height: 1.89;
}
#main .sdgs .infoBox .rTxt {
	margin-bottom: 33px;
	width: 157px;
	margin-left: auto;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
#main .sdgs .infoBox h3 {
	margin-bottom: 14px;
	padding: 7px 0 6px 51px;
	color: #fff;
	font-weight: 500;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	background: #BAB097 url("../img/common/icon13.png") no-repeat left 20px top 20px;
	background-size: 20px 2px;
}
#main .sdgs .textBox {
	margin-bottom: 35px;
	padding-bottom: 40px;
	border-bottom: 1px solid #EBE7DB;
}
#main .sdgs .textBox:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#main .sdgs .infoBox h4 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}
#main .sdgs .infoBox .notesList {
	margin-bottom: 33px;
}
#main .sdgs .infoBox .notesList li {
	padding-left: 17px;
    line-height: 1.75;
    letter-spacing: 0.05em;
    background: url(../img/common/icon12.png) no-repeat left 1px top 8px;
    background-size: 8px 8px;
}
#main .sdgs .infoBox .imgList li {
	width: 112px;
	margin: 0 10px;
}
#main .sdgs .infoBox .title {
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
#main .sdgs .infoBox .txt {
	margin-bottom: 30px;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media all and (max-width: 960px) {
	#gHeader {
		padding: 20px 31px;
	}
	#gHeader .hBox h1 a {
		display: block;
		opacity: 1;
		background: url("../img/common/sp_h_logo.svg") no-repeat left center;
		background-size: 230px 31px;
	}
	#gHeader .hBox {
		max-width: inherit;
		margin: 0;
	}
	#gHeader .rBox {
		display: none;
	}
	.menu {
		top: 0;
	}
	.menu span {
		background-color: #3B372C;
	}
	.menu::after {
		background-image: url("../img/common/sp_menu.png");
	}
	.menu.on::after {
		background-image: url("../img/common/sp_close.png");
	}
	.menu.on::after {
		background-image: url("../img/common/sp_close.png");
	}
	#main .content {
		width: auto;
	}
	#main .greeting {
		padding: 45px 0 50px;
	}
	#main .greeting .text {
		margin-bottom: 25px;
		font-size: 1.6rem;
		line-height: 1.69;
	}
	#main .greeting .text01 {
		margin-bottom: 40px;
	}
	#main .about {
		padding: 35px 0 60px;
	}
	#main .about .headLine02 {
		/* margin-bottom: -14px; */
	}
	#main .about .table {
		margin: 0
	}
	#main .about table {
		border-spacing: 0;
	}
	#main .about th,
	#main .about td {
		padding: 19px 0 8px 10px;
		display: block;
		background-position: left 10px top 29px;
	}
	#main .about th {
		padding-left: 28px;
		width: 100%;
	}
	#main .about .map {
		margin-left: 0;
	}
	#main .history {
		padding: 50px 0 50px;
	}
	#main .history .headLine02 {
		margin-bottom: -11px;
	}
	#main .history th,
	#main .history td {
		padding: 15px 0 15px;
		display: block;
		border-bottom: 1px solid #BAB097;
	}
	#main .history th {
		padding: 15px 0 0;
		width: 100%;
		border-bottom: none;
	}
	#main .history th .big {
		font-size: 2rem;
	}
	#main .history td.wid01 {
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}	
	#main .history td .num {
		margin-bottom: 5px;
		display: block;
		width: 100%;
	}
	#main .history td .rTxt {
		display: block;
	}
	#main .history td .rTxt01 {
		margin-bottom: 5px;
	}
	#main .sdgs {
		padding: 50px 0 60px;
	}
	#main .sdgs .subBox {
		padding: 15px;
	}
	#main .sdgs .infoBox {
		padding: 30px 20px;
	}
	#main .sdgs h2 {
		margin-bottom: 30px;
		font-size: 2.4rem;
	}
	#main .sdgs .content {
		width: auto;
	}
	#main .sdgs .infoBox .text {
		margin-bottom: 25px;
		font-size: 1.6rem;
		line-height: 1.69;
	}
	#main .sdgs .infoBox .rTxt {
		margin-bottom: 25px;
		width: 138px;
		font-size: 1.4rem;
	}
	#main .sdgs .infoBox h3 {
		margin-bottom: 15px;
		padding: 7px 6px 6px 51px;
		font-size: 1.6rem;
	}
	#main .sdgs .textBox {
		margin-bottom: 25px;
		padding-bottom: 30px;
	}
	#main .sdgs .infoBox h4 {
		font-size: 1.6rem;
	}
	#main .sdgs .infoBox .notesList {
		margin-bottom: 25px;
	}
	#main .sdgs .infoBox .notesList li {
		padding-left: 15px;
		font-size: 1.4rem;
	}
	#main .sdgs .infoBox .imgList li {
		width: 90px;
		margin: 0 5px 10px;
		text-align: center;
	}
	#main .sdgs .infoBox .imgList li:last-child {
		margin-bottom: 0;
	}
	#main .sdgs .infoBox .txt {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
}