@charset "utf-8";
/* CSS Document */

/*　メインビジュアル　スライド　*/
#slide_top{
	margin: 0 0 30px 0;
}
#slide_top .bx-wrapper .bx-pager {
	bottom: 12px;
	padding-top: 0;
}
#slide_top .bx-wrapper .bx-pager.bx-default-pager a {
	background: #cbcbcb;
	width: 14px;
	height: 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#slide_top .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slide_top .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #5d237e;
}

/*　1カラム　*/
.topContent{
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}
.topContent:before,
.topContent:after{
	height:500px;
	width:calc(50% - 480px);
	position: absolute;
	content: "";
	display: block;
	z-index: 100;
	background: rgba(255,255,255,0.5);
}
.topContent:before{
	top:0;
	left:0;
}
.topContent:after{
	top:0;
	right:0;
}
.topContent img{
	max-width: 100%;
	height:auto;
}
.topContent .keyv{
	width:960px;
	height:500px;
	position:relative;
	margin: 0 auto;
}
.topContent .bx-wrapper .bx-viewport{
	overflow: visible !important;
}
.topContent .keyv .topslider li{
	width:100%;
	height:500px;
	position: relative;
}
.topContent .keyv .topslider img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.topContent .keyv .inner{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(0,-50%);
}
.topContent .second_nav {
	margin: auto;
	padding-top: 80px;
	width: 960px;
}
.topContent .second_nav ul {
	display: flex;
	justify-content: space-between;
}
.topContent .second_nav ul li {
	width: clamp(60px, -10.000px + 23.333vw, 214px);
	height: clamp(60px, -10.000px + 23.333vw, 214px);
	border: 3px solid #008B6F;
}
.topContent .second_nav ul li a {
	display: flex;
	align-items: flex-end;
    justify-content: center;
	width: 100%;
	height: 100%;
	font-feature-settings: "palt";
	font-size: clamp(8px, -2.455px + 3.485vw, 31px);
	font-weight: bold;
	line-height: 2.5;
	color: #008B6F;
	transition: all 0.4s ease;
}
.topContent .second_nav ul li:nth-child(1) a {
	background: url("../images/top/icon_second_nav1.png") no-repeat center 30% / 50%;
}
.topContent .second_nav ul li:nth-child(2) a {
	background: url("../images/top/icon_second_nav2.png") no-repeat center 30% / 50%;
}
.topContent .second_nav ul li:nth-child(3) a {
	background: url("../images/top/icon_second_nav3.png") no-repeat center 30% / 50%;
}
.topContent .second_nav ul li:nth-child(4) a {
	background: url("../images/top/icon_second_nav4.png") no-repeat center 30% / 50%;
}
.topContent .second_nav ul li a:hover {
	background-color: #008B6F;
	color: #fff;
	text-decoration: none;
}
.topContent .second_nav ul li:nth-child(1) a:hover {
	background-image: url("../images/top/icon_second_nav1_hover.png");
}
.topContent .second_nav ul li:nth-child(2) a:hover {
	background-image: url("../images/top/icon_second_nav2_hover.png");
}
.topContent .second_nav ul li:nth-child(3) a:hover {
	background-image: url("../images/top/icon_second_nav3_hover.png");
}
.topContent .second_nav ul li:nth-child(4) a:hover {
	background-image: url("../images/top/icon_second_nav4_hover.png");
}
@media (max-width: 960px) {
	.topContent .second_nav {
		width: 96%;
	}
}
@media (max-width: 740px) {
	.topContent .second_nav {
		padding-top: clamp(0px, -20.455px + 6.818vw, 30px);
	}
}
.topContent .hurry{
	margin: 80px 0;
	width:100%;
	height:540px;
	position: relative;
}
.topContent .hurry:after{
	width:calc(50% + 430px);
	height: 490px;
	position: absolute;
	right:0;
	bottom:0;
	z-index: -1;
	content: "";
	background: #C6EEDF;
	border-radius: 0 0 0 10px;
}
.topContent .hurry .picarea{
	height:350px;
	width:calc(48% + 480px);
	position: absolute;
	top:0;
	right:calc(50% - 480px);
}
.topContent .hurry .picarea img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.topContent .hurry .picarea h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right:0;
	bottom:0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	color:#008E5D;
	font-weight: bold;
	padding:30px 0;
	line-height: 100px;
	background: #C6EEDF;
	border-radius: 20px 0 0 0;
}
.topContent .hurry .textarea{
	width:870px;
	height:190px;
	position: absolute;
	bottom:0;
	right:calc(50% - 480px);
}
.topContent .consul{
	margin: 80px 0;
	width:100%;
	height:540px;
	position: relative;
}
.topContent .consul:after{
	width:calc(50% + 430px);
	height:490px;
	position: absolute;
	left:0;
	bottom:0;
	z-index: -1;
	content: "";
	background: #C6EEDF;
	border-radius: 0 0 10px 0;
}
.topContent .consul .picarea{
	height:350px;
	width:calc(48% + 480px);
	position: absolute;
	top:0;
	left:calc(50% - 480px);
}
.topContent .consul .picarea img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.topContent .consul .picarea h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	position: absolute;
	left:0;
	bottom:0;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	color:#008E5D;
	font-weight: bold;
	padding:30px 0;
	line-height: 100px;
	background: #C6EEDF;
	border-radius:0 20px 0 0;
}
.topContent .consul .textarea{
	width:870px;
	height:190px;
	position: absolute;
	bottom:0;
	left:calc(50% - 480px);
}
.topContent .hurry .textarea .text,
.topContent .consul .textarea .text{
	width:630px;
	position: absolute;
	top:50%;
	left:0;
	transform: translate(0,-50%);
	line-height: 2;
    font-size: 94%;
}
.topContent .hurry .textarea .btn,
.topContent .consul .textarea .btn{
	width:220px;
	height:56px;
	position: absolute;
	top:50%;
	right:0;
	transform: translate(0,-50%);
}
.topContent .hurry .textarea .btn a,
.topContent .consul .textarea .btn a{
	font-size:21px;
	line-height: 56px;
	color:#008E5D;
	display: block;
	position: relative;
	font-weight: bold;
}
.topContent .hurry .textarea .btn a:after,
.topContent .consul .textarea .btn a:after{
	width:56px;
	height:56px;
	position: absolute;
	top:0;
	right:0;
	content: "";
	display: block;
	background: url("../images/top/icon_arrow_green.png") no-repeat center center;
}
.topContent .funeral{
	width:100%;
	padding:50px 0;
	background: url("../images/top/bg_funeral.png") no-repeat center center;
	background-size:cover;
}
.topContent .funeral h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:36px;
	color:#008E5D;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.topContent .funeral .flex{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.topContent .funeral .flex .box{
	width:300px;
}
.topContent .funeral .flex .box .pic{
	width:300px;
	height:180px;
}
.topContent .funeral .flex .box .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.topContent .funeral .flex .box h3{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:24px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
}
.topContent .funeral .flex .box .text{
	line-height: 2;
    font-size: 94%;
}
.topContent .funeral .btn{
	width:220px;
	height:56px;
	margin: 50px auto 0;
}
.topContent .funeral .btn a{
	font-size:21px;
	line-height: 56px;
	color:#008E5D;
	display: block;
	position: relative;
	font-weight: bold;
}
.topContent .funeral .btn a:after{
	width:56px;
	height:56px;
	position: absolute;
	top:0;
	right:0;
	content: "";
	display: block;
	background: url("../images/top/icon_arrow_green.png") no-repeat center center;
}
.topContent .third_nav {
	margin: auto;
	padding-top: 70px;
	width: 960px;
}
.topContent .third_nav ul {
	display: flex;
	justify-content: space-between;
}
.topContent .third_nav ul li {
	width: 470px;
	height: 114px;
}

