@charset "utf-8";

html {
	min-width: 1200px;
	background-image: url(https://houga.co.jp/images/bg.png);
}
body {
	background-color: transparent;
}

#header {
	height: 120px;
}

.ttl_h2{
	position: relative;
	margin-top: 80px;
	padding: 0 0 7px 2px;
	border-bottom: 1px solid #8fc31f;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	font-size: 36px;
	color: #403422;
	line-height: 1.2;
}
.ttl_h2::before { /* 葉を表示 */
	display: block;
	z-index: 20;
	position: absolute;
	top: -30px;
	right: -40px;
	width: 152px;
	height: 172px;
	content: url("../images/headline_img_01.png");
}
.ttl_h2 i {
	display: inline-block;
	margin-right: 10px;
}

@media(max-width:767px){
	.ttl_h2{
		font-size: 24px;
		color: #403422;
		position: relative;
		margin-top: 100px; /* headerに埋もれないように */
	}
	.ttl_h2::before { /* 葉を表示 */
		display: block;
		z-index: 20;
		position: absolute;
		top: -20px;
		right: 0;
		width: 80px;
		height: 91px;
		content: url("../images/headline_img_01_sp.png");
	}
}

#form, .thanks_box {
	width: 980px;
	max-width: 100%;
	padding: 0;
	background: transparent;
	box-shadow: none;
}
#contents {
	width: 980px;
}

@media(max-width:767px){
	#contents {
		font-size: 14px;
		width: 100%;
	}
}

.box_form table {
	background: #fff;
}

p.description {
	margin: 60px 0;
	font-size: 90%;
}

