@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900');
body {
    margin: 0;
    padding: 0;
    color: #333;
    font-family: 'Century Gothic', 'Roboto', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 1.4pt;
    word-break: break-all;
    font-feature-settings: "palt";
	position: relative;
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
h1 {
	position: fixed;
	top: 20px;
	right: 10px;
	width: 35px;
	z-index: 999;
}

/*--------hover--------*/
a {
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	opacity: 1;
	color: #333;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*--------header--------*/
header {
	background: url(../images/main.jpg) no-repeat center center;
	background-size: contain;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
header div {
	position: absolute;
	top: 50%;
	left: 6%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	text-align: center;
}
header div p:first-child {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
}
header div p:last-child {
	font-size: 10px;
}
header div em {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 900;
}

header div span {
	background: linear-gradient(transparent 60%, #f1e7b6 60%);
}

/*--------section--------*/
section {
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 0 0;
}
section > div {
	position: relative;
}
section > div > div.text01 {
	position: absolute;
	top: 50%;
	right: 7.5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	width: 40%;
	z-index: 999;
}
section > div > div.text02 {
	position: absolute;
	top: 50%;
	left: 7.5%;
	-webkit-transform: translate(0, -50%); /* Safari用 */
	transform: translate(0, -50%);
	width: 40%;
	z-index: 999;
}
section > div > p.image01,
section > div > p.image02 {
	width: 100%;
}
section > div > div h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 1.3;
	background: #222;
	padding: 10px 0;
	margin: 0 0 20px;
}
section > div > div a {
	margin: 40px 0 0;
	display: block;
}
section > div > div a b {
	font-weight: normal;
	text-decoration: underline;
}
section a em {
	background: #f1e7b6;
	padding: 3px 8px;
	text-decoration: none;
	display: inline-block;
}
section ul {
	width: 80%;
	margin: 40px auto;
}
section ul li {
	width: 29%;
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
section ul li a em {
	position: absolute;
	bottom: 0;
	right: 0;
}
section ul li.ihanaItem {
	border: 1px solid #ea3f63;
}
section ul li.ihanaItem .ihanaTit {
	color: #fff;
	background: #ea3f63;
	padding: 3px 8px;
	position: absolute;
	top: 0;
	left: 0;
}

/*--------btn--------*/
.btn {
	font-size: 20px;
	text-align: center;
	background: #f1e7b6;
	padding: 10px 0;
	text-decoration: none;
	display: block;
	margin: 0 auto 100px;
	width: 40%;
}
.btn i {
	font-size: 18px;
}

/*--------pageTop--------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 5px;
	z-index: 9999;
}
#pageTop a {
	display: block;
	font-size: 18px;
	padding: 7px 0 0 8px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background: #f1e7b6;
	font-weight: bold;
	text-align: center;
}
#pageTop i.fa {
	padding-right: 7px;
}

@media all and (max-width:640px) {
h1 {
	position: fixed;
	top: 20px;
/*	right: 1px;
	width: 14px; */
	right: 3px;
	width: 20px;
	z-index: 999;
}

/*--------header--------*/
header {
	background: url(../images/main_sp.jpg) no-repeat center center;
	background-size: cover;
}
header div {
	top: 5%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%); /* Safari用 */
	transform: translate(-50%, 0%);
	width: 90%;
}
header div p:first-child {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px;
}
header div p:last-child {
	font-size: 6px;
}
header div em {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 900;
}

/*--------section--------*/
section {
	width: 100%;
	overflow: hidden;
}
section > div > div.text01 {
	position: inherit;
	top: 0;
	right: -5%;
	-webkit-transform: translate(0, 0); /* Safari用 */
	transform: translate(0, 0);
	width: 90%;
	margin-bottom: 20px;
}
section > div > div.text02 {
	position: inherit;
	top: 0;
	left: 5%;
	-webkit-transform: translate(0, 0); /* Safari用 */
	transform: translate(0, 0);
	width: 90%;
	margin-bottom: 20px;
}
section > div > div h2 {
	font-size: 18px;
}
section > div > div.text02 h2 br {
	display: none;
}
section > div > div a {
	margin: 20px 0 0;
}
section > div > p.image01,
section > div > p.image02 {
	width: 200%;
}
section ul {
	width: 95%;
	margin: 40px auto;
}
section ul li {
	width: 45%;
	margin-bottom: 20px;
}
section ul li a em {
	font-size: 16px;
	padding: 1px 5px;
}
section ul li a em span.none {
	display: none;
}

/*--------btn--------*/
.btn {
	font-size: 18px;
	width: 70%;
}
.btn i {
	font-size: 16px;
}

/*--------pageTop--------*/
#pageTop {
	bottom: 10px;
	right: 10px;
}
#pageTop a {
	width: 35px;
	height: 35px;
	padding: 4px 0 0 8px;
}
#pageTop i.fa {
	padding-top: 0.2px;
}

}
