@charset "utf-8";

/*-----------------------------------

mainvisual

-----------------------------------*/

#mainvisual {
	position: relative;
}

#mainvisual ul li img {
	width: 100%;
}
#mainvisual .mv-textarea {
	position: absolute;
	width: 570px;
	left: 80px;
	top: 50%;
	transform: translateY(-50%);
}
#mainvisual .mv-textarea h2 {
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-style: normal;
	color: #fff;
	font-size: 54px;
	text-shadow: 2px 2px 3px #919191;
	margin-bottom: 20px;
}
#mainvisual .mv-textarea p {
	font-family: 'Shippori Mincho', serif;
	color: #fff;
	font-size: 20px;
	line-height: 2.2;
	text-shadow: 2px 2px 3px #919191;
}


/*-----------------------------------

news

-----------------------------------*/
#news {
	width: 1020px;
	margin: 50px auto;
}
#news .inner {
	display: flex;
	justify-content: space-between;
}
#news h3 {
	width: 200px;
	display: flex;
	align-items: center;
}
#news h3 a {
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-style: normal;
	font-size: 54px;
	text-decoration: none;
	color: #434343;
	display: inline-grid;
}
#news h3 a:after {
	content: "";
	display: inline-block;
	width: 50px;/*画像の幅*/
	height: 10px;/*画像の高さ*/
	background-image: url("../images/common/icon_arrow04.png");
	background-size: 100%;
	background-repeat: no-repeat;
	vertical-align: top;
}

#news div {
}
#news dl {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	padding: 14px 0;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
	width: 715px;
}
#news dl:first-child {
    border-top: 1px solid #ccc;
}
#news dt {
	order: 2;
	margin-right: 20px;
}
#news .date {
	order: 1;
	margin-right: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #434343;
	font-weight: normal;
}
#news a:hover .date {
	color: #60a2b2;
}
#news .explain {
	order: 3;
}

#news .explain a {
	color: #415053;
	text-decoration: none;
}

#news .lv01 .explain a {
    font-weight: 800;
}

#news .explain a:hover {
	color: #60a2b2;
}

#news a.arrow {
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
}



/*-----------------------------------

board

-----------------------------------*/

#board .inner {
	width: 1020px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}
#board .inner > div {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 460px;
	padding-right: 50px;
}
#board .inner:before,
#board .inner:after {
	position: absolute;
	width: 50px;
	height: 50px;
	content: '';
}
#board .inner:before {
	border-right: solid 5px #fff;
	border-top: solid 5px #fff;
	top: 100px;
	right: 20px;
}
#board .inner:after {
	border-left: solid 5px #fff;
	border-bottom: solid 5px #fff;
	bottom: 100px;
	left: 20px;
}

#board p {
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	color: #fff;
	font-size: 1.15em;
	line-height: 2;
}

#board h2.tit01 {
	margin-bottom: 30px;
	font-size: 3.2rem;
	font-family: 'Shippori Mincho', serif;
	color: #fff;
}
#board h2.tit01 span {
	display: block;
	font-size: 1.6rem;
	color: #fff;
	font-family: "Cinzel", serif;
	line-height: 1.4;
}
#board .btn {
	padding-top: 40px;
}
#board .btn a {
	font-family: 'Shippori Mincho', serif;
	text-decoration: none;
	color: #fff;
	position: relative;
}
#board .btn a:hover {
	opacity: 0.7;
}
#board .btn a:after {
	content: '';
	width: 50px;
	height: 13px;
	background: url("../images/common/icon_arrow06.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 105%;
	top: 50%;
	margin-top: -6px;
}



@media screen and (max-width: 559px) {

/*-----------------------------------

mainvisual

-----------------------------------*/

#mainvisual {
	position: relative;
}

#mainvisual ul li img {
	width: 100%;
	height: 127vw;
	object-fit: cover;
}

#mainvisual .mv-textarea {
	width: 90%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#mainvisual .mv-textarea h2 {
	font-size: 4.2rem;
	margin-bottom: 1rem;
}
#mainvisual .mv-textarea p {
	font-size: 1.6rem;
	line-height: 2.0;
}

/*-----------------------------------

news

-----------------------------------*/
#news {
	width: 100%;
	margin: 4rem auto;
}
#news .inner {
	flex-direction: column;
}
#news h3 {
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: 3rem;
}
#news h3 a {
	font-size: 4.2rem;
}

#news dl {
	padding: 14px 0;
	width: 85%;
	margin: 0 auto;
}



/*-----------------------------------

board

-----------------------------------*/
#board {
	padding: 0 4vw;
	margin-bottom: 4rem;
}
#board .inner {
	width: 100%;
	margin: 0 auto;
	padding: 10vw;
	background: url("../images/index/ph01.jpg") 0 0 no-repeat;
	background-size: cover;
	box-sizing: border-box;
}
#board .inner > div {
	width: 100%;
	padding-right: 0;
	position: static;
	transform: translateY(0);
}
#board .inner:before,
#board .inner:after {
	position: absolute;
	width: 3rem;
	height: 3rem;
	content: '';
}
#board .inner:before {
	border-right: solid 2px #fff;
	border-top: solid 2px #fff;
	top: 2rem;
	right: 2rem;
}
#board .inner:after {
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	bottom: 2rem;
	left: 2rem;
}
#board p {
	font-size: 1.15em;
	line-height: 2;
}
#board h2.tit01 {
	margin-bottom: 1.5rem;
	font-size: 3.2rem;
}
#board h2.tit01 span {
	font-size: 1.6rem;
	line-height: 1.4;
}
#board .btn {
	padding-top: 2rem;
}
#board .btn a {
	color: #fff;
}
#board .btn a:after {
	content: '';
	width: 9.47vw;
	height: 1.73vw;
	background: url("../images/common/icon_arrow06.png") no-repeat;
	background-size: cover;
	position: absolute;
	left: 105%;
	top: 50%;
	margin-top: -0.87vw;
}



}
