#mainimage {
	height: 100dvh;
	margin: 0 auto 80px;
	position: relative;
}

#mainimage_img {
	height: calc(100dvh - 50px);
}

#slide,
.slick-list,
.slick-track,
#slide .slide_img {
	height: 100%;
}

#slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slick-prev {
	display: block;
	border: 0;
	width: 63px;
	height: 63px;
	background: url('../images/common/arrow_l.svg') no-repeat center center;
	position: absolute;
	left: 1dvw;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	z-index: 3;
	cursor: pointer;
}

.slick-next {
	display: block;
	border: 0;
	width: 63px;
	height: 63px;
	background: url('../images/common/arrow_r.svg') no-repeat center center;
	position: absolute;
	right: 1dvw;
	top: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	z-index: 3;
	cursor: pointer;
}
.mainimage_catch {
	position: absolute;
	font-size: 36px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	width: 1100px;
	top: 150px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
	font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
	font-weight: 300;
	font-style: normal;
}
#slide3 .mainimage_catch {
	text-align:right;
}
#mainnav {
/* 	max-width: 1120px; */
width: 100%;
	padding:0 1%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	z-index: 5;
	display: flex;
	gap: 5px;
}

#mainnav a {
	display: block;
	width: calc((100% - 25px) / 6);
	flex: none;
	text-decoration: none;
	color: #333;
	border-radius: 20px 20px 5px 5px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#mainnav dl {
	width: 100%;
	box-sizing: border-box;
	border-radius: 20px 20px 5px 5px;
}

#mainnav dt {
	width: 100%;
	height: 74px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: clamp(16px,1.041666dvw,20px);
	font-weight: 700;
	border-radius: 15px 15px 0px 0px;
}

#mainnav dd {
	padding: 0 0 15px;
	text-align: center;
	background: #fff;
	text-align: center;
	font-size: 16px;
	font-size: clamp(14px,0.83333dvw,16px);
	line-height: 1.5em;
	letter-spacing: -0.1em;
	border-radius: 0 0 5px 5px;
}

#mainnav dd .icon {
	display: flex;
	width: 100%;
	height: 165px;
	align-items: center;
	justify-content: center;
}

#mainnav dd .icon img {
	display: block;
}

#mainnav dl:hover {}

#mainnav1 {
	border: 5px solid #7ebd6a;
}

#mainnav1 dt {
	background: #d8ebd2;
}

#mainnav1:hover dt {
	background: #7ebd6a;
	color: #fff;
	transition: 0.5s;
}

#mainnav2 {
	border: 5px solid #f0b0c1;
}

#mainnav2 dt {
	background: #fae7ec;
}

#mainnav2:hover dt {
	background: #f0b0c1;
	color: #fff;
	transition: 0.5s;
}

#mainnav3 {
	border: 5px solid #3bb8c4;
}

#mainnav3 dt {
	background: #c4eaed;
}

#mainnav3:hover dt {
	background: #3bb8c4;
	color: #fff;
	transition: 0.5s;
}

#mainnav4 {
	border: 5px solid #535fb5;
}

#mainnav4 dt {
	background: #cbcfe9;
}

#mainnav4:hover dt {
	background: #535fb5;
	color: #fff;
	transition: 0.5s;
}

#mainnav5 {
	border: 5px solid #e89c4b;
}

#mainnav5 dt {
	background: #f8e1c9;
}

#mainnav5:hover dt {
	background: #e89c4b;
	color: #fff;
	transition: 0.5s;
}

#mainnav6 {
	border: 5px solid #E8D44B;
}

#mainnav6 dt {
	background: #F4F2E3;
}

#mainnav6:hover dt {
	background: #E8D44B;
	color: #fff;
	transition: 0.5s;
}

main section {
	line-height: 1.8em;
}

#news {
	padding: 50px 0 10px;
	background: #ecf5e9;
	margin: 0 auto 120px;
}

#news_header {
	background: #cbe4c3;
	padding: 10px 0;
	box-sizing: border-box;
	margin: 0 auto 30px;
}

#news_nav {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}

#news_nav h2 {
	display: flex;
	flex: none;
	width: 330px;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	align-items: center;
	font-size: 30px;
}

#news_nav ul {
	list-style: none;
	gap: 9px 5px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#news_nav li{
	border: 2px solid #fff;
	width: calc((100% - 15px) / 4);
	box-sizing: border-box;
	border-radius: 5px;
	position: relative;
}
#news_nav li:first-child{
	width:100%;
}
#news_nav li a {
	display: block;
	line-height: 32px;
	padding: 0 10px;
	font-size:15px;
	white-space: nowrap;
	text-align: center;
	color: #333;
	text-decoration: none;
	background: #fff;
	font-weight: 700;
	border-radius: 5px;
}

#news_nav li a:hover {
	background: #666666;
	color: #fff;
}

#news_nav li a:hover:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #666666;
	border-bottom: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

#news_nav li a.active {
	background: #666666;
	color: #fff;
}

#news_nav li a.active:after {
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #666666;
	border-bottom: 0;
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	margin: auto;
}