.topContent .third_nav ul li a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    justify-content: flex-start;
	width: 100%;
	height: 100%;
	font-feature-settings: "palt";
	transition: all 0.4s ease;
}
.topContent .third_nav ul li:nth-child(1) a {
	background: url("../images/top/bg_third_nav1.jpg") no-repeat 0 / cover;
}
.topContent .third_nav ul li:nth-child(2) a {
	background: url("../images/top/bg_third_nav2.jpg") no-repeat 0 / cover;
}
.topContent .third_nav ul li a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.topContent .third_nav ul li a span {
	margin-left: clamp(16px, -5.462px + 3.694vw, 30px);
	font-size: clamp(10px, 2.335px + 1.319vw, 15px);
	font-weight: bold;
	line-height: 2;
	color: #fff;
}
.topContent .third_nav ul li a h4 {
	margin-left: clamp(16px, -5.462px + 3.694vw, 30px);
	font-size: clamp(18px, 2.670px + 2.639vw, 28px);
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
}
@media (max-width: 960px) {
	.topContent .third_nav {
		width: 96%;
	}
	.topContent .third_nav ul {
		flex-wrap: wrap;
	}
	.topContent .third_nav ul li {
		width: clamp(272px, -0.871px + 46.966vw, 450px);
		height: clamp(54px, -37.979px + 15.831vw, 114px);
	}
}
@media (max-width: 580px) {
	.topContent .third_nav {
		padding-top: 40px;
	}
	.topContent .third_nav ul li {
		width: 100%;
		height: clamp(70px, 0.357px + 23.214vw, 135px);
	}
	.topContent .third_nav ul li:first-child {
		margin-bottom: 10px;
	}
	.topContent .third_nav ul li a span {
		margin-left: clamp(15px, 9.643px + 1.786vw, 20px);
		width: 85%;
		font-size: clamp(11px, 3.500px + 2.5vw, 18px);
	}
	.topContent .third_nav ul li a h4 {
		margin-left: clamp(15px, 9.643px + 1.786vw, 20px);
		width: 85%;
		font-size: clamp(18px, 4.071px + 4.643vw, 31px);
	}
}

