@charset "UTF-8";

/*モバイル
----------------------------*/


/*エリアボタン*/
.box {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-a.jpg");
	filter: grayscale(50%);
}

.box2 {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-b.jpg");
	filter: grayscale(50%);
}

.box3 {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-c.jpg");
	filter: grayscale(50%);
}

.box4 {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-d.jpg");
	filter: grayscale(50%);
}

.box5 {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-e.jpg");
	filter: grayscale(50%);
}

.box6 {
	border-radius: 5px;
	display: flex;
	width: 160px;
	height: 80px;
	background: #333;
	justify-content: center;
	align-items: center;
	background-image: url("../img/info-f.jpg");
	filter: grayscale(50%);
}
.area-name {
	color: #fff;
}

.info-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.info-buttonBox {
	margin: 30px auto;
}

/*紹介カード
--------------------------------------------*/
.info-flexBox {
	margin: 50px 20px;
}

.info-card {
	margin-top: 30px;
	background-color: #FEFEFE;
	padding: 20px;
}

.info-text p,dt,dd {
	text-align: left;
	letter-spacing: normal;
	font-family: 'Noto Serif JP', serif;
	
}
.info-text {
	width: 100%;
}

dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 20px;
}
dt {
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.2rem;
	background-color: #3A5635;
	padding: 5px 20px;
	text-align: center;
	width: 30%;
	margin: 10px auto;
}

dd {
	width: 70%;
	margin: 10px auto;
	padding-left: 1rem;
}
/*
.info-text dd {
	padding-left: 1em;
}
*/
.group-name {
	padding-left: 1em;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #333;
}
.info-sns {
	display: flex;
	font-size: 1.8rem;
}

/*infomation 詳細ボタン*/

.info-detail-btn {
	display: block;
   text-align: center;
    padding: 12px 20px;
    max-width: 150px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
    margin-left: 60%;
    background-color: #871900;
    border-radius: 40px;
}

.info-detail-btn:hover {
    background-color: #734233;
    color: #fff;
	box-shadow: none;
}


/*ipad版*/
@media screen and (min-width: 420px) {


}


@media screen and (min-width: 600px) {

.info-buttonBox {
	width: 60%;
}

.info-flexBox {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 10px;
}

	
.info-card {
margin-top: 0;
padding: 20px;
width: calc((100% - 10px * 2) / 2);

}	
}

/*pc
---------------------------*/
@media screen and (min-width: 1000px) {

.info-buttonBox {
	width: 50%;
}

.info-card {
width: calc((100% - 10px * 2) / 3);
}
	
@media screen and (min-width: 1300px) {

.info-buttonBox {
	width: 40%;
}
	}