@charset "utf-8";
html{
	font-size: 62.5%;
}
body{
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	color: #333;
	background: #f4f4f2;
	line-height: 2;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5000;
	width: 100%;
}
p{
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}
p a{
	color: #ee841d;
}
a{
	color: #ee841d;
}
.in_head{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	min-height: 60px;
	background: url("../images/bg2.png") repeat;
}
.logo{
	width: 100%;
	max-width: 137px;
	margin: 10px 0 5px 10px;
}
.footer_image{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-bottom: 10px;
	text-align: center;
}
.sitemap{
	padding: 10px 0 0 0;
	text-align: center;
	background: url("../images/bg2.png") repeat;
	font-size: 1.6rem;
	color: #fff;
}
.sitemap a{
	color: #fff;
}
.copy{
	padding: 0 0 10px 0;
	text-align: center;
	background: url("../images/bg2.png") repeat;
	font-size: 1.4rem;
	color: #fff;
}
.content{
	background: #f4f4f2;
}
.main_visual{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.main_visual_image1{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.main_visual_image1_1{
	width: 100%;
}
.main_visual_image1_1 div{
	width: 100%;
	height: 100vh;
	max-height: 1024px;
	min-height: 800px;
	margin: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.main_visual_image1_1 div.main01{
	background-image: url("../images/slider/slide1.jpg");
	position: relative;
}
.main_visual_image1_1 div.main02{
	background-image:  url("../images/slider/slide2.jpg");
}
.main_visual_image1_1 div.main03{
	background-image: url("../images/slider/slide3.jpg");
}
.main_visual_image1_1 .slick-dots{
	bottom: 10px;
	color: #fff!important;
}
.main01_t3{
	width: 20%;
	max-width: 160px;
	position: absolute;
	top: 140px;
	left: 75%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.heading2{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 3.6rem;
	color: #261211;
	letter-spacing: 2px;
	font-family: 'Yusei Magic', sans-serif;
}
#section1,#section2{
	margin-bottom: 100px;
	padding: 100px 40px 0 40px;
}
#section3{
	padding: 100px 40px 80px 40px;
}
.section1_area1_wrap{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}
.section1_area1{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.section1_area1_1{
	width: 40%;
	margin-right: 20px;
}
.section1_area1_2{
	width: calc(60% - 20px);
	line-height: 3;
}
.section1_area1 p{
	margin-bottom: 0px;
}
.section2_area1{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto 40px auto;
	text-align: center;
}
.section2_area1 p{
	text-align: center;
}
.section3_area1{
	width: 100%;
	margin: 0 auto 40px auto;
	line-height: 3;
}
.section3_area1 p{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
.section3_area2{
	width: 100%;
	text-align: center;
}
.section3_area3{
	width: 100%;
	text-align: center;
	line-height: 3;
}
.section3_area3 p{
	margin-bottom: 0;
}

/*under*/
#content_under{
	width: 100%;
	padding: 160px 40px 100px 40px;
}
.content_under_heading2_top{
	margin-bottom: 40px;
	text-align: center;
}
.u_heading{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 3.6rem;
	color: #261211;
	letter-spacing: 2px;
	font-family: 'Yusei Magic', sans-serif;
}

/*policy*/
.under_policy_area1{
	width: 100%;
	margin: 0 auto;
	font-size: 1.6rem;
}
.u_policy_1{
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 10px;
}
.heading2_policy{
	margin-bottom: 5px;
	font-weight: bold;
}
.heading3_policy{
	margin-bottom: 5px;
	font-weight: 400;
}
.u_policy_1_list li{
	margin-bottom: 5px;
	margin-left: 30px;
	list-style: circle;
}
.mb20{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 40px;
}

/*contact*/
.under_contact_area1{
	width: 100%;
	margin: 0 auto;
}
.under_contact_area1 p{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
}
.under_contact_area2{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-top: 80px;
	margin-bottom: 40px;
	text-align: left;
}
.under_contact_area3{
	width: 100%;
	margin: 0 auto;
}
.under_contact_area3 p{
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
.under_contact_area4{
	width: 100%;
	max-width: 620px;
	margin: 0 auto;
}
.fs20{
	font-size: 2rem;
}
/* Contact Form 7 */
/*必須マーク*/
.must{
	color: #fff;
	margin-left: 10px;
	padding: 6px 10px;
	background: #e28a63;
}
/*項目名*/
form p {
	font-weight: 600;
}
/*入力項目*/
.wpcf7-form p{
	margin-bottom: 28px;
}
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	height: 200px;
}
/*送信ボタン*/
input.wpcf7-submit{
	width: 60%;
	height: 60px;
	background: #ee841d;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	border-radius: 2px;
	cursor: pointer;
}
.accept{
	text-align: center;
}
.submit{
	text-align: center;
}
.wpcf7-spinner{
	display: none !important;
}
/*エラーメッセージ*/
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors{
	color: red;
	font-weight: 600;
	font-size: 1.4rem;
}
/*recaptcha*/
.grecaptcha-badge {
	bottom: 60px !important;
}

/*404*/
#content_under .link_home{
	display: inline-flex;
	align-items: center;
}
#content_under .material-symbols-outlined{
	vertical-align: -3px;
}
.under_404_area1{
	width: 100%;
	max-width: 624px;
	margin: 0 auto;
}
.br3{
	display: none;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
	p a:hover{
		color: #d2751b;
	}
	a img:hover{
		opacity: .8;
	}
	.sitemap a:hover{
		color: #d2751b;
	}
}
@media screen and (max-width: 768px){
	html{
		font-size: 60%;
	}
	.heading1{
		margin: 2px 0 2px 10px;
		max-width: 100px;
	}
	.main01_t3{
		max-width: 120px;
		top: 50%;
		left: 75%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}
	.main_visual_image1_1 div.main01{
		background-image: url("../images/slider/slidesp1.jpg");
		position: relative;
	}
	.main_visual_image1_1 div.main02{
		background-image:  url("../images/slider/slidesp2.jpg");
	}
	.main_visual_image1_1 div.main03{
		background-image: url("../images/slider/slidesp3.jpg");
	}
	#section1,#section2{
		margin-bottom: 80px;
		padding: 80px 20px 0 20px;
	}
	#section3{
		padding: 80px 20px 80px 20px;
	}
	.section1_area1_il{
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}
	.section1_area1_illust2{
		position: static;
		width: calc(50% -5px);
		margin-right: 5px;
	}
	.section1_area1_illust3{
		position: static;
		width: calc(50% -5px);
		margin-left: 5px;
	}
	.section1_area1_1{
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	.section1_area1_2{
		width: 100%;
	}
	/*contact*/
	#content_under{
		width: 100%;
		padding: 100px 20px 80px 20px;
	}
	.content_under_heading2_top{
		margin-bottom: 40px;
		text-align: center;
	}
	/*送信ボタン*/
	input.wpcf7-submit{
		width: 80%;
	}
	.accept{
		text-align: left;
	}
}
@media (orientation: portrait) and (max-width: 768px){
	.main01_t3{
		top: 40%;
	}
}
@media screen and (max-width:480px){
	html{
		font-size: 54.6875%;
	}
	p{
		font-size: 1.6rem;
	}
	.logo{
		max-width: 100px;
	}
	.sitemap{
		padding: 10px 0 0 10px;
		text-align: left;
	}
	.copy{
		padding: 0 0 10px 10px;
		text-align: left;
	}
	.main01_t3{
		width: 24%;
		max-width: 120px;
		position: absolute;
		top: 40%;
		left: 75%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#section1,#section2{
		margin-bottom: 0;
		padding: 80px 20px 0 20px;
	}
	#section3{
		padding: 80px 20px 60px 20px;
	}
	.heading2{
		text-align: center;
		font-size: 2.8rem;
	}
	.section1_area1_2{
		line-height: 2;
	}
	.section1_area1 p{
		text-align: left;
	}
	.br1{
		display: none;
	}
	.section2_area1{
		width: 100%;
		margin-bottom: 40px;
		text-align: left;
	}
	.section2_area2{
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.section2_area1 p{
		text-align: left;
	}
	.section3_area1{
		text-align: left;
	}
	.section3_area1{
		line-height: 2;
	}
	.section3_area1 p{
		text-align: left;
	}
	.section3_area2{
		text-align: left;
	}
	.br2{
		display: none;
	}
	.section3_area3{
		text-align: left;
		line-height: 2;
	}
	/*contact*/
	#content_under{
		width: 100%;
		padding: 100px 20px 80px 20px;
	}
	.under_contact_area1 p{
		text-align: left;
	}
	/*404*/
	.br3{
		display: block;
	}
}