.top .leftContent h2{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size:36px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 20px 0;
    line-height: 1.2;
    background: none;
	position: relative;
	color:#008E5D;
}
.top .leftContent h2:after{
	width:88px;
	height:1px;
	content: "";
	background: #008E5D;
	position: absolute;
	top:100%;
	left:50%;
	transform: translate(-50%,0);
}
.top .leftContent .description{
	font-size:14px;
	text-align: center;
}
.top .leftContent .guide .guideContent{
	margin-bottom: 20px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-left: -20px;
}
.top .leftContent .guide .guideContent .Box{
	width:330px;
	margin-top: 20px;
	margin-left: 20px;
}
.top .leftContent .guide .guideContent .Box a{
	display: block;
}
.top .leftContent .guide .guideContent .Box a .picarea{
	width:330px;
	height:180px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
}
.top .leftContent .guide .guideContent .Box a .picarea:after{
	content: "";
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: block;
	background: rgba(0,0,0,0.2);
	z-index: 60;
}
.top .leftContent .guide .guideContent .Box a .picarea .pic{
	height:100%;
}
.top .leftContent .guide .guideContent .Box a .picarea .pic img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top .leftContent .guide .guideContent .Box a .picarea .caption{
	position: absolute;
	z-index: 80;
	width:294px;
	top:40%;
	left:50%;
	transform: translate(-50%,0);
}
.top .leftContent .guide .guideContent .Box a .picarea .caption h3{
	line-height: 1.2;
	font-size:18px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
	color:#FFFFFF;
	margin-bottom: 10px;
}
.top .leftContent .guide .guideContent .Box a .picarea .caption p{
	font-size:14px;
	color:#FFFFFF;
	line-height: 1.8;
}
.top .leftContent .guide .guideContent .Box a .textarea{
	font-size:14px;
	line-height: 2.1;
}

