@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: 12px;
	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;
}
/*--------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 !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 {
	max-width: 980px;
	margin: 0 auto;
	padding: 20px 0;
}
header a {
	width: 12.5%;
	display: block;
}
/*--------section--------*/
section {
	max-width: 980px;
	margin: 0 auto;
}
h1 {
	/*border: 2px solid #ccc;*/
	box-sizing: border-box;
	background: url(../images/main.jpg) no-repeat 0 0;
	background-size: cover;
	height: 476px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 980px;
	padding-right: 5%;
}

h1 img {
	width: 35%;
}
#main p {
	padding: 40px 0 0;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}
h2 {
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #3f4659;
	text-align: center;
	background: url(../images/titi_bg.png) center center repeat-x;
	background-size: 15px;
	width: 70%;
	margin: 40px auto 20px;
}
h2 span {
	background: #fff;
	padding: 0 15px;
}
h2 em {
	color: #cf9b91;
	font-weight: bold;
}
#setBox {
	background: #eeebe9;
	padding: 20px;
	box-sizing: border-box;
}
#setBox > li {
	width: 20%;
	display: inline-table;
}
#setBox > li:nth-child(even) {
	width: 1%;
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 40px;
	margin-top: 60px;
	text-align: center;
}
#setBox > li:last-child {
	width: 26%;
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	margin-top: 60px;
	text-align: center;
}
#setBox > li:last-child p {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: 0.1pt;
}
#setBox > li:last-child p span {
	font-size: 18px;
}
#setBox > li:last-child a {
	font-size: 18px;
	color: #fff;
	background: #525053;
	border-radius: 50%;
	width: 150px;
	height: auto;
	padding: 60px 0;
	text-align: center;
	display: block;
	position: relative;
	margin: 40px auto 0;
}
#setBox > li:last-child a::after {
	content: '';
	width: 13px;
	height: 13px;
	border: 0px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top: -7.5px;
}
h3 {
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #525053;
	text-align: center;
	margin-top: 20px;
}
.intro {
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}

.intro span {
	font-weight: bold;
	color: #d3a498;
}

#colorBox li {
	width: 31%;
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	padding: 0 0 20px;
}
#colorBox li img {
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#colorBox li span {
	font-size: 13px;
	font-weight: normal;
}

#colorBox li .bt {
	background-color: #333;
	padding: 3px 7px;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	margin: 5px 0 0 10px;
	display: inline-block;
}

#detailBox li {
	width: 24%;
	margin: 0 0 10px;
	overflow: hidden;
	border: 1px solid #ccc;

}

#detailBox li img {
	box-sizing: border-box;
	transition-duration: 0.5s;
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
}

#detailBox li img:hover{
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	transition-duration: 0.5s;
}

.topLink {
	text-align: right;
	display: block;
	text-decoration: underline;
}
/*--------header--------*/
footer {
	font-size: 10px;
	text-align: center;
	padding: 20px 0;
	margin-top: 40px;
	background: #eeebe9;
}

/*--------btn--------*/
.btn {
	font-size: 20px;
	text-align: center;
	background: #525053;
	border-radius: 50px;
	padding: 5px 5px 5px 30px;
	margin: 0 auto 40px;
	color: #fff;
	display: table;
}
.btn span {
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 35px;
	padding-bottom: 2px;
	display: inline-block;
	margin-left: 10px;
}
.comson {
    font-family: 'Century Gothic', 'Roboto', sans-serif;
	font-size: 30px;
	text-align: center;
	margin-bottom: 40px;
}

.btn_list {
	font-weight: bold;
	text-decoration: underline;
	color: #d3a498;
}

/*--------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) {
/*--------header--------*/
header {
	width: 90%;
	padding: 15px 0;
}
header a {
	width: 25%;
}
/*--------section--------*/
#main,
.intro,
#colorBox {
	width: 90%;
	margin: 0 auto;
}

h1 {
	background: url(../images/main_sp.jpg) no-repeat center bottom;
	background-size: contain;
	height: 70vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	padding: 0;
}

h1 img {
	width: 75%;
}
h2 {
	font-size: 24px;
	width: 90%;
	background-size: 10px;
}
h2 span {
	padding: 0 10px;
}
.intro {
	margin-bottom: 20px;
}
	 
.intro span {
	font-weight: bold;
	color: #d3a498;
}
	 
#setBox li {
	width: 100%;
	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-around;
}
#setBox > li:nth-child(even) {
	margin: 0;
}
#setBox li > div,
#setBox li > p {
	width: 50%;
}
#setBox li > div img {
	width: 150%;
	margin-left: -25%;
}

#setBox li:nth-child(1) > div img {
	margin-top: 20px;
}

#setBox li:nth-child(3) > div img {
	margin-top: -50px;
}

#setBox li:nth-child(5) > div img {
	margin-top: -50px;
}
#setBox li:nth-child(6) {
	transform: rotate(90deg);
}
#setBox > li:last-child {
	width: 100%;
	margin: 0;
}
#setBox > li:last-child p {
	font-size: 30px;
}
#setBox > li:last-child p span {
    font-size: 14px;
}
#setBox > li:last-child a {
	font-size: 16px;
	width: 130px;
	padding: 50px 0;
	margin: 0;
}
#setBox > li:last-child a::after {
	width: 13px;
	height: 13px;
	right: 10px;
	margin-top: -6.5px;
}

#setBox li span {
	padding: 10px 0 0;
		 
	 }	 
#setBox li span br {
		 display: none;
	 }	 
#colorBox li {
	width: 100%;
	margin-bottom: 20px;
}
#colorBox li:last-child {
	margin: 0;
}

#detailBox li {
	width: 47%;
	margin-bottom: 12px;
	padding: 0;
}
.topLink {
	margin-right: 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;
}

/*--------btn--------*/
.btn {
	font-size: 16px;
}
.btn span {
	color: #333;
	background: #fff;
	border-radius: 50%;
	width: 30px;
}
	 
.btn_list {
	font-weight: bold;
	text-decoration: underline;
	color: #d3a498;
}
	 
}
