@charset "utf-8";

/* 初期化
-------------------------------- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	color: #000;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Verdana, "MS PGothic", "ＭＳ　Ｐゴシック", sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	text-align: center;
	-webkit-text-size-adjust: 100%;
}

ul {
	list-style: none;
}

a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all .5s;
	transition: all .5s;
}

a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	text-decoration: none;
}

img {
	border: 0;
}

address {
	font-style: normal;
}

p {
	line-height: 1.8;
}

/* clearfix */
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	overflow: hidden;
}

/* float */
.fL {
	float: left;
}

.fR {
	float: right;
}

/* font-size */
.mini {
	font-size: 0.85em;
}

/* align */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

/* google chrome input button padding */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
	padding: 1px 6px;
}

.youtube {
	position: relative;
	padding-top: 50%;
}

.youtube iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.imgBox {
	font-size: 0;
	line-height: 0;
}

.wrap {
	margin: 0 auto;
	text-align: left;
	width: 1200px;
	position: relative;
}

.table {
	display: table;
	width: 100%;
}

.indent {
	padding-left: 20px;
	text-indent: -20px;
}

/* header
-------------------------------------------------- */
#header {
	background: #fff;
	border-top: 5px solid #f4adbc;
	height: 110px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}

#header #logo {
	position: absolute;
	left: 0;
	top: 22px;
}

#header ul {
	border-left: 1px solid #000;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 193px;
	top: 67px;
}

#header ul li {
	border-right: 1px solid #000;
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	padding: 2px 26px 0;
	vertical-align: top;
}

#header ul li a {
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

/* main
-------------------------------------------------- */
#main {
	background: url("../images/main.jpg") repeat-x 50% 100%;
	height: 890px;
	margin: 0 auto;
	min-width: 1200px;
}

#main h2 {
	padding-top: 288px;
}

#main li {
	display: inline-block;
}

/* catch
-------------------------------------------------- */
#catch {
	background: url("../images/bg_01.jpg") 50% 0;
	margin: 0 auto;
	min-width: 1200px;
}

/* trouble
-------------------------------------------------- */
#trouble {
	margin: 84px 0 95px;
}

#trouble h3 {
	margin-bottom: 52px;
	text-align: center;
}

#trouble li {
	float: left;
	margin: 0 20px 3px 0;
}

#trouble li:nth-child(2n) {
	margin-right: 0;
}

/* about
-------------------------------------------------- */
#about .bg {
	background: url("../images/bg_02.jpg") no-repeat 50% 0 #fff5f7;
	height: 490px;
	margin: 0 auto;
	min-width: 1200px;
}

#about h3 {
	margin-bottom: 31px;
}

#about p {
	padding-top: 89px;
}

#about .img {
	position: absolute;
	right: 0;
	top: -146px;
}

#about .btn {
	margin-top: 9px;
	text-align: center;
}

/* know
-------------------------------------------------- */
#know {
	margin: 54px 0 161px;
}

#know .img01 {
	margin: -76px 0 53px;
}

/* merit
-------------------------------------------------- */
#merit {
	background: url("../images/arw_03.png") no-repeat 50% 0 #fdfbe0;
	margin: 0 auto;
	padding: 213px 0 104px;
	min-width: 1200px;
}

#merit h3 {
	margin-bottom: 77px;
	text-align: center;
}

#merit li {
	margin-bottom: 60px;
	text-align: center;
}

/* voice
-------------------------------------------------- */
#voice {
	margin: 0 0 148px;
}

#voice h3 {
	padding: 110px 0 137px;
	text-align: center;
}

#voice .name {
	margin-bottom: 100px;
}

#voice li {
	height: 445px;
	padding-top: 24px;
}

#voice li h4 {
	margin-bottom: 21px;
}

#voice li p {
	font-size: 26px;
	line-height: 48px;
	padding-left: 107px;
}

#voice li p span {
	color: #eb6877;
	font-weight: bold;
}

#voice .v01 {
	background: url("../images/voice_01.jpg") no-repeat 0 0;
	margin-bottom: 99px;
	padding-left: 341px;
}

#voice .v02 {
	background: url("../images/voice_02.jpg") no-repeat 100% 0;
	padding-right: 414px;
}

/* fixed
-------------------------------------------------- */
#fixed {
	text-align: left;
}

#fixed .btn {
	position: fixed;
	top: 30%;
	right: 0;
}

#fixed #pagetop {
	position: fixed;
	right: 4px;
	bottom: 20px;
}

/* footer
-------------------------------------------------- */
#footer {
	background: url("../images/arw_03.png") no-repeat 50% 0, url("../images/bg_03.jpg") no-repeat 50% 50%;
	background-size: auto, cover;
	margin: 0 auto;
	padding: 187px 0 0;
	min-width: 1200px;
}

#footer h4 {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 50px;
}

#footer .inner h4 {
	color: #fff;
}

#footer ul {
	margin-bottom: 60px;
}

#footer li {
	display: inline-block;
	margin: 0 20px;
}

#footer .inner {
	background: rgba(143,195,31,0.75);
	padding: 88px 0 80px;
}

address {
	color: #444;
	font-size: 14px;
	height: 64px;
	line-height: 64px;
}

/*追記*/

@media screen and (max-width: 1240px) {
#header {
	padding: 0 25px;
}
}