.top .leftContent .banner p{
	margin-bottom: 20px;
}
.top .leftContent .event{
	width:680px;
	margin: 50px 0 18px 0;
}
.top .leftContent .event .content ul{
	width:100%;
	margin: 30px auto 18px auto;
}
.top .leftContent .event .content ul li{
	width:100%;
	margin: 20px 0 0;
}
.top .leftContent .event .content ul li a{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	color:#333 !important;
	text-decoration: none;
}
.top .leftContent .event .content ul li a .thumb{
	width:220px;
	height:140px;
	border-radius: 10px;
	overflow: hidden;
}
.top .leftContent .event .content ul li a .thumb img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top .leftContent .event .content ul li a .textarea{
	width:440px;
	margin-left: 20px;
    -webkit-transition: opacity 0.3s ease-in-out; 
    -moz-transition: opacity 0.3s ease-in-out; 
    -o-transition: opacity 0.3s ease-in-out; 
    transition: opacity 0.3s ease-in-out;  
}
.top .leftContent .event .content ul li a:hover .textarea{
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.top .leftContent .event .content ul li a .textarea span{
	padding:5px 10px;
	line-height: 25px;
	font-size:14px;
	color:#FFFFFF;
	font-weight: bold;
}
.top .leftContent .event .content ul li a .textarea span.news,
.top .leftContent .event .content ul li a .textarea span.seminar,
.top .leftContent .event .content ul li a .textarea span.tour{
	background: #008E5D;
}
.top .leftContent .event .content ul li a .textarea span.old{
	background: #FF0000;
	margin-left: 10px;
}
.top .leftContent .event .content ul li a .textarea .date{
	margin: 10px 0 5px;
	font-size:14px;
}
.top .leftContent .event .content ul li a .textarea h3{
	line-height: 1.5;
	font-size:18px;
	border-bottom: none;
	color:#333333;
}


/*　プラン　*/
.plan{
	margin: 0 0 15px 0;
}
.plan h2 span.icon{
	padding: 0 35px 0 0;
	background:url(../images/top/bg_title_plan.png) no-repeat right center;
}
.plan p.text{
	margin: 0 0 20px 0;
}
.plan .planContent{
	margin: 0 0 0 -20px;
}
.plan .planContent .Box{
	width: 206px;
	margin: 0 0 0 20px;
	padding: 15px 6px;
	text-align: center;
	float: left;
	border-right: #c2c2c2 solid 1px;
	border-bottom: #f7eddc solid 1px; 
	border-left: #c2c2c2 solid 1px;
}
.plan .planContent .Box.plan01{
	border-top: #9b497a solid 3px; 
}
.plan .planContent .Box.plan02{
	border-top: #20439d solid 3px; 
}
.plan .planContent .Box.plan03{
	border-top: #006938 solid 3px; 
}
.plan .planContent .Box p.rei{
	margin: 0 0 8px 0;
}
.plan .planContent .Box p.image{
	margin: 0 0 8px 0;
}
.plan .planContent .Box p.name{
	margin: 0 0 8px 0;
}
.plan .planContent .Box p.money{
	margin: 0 0 8px 0;
}
.plan .planContent .Box p.text{
	font-size: 90%;
	text-align: left;
	margin: 0 5px 25px 5px;
}
.plan p.list{
	margin: 15px 0 0 0;
	text-align: right;
	background: none;
	padding: 0;
}



/*　プラン
.guide{
	margin: 0 0 30px 0;
}
.guide h2 span.icon{
	padding: 0 35px 0 0;
	background:url(../images/top/icon_search.png) no-repeat right center;
}
.guide h3{
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0;
	text-align: center;
	border: none;
	background: #53956f;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.guide .guideContent{
	margin: 0 0 0 -20px;
}
.guide .guideContent .Box{
	width: 220px;
	margin: 0 0 0 20px;
	float: left;
}
.guide .room{
	margin: 12px 0 0 0;
}
　*/


/*　プラン　*/
.search{
	margin: 0 0 30px 0;
}
.search h2 span.icon{
	padding: 0 35px 0 0;
	background:url(../images/top/icon_search.png) no-repeat right center;
}
.search .leftBox{
	width: 290px;
	float: left;
}
.search .rightBox{
	width: 380px;
	float: right;
}
.search .rightBox ul li{
	margin: 0 0 10px 0;
}
.search .rightBox ul li:last-child{
	margin: 0;
}


/*　イベント情報　
.event{
	margin: 50px 0 18px 0;
}
.event .tab{
	overflow: hidden;
	border-top: #808080 solid 1px;
	border-left: #808080 solid 1px;
}
.event .tab li{
	width: 33.19%;
	border-right: #808080 solid 1px;
	border-bottom: #808080 solid 1px;
	float:left;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	cursor: pointer;
}
.event .tab li.select{
	border-bottom: none;
}
.event .tab li span{
	line-height: 22px;
	display: inline-block;
}
.event .tab li span.all{
	padding: 0 0 0 30px;
	background: url(../images/top/icon_book.png) no-repeat left center;
}
.event .tab li span.seminar{
	padding: 0 0 0 22px;
	background: url(../images/top/icon_arrow.png) no-repeat left center;
}
.event .tab li span.tour{
	padding: 0 0 0 22px;
	background: url(../images/top/icon_arrow.png) no-repeat left center;
}
.event .content .Box{
	border-right: #808080 solid 1px;
	border-bottom: #808080 solid 1px;
	border-left: #808080 solid 1px;
	padding:25px;
}
.event .content .Box.hide {
	display:none;
}
.event .content .Box ul li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: #b2b2b2 dotted 1px;
}
.event .content .Box ul li:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.event .content .Box span a{
	display: inline-block;
	padding: 3px 0;
	width: 100px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.event .content .Box span.seminar a{
	background: #0071bb;
}
.event .content .Box span.tour a{
	background: #b35371;
}
*/

@media (max-width: 740px) {
.container {
    width: 100%;
}
.leftContent {
    padding: 0 0 20px 0;
}

.leftContent h2 {
    margin: 0 0 15px 0;
	padding: 0;
    line-height: 1.4;
    background: none;
	text-align: center;
}


/*　メインビジュアル　スライド　*/
#slide_top{
	margin: 0 0 35px 0;
}
#slide_top .bx-wrapper {
    margin: 0;
}
#slide_top .bx-wrapper .bx-pager {
	bottom: -20px;
}