/* ------------- header ------------- */
header {
	margin: 0 auto;
	width: 980px;
	position: relative;
}
header .header_inner {
	padding: 0 4px 0 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .header_logo {
	padding: 40px 0;
	width: 161px;
	height: auto;
}

/* ------------- nav ------------- */
header nav {
	/*width: 50%;*/
	font-size: 18px;
	margin-top: 36px;
}
header .navbar {
	text-align: right;
}
header .navbar li {
	text-align: center;
	position: relative;
	display: inline-block;
}

header .navbar a {
	display: inline-block;
	color: #4b423a;
	text-decoration: none;
	padding: 0 20px 0 26px;
}
header .navbar li:last-child a {
	padding: 0 0 0 26px;
}

.navbar a:hover {
	color: #8fc31f;
	transition: all ease-in-out .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

header .navbar li + li::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height:23px;
	background-image: url("../images/gnav_border.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

/* ------------- footer ------------- */
footer {
	background: #fff;
	font-size: 18px;
	color: #4b423a;
	margin-top: 80px;
	width: 100%;
}
.footer_container {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 15px 10px;
	display: flex;
	justify-content: space-between;
}
.footer_logo {
	margin: 0;
}
.footer_nav {
	font-size: 15px;
	margin-top: 18px;
}
.footer_nav .navbar li {
	text-align: center;
	position: relative;
	display: inline-block;
}
.footer_nav .navbar li:first-child {
	text-align: center;
}
.footer_nav .navbar li + li::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	display: block;
	width: 1px;
	height: 23px;
	background-image: url("../images/gnav_border.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}
.footer_nav .navbar a {
	display: block;
	color: #4b423a;
	text-decoration: none;
	padding: 0 16px;
}
.footer_nav .navbar li:last-child a {
	padding-right: 0;
}
.footer_nav .navbar a:hover {
	color: #8fc31f;
	transition: all ease-in-out .3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.copy{
	width: 980px;
	font-size: 14px;
	line-height: 1;
	padding: 0 0 30px 16px;
	margin: 0 auto;
	text-align: left;
}

.disp_pc { display: block; }
.disp_sp { display: none; }

@media(max-width:767px){
	.disp_pc { display: none; }
	.disp_sp { display: block; }

	html {
		min-width: inherit;
	}
	#header {
		height: 90px;
	}

	/* ------------- SP版 toggleメニュー ------------- */
	.header_sp {
		display: flex;
		min-width: auto;
		/*position: fixed;*/
		position: absolute;
		width: 100%;
		right: 0;
		top: 0;
		z-index: 100000;
		}

	.header_sp .header_logo {
		background-image: url("../images/bg.png");
		box-sizing: border-box;
		height: 54px;
		width: 100%;
		padding: 10px;
		z-index: 1000000;
	}
	.header_sp .header_logo h1 a,
	.header_sp .header_logo div a {
			background: url("../images/logo_l.png") center center no-repeat;
			background-size: contain;
			display: block;
			width: 77px;
			height: 44px;
	}
	.header_sp .header_menu {
		display: block;
	}

	.sp-menu {
		/*position: fixed;*/
		position: absolute;
		z-index: 999999;
		top: 54px;
		left: 0;
		background-image: url("../images/bg.png");
		color: #4b423a;
		font-size: 16px;
		padding: 40px 0;
		text-align: center;
		transform: translateY(-100%);
		transition: all 0.6s;
		width: 100%;
	}

	.sp-menu ul {
		margin: 0 auto;
		padding: 0;
		width: 90%;
	}
	.sp-menu ul li {
		list-style-type: none;
		padding: 0;
		width: 100%;
		border-bottom: 1px solid #8fc31f;
	}
	.sp-menu ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.sp-menu ul li a {
		display: block;
		color: #4b423a;
		padding: 20px 0;
	}
	.sp-menu ul li a:hover {
		color: #8fc31f;
	}


	.sp-menu.active {
		transform: translateY(0%);
		margin-top: -1px;
	}

	.sp_menu_toggle_btn {
		display: block;
		/*position: fixed;*/
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 54px;
		cursor: pointer;
		z-index: 1000000;
		background-image: url("../images/bg.png");
		text-align: center;
	}

	.sp_menu_toggle_btn span {
		display: block;
		position: absolute;
		width: 26px;
		border-bottom: solid 2px #8fc31f;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 16px;
	}

	.sp_menu_toggle_btn span:nth-child(1) {
		top: 27px;
	}

	.sp_menu_toggle_btn span:nth-child(2) {
		top: 34px;
	}

	.sp_menu_toggle_btn span:nth-child(3) {
		top: 41px;
	}

	.sp_menu_toggle_btn span:nth-child(4) {
		border: none;
		color: #8fc31f;
		font-size: 10px;
		font-weight: 600;
		letter-spacing: 0.05em;
		top: 12px;
		left: 12px;
	}

	/* ×にする */
	.sp_menu_toggle_btn.active span:nth-child(1) {
		top: 34px;
		left: 17px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.sp_menu_toggle_btn.active span:nth-child(2),
	.sp_menu_toggle_btn.active span:nth-child(3) {
		top: 34px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	/* bnr */
	.sp-menu .sp-menu_bnr p {
		margin-top: 20px;
		padding: 0 20px;
	}

	/* ------------- footer ------------- */
	footer {
		margin-top: 40px;
		width: 100%;
		text-align: center;
	}
	.footer_container {
		width: 100%;
		margin: 0 auto;
		padding: 30px 10px 15px;
		display: block;
	}
	.footer_logo img {
		width: 24%;
		height: auto;
	}

	.footer_nav {
		font-size: 14px;
		margin: 20px 10px;
	}
	.footer_nav .navbar li {
		display: block;
	}
	.footer_nav .navbar li + li::after {
		display: none;
	}
	.footer_nav .navbar a {
		display: inline-block;
		padding: 4px 0;
	}

	.copy{
		font-size: 12px;
		line-height: 1;
		text-align: center;
		width: 100%;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}

}

.form_bread_4::before {
  background: url(../lps/001/assets/images/common/bread_sankaku_2.png) 0 0 no-repeat;
}
.form_bread_yaji1::before {
  background: url(../lps/001/assets/images/common/bread_sankaku.png) 0 0 no-repeat;
}
