@charset "utf-8";
/* CSS Document */

/*--------------------------------------
	基本設定
----------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	width: 100%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sans-serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}
a:link {
	text-decoration: none;
}
li {
	list-style: none;
}
p {
	text-align: justify;
}

/*--------------------------------------
	PC
----------------------------------------*/
	/*--------------------
		BASE
	--------------------*/
	.inner {
		width: 1120px;
		margin: 0 auto;
	}

	/*--------------------
		HEADER
	--------------------*/
	header {
		background: #fa7600;
		padding: 20px 0;
	}
	h1 {
		float: left;
		width: 466px;
		height: 50px;
		margin-left: 33px;
	}
	header ul {
		float: right;
	}
	header li {
		float: left;
		margin-right: 20px;
	}

	/*--------------------
		BLOCK01
	--------------------*/
	.block01 {
		position: relative;
		border-bottom: 40px solid #fa7600;
	}
	.catch {
		background: #000;
		padding: 17px 0;
	}
	.catch img {
		margin: 0 auto;
	}
	.wideslider {
		height: 540px;
	}
	.main-img {
		position: absolute;
		top: 180px;
		left: 50%;
		margin-left: -560px;
		pointer-events: none;
	}

	/*--------------------
		BLOCK02
	--------------------*/
	.block02 {
		background: url(../img/grid.png);
		padding-top: 150px;
	}
	.block02 img {
		margin: 0 auto;
	}

	/*--------------------
		BLOCK03
	--------------------*/
	.block03 {
		height: 700px;
		background: rgba(250, 118, 0, 0.59);
	}

	/*--------------------
		BLOCK04
	--------------------*/
	.block04 {
		background: url(../img/block04_bg.png) no-repeat center bottom;
		background-size: cover;
	}
	.filter {
		background: url(../img/white_filter.png);
	}
	.block04 img {
		margin: 0 auto;
	}

	/*--------------------
		BLOCK05
	--------------------*/
	.block05 img {
		margin: 0 auto;
	}

	/*--------------------
		BLOCK06
	--------------------*/
	.block06 {
		background: url(../img/gradation.png) repeat-x;
		padding-top: 149px;
		position: relative;
	}
	.block06 h2 img {
		position: absolute;
		top: -14px;
		left: 50%;
		margin-left: -125.5px;
	}
	.block06 .inner {
		width: 1070px;
		margin: 0 auto 20px;
	}
	.block06 dl {
		float: left;
		width: 340px;
		margin: 0 25px 60px 0;
	}
	.block06 dl:nth-child(3n) {
		margin: 0 0 60px;
	}
	.block06 dt {
		width: 340px;
		height: 240px;
		overflow: hidden;
	}
	.block06 dt img {
		margin: 0 auto;
	}
	.block06 .item-name {
		height: 18px;
		overflow: hidden;
		color: #3c3c3c;
		font-size: 18px;
		letter-spacing: 0.1em;
		padding-left: 13px;
		border-left: 2px solid #fa4c00;
		margin: 20px 0 10px;
	}
	.block06 .price {
		height: 20px;
		overflow: hidden;
		background: #ebebeb;
		text-align: right;
		color: #3c3c3c;
		font-size: 20px;
		letter-spacing: 0.1em;
		padding-right: 20px;
		border-top: 6px solid #ebebeb;
		border-bottom: 6px solid #ebebeb;
	}

	/*--------------------
		BLOCK07
	--------------------*/
	.orange {
		background: #fa7600;
		padding: 20px 0;
	}
	.footer-h1 {
		float: left;
		width: 466px;
		height: 50px;
		margin-left: 33px;
	}
	.orange ul {
		float: right;
	}
	.orange li {
		float: left;
		margin-right: 20px;
	}
	.add {
		background: #feddbf;
		padding: 22px 0;
		margin-top: -2px;
	}
	.add p {
		color: #111;
		font-size: 20px;
		line-height: 32px;
		margin-left: 32px;
	}

	/*--------------------
		BLOCK08
	--------------------*/
	.block08 h2 img {
		margin: 80px auto 50px;
	}

	/* コンタクトフォーム ---------------------------- */
	.block08 table.def {
		margin: 0 auto;
		text-align: left;
		color: fff;
		background: rgba(255,255,255,0.5);
	}
	.block08 table.def th {
		width: 305px;
		padding: 16px 12px;
		font-weight: normal;
	}
	.block08 table.def td {
		padding: 16px 5px;
	}
	.block08 .sended {
		width: 800px;
		margin: 0 auto;
		padding: 12px;
		text-align: center;
		color: #333;
		line-height: 1.5em;
		background: rgba(255,255,255,0.8);
	}
	.block08 table.entry_conf {
		width: 800px;
		margin: 0 auto 40px;
	}
	.block08 table.entry_conf th {
		width: 305px;
	}
	.block08 .entry_table {
		margin: 0 auto 30px;
	}
	.block08 .entry_table th {
		width: 305px;
	}
	.block08 .entry_form {
		width: 800px;
		margin: 0 auto;
	}
	.block08 .entry_form tr {
	}
	.block08 .entry_form tr:last-child {
		border-bottom: none;
	}
	.block08 .entry_form th {
		width: 308px;
		text-align: right;
		color: #3c3c3c;
		font-size: 18px;
		font-weight: inherit;
		letter-spacing: 0.1em;
		vertical-align: middle;
		padding: 0 45px 0 0;
	}
	.block08 .entry_form th p {
		float: left;
		background: #f60b3c;
		color: #fff;
		font-size: 14px;
		padding: 3px 5px;
	}
	.block08 .entry_form td {
		padding: 5px 0;
	}
	.block08 .entry_form td p {
		padding: 0 0 0.5em;
		color: #f00;
	}
	.block08 .entry_form input,.entry_form textarea {
		padding: 15px 0.55em;
		border: 1px solid #eee;
		background: rgba(238, 238, 238, 1);
	}
	.block08 .entry_form input[type="button"] {
		cursor: pointer;
		padding: 0.5em;
	}
	.block08 .submits {
		text-align: center;
		margin-top: 27px;
	}
	.block08 .submits input {
		margin: 0 8px;
		line-height: 35px;
	}
	input[type=radio],
	input[type=checkbox] {
		display: inline-block;
		margin-right: 6px;
	}
	input[type=radio] + label,
	input[type=checkbox] + label {
		position: relative;
		display: inline-block;
		margin-right: 12px;
		line-height: 1.5px;
		cursor: pointer;
	}
	@media (min-width: 1px) {
		input[type=radio],
		input[type=checkbox] {
			display: none;
			margin: 0;
		}
		input[type=radio] + label,
		input[type=checkbox] + label {
			padding: 0 0 0 24px;
		}
		input[type=radio] + label::before,
		input[type=checkbox] + label::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
			width: 18px;
			height: 18px;
			margin-top: -9px;
			background-color: rgba(212, 122, 0, 0.8);
		}
		input[type=radio] + label::before {
			border-radius: 30px;
		}
		input[type=radio]:checked + label::after,
		input[type=checkbox]:checked + label::after {
			content: "";
			position: absolute;
			top: 50%;
			-moz-box-sizing: border-box;
			box-sizing: border-box;
			display: block;
		}
		input[type=radio]:checked + label::after {
			left: 5px;
			width: 8px;
			height: 8px;
			margin-top: -4px; 
			background: #fff;
			border-radius: 8px;
		}
	}

	/*--------------------
		FOOTER
	--------------------*/
	.pp {
		text-align: center;
		color: #111;
		font-size: 18px;
		margin-top: 40px;
	}
	.privacy {
		width: 740px;
		padding: 20px 0 80px;
		margin: 0 auto;
	}
	h3 {
		text-align: center;
		letter-spacing: 0.2em;
		text-decoration: underline;
		margin-bottom: 28px;
	}
	.privacy-content {
		height: 108px;
		padding: 15px;
		overflow-y: auto;
		border: 1px solid #888;
	}
	.privacy-lower {
		margin-bottom: 28px;
	}
	.privacy h4 {
		margin-bottom: 10px;
	}
	.privacy p {
		color: #333;
		line-height: 1.5em;
	}
	.copy {
		background: #111;
	}
	.copy p {
		text-align: center;
		color: #fff;
		line-height: 50px;
	}
	.copy p a {
		color: #fff;
	}