p.hurrybanner{
	width: 96%;
	margin: 0 auto 15px auto;
}
p.hurrybanner img{
	width: 100%;
}

p.searchbanner{
	width: 96%;
	margin: 0 auto 20px auto;
}
p.searchbanner img{
	width: 100%;
}

/*　プラン　*/
.plan{
	width: 96%;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
	border-bottom: #C6B198 solid 1px;
}
.plan h2 span.icon{
	padding: 0;
	background: none;
}
.plan p.text{
	margin: 0 0 10px 0;
}
.plan .planContent{
	margin: 0;
}
.plan .planContent .Box{
	width: 206px !important;
	margin: 0;
	float: none;
}
.plan .planContent .Box p.text{
	font-size: 100%;
	margin: 0 5px 15px 5px;
}
.plan p.list{
	margin: 10px 0 0 0;
	text-align: center;
}

.plan .bx-wrapper {
    margin: 0 auto 40px;
}
.plan .bx-wrapper .bx-pager {
    padding-top: 15px;
}
.plan .bx-wrapper .bx-pager, .plan .bx-wrapper .bx-controls-auto {
    bottom: -25px;
}
.plan .bx-wrapper .bx-pager.bx-default-pager a {
	background: #e5e5e5;
	width: 14px;
	height: 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

.plan .bx-wrapper .bx-pager.bx-default-pager a:hover,
.plan .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #009b6f;
}



/*　プラン
.guide h2{
	width: 96%;
	margin: 0 auto 20px auto;
}
.guide h2 span.icon{
	padding: 0;
	background: none;
}
.guide h3{
	font-size: 120%;
	-webkit-border-radius: 0px; 
    -moz-border-radius: 0px;
	border-radius: 0px;
}
.guide .guideContent{
	margin: 0 0 0 -2%;
}
.guide .guideContent .Box{
	width: 31%;
	margin: 0 0 0 2%;
	float: left;
}
.guide .guideContent .Box img{
	width: 100%;
}
.guide .room{
	margin: 12px 0 0 0;
}
.guide .room img{
	width: 100%;
}
　*/

/*　プラン
.search{
	margin: 0 0 30px 0;
}
.search h2 span.icon{
	padding: 0;
	background: none;
}
.search .leftBox{
	width: 290px;
	float: none;
	margin: 0 auto;
}
.search .rightBox{
	width: 96%;
	margin: 10px auto 0 auto;
	float: none;
}
.search .rightBox ul li{
	margin: 0 0 10px 0;
}
.search .rightBox ul li:last-child{
	margin: 0;
}
.search .rightBox ul li img{
	width: 100%;
}
　*/

