@charset "utf-8";

/*=====================================================
COMMON-LAYOUT
======================================================*/

.main {
	position: relative;
}

.slick-dots {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	text-align: left;
}

.slick-dots li {
	max-width: 40px;
	margin: 0 5px;
}

.slick-dots li button {
	width: 100px;
	height: 12px;
	max-width: 100%;
	padding: 5px;
	background: #4a392f;
}
.slick-dots li.slick-active button {
	background: #291d20;
}

.container h2 {
	font-size: 30px;
	color: #705300;
}
.container h3.read {
	font-size: 18px;
	line-height: 2;
}

.info_wrap {
	background: #fff;
	border-bottom: solid 3px #4a392f;
	border-top: solid 3px #4a392f;
	padding: 15px 20px;
}

.info_ttl {
	color: #4a392f;
	font-size: 20px;
	text-align: center;
	padding: 25px 0 25px;
	position: relative;
}

.info_ttl::before {
	content: "";
	width: 0;
	height: 0;
	border: 14px solid transparent;
	border-top: 12px solid #4a392f;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #4a392f;
	font-size: 16px;
}
/* .info_ttl::after {
	content: "";
	position: absolute;
	bottom: 0;
	left:calc(50% - 20px);
	width: 40px;
	height: 1px;
	background: #004121;
} */

.info {
	margin: 0 auto;
}
.info td {
	font-size: 20px;
}
.info td:first-child {
	white-space: nowrap;
	padding-right: 15px;
	border-right: solid 1px #000;
}
.info td:nth-child(2) {
	padding-left: 15px;
}

.cooperation .line {
	font-size: 25px;
	color: #705300;
	display: flex;
	align-items: center;
}
.cooperation .line::before,
.cooperation .line::after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #705300;
	display: block;
}
.cooperation .line::before {
	margin-right: 0.4em;
}
.cooperation .line::after {
	margin-left: 0.4em;
}

.cooperation ul {
	display: flex;
	justify-content: space-between;
}
.cooperation ul li {
	width: 49%;
}
.cooperation ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cooperation ul li .img {
	width: 49%;
}
.cooperation ul li .txt {
	width: 47%;
}
.cooperation ul li .txt1 {
	text-align: center;
	font-size: 15px;
	line-height: 1.2;
	padding-bottom: 25px;
	margin-bottom: 10px;
	position: relative;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.cooperation ul li .txt1::after {
	content: "";
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-top: 6px solid #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.cooperation ul li .txt2 {
	text-align: center;
	font-size: 22px;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
	color: #705300;
	border-bottom: solid 1px #705300;
}
.cooperation ul li .txt3 {
	line-height: 1.4;
	font-size: 14px;
}
.linkbtn-flx {
	display: flex;
	justify-content: space-between;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.linkbtn {
	display: block;
	width: 62%;
	max-width: 620px;
	line-height: 0;
	margin: 0 auto 20px;
}
.linkbtn-inst {
	display: block;
	width: 35%;
	max-width: 350px;
	line-height: 0;
	margin: 0 auto 20px;
}

.linkbtn img {
	width: 100%;
}

.contentbtn li {
	padding: 4px 0;
	background: url("../images/top/cbtn_bg.jpg");
	background-size: cover;
	margin-bottom: 30px;
}
.contentbtn li:last-child {
	margin-bottom: 0;
}
.contentbtn li a {
	display: block;
	width: 100%;
	transition: all 0.5s ease-in-out 0s;
}
.contentbtn li a:hover {
	opacity: 0.6;
}
.contentbtn li a > .inner {
	display: flex;
	align-items: center;
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
	border-top: solid 1px rgba(255, 255, 255, 0.3);
}
.contentbtn li:nth-child(2n) a > .inner {
	flex-direction: row-reverse;
}
.contentbtn .img {
	width: 58.334%;
}
.contentbtn .txt {
	width: 41%;
}
.contentbtn .txt .inner {
	padding: 10px;
	max-width: 386px;
	margin: 0 auto;
	box-sizing: border-box;
}
.contentbtn .txt1 {
	font-size: 34px;
	color: #ebe1cf;
	text-align: center;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.contentbtn .txt1::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	width: 40px;
	height: 1px;
	background: #ebe1cf;
}
.contentbtn .txt2 {
	font-size: 22px;
	color: #ebe1cf;
	text-align: center;
	line-height: 1;
	margin-bottom: 20px;
	font-family: "游明朝", "Yu Mincho", YuMincho, "游明朝体", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.contentbtn .txt3 {
	font-size: 16px;
	color: #fff;
	line-height: 2;
	margin-bottom: 15px;
}

/*.area_wrap {
	display:inline-block;
	position: relative;
	max-width: 100%;
	line-height: 0;
	font-size: 0;
}*/

.iziModal.life01,
.iziModal.life02 {
	border-bottom: none !important;
	height: 90vh !important;
}
.iziModal.life03 {
	border-bottom: none !important;
	height: auto;
}
.iziModal .iziModal-content {
	text-align: center;
}

#off_pc {
	z-index: 3;
	opacity: 1;
	position: relative;
}

#on_pc1,
#on_pc2,
#on_sp1,
#on_sp2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}
#on_pc1.on,
#on_pc2.on,
#on_sp1.on,
#on_sp2.on {
	opacity: 1;
}
#off_pc.on,
#off_sp.on {
	opacity: 0;
}