#news article {
	margin: 0 auto;
	max-width: 1100px;
	max-height: 550px;
	overflow: auto;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#news article dl {
	padding: 15px 0;
	border-bottom: 1px solid #dddddd;
	display: flex;
	gap: 40px;
}

#news article dl:last-child {
	border: 0;
}

#news article dt {
	width: 340px;
	display: flex;
	justify-content: space-between;
	flex: none;
	line-height: 30px;
}

#news article dt time {
	padding: 0 0 0 15px;
}

#news article dt .cat {
	display: block;
	width: 200px;
	color: #27720f;
	background: #fff;
	border: 1px solid #27720f;
	border-radius: 15px;
	text-align: center;
	height: 30px;
	box-sizing: border-box;
}

#news2,
#news3,
#news4,
#news5,
#news6,
#news7,
#news8,
#news9 {
	display: none;
}

#news .more {
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0 45px;
	display: flex;
	justify-content: flex-end;
}

#news .more a {
	display: block;
	width: 540px;
	position: relative;
	line-height: 52px;
	background: #fff;
	border: 4px solid #7ebd6a;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#news .more a:before {
	content: "≫";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #7ebd6a;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#news .more a:hover {
	background: #7ebd6a;
	color: #fff;
}

#news .more a:hover:before {
	color: #fff;
}

#news_wrap {
	border-bottom: 5px solid #cbe4c3;
}
#instagram{
	margin:0 auto 80px;
}
#instagram h2{
	text-align:center;
	font-size:24px;
	margin-bottom:20px;
}
#instagram h2 img{
	vertical-align:middle;
	margin-right:5px;
}
#instagram h2 a{
	color:#333;
	text-decoration:none;
}
.gallery{
	display:flex;
	list-style:none;
	padding:0 3%;
	gap:10px;
}
.gallery li{
	width:calc((100% - 40px) / 5);
}
.gallery li a{
	display:block;
	height:200px;
	background:#ccc;
}
#top1 {
	display: flex;
	gap: 20px;
	background: url('../images/common/bg_logo.webp') no-repeat top right;
	position: relative;
	margin: 0 auto 130px;
}

#top1 figure {
	width: 49.635dvw;
	position: relative;
	z-index: 1;
}

#top1 figure img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}

#top1 article {
	width: 550px;
	position: relative;
	z-index: 2;
	flex: none;
}

#top1 article h2 {
	font-size: 30px;
	margin: 0 0 40px;
}

#top1 article dl {
	width: 630px;
	padding: 45px 40px 30px;
	box-sizing: border-box;
	position: relative;
	background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(232, 242, 229, 1) 100%);
	z-index: 3;
	left: -80px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#top1 dt {
	font-size: 30px;
	color: #399a1b;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0 0 30px;
	margin: 0 0 30px;
	border-bottom: 4px solid #7ebd6a;
}

#top1 dd {
	font-size: 21px;
	color: #399a1b;
}

#top1 .more {
	margin: 0 auto;
	padding: 40px 0 0;
}

#top1 .more a {
	display: block;
	width: 100%;
	position: relative;
	line-height: 52px;
	background: #fff;
	border: 4px solid #7ebd6a;
	border-radius: 10px;
	text-align: center;
	font-weight: 700;
	color: #333;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#top1 .more a:before {
	content: "≫";
	position: absolute;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #7ebd6a;
	font-weight: bold;
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#top1 .more a:hover {
	background: #7ebd6a;
	color: #fff;
}

#top1 .more a:hover:before {
	color: #fff;
}

#top2 {
	margin: 0 auto 100px;
}

#top2 article {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	gap: 40px;
}

#top2 article a {
	display: block;
	text-decoration: none;
	color: #333;
	width: calc((100% - 40px) / 2);
	border: 4px solid #7ebd6a;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}

#top2 article dl {
	width: 100%;
	padding: 5px 0 15px;
	box-sizing: border-box;
}

#top2 dt {
	font-size: 24px;
	color: #399a1b;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 50px;
}

#top2 dt small {
	font-size: 18px;
	line-height: 1.2em;
}

#top2 dd {
	line-height: 1.5em;
	text-align: center;
}

#top2 dd span.image {
	display: flex;
	height: 96px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#top2 dd span.image img {
	display: block;
}
#top3 article a{
	display:flex;
	max-width:960px;
	gap:50px;
	margin:0 auto 50px;
	color:#000;
	text-decoration:none;
	align-items:center;
	justify-content:center;
}
#top3 article a img{
	display:block;
	margin:0 auto 50px;
	position:relative;
	z-index:1;
}
#img_box1,
#img_box3{
	width:20%;
	flex:none;
}
#img_box2{
	width:calc(60% - 100px);
	align-items:center;
	position:relative;
}
#img_box2 img{
	border-radius:50%;
}
#img_box2 strong{
	position:absolute;
	top:0;
	line-height:98px;
	left:0;
	right:0;
	margin:auto;
	font-size:24px;
	z-index:2;
	text-align:center;text-shadow: 
    #fff 2px 0px,  #fff -2px 0px,
    #fff 0px -2px, #fff 0px 2px,
    #fff 2px 2px , #fff -2px 2px,
    #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px,  #fff -1px 2px,
    #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px,  #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}