@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: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "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%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
/*--------hover--------*/
a {
	font-family: 'Century Gothic', 'Roboto', sans-serif;
	-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 !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-around;
}
/*--------header--------*/
header {
	padding: 20px 0;
}
header a {
	width: 10%;
	margin: 0 auto;
	display: block;
}
/*--------section--------*/
section {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	padding-bottom: 60px;
	position: relative;
}
#main {
	max-width: inherit;
	width: 100%;
	height: 100vh;
	background: url(../images/main_bg.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 60px;
}
#main h1 {
	width: 60%;
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
}
#intro p {
	font-size: 16px;
	text-align: center;
}
h2 {
	font-size: 40px;
  font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}
#setBox,
#infoBox {
	max-width: inherit;
	width: 100%;
	background: #f8f8f8;
	margin-bottom: 60px;
}
#setBox h2 {
	font-size: 5.5vw;
	text-align: left;
	letter-spacing: 0.1pt;
	line-height: 0.9;
	position: absolute;
	top: 45%;
	right: -27.3%;
	transform: rotate(90deg);
}
#setBox h2 span {
	color: #a05267;
}
#setBox > div {
	max-width: 980px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0;
	box-sizing: border-box;
}
#setBox ul {
	align-items: center;
	margin-bottom: 20px;
}
#setBox ul li {
	width: 33%;
}
#setBox ul li:nth-child(even) {
	width: 0.5%;
  font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
#setBox a p.click {
	color: #fff;
	font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 70px;
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #a05267;
	text-align:center;
	vertical-align: middle;
	position: absolute;
	top: 60px;
	left: 30px;
	transform: rotate(-10deg);
}
#setBox h3 {
  font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 1.5vw;
	font-weight: 700;
	text-align: center;
}
#setBox > div > p {
	color: #a05267;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.2;
	margin: 40px 0;
}
#setBox > div > p span {
	font-family: 'Century Gothic', 'Roboto', sans-serif;
}
#setBox > div > div.setBig {
	width: 40%;
	margin: 0 auto 20px;
	padding: 0;
	border: none;
}
#setBox > div > div.flexBox {
	align-items: center;
}
#setBox > div > div.flexBox > div,
#setBox > div > div.flexBox > a {
	padding: 20px 0;
	box-sizing: border-box;
}
#setBox > div > div.flexBox > div {
	width: 57.5%;
	border-top: 2px dashed #a05267;
	border-bottom: 2px dashed #a05267;
}
#setBox > div > div.flexBox > a {
	color: #fff;
	font-weight: 700;
	line-height: 1.4;
	width: 17%;
	padding: 4.5% 0;
	background: #a05267;
	border-radius: 10px;
}
#setBox a {
	display: block;
	position: relative;
}
#setBox .btn,
#itemBox .btn,
#infoBox .btn {
	font-size: 14px;
	margin-top: 10px;
	padding: 10px 20px;
	display: inline-block;
}
#itemBox {
	padding: 0;
}
#itemBox > div {
	font-size: 16px;
	margin-bottom: 100px;
}
#itemBox > div > div {
	width: 85%;
	margin: 0 auto 40px;
	padding: 20px 5%;
	align-items: center;
	background: #e9d2bd;
}
#itemBox > div > div h2 {
	font-size: 34px;
	color: #fff;
	line-height: 1;
	margin: 15px 0;
}
#itemBox > div div ul {
	width: 50%;
}
#itemBox > div > div > div {
	width: 40%;
}
#itemBox > div > div > div  p.number {
	font-weight: 700;
	text-align: center;
}
#itemBox > div > ul li {
	width: 29.1%;
	font-size: 12px;
	padding-right: 3%;
	margin-right: 3%;
	border-right: 2px dashed #a05267;
}
#itemBox > div > ul li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#itemBox > div > ul li h3 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin: 15px 0 10px;
}
#colorBox ul {
	width: 90%;
	margin: 10px auto 0;
}
#colorBox ul li {
	width: 31%;
  font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
}
#colorBox li img {
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin-bottom: 5px;
}
#colorBox li span {
	font-weight: normal;
}
#colorBox .btn {
	margin-left: 10px;
}
#infoBox {
	text-align: center;
	padding: 60px 5%;
	box-sizing: border-box;
}
#infoBox h3 {
	color: #a05267;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}
