@charset "utf-8";

/*===========================================================
カバー
===========================================================*/

.cover::before {
	content: "";
	display: block;
	width: 100%;
	height: 59.66%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: linear-gradient(to top, rgba(137, 82, 56, 50%), rgba(79, 64, 45, 0));
	z-index: 1;
}

.cover-text-area {
	position: absolute;
	display: inline;
	bottom: 11%;
	left: 10.5%;
	z-index: 2;
}

.cover-en-text {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.5178)), 20px);
	font-family: "Cardo", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.cover-title-box {
	margin: 26px 0 0 0;
}

.cover-title {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 2.2654)), 55px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.54545em;
}

.cover-text-box {
	margin: 32px 0 0 0;
}

.cover-text {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.3883)), 20px);
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 2em;
}

.cover-text br {
	display: none;
}

/*===========================================================
top01
===========================================================*/

.top01-text-box .text02 br {
	display: none;
}

/*===========================================================
top02
===========================================================*/

.top02-btn-area {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 20px;
}

/*===========================================================
top04
===========================================================*/

.top04-block {
    position: relative;
	margin: 60px 0 0 0;
}

.top04-block:first-child {
	margin: 0;
}

.top04-block .en-title03 {
    position: absolute;
    bottom: -31px;
    left: 0;
}

.top04-content-area01 {
	margin: 0;
    max-width: 1320px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 40px 0 60px 0;
}

.top04-block:nth-of-type(even) .top04-content-area01 {
	margin: 0 auto 0 0;
}

.top04-block:nth-of-type(even) .en-title03 {
	bottom: -31px;
    left: auto;
	right: 0;
}


/*===========================================================
お知らせ
===========================================================*/

.top-news-area section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.top-news-img {
    background: #895238;
    padding: 0 0 60.61%;
    position: relative;
    height: 0;
    margin: 10px auto 0;
    transition: all .3s;
}

.top-news-img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

img + .noImg {
    display: none;
}

.top-news-link {
    display: block;
    transition: all .3s;
}

.top-news-link:hover {
    opacity: 0.7;
}

.top-news-cate-flex {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin: 3px 0 0 0;
}

.top-news-date {
	margin: 3px 0 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #895238;
}

.top-news-cate {
	display: block;
	width: 100%;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 400;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #E3D5CC;
    padding: 0 0 5px;
	color: #895238;
}

.top-news-title {
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 2px 0 0 0;
    color: #895238;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/

.cover-text br {
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 


/*===========================================================
top01
===========================================================*/

.top01-text-box .text02 br {
	display: block;
}

/*===========================================================
top02
===========================================================*/

.top02-btn-area {
	grid-template-columns: repeat(2, 1fr);
	gap: 22px 37px;
}

/*===========================================================
top04
===========================================================*/

.top04-content-area01 {
    margin: 0 0 0 auto;
	padding: 50px 0 80px 0%;
}

.top04-block {
	margin: 80px 0 0 0;
}

.top04-block .en-title03 {
    bottom: -31px;
    left: 0;
}

.top04-text {
	margin: 0 0 0 16px;
}


/*===========================================================
お知らせ
===========================================================*/

.top-news-area section {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
}
/* 
.top-news-cate-flex {
    flex-direction: row;
} */

/* .top-news-cate {
    margin: 0 0 0 15px;
} */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/

.top04-content-area01 {
	margin: 0 0 0 auto;
    padding: 73px 0 110px 10%;
}

.top04-block {
	margin: 100px 0 0 0;
}

.top04-block .en-title03 {
    bottom: -31px;
    left: 0;
}

.top04-content-area01 {
    padding: 73px 0 110px 10%;
}

.top04-block:nth-of-type(even) .top04-content-area01 {
	padding: 73px 10% 110px 0;
}

/*===========================================================
お知らせ
===========================================================*/

.top-news-area section {
    gap: 40px 50px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1520px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */