@charset "utf-8";
/*index*/

/*indexのみヘッダー処理*/
header{
	background-color: transparent;
	transition:0.3s;
}

main{
	margin-top: 0;
}
@media (min-width:768px) {
	main{
		margin-top: 0;
	}
}
#hBtnMenu span {
	background: #fff; /* 線の色 */
}

/*スクロール時挙動*/
header.scroll-nav{
	background-color: rgba(24,8,0,0.7);
}
header.scroll-nav #hBtnMenu span {
	background: #fff; /* 線の色 */
}
header.scroll-nav #hBtnMenu p {
	color: #fff;
}
/**/

/**/
.bg01{
	background-image: url(../images/index/bg_base.jpg);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: repeat-y;
}
.mv{
	background-image: url(../images/index/bg01.jpg);
	background-size: auto 110vh;
	background-position: top center;
	background-repeat: no-repeat;
}
.mv .logo{
	width: 120px;
	height: 75vh;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.mv .logo img{
	width: 120px;
}
@media (min-width: 768px){
	.mv{
		background-image: url(../images/index/bg01.jpg);
		background-size: auto 110vh;
		background-position: top -50px center;
		background-repeat: no-repeat;
	}
	.mv .logo{
		width: 174px;
		height: 80vh;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mv .logo img{
		width: 174px;
	}
}
@media (min-width: 1200px){
	.mv{
		background-size: 100% auto;
	}
}
.mv .mvslideSp{
	width: 80%;
	margin: 0 auto;
	border-radius: 30px;
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.5);
	z-index: 10;
}
.mv .mvslideSp img{
	border-radius: 30px;
}
.mv .mvslidePc{
	display: none;
}
@media (min-width: 768px){
	.mv .mvslidePc{
		display: block;
		width: 90%;
		margin: 0 auto;
		border-radius: 30px;
		box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.5);
		z-index: 10;
	}
	.mv .mvslidePc img{
		border-radius: 30px;
	}
	.mv .mvslideSp{
		display: none;
	}
}

.concept{
	width: 100%;
	margin-top:-7vw ;
	padding: 7vw 0 80px;
	background-image: url(../images/index/bg02.jpg);
	background-size: auto 100%;
	background-position: top center;
	background-repeat: no-repeat;
}
.concept .copy01{
	background-image: url(../images/index/bg06.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: clamp(1.5rem,2vw,2rem);
	line-height: 2.5;
	margin: 10vw auto;
}
.concept .imgwrap{
	position: relative;
	height: 160vw;
}
.concept .img01,
.concept .img02,
.concept .img03,
.concept .img04,
.concept .img05{
	position: absolute;
}
.concept [class^="img"] img{
	box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.5);
}
.concept .img01{
	width: 48vw;
	left: 0;
	top: 0;
}
.concept .img02{
	width: 44vw;
	right: 0;
	top: 0;
}
.concept .img03{
	width: 90vw;
	left: calc(50% - 45vw);
	top: 70vw;
}
.concept .img04{
	width: 37vw;
	left: 10%;
	top: 132vw;
}
.concept .img05{
	width: 37vw;
	right: 10%;
	top: 132vw;
}
.concept .img01 img{border-radius: 0 10px 10px 0;}
.concept .img02 img{border-radius: 10px 0 0 10px;}
.concept .img03 img,
.concept .img04 img,
.concept .img05 img{
	border-radius: 10px;
}
@media(min-width: 768px){
	.concept{
		width: 100%;
		background-size: 100% auto;
		position: relative;
		height: 116vw;
	}
	.concept .imgwrap{
		position: absolute;
		width: 100%;
		height: 116vw;
		left: 0;
		top: 10vw;
	}
	.concept .img01{
		width: calc(340% / 12);
		left: 0;
		top: 0;
	}
	.concept .img02{
		width: calc(350% / 12);
		right: 0;
		top: calc(10vw / 1.2);
	}
	.concept .img03{
		width: calc(540% / 12);
		left: calc(100% / 12);
		top: 42vw;
	}
	.concept .img04{
		width: calc(360% / 12);
		left: auto;
		right: calc(100% / 12);
		top: 56vw;
	}
	.concept .img05{
		width: calc(400% / 12);
		left: 23%;
		top: 76vw;
	}
	.concept .img01 img{border-radius: 0 20px 20px 0;}
	.concept .img02 img{border-radius: 20px 0 0 20px;}
	.concept .img03 img,
	.concept .img04 img,
	.concept .img05 img{
		border-radius: 20px;
	}
}

