@charset "UTF-8";

/*--------------------
	common
--------------------*/

html,body {
	height: 100%;
}
body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, "MS PGothic", sans-serif;
	/*// font-family: 'Hiragino Mincho ProN','Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, "MS PGothic", sans-serif;*/
	font-size: 16px;
	line-height: 1.5em;
	color:#b28247;
	background: #fff8ee;
}
button {
	cursor: pointer;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fll { float: left; }
.flr { float: right; }
.tbl { display: table; }
.cell { display: table-cell; }
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all  0.3s;
	color:#b28247;
}
img {
	vertical-align: bottom;
}

.wf {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: lighter;
}

.pc_hide {
	display: inline-block;
}
.sp_hide {
	display: none;
}

/*--------------------
	header
--------------------*/
header .outer {
	background: #fff8ee;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.25);
}
header .inner {
	width: 92%;
	margin: 0 auto;
	position: relative;
	padding: 2% 0 0;
}
header h1 {
	width: 50%;
}

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: absolute;
	width: 34px;
	height: 28px;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 6px;
	background-color: #f6ab00;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 0;
	bottom: 0;
	margin: auto 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-45deg);
	transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(45deg);
	transform: translateY(-11px) rotate(45deg);
}

header .sp_head_info {
	font-size: 14px;
	line-height: 1em;
	padding: 4% 0 8%;
	width: 92%;
	margin: 0 auto;
	color: #f6ab00;
}
header .sp_head_info img {
	vertical-align: baseline;
	margin: 0 .4em 0 0;
}
header .sp_head_info a {
	margin-right: .8em;
	color: #f6ab00;
}

header nav {
	position: absolute;
	top: 100%;
	right: -100%;
	color: #f6ab00;
	background: #f6df7f;
	transition: all .4s;
	padding: 4% 0;
}
header nav.open {
	right: 0;
}
header nav a {
	color: #f6ab00;
	display: block;
}
header nav p {
	padding: 0 2em 5% 1.2em;
}
header nav li {
	padding: 0 2em 0 1.2em;
	margin: 1% 0 0;
}
header nav li.jsyk .dropdown {
	display: none;
}
header nav li.current {
	background: #f6ab00;
}
header nav li.current a {
	color: #fff;
}
header nav li img {
	width: 20px;
	vertical-align: text-top;
	margin: 0 5px 0 0;
}

header .pc_contact_btn {
	display: none;
}
/*--------------------
	footer
--------------------*/
footer {
	margin: 10% 0 0;
	background: #f6df7f;
}
footer .inner {
	width: 92%;
	margin: 0 auto;
	padding: 5% 0;
}
footer h3 {
	color: #f6ab00;
	font-size: 18px;
	line-height: 1em;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 2%;
}
footer .cate_menu {
	margin: 0 0 10%;
}
footer .cate_menu ul {
	float: left;
	margin-left: 20px;
}
footer .cate_menu ul:first-child {
	margin-left: 0;
}
footer .cate_menu li {
	font-size: 12px;
	line-height: 1em;
	margin: .5em 0 0;
}
footer .cate_menu li:first-child {
	margin-top: 0;
}
footer .cate_menu li a {
	color: #f6ab00;
}
footer .foot_company p {
	color: #f6ab00;
	font-size: 12px;
	line-height: 1em;
	margin: .5em 0 0;
}
footer p.copy {
	color: #fff;
	width: 100%;
	background: #f6ab00;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 2% 0;
}

#pagetop {
	position: fixed;
	bottom: 6%;
	right: 7%;
	width: 17%;
	z-index: 9999;
	display: none;
}

/*--------------------
	content
--------------------*/
#foot {
	text-align: center;
}
#foot .top_yudo {
	background: #f6ab00;
	padding: 8% 0;
	color: #fff;
	margin: 10% 0;
}
#foot .top_yudo h3 {
	font-weight: normal;
	font-size: 24px;
	line-height: 1em;
}
#foot .top_yudo p {
	font-size: 12px;
	line-height: 1.7em;
	margin: 5% 0;
}
#foot .top_yudo a {
	display: block;
	width: 60%;
	margin: 0  auto;
	padding: 3% 0;
	background: #fff;
	color: #f6ab00;
	border-radius: 5px;
	font-size: 16px;
	line-height: 1em;
}
#foot .top_yudo a img {
	width: 21px;
	vertical-align: middle;
	margin-left: 4%;
}



.top_rec_btn_detail {
	width: 65%;
	margin: 0 auto;
}
.top_rec_btn_detail li {
	background: #f6ab00;
	border-radius: 5px;
	margin-top: 10%;
}
.top_rec_btn_detail li:first-child {
	margin-top: 0;
}
.top_rec_btn_detail li a {
	display: block;
	color: #fff;
	padding: 4% 0;
}
.top_rec_btn_detail li p {
	width: 94%;
	margin: 0 auto;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	line-height: 1em;
	padding: 0 0 3%;
}
.top_rec_btn_detail li span {
	display: block;
	font-size: 16px;
	line-height: 1em;
	padding: 3% 0 0;
}
.top_rec_btn_detail li span img {
	width: 21px;
	vertical-align: middle;
	margin-left: 4%;
}

#privacy {
	width: 92%;
	margin: 0 auto;
	text-align: center;
}
#privacy h2 {
	display: inline-block;
	color: #f6ab00;
	font-weight: bold;
	position: relative;
	text-align: center;
	font-size: 22px;
	line-height: 1em;
	min-width: 42%;
	padding: 0 .5em;
	margin: 0 auto 10%;
}
#privacy h2:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	border-bottom: 10px solid #f6df7f;
}
#privacy > div {
	text-align: left;
}
#privacy > div h3 {
	width: 100%;
	font-size: 20px;
	line-height: 1em;
	color: #f6ab00;
	margin: 0 0 4%;
}
#privacy > div p {
	font-size: 14px;
	line-height: 1.75em;
	text-align: left;
	margin: 0 0 15%;
}