/*　イベント情報
.event{
	margin: 0 0 18px 0;
}
.event .tab{
	overflow: hidden;
	border-top: none;
	border-left: none;
	margin: 0 0 10px 0;
}
.event .tab li{
	width: 33.3%;
	border-right: none;
	border-bottom: none;
	float:left;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	background: #62a381;
	font-weight: bold;
	cursor: pointer;
}
.event .tab li.select{
	background: #359275;
}
.event .tab li span.all{
	padding: 0;
	background: none;
}
.event .tab li span.seminar{
	padding: 0;
	background: none;
}
.event .tab li span.tour{
	padding: 0;
	background: none;
}
.event .content .Box{
	border-right: none;
	border-bottom: none;
	border-left: none;
	padding: 10px;
}
.event .content .Box ul li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: #b2b2b2 dotted 1px;
}
.event .content .Box ul li:last-child{
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.event .content .Box ul li a{
	display: block;
}
.event .content .Box ul li span a{
	display: inline-block;
}
　*/
.topContent{
	margin-bottom: 30px;
}
.topContent .keyv{
	height:250px;
	width:100%;
}
.topContent .keyv .topslider li{
	height:250px;
}
.topContent .keyv .inner{
	right:auto;
	left:50%;
	width:40%;
}
.topContent:before,
.topContent:after{
	display: none;
}
.topContent .keyv{
	width:100%;
	height:auto;
}
.topContent .keyv .topslider li{
	height:auto;
}
.topContent .keyv .topslider img{
	width:auto;
	max-width: 100%;
	height:auto;
	object-fit:fill;
}
.topContent .hurry{
	margin: 40px 0;
	height:auto;
}
.topContent .hurry:after{
	width:100%;
	height:100%;
}
.topContent .hurry .picarea{
	height:200px;
	width:100%;
	position: relative;
	right:0;
}
.topContent .hurry .picarea h2{
	font-size:24px;
	padding:20px 0;
	line-height: 50px;
	border-radius: 10px 0 0 0;
}
.topContent .hurry .textarea{
	width:100%;
	height:auto;
	position: static;
	padding:30px 0;
}
.topContent .consul{
	margin: 40px 0;
	height:auto;
}
.topContent .consul:after{
	width:100%;
	height:100%;
}
.topContent .consul .picarea{
	height:200px;
	width:100%;
	position: relative;
	left:0;
}
.topContent .consul .picarea h2{
	font-size:24px;
	padding:20px 0;
	line-height: 50px;
	border-radius:0 10px 0 0;
}
.topContent .consul .textarea{
	width:100%;
	height:auto;
	position: static;
	padding:30px 0;
}
.topContent .hurry .textarea .text,
.topContent .consul .textarea .text{
	width:90%;
	position: static;
	transform: none;
	margin: 0 auto;
}
.topContent .hurry .textarea .btn,
.topContent .consul .textarea .btn{
	width:220px;
	height:56px;
	position: static;
	transform: none;
	margin: 20px auto 0;
}
.topContent .funeral{
	padding:30px 0;
}
.topContent .funeral h2{
	font-size:24px;
}
.topContent .funeral .flex{
	display:block;
}
.topContent .funeral .flex .box{
	width:100%;
	margin-top: 30px;
}
.topContent .funeral .flex .box .pic{
	width:100%;
}
.topContent .funeral .flex .box h3{
	font-size:18px;
	line-height: 40px;
	margin: 20px auto;
	width:90%;
}
.topContent .funeral .flex .box .text{
	line-height: 1.5;
	margin: 0 auto;
	width:90%;
}
.topContent .funeral .btn{
	margin: 30px auto 0;
}
.top .leftContent img{
	max-width: 100%;
	height:auto;
}
.top .leftContent h2{
	font-size:24px;
}
.top .leftContent .description{
	width:90%;
	margin: 0 auto 20px;
}
.top .leftContent .guide .guideContent{
	display:block;
	margin-left: 0px;
}
.top .leftContent .guide .guideContent .Box{
	width:90%;
	margin: 20px auto 0;
}
.top .leftContent .guide .guideContent .Box a .picarea{
	width:100%;
}
.top .leftContent .guide .guideContent .Box a .picarea .caption{
	width:90%;
}
.top .leftContent .event{
	width:90%;
	margin: 30px auto 18px;
}
.top .leftContent .event .content ul li a{
	display:block;
}
.top .leftContent .event .content ul li a .thumb{
	width:100%;
	height:auto;
	padding-top:55%;
	margin-bottom: 20px;
	position: relative;
}
.top .leftContent .event .content ul li a .thumb img{
	position: absolute;
	top:0;
	left:0;
}
.top .leftContent .event .content ul li a .textarea{
	width:100%;
	margin-left: 0px;
}
.top .leftContent .event .content ul li a .textarea h3{
	font-size:16px;
}

}

@media (max-width: 620px) {
	.topContent {
		padding-top: clamp(50px, -11.364px + 20.455vw, 140px);
	}
}