#infoBox h3.mt40 {
	margin-top: 40px;
}
#infoBox dl {
	max-width: 600px;
	margin: 20px auto 0;
	padding: 20px 5%;
	border: 2px dashed #a05267;
	box-sizing: border-box;
}
#infoBox dl dt {
	font-weight: 700;
}
#infoBox dl dd {
	font-size: 12px;
	text-align: left;
	text-indent: -1em;
	margin-left: 1em;
}
.topLink {
	font-size: 12px;
	text-align: right;
	margin-right: 10px;
	display: block;
	text-decoration: underline;
}

/*--------header--------*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

/*--------btn--------*/
.btn {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #a05267;
	padding: 5px 10px;
}

.btn_g {
	background: #666;
}

/*--------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;
}
.sp { display: none; }

@media screen and (max-width: 768px) {
.pc { display: none; }
.sp { display: block; }
body {
	font-size: 12px;
}
/*--------header--------*/
header {
	padding: 15px 0;
}
header a {
	width: 25%;
}
/*--------section--------*/
section {
	padding-bottom: 40px;
}
#main {
	height: 300px;
	background: url(../images/main_bg.jpg) center top no-repeat;
	background-size: cover;
	margin-bottom: 40px;
	padding: 0;
}
#main h1 {
	width: 70%;
}
#intro p {
	font-size: 14px;
}
h2 {
	font-size: 32px;
	line-height: 1.1;
}
#setBox {
	margin-bottom: 40px;
	padding-top: 40px;
}
#setBox h2 {
	font-size: 32px;
	text-align: center;
	width: 100%;
	display: inline-block;
	position: inherit;
	top: inherit;
	right: inherit;
	transform: rotate(0deg);
}
#setBox ul {
	width: 60%;
	margin: 0 auto;
}
#setBox ul li {
	width: 100%;
}
#setBox ul li:nth-child(even) {
  font-size: 40px;
	line-height: 1;
}
#setBox > div > p {
	font-size: 18px;
	font-weight: 700;
	margin: 30px 0;
}
#setBox a p.click {
	font-size: 12px;
	line-height: 60px;
	width: 60px;
	height: 60px;
	top: 20%;
	left: 0%;
}
#setBox h3 {
	font-size: 16px;
	letter-spacing: 0.6pt;
}
#setBox > div > div.flexBox > div,
#setBox > div > div.flexBox > a {
	padding: 20px 0;
	box-sizing: border-box;
}
#setBox > div > div.flexBox > div {
	width: 100%;
}
#setBox > div > div.flexBox > a {
	width: 47.5%;
	padding: 4.5% 0;
	margin: 20px 0 0;
}
#itemBox > div {
  font-size: 14px;
  margin-bottom: 40px;
}
#itemBox > div > div {
	width: 	100%;
	box-sizing: border-box;
	padding: 40px 5%;
}
#itemBox > div > div h2 {
	font-size: 24px;
}
#itemBox > div > div > div,
#itemBox > div div ul {
  width: 	80%;
}
#itemBox > div > div > div {
	margin-bottom: 20px;
}
#itemBox > div > ul li {
	width: 45%;
	margin-right: 4.5%;
	padding-right: 4.5%;
}
#itemBox > div > ul li:nth-child(2) {
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}
#itemBox > div > ul li:last-child {
	border-right: 2px dashed #a05267;
	border-left: 2px dashed #a05267;
	padding: 0 4.5%;
	margin-top: 20px;
}
#itemBox > div > ul li h3 {
	font-size: 14px;
}
#colorBox ul {
	width: 100%;
	margin: 20px auto 0;
}
#colorBox ul li {
  width: 47.5%;
	letter-spacing: 0.6pt;
}
#colorBox ul li:last-child {
	margin-top: 20px;
}
#colorBox .btn {
	margin-left: 5px;
}
#infoBox {
	padding: 40px 5%;
}
#infoBox h3 {
	font-size: 16px;
}
.topLink {
	margin-right: 5%;
}

/*--------btn--------*/
.btn {
	font-size: 10px;
	padding: 5px;
}

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

/*--------btn--------*/

}