/**/
.course{
	width: 90%;
	max-width: 1000px;
	background-image: url(../images/index/bg03_m.png);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: x-repeat;
	margin: 0 auto;
	padding: 30px 5%;
}
.courset{
	width: 90%;
	height: 5vw;
	max-height: 50px;
	max-width: 1000px;
	background-image: url(../images/index/bg03_t.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 50px auto 0;
}
.courseb{
	width: 90%;
	height: 5vw;
	max-height: 50px;
	max-width: 1000px;
	background-image: url(../images/index/bg03_b.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.course .ttl01{
	font-size: clamp(2rem,3vw,3rem);
	line-height: clamp(55px,8vw,80px);
	background-image: url(../images/index/bg04.png);
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
}
.course .unit01{
	margin-bottom: 40px;
}
.course .unit01 .img{
	width: 100%;
	margin-bottom: 20px;
}
.course .unit01 .txtwrap{
	width: 100%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.course .unit01 .txtwrap .ttl02{
	font-size: clamp(2.5rem,4vw,4rem);
	line-height: clamp(60px,10vw,100px);
	background-image: url(../images/index/bg04.png);
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
	margin-left: 20px;
	color: #3a6b00;
}
.course .unit01 .txtwrap .list01{
	font-size:clamp(1.5rem,2vw,2rem);
}
@media(min-width: 768px){
	.course .unit01{
		display: flex;
		justify-content: center;
		align-items: stretch;
		margin-bottom: 0;
	}
	.course .unit01:nth-child(odd){
		flex-direction: row-reverse;
	}
	.course .unit01 .img{
		width:53%;
		margin-bottom: 0;
	}
	.course .unit01 .txtwrap{
		width:40%;
	}
}

.course .unit02{
	border: 1px solid #afda7f;
	margin-top: 60px;
	padding: 40px 7.5%;
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.course .unit02::before{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #afda7f;
	position: absolute;
	top: -10px;
	left: -10px;
}
.course .unit02::after{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #afda7f;
	position: absolute;
	bottom: -10px;
	right: -10px;
}
.course .unit02 .ttl03{
	color: #3a6b00;
	margin-top: calc(-60px - 0.25em);
	background-color: #fff;
	width: auto;
	display: block;
	width: 13em;
	font-size: clamp(2rem,3vw,3rem);
	margin-left: auto;
	margin-right: auto;
}
.course .unit02 .listwrap{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.course .unit02 .list02{
	margin-top: 40px;
}
.course .unit02 .list02 div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 10px;
}
.course .unit02 .list02 dt{
	font-size: clamp(2.6rem,4vw,4rem);
	color: #3a6b00;
	margin-right: 0.75em;
}
.course .unit02 .list02 dd{
	font-size:1.6rem;
	text-align: left;
}
.course .unit02 .list02 dd br{
	display: none;
}

@media(min-width: 768px){
	.course .unit02::before{
		width: 40px;
		height: 40px;
		top: -20px;
		left: -20px;
	}
	.course .unit02::after{
		width: 40px;
		height: 40px;
		bottom: -20px;
		right: -20px;
	}
	.course .unit02 .list02{
		width: 100%;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: flex-start;
	}
	.course .unit02 .list02 dt{
		text-combine-upright: all;
		margin-right: 0;
		margin-bottom: 0.75em;
	}
	.course .unit02 .list02 dd{
	}
	.course .unit02 .list02 dd br{
		display: block;
	}
}


.shop{
	background-image: url(../images/index/bg05.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 100px 0;
}

.shop .wrap01{}
.shop .wrap01 .img{
	width: 80%;
	margin: 0 auto 40px;
}
.shop .wrap01 .txtwrap{
	width: 80%;
	margin: 0 auto 0;
}
.shop .wrap01 .txtwrap .shoplist{
	width: 100%;
	margin: 0 auto 20px;
	border-bottom: 1px solid #ccc4ad;
	display: flex;
	flex-wrap: wrap;
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	text-align: left;
}
.shop .wrap01 .txtwrap .shoplist dt{
	width:25%;
	border-top: 1px solid #ccc4ad;
	padding: 1em 0;
}
.shop .wrap01 .txtwrap .shoplist dd{
	width:75%;
	border-top: 1px solid #ccc4ad;
	padding: 1em 0 1em 1em;
}
@media(min-width: 768px){
	.shop .wrap01{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.shop .wrap01 .img{
		width: 46%;
		margin: 0;
	}
	.shop .wrap01 .txtwrap{
		width: 46%;
		margin: 0;
	}
}

.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media(min-width: 768px){
	.gmap {
		height: 0;
		overflow: hidden;
		padding-bottom:500px;
		position: relative;
	}
}












