@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: 'Open Sans', 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.7;
	letter-spacing: 1.4pt;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none;
}
/*--------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)";
}
/*--------flexBox--------*/
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
/*--------header--------*/
header {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
header a {
	width: 12.5%;
	margin: 0 auto;
	display: block;
}

/*--------article--------*/
#main {
	background: url(../images/main.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100vh;
	position: relative;
}
#main div {
	position: absolute;
	right: 5%;
	bottom: 17.5%;
	width: 40%;
	text-align: right;
}
h1 {
	width: 90%;
	margin: 0 0 20px 10%;
}
#contents {
	max-width: 900px;
	margin: 0 auto 140px;
	text-align: center;
}
h2 {
	font-size: 32px;
	font-weight: bold;
	font-style: italic;
	padding: 140px 0 20px;
}
.flexBox > div p.detail {
	margin: 10px 0 0;
}
.box01 .flexBox,
.box03 .flexBox,
.box05 .flexBox {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.box02 .flexBox,
.box03 .flexBox {
	flex-direction: row-reverse;
}
.box02 .flexBox,
.box04 .flexBox {
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.box01 .flexBox > div,
.box03 .flexBox > div,
.box05 .flexBox > div {
	width: 40%;
}
.box01 .flexBox > p,
.box03 .flexBox > p,
.box05 .flexBox > p {
	width: 52.5%;
}
.box02 .flexBox > ul,
.box02 .flexBox > div,
.box04 .flexBox > p,
.box04 .flexBox > div {
	width: 45%;
}
#itemList {
	background: #bbb;
}
#itemList h3 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1pt;
	margin: 10px 0 0;
}
#itemList .box06 {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 140px;
	text-align: center;
}
.box06 .flexBox li {
	width: 20.5%;
}
.box06 .flexBox li:nth-child(-n+4) {
	margin-bottom: 50px;
}
.box06 .flexBox {
	justify-content: space-around;
}
#other {
	padding: 70px 0;
}
#other a {
	background: none;
	width: 50%;
}

/*--------btn--------*/
section a {
	text-align: center;
	background: #333;
	color: #fff;
	width: 40%;
	padding: 5px 0;
	margin: 5px auto 0;
	border-radius: 5px;
	display: block;
}
section .box06 a {
	width: 80%;
}

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

@media screen and (max-width: 768px) {
.pc {
	display: none;
}
.sp {
	display: inherit;
}
/*--------header--------*/
header {
	width: 90%;
	padding: 12.5px 0;
}
header a {
	width: 25%;
}
/*--------article--------*/
#main {
	background: url(../images/main.jpg) no-repeat 20% bottom;
	background-size: cover;
	height: 500px;
}
#main div {
	right: 5%;
	top: 20%;
	bottom: inherit;
	width: 52.5%;
  text-shadow: 1px 1px 2px #fff, -1px 1px 2px #fff, 1px -1px 2px #fff, -1px -1px 2px #fff;
}
h1 {
	width: 100%;
	margin: 0 0 20px 0;
}

#contents {
	width: 90%;
	margin: 0 auto 80px;
}
h2 {
	font-size: 20px;
	padding: 80px 0 20px;
}
.flexBox > div p.detail,
.box06 .flexBox li p {
	font-size: 10px;
	letter-spacing: 1pt;
}
.box01 .flexBox > div,
.box03 .flexBox > div,
.box05 .flexBox > div {
	width: 42.5%;
}
.box02 .flexBox > ul,
.box02 .flexBox > div,
.box04 .flexBox > p,
.box04 .flexBox > div {
	width: 47.5%;
}
#itemList h3 {
	font-size: 14px;
}
#itemList .box06 {
	padding: 0 0 80px;
}
.box06 .flexBox {
	margin: 0 2.5%;
}
.box06 .flexBox li {
	width: 45%;
	margin-bottom: 50px;
}
.box06 .flexBox li:last-child {
	margin-bottom: 0;
}
#other a {
	width: 75%;
}

/*--------btn--------*/
section a {
	width: 92.5%;
}

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