@charset "utf-8";
/* CSS Document */

/*共通*/

.l-wrapper {
	width:100%;
	padding:0 3%;
	max-width:calc( 1200px + 6% );
	margin:0 auto 0;
	position: relative;
	box-sizing: border-box;
}

/*メディアクエリ*/

/*二段階*/

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*三段階*/

@media screen and (min-width:1201px) { /*PC-LARGE*/
}
@media screen and (max-width:1200px) { /*PC-MIDDLE*/
}
@media screen and (max-width:960px) { /*MB*/
}

/*レイアウト全体*/

body {
	text-align:center;
	min-height: 100vh;
	font-size: 1.3rem;
	color:rgba(50,50,50,1.00);
	font-family: YakuHanJPs, "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	font-optical-sizing: auto;
	font-style: normal;
}

#l-Wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	width:100%;
}

/*グランドフォント*/

p, a, span, em, i, h1, h2, h3, h4, h5, h6, dt, dd, blockquote {
	transform: rotate(0.03deg);
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

a:hover {
	text-decoration: underline;
}

/*ヘッダー*/

header {
	display:none;
	visibility: hidden;
	opacity:0;
}

/*メインビジュアル*/

#l-Visual {
	width:100%;
	position: relative;
	background:url("../img/mvbg.avif") center center no-repeat;
	background-size: cover;
}

/* はじめの紹介 */

#l-About {
	width:100%;
	position:relative;
	box-sizing:border-box;
	padding:60px 0;
	border:20px solid #554038;
	background:url("../img/about-bg.avif") center top no-repeat;
	background-size:cover;
}

/* メインエリア */

#l-MainArea {
	width:100%;
	position:relative;
	box-sizing:border-box;
	padding:60px 0;
	background-color:#f2f8ea;
}

#l-Main-Left {
	width:100%;
	max-width:640px;
}

#l-Main-Right {
	width:100%;
	max-width:400px;
	background-color:#cfe2b9;
	box-sizing:border-box;
	position:relative;
	padding:20px;
	border-radius:20px;
}

#l-Main-double {
	width:100%;
}

/* マップ */

#l-Map {
	background-color:#c5d5b1;
	box-sizing:border-box;
	padding:60px 0;
}

/*フッター*/

footer {
	background-color:#554038;
	box-sizing:border-box;
	padding:60px 0;
}