@media screen and (max-width: 767px) {
	.container h2 {
		font-size: 20px;
	}
	.container h3.read {
		font-size: 14px;
	}

	.info_wrap {
		padding: 15px;
	}

	.info_ttl {
		font-size: 16px;
		padding: 15px 0 5px;
	}

	.info {
		width: 100%;
	}
	.info td {
		width: 100%;
		font-size: 14px;
		display: block;
	}
	.info td:first-child {
		width: 100%;
		padding-right: 0;
		border-right: none;
		text-align: center;
		border-bottom: solid 1px #000;
	}
	.info td:nth-child(2) {
		width: 100%;
		padding-left: 0;
		padding-bottom: 25px;
		white-space: normal;
	}

	.cooperation .line {
		font-size: 18px;
	}

	.cooperation ul li {
		width: 48%;
	}
	.cooperation ul li a {
		display: block;
	}
	.cooperation ul li .img {
		width: 100%;
		margin-bottom: 10px;
	}
	.cooperation ul li .txt {
		width: 100%;
	}
	.cooperation ul li .txt1 {
		font-size: 14px;
		padding-bottom: 20px;
		margin-bottom: 5px;
	}
	.cooperation ul li .txt2 {
		font-size: 16px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.cooperation ul li .txt3 {
		font-size: 13px;
	}
	.linkbtn-flx {
		width: 100%;
		display: block;
	}
	.linkbtn {
		width: 100%;
	}
	.linkbtn-inst {
		width: 100%;
	}

	.contentbtn li {
		padding: 8px 0;
		margin-bottom: 30px;
	}
	.contentbtn li:last-child {
		margin-bottom: 0;
	}
	.contentbtn li a > .inner {
		display: block;
	}
	.contentbtn .img {
		width: 100%;
	}
	.contentbtn .txt {
		width: 100%;
	}
	.contentbtn .txt .inner {
		padding: 20px;
	}
	.contentbtn .txt1 {
		font-size: 22px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.contentbtn .txt2 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.contentbtn .txt3 {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.iziModal.life01,
	.iziModal.life02 {
		height: 71vh !important;
		max-width: 100% !important;
	}
	.iziModal.life03 {
		height: auto;
		max-width: 100% !important;
	}
}
/* お知らせ */
.info_wrap .flex {
	display: flex;
	gap: 0 20px;
}
@media screen and (max-width: 767px) {
	.info_wrap .flex {
		flex-wrap: wrap;
		gap: 0;
	}
}
.info_wrap .box {
	max-width: 280px;
	width: 24%;
	display: block;
	opacity: 1;
	transition: all 0.3s;
}
@media screen and (max-width: 767px) {
	.info_wrap .box {
		max-width: 767px;
		width: 100%;
		padding: 0 0 30px 0;
	}
}
.info_wrap .box:hover {
	opacity: 0.5;
}
.info_wrap .img {
	aspect-ratio: 232 / 188;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.info_wrap .cate-wrap {
	padding: 10px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}
.info_wrap .cate {
	line-height: 23px;
	text-align: center;
	min-width: 80px;
	color: #ffffff;
	font-size: 12px;
	display: inline-block;
	background-color: #92afaa;
}
@media screen and (max-width: 767px) {
	.info_wrap .cate {
		padding: 5px 0;
		line-height: 150%;
		font-size: 13px;
	}
}
.info_wrap .txt {
	font-size: 14px;
	padding: 5px 0 0 0;
}

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