/*//モバイルファースト*/
@media screen and (min-width:750px) {
/*　画面サイズが750pxからはここを読み込む　*/
.pc_hide {
	display: none;
}
.sp_hide {
	display: inline-block;
}
	/*--------------------
		header
	--------------------*/
	.menu-trigger,
	header .sp_head_info {
		display: none;
	}
	header .outer {
		position: static;
		box-shadow: none;
	}
	header .inner {
		width: 1000px;
		position: static;
		padding: 0;
		margin: 0 auto 10px;
	}
	header h1 {
		width: 264px;
		float: left;
		margin: 20px 0 0;
	}
	header .pc_contact_btn {
		display: block;
		float: right;
		text-align: right;
	}
	header .pc_contact_btn .redcontact {
		display: inline-block;
		background: #ea5504;
		padding: 13px 15px;
		margin: 0 0 10px;
	}
	header .pc_contact_btn .redcontact a {
		color: #fff;
		font-size: 18px;
		line-height: 1em;
	}
	header .pc_contact_btn p {
		color: #f6ab00;
		font-size: 14px;
		line-height: 1em;
		margin: 5px 0;
	}
	header .pc_contact_btn p a {
		color: #f6ab00;
	}
	header .pc_contact_btn p img {
		margin: 0 .3em 0 1em;
	}
	header nav {
		position: static;
		background: transparent;
		padding: 0;
	}
	header nav p {
		display: none;
	}
	header nav li {
		padding: 6px 0;
		background: #f6ab00;
		float: left;
		width: 20%;
		text-align: center;
		font-size: 18px;
		line-height: 1em;
		margin: 0;
		position: relative;
		z-index: 9999;
	}
	header nav li:hover {
		background: #ffcb61;
	}
	header nav li.jsyk .dropdown {
		position: absolute;
		width: 100%;
		background: #ffcb61;
		top: 100%;
		left: 0;
	}
	header nav li.jsyk .dropdown > div {
		border-top: 2px solid #f6ab00;
		padding: 5px 10px;
		text-align: left;
	}
	header nav li.jsyk .dropdown > div img {
		width: 20px;
		float: right;
	}
	header nav li.spmenubtn {
		display: none;
	}
	header nav li.current {
		background: #ffcb61;
	}
	header nav li.pcnot {
		display: none;
	}
	header nav a {
		color: #fff;
		display: inline;
	}

	/*--------------------
		footer
	--------------------*/
	footer {
		margin: 150px 0 0;
	}
	footer .inner {
		width: 1000px;
		margin: 0 auto;
		padding: 15px 0 25px;
	}
	footer h3 {
		font-size: 22px;
		line-height: 1em;
		font-weight: lighter;
		font-style: italic;
		margin-bottom: 15px;
	}
	footer .foot_category {
		float: left;
	}
	footer .cate_menu {
		margin: 0;
	}
	footer .cate_menu ul {
		float: left;
		margin-left: 50px;
	}
	footer .cate_menu ul:first-child {
		margin-left: 0;
	}
	footer .cate_menu li {
		font-size: 14px;
		line-height: 1em;
		margin: .5em 0 0;
	}
	footer .cate_menu li:first-child {
		margin-top: 0;
	}
	footer .foot_company {
		float: left;
		margin-left: 140px;
	}
	footer .foot_company p {
		font-size: 14px;
		line-height: 1em;
		margin: .5em 0 0;
	}
	footer p.copy {
		font-size: 14px;
		line-height: 1em;
		padding: 5px 0;
	}
	#pagetop {
		bottom: 30px;
		right: 60px;
		width: 86px;
		display: none;
	}

	#foot .top_yudo {
		width: 775px;
		padding: 35px 0 30px;
		margin: 110px auto;
	}
	#foot .top_yudo h3 {
		font-size: 34px;
		line-height: 1em;
	}
	#foot .top_yudo p {
		font-size: 16px;
		line-height: 1.75em;
		margin: 20px 0 30px;
	}
	#foot .top_yudo a {
		width: 300px;
		padding: 15px 0;
		border-radius: 10px;
		font-size: 20px;
		line-height: 1em;
	}
	#foot .top_yudo a img {
		margin-left: 20px;
	}

	.top_rec_btn_detail {
		width: 1000px;
		margin: 0 auto 110px;
	}
	.top_rec_btn_detail li {
		border-radius: 10px;
		margin: 0 0 0 20px;
		float: left;
		width: 320px;
	}
	.top_rec_btn_detail li:first-child {
		margin: 0;
	}
	.top_rec_btn_detail li a {
		display: block;
		color: #fff;
		padding: 13px 0;
	}
	.top_rec_btn_detail li p {
		width: 100%;
		font-size: 30px;
		line-height: 1em;
		padding: 0 0 10px;
	}
	.top_rec_btn_detail li span {
		font-size: 20px;
		line-height: 1em;
		padding: 10px 0 0;
	}
	.top_rec_btn_detail li span img {
		margin-left: 20px;
	}

	#privacy {
		width: 1000px;
		margin: 60px auto 0;
	}
	#privacy h2 {
		font-size: 30px;
		line-height: 1em;
		min-width: 200px;
	}
	#privacy > div h3 {
		margin: 0 0 12px;
	}
	#privacy > div p {
		margin: 0 0 30px;
	}

}
