@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Ramaraja|Barlow+Condensed:400,700');
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: 游ゴシック, "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.2pt;
	word-break:normal;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-feature-settings: "palt";
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	background: #f9f3ea;
}
article {
	overflow-x: hidden;
}
img {
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
.sp {
	display: none !important;
}
.nb {
	border: none !important;
}

/*--------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;
	letter-spacing: 0.6pt;
	display: inline-block;
}
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;
	align-items: center;
}
/*--------section--------*/
section {
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 5%;
	box-sizing: border-box;
}
#main {
	max-width: inherit;
	width: 100%;
	padding: 2.5% 12.5%;
	box-sizing: border-box;
}
#main div {
	width: 52.5%;
}
#main div h1 {
	font-family: 'Ramaraja', serif;
	font-size: 24px;
	letter-spacing: 2pt;
}
#main div p.logo {
	width: 15%;
	margin: 0 0 20%;
}
#main div p {
	font-family: 'Barlow Condensed', sans-serif;
	margin-top: 20px;
}
#main div p em {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 38px;
	font-weight: 700;
	letter-spacing: 3.5pt;
}
#main > p {
	width: 45%;
}
#intro {
	max-width: 100%;
}
h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 38px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3.5pt;
	text-align: center;
	padding-bottom: 20px;
}
#intro h2 {
	line-height: 0.65;
	border-bottom: 8px solid #fff;
	margin-bottom: 20px;
}
#intro h2 span {
	font-size: 14px;
}
#intro > p {
	text-align: center;
}
#intro > div {
	max-width: 950px;
	margin: 0 auto;
	align-items: center;
}
#intro > div > ul {
	width: 45%;
}
#intro > div > div {
	width: 50%;
}
#intro > div > div p {
	margin-bottom: 15px;
}
#color > div {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 8px solid #fff;
}
#color > div#item01 {
	margin-top: 20px;
}
#color > div#item04 {
	border-bottom: 8px solid #fff;
	padding-bottom: 60px;
	margin-bottom: 40px;
}
#color > div > div.flexBox {
	margin-bottom: 20px;
}
#color > div > div.flexBox > div:first-child {
	width: 45%;
}
#color > div > div.flexBox > div:first-child p:first-child {
	font-family: 'Ramaraja', serif;
	font-size: 14px;
	line-height: 1;
}
#color > div > div.flexBox > div:first-child h3 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 3.5pt;
	margin: 5px 0 10px;
}
#color > div > div.flexBox > div:first-child p.flame {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 3.5pt;
	text-align: center;
	padding: 8px 30px 0;
	display: inline-block;
	position: relative;
}
#color > div > div.flexBox > div:first-child p.flame:after {
	width: calc(100% - 8px);
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	content: "";
}
#color > div#item01 > div.flexBox > div:first-child p.flame,
#color > div#item03 > div.flexBox > div:first-child p.flame {
	background: #fff;
}
#color > div#item01 > div.flexBox > div:first-child p.flame:after,
#color > div#item03 > div.flexBox > div:first-child p.flame:after{
	border-top: solid 8px #fff;
	border-right: solid 8px transparent;
	top: 100%;
}
#color > div#item02 > div.flexBox > div:first-child p.flame,
#color > div#item04 > div.flexBox > div:first-child p.flame {
	color: #fff;
	background: #836e6d;
}
#color > div#item02 > div.flexBox > div:first-child p.flame:after,
#color > div#item04 > div.flexBox > div:first-child p.flame:after{
	border-top: solid 8px #836e6d;
	border-right: solid 8px transparent;
	top: 100%;
}
#color > div > div.flexBox > div:last-child {
	width: 45%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#color > div > div.flexBox > div:last-child p {
	width: 30%;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1;
}
#color > div > div.flexBox > div:last-child dl {
	width: 65%;
}
#color > div > div.flexBox > div:last-child dl dt {
	width: 25%;
	border-bottom: 1px solid #333;
	padding: 2px 0;
}
#color > div > div.flexBox > div:last-child dl dd {
	width: 75%;
	border-bottom: 1px solid #333;
	padding: 2px 0;
}
#color > div h4 {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
	margin: 20px 0;
	padding: 8px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}
#color > div ul {
	justify-content: space-around;
}
#color > div ul li {
	width: 22.5%;
	text-align: center;
}
#color > div ul:last-child li {
	width: 19%;
}
#detail {
	max-width: inherit;
	width: 100%;
	padding: 80px 0;
	background: #f9f9f9;
}
#detail ul {
	max-width: 950px;
	margin: 0 auto;
	padding: 20px 5% 0;
	box-sizing: border-box;
	align-items: flex-start;
}
#detail ul li {
	width: 29%;
	position: relative;
}
#detail ul li span {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	letter-spacing: 0.6pt;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #333;
	position: absolute;
	top: -10px;
	left: -10px;
}
#detail ul li img,
#image ul li img {
	margin-bottom: 8px;
}
#image {
	padding: 80px 10%;
}
#image ul {
	align-items: flex-start;
}
#image ul li {
	width: 46%;
	margin-bottom: 40px;
}

/*--------btn--------*/
a.btn {
	font-weight: 700;
	width: 200px;
	text-align: center;
	line-height: 1;
	padding: 8px 0;
	margin: 20px auto 0;
	border: 1px solid #333;
	border-radius: 30px;
	box-sizing: border-box;
	display: block;
}
a.btn:hover {
	color: #fff;
	background: #333;
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
/*--------footer--------*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
	background: #f9f9f9;
}
/*--------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) {
body {
	font-size: 11px;
}
.pc {
	display: none !important;
}
.sp {
	display: inherit !important;
}
/*--------section--------*/
#main {
	padding: 10%;
}
#main div,
#main p,
#intro > div > div,
#color > div > div.flexBox > div:first-child,
#color > div > div.flexBox > div:last-child,
#image ul li {
  width: 100%;
}
#main div {
	margin-bottom: 40px;
}
#main div h1,
#main div p em {
	line-height: 1;
}
#intro > div > div > ul {
	width: 80%;
	margin: 0 auto 20px;
}
#color > div > div.flexBox > div:last-child {
	margin-top: 20px;
}
#color > div > div.flexBox > div:first-child h3 {
	font-size: 40px;
}
#color > div > div.flexBox > div:last-child dl dt {
	width: 30%;
}
#color > div > div.flexBox > div:last-child dl dd {
	width: 70%;
}
#color > div ul li {
  width: 32%;
}
#color > div ul:last-child li {
  width: 20%;
}
#detail ul li {
  width: 80%;
	margin: 0 auto 40px;
}
#detail ul li:last-child {
	margin-bottom: 0;
}
#image ul li {
	margin: 0 auto 40px;
}

/*--------btn--------*/
a.btn {
	width: 80% !important;
	font-size: 14px;
	padding: 15px 0;
}

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

}
