@charset "UTF-8";

/*オーダーメイド*/
.ordermadeImg{
	margin: 30px auto 0;
	display: block;
}
@media screen and (max-width:667px){
	.ordermadeImg{
		width: 100%;
		margin: 15px auto 0;
	}
}

/*お問い合わせ*/
#ctsInquiry{
	padding: 50px;
	border: 10px solid #f7f7f7;
}
#ctsInquiry p{
	text-align: center;
}
#ctsInquiry ul.listBtnBese{
	margin: 20px auto 0;
	width: 350px;
}
@media screen and (max-width:667px){
	#ctsInquiry p{
		text-align: left;
	}
	#ctsInquiry ul.listBtnBese{
		margin: 10px auto 0;
		width: 100%;
	}
}

/*表彰の種類*/
.awardTypeGroup:first-of-type{
	margin: 30px 0 0;
}
.awardTypeGroup:nth-of-type(n+2){
	margin: 60px 0 0;
}
.awardTypeGroup ul {
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.awardTypeGroup ul li {
	margin: 0 20px 10px 0;
}
.awardTypeGroup ul li a{
	display: block;
	text-align: center;
	padding: 10px 30px;
	border: 1px solid #555;
	position: relative;
	transition: 0.3s;
}
.awardTypeGroup ul li a:hover {
	color: #ffffff;
	background-color: #555;
}
.awardTypeGroup ul li a::after {
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	color: #b39d52;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.awardTypeGroup ul li a:hover::after {
	color: #ffffff;
}
.awardTypeTit{
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #b49e53;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #b49e53;
}
.ctsType {
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
#sample01,#sample02,#sample03,#sample04,#sample05,#sample06,#sample07,#sample08,#sample09,#sample10,
#sample11,#sample12,#sample13,#sample14,#sample15,#sample16,#sample17,#sample18,#sample19,#sample20{
	padding:150px 0 0 0;
	margin: -150px 0 0 0;
}
.ctsTypeSample {
	width: 350px;
	border: 5px solid #f7f7f7;
	padding: 20px 10px;
	margin-bottom: 20px;
	margin-right: 25px;
	height: 97%;
}
.ctsType > div:nth-of-type(3n) .ctsTypeSample{
	margin-right: 0;
}
.ctsTypeSample .bd {
	margin-bottom: 5px;
	font-size: 1.6rem;
	color: #b49e53;
	border-bottom: 1px #f7f7f7 solid;
	padding-bottom: 5px;
}
.ctsTypeSample p:nth-child(n+2) {
	margin-top: 10px;
}
.hojinCts {
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.hojinCts img{
	margin-right: 40px;
	height: 95px;
	width: 95px;
}
img.typeImg {
	height: 95px;
	width: 95px;
}
.hojinCts > div {
	width: 800px;
}

@media screen and (max-width:667px){
	.ctsType {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	}
	.ctsTypeSample {
		width: 100%;
		margin-right: 0;
		height: auto;
	}
	.awardTypeGroup ul {
		justify-content: space-between;
	}

	.awardTypeGroup ul li {
		margin: 10px 0 0 0;
		width: 48%;
	}
	.awardTypeGroup ul li:nth-child(2n) {
		margin: 10px 0 0 0;
	}
	.awardTypeGroup ul li a {
		width: 100%;
		padding: 12px 0px;
		font-size: 1.1rem;
	}
	.awardTypeGroup ul li a::after {
		right: 3px;
	}
	.awardTypeGroup:nth-of-type(n+2) {
		margin: 30px 0 0;
	}
	.hojinCts {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-left: 0;
	}
	.hojinCts img {
		height: auto;
		width: 40%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	img.typeImg {
		height: auto;
		width: 40%;
		display: block;
		margin: 0 auto;
	}
	.awardTypeGroup:first-of-type {
		margin: 0;
	}
	.awardTypeTit:first-of-type {
		margin-top:0;
	}
	.typeLead{
		margin-bottom: 20px;
	}
	.hojinCts > div {
		width: 100%;
	}
	#sample01,#sample02,#sample03,#sample04,#sample05,#sample06,#sample07,#sample08,#sample09,#sample10,
	#sample11,#sample12,#sample13,#sample14,#sample15,#sample16,#sample17,#sample18,#sample19,#sample20{
		padding:110px 0 0 0;
		margin: -110px 0 0 0;
	}
}

/*ワンポイント情報*/
.onePointArea {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 -50px 0;
}
.onePointBox {
	display: -ms-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc((100% - 60px)/4);
	margin: 0 20px 50px 0;
}
.onePointBox figure {
	height: 180px;
	overflow: hidden;
}
.onePointBox figure img {
	width: 100%;
}
.onePointBox .tit {
	text-align: center;
	padding: 15px 0;
	margin: 0 0 10px;
	font-size: 1.6rem;
	color: #b49e53;
}
.onePointBox:nth-of-type(4n) {
	margin: 0 0 50px 0;
}
.onePointBox a:hover figure img {
	transform: scale(1.1);
	transition-duration: 0.3s;
	opacity: 0.8;
}

.onePointBox figure img {
	display: block;
	transition-duration: 0.3s;
}
.onePointBox a:hover h2{
	opacity: 0.8;
	transition: 0.3s;
}
.pointDetail img{
	float: left;
	max-width: 50%;
}
.pointDetail > div{
	float: left;
	padding: 20px;
	border: 1px solid #dfdfdf;
	margin-left: 30px;
}
.detailTit:nth-of-type(n+2) {
	margin-top: 20px;
}
.detailTit {
	font-weight: bold;
}
.disc{
	margin-top: 5px;
}
.disc li{
	position: relative;
	padding-left: 15px;
}
.disc li:before {
	content: '・';
	position: absolute;
	display: block;
	left: 0;
}

@media screen and (max-width:667px){
	.onePointArea{
		margin: 0 0 -20px 0;
	}
	.onePointBox{
		width: calc((100% - 10px)/2);
		margin: 0 10px 20px 0;
	}
	.onePointBox:nth-of-type(2n){
		margin: 0 0 20px 0;
	}
	.onePointBox .tit{
		padding: 10px 0;
		margin: 0 0 5px;
		font-size: 1.5rem;
	}
	.onePointBox figure{
		height: auto;
		}
	.onePointBox figure{
		height: auto;
	}
	.pointDetail img {
		 float: none;
		 max-width: 100%;
	}
	.pointDetail > div {
		float: none;
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
	}
}
/*今までに素敵な出会いがあったお客様*/
.resultsList {
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}
.resultsList li {
	padding: 5px 0 5px 10px;
	border: 1px solid #000;
	margin: 0 2% 5px 0;
	width: 49%;
}
.resultsList li:nth-child(2n){
	margin: 0 0 5px 0;
}
@media screen and (max-width:667px){
	.resultsList {
		display:-ms-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		justify-content: space-between;
	}
	.resultsList li,
	.resultsList li:nth-child(2n){
		padding: 5px;
		border: 1px solid #000;
		margin: 0 0 10px;
		width: 49%;
		text-align: center;
		/* margin-bottom: 10px; */
		font-size: 1rem;
	}
}
/*アワードはビジネスの有効なツールです。*/
.titHojinS {
	margin-bottom: 30px;
	font-size: 2rem;
}
.hojinCts01{
	border: 5px solid #f7f7f7;
	padding: 50px;
}
.hojinCts01:nth-of-type(n+3){
	margin-top: 40px;
}
.hojinCtsDetail{
	display:-ms-flex;
	display: flex;
	align-items: center;
}
.hojinCtsDetail > img {
	margin-right: 40px;
	width: 130px;
}
.listBtnBese01{
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.listBtnBese01 li{
	width: 31%;
	margin: 10px 25px 0 0;
}
.listBtnBese01 li:last-of-type{
	margin: 10px 0 0 0;
}
.listBtnBese01 li a{
	display: block;
	padding: 10px;
	text-align: center;
	border: 1px solid #555;
	position: relative;
	transition: 0.3s;
}
.listBtnBese01 li a::after{
	font-family:"Font Awesome 5 Free";
	content:'\f054';
	font-weight:900;
	color: #b39d52;
	position:absolute;
	top:50%;
	right:10px;
	-webkit-transform:translate(0, -50%);
	transform:translate(0, -50%);
}
.listBtnBese01 li a:hover{
	color: #ffffff;
	background-color: #555;
}
.listBtnBese01 li a:hover::after{
	color: #ffffff;
}
.hojinCtsTxt{
	margin-bottom: 30px;
}
.hojinCtsImg{
	margin: 15px 0;
}
.hojinCtsDetail > div {
	width: 100%;
}
.hojinCtsList{
	margin: -20px 0 30px;
}
.hojinCtsList li p:first-child {
	font-weight: bold;
	color: #b39d52;
}
.hojinCtsList li p:nth-child(2) {
	margin:0 0 10px;
	padding-left: 14px
}
@media screen and (max-width:667px){
	.hojinCts01 {
		padding: 15px;
	}
	.titHojinS {
		font-size: 1.8rem;
	}
	.hojinCtsDetail {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.hojinCtsDetail > img {
		margin: 0 auto;
		width: 70%;
		margin-bottom: 20px;
	}
	.hojinCtsDetail .listBtnBese01 li {
		width: 100%;
		margin: 10px 0 0 0;
	}
}

/*Frank Jiang挨拶*/
.ctsMainImg{
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:667px){
	.ctsMainImg{
		width: 100%;
	}
}

/*Award Gallery*/
.galleryList{
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.galleryList li {
	width: 22%;
	margin: 0 4% 50px 0px;
}
.galleryList li:nth-child(4n){
	margin: 0 0 50px 0px;
}
.galleryList li a {
	display: block;
}
.galleryList li a img {
	width: 100%;
}
.imgCaption {
	text-align: center;
	margin: 20px 0 40px;
}
@media screen and (max-width:667px){
	.galleryList li,
	.galleryList li:nth-child(4n){
		width: 48%;
	}
	.galleryList li:nth-child(2n){
		margin: 0 0 50px 0px;
	}
	.imgCaption {
		text-align: left;
		margin: 10px 0 0;
	}
}

/*トピックス*/
.listTopix{
	margin: 0 auto;
}
.listTopix li{
}

.listTopix li figure{
	width: 100%;
	position: relative;
	border: #F2F2F2 2px solid;
}
.listTopix li figure img{
	display: block;
	width: 100%;
	transition: opacity 0.2s;
	vertical-align: bottom;
}
.listTopix li a:hover figure img{
	opacity: 0.8;
}
.listTopix li .topixBox{
	padding: 20px;
	background-color: #F2F2F2;
	transform: 0.3s;
/*	height: 135px;*/
}
.listTopix li .topixBox .data{
	display: block;
	padding: 0 0 10px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #B49E53;
}
.listTopix li .topixBox .tit{
	padding: 0 0 5px;
	font-size: 1.6rem;
}
.listTopix li a:hover .topixBox{
	opacity: 0.8;
}
.listTopix p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
/*	-webkit-line-clamp: 3;*/
}
p.topicsData {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
	color: #B49E53;
}
.topicsArea {
	width: 800px;
	margin: 0 auto;
}
p.topicsData {
	display: block;
	padding: 0 0 5px;
	font-weight: bold;
	color: #B49E53;
}
.topicsTit {
	margin: 0 0 15px;
}
.topicsImg {
	width: 100%;
	margin:0 0 20px;
}
.topicsTxt {
	margin: 0 0 20px;
}


@media screen and (max-width:667px){
	.listTopix li{
		margin: 10px 0 0 0;
		width: 100%;
		float: none;
	}
	.listTopix li:nth-of-type(4n){
		margin: 10px 0 0 0;
	}
	.listTopix li .topixBox{
		padding: 15px;
		height: auto;
	}
	.listTopix li .topixBox .tit{
		padding: 0 0 3px;
		font-size: 1.5rem;
	}
	.topicsArea {
		width: 100%;
	}
	.listTopix li figure{
		height: auto;
	}
	.listTopix li figure img {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
		position: static;
		top: auto;
		left: auto;
	}
	.listTopix li a:hover figure img {
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
}

/*会社概要*/
.movieCts {
	margin: 20px auto 0;
}
.movieCtsInner {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieCtsInner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.outlineTb .tblBase {
	margin: 20px auto 40px;
}
.outlineTb img {
	display: block;
	margin: 0 auto 25px;
}
.galleryList li img {
	width: 100%;
}
.tenjikaiTxt p{
	margin-top: 10px;
}
@media print, screen and (max-width: 768px){
	.movieCts {
		width: 100%;
	}
}

/*お問い合わせ*/
.inquiryBox {
	margin: 30px 0 0 0;
}
.inquiryBox img{
	margin: 0 0 0 20px;
}
.showRoomArea{
}
.showRoomAreaInner{
	display: flex;
	margin: 0 0 20px 0;
}
.showRoomAreaInner > div{
	margin: 0 20px 0 0;
}
.showRoomTxt {
	font-size: 1.2rem;
	margin: 10px 0 0 0;
}
.inquiryComments{
	font-size: 1.2rem;
}
@media print, screen and (max-width: 768px){
	.inquiryBox {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.inquiryBox img{
		margin: 20px 0 0 0;
	}
	.showRoomAreaInner{
		flex-direction: column;
	}
	.showRoomAreaInner > div{
		margin: 0 0 20px 0;
	}
}

/*faq*/
.faqCts {
	display:-ms-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
}
.faqCts > img {
	width: 140px;
	height: 140px;
}
.faqCts > div {
	width: 880px;
}
.faqCts > div p{
	position: relative;
}
.faqCts > div p:first-child{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.faqCts > div p:first-child:before{
	display: inline-block;
	content: 'Q';
	color: #FFF;
	background: #f00;
	height: 30px;
	width: 30px;
	text-align: center;
	position: absolute;
	left: -35px;
	top: 0px;
}
.faqCts > div p:last-child{
}

.faqCts > div p:last-child:before{
	font-size: 2rem;
	display: inline-block;
	content: 'A';
	color: #FFF;
	background: #666;
	height: 30px;
	width: 30px;
	text-align: center;
	position: absolute;
	left: -35px;
	top: 0px;
	padding: 3px;
}
.faqCts:last-of-type{
    margin-bottom: 0px;
}
@media print, screen and (max-width: 768px){
	.faqCts {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.faqCts > div {
		width: 100%;
		padding-left: 40px;
	}
	.faqCts > div p:first-child {
		margin: 0 0 10px 0;
	}
	.faqCts > img {
		margin: 0 0 10px 0;
	}
}

/*セキュリティについて*/
.securityArea li{
	margin-bottom:30px;
}
.securityArea li:last-child{
	margin-bottom:0;
}
.securityArea li > p:first-child {
	font-size: 1.6rem;
	font-weight: bold;
}
.sctArea .tblBase:first-of-type {
	margin: 0 0 20px 0;
}

/*商品の素材・加工*/
.hojinCts img.materialImg {
	width: 250px;
	height: auto;
}
@media print, screen and (max-width: 768px){
	.hojinCts img.materialImg {
		width: 100%;
		height: auto;
	}
}
/*サイトマップ*/
.sitemapArea {
	display:-ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemapArea > ul {
	width: 46%;
}
.sitemapArea > ul:nth-child(n+3){
	margin:50px 0 0 0;
}
.sitemapArea > ul > li:first-child {
	font-size: 2.2rem;
	font-weight: bold;
	border-bottom: 1px solid #b39d52;
	margin: 0 0 15px 0;
	position: relative;
	padding: 0 0 5px 25px;
}
.sitemapArea > ul > li:first-child:before{
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #b39d52;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate(0, -5px) rotate(45deg);
	-ms-transform: translate(0, -5px) rotate(45deg);
	transform: translate(0, -5px) rotate(45deg);
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.sitemapArea > ul > li:nth-child(n+2){
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
	position: relative;
}
.sitemapArea > ul li{
	font-size: 1.6rem;
}
.sitemapArea > ul > li:nth-child(n+2):before{
	content: '';
	position: absolute;
	display: block;
	width: 9px;
	height: 9px;
	border-width: 3px 3px 0 0;
	border-style: solid;
	border-color: #b39d52;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate(0, -5px) rotate(45deg);
	-ms-transform: translate(0, -5px) rotate(45deg);
	transform: translate(0, -5px) rotate(45deg);
	left: 2px;
	top: 50%;
}
.sitemapArea > ul > ul > li{
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	position: relative;
}
.sitemapArea > ul > ul > li:before {
	border-right-width: 0;
	content: '';
	position: absolute;
	margin: auto;
	display: block;
	border-width: 3px 3px 0 0;
	border-style: solid;
	left: 25px;
	top: 5px;
	border-color: #999999;
	width: 8px;
	-webkit-transform: translate(0, 4px) rotate(0);
	-ms-transform: translate(0, 4px) rotate(0);
	transform: translate(0, 4px) rotate(0);
}

@media print, screen and (max-width: 768px){
	.sitemapArea {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sitemapArea > ul {
		width: 100%;
	}
	.sitemapArea > ul,
	.sitemapArea > ul:nth-child(n+3){
		margin:0 0 30px 0;
	}
	.sitemapArea > ul:last-child{
		margin:0 0 0 0;
	}
	.sitemapArea > ul > li:first-child {
		font-size: 1.6rem;
	}
	.sitemapArea > ul > li:nth-child(n+2),
	.sitemapArea > ul li {
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}
}

/*ショッピングガイド*/
.flowCts {
    border: 10px solid #f7f7f7;
    padding: 30px;
    margin: 0 0 50px 0;
    position: relative;
}
.flowCts:last-of-type{
	margin: 0 0 0 0;
}
.flowCts:before{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f7f7f7 transparent transparent transparent;
	border-width: 20px 40px 0px 40px;
	bottom: -30px;
}
.flowCts:last-of-type:before{
	content: "";
	display: none;
}
.flowDetail {
	display:-ms-flex;
	display: flex;
	align-items: center;
}
.flowCts h3 {
	font-size: 1.8rem;
	margin: 0 0 30px 0;
}
.flowCts h3 span {
	background: #b39d52;
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 0 10px 0px 0;
}
.flowDetail img {
	width: 150px;
	margin-right: 40px;
}
@media print, screen and (max-width: 768px){
	.flowCts {
		padding: 20px;
	}
	.flowDetail {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.flowDetail img {
		width: 60%;
		margin: 0 auto 10px;
	}
	.flowCts h3 {
		font-size: 1.6rem;
		margin: 0 0 20px 0;
	}
}

/* outline */
.outlineImage {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.outlineImage img {
  width: 400px;
}
.leftImage{
  float:left;
}
.rightImage{
  float:right;
}
@media print, screen and (max-width: 768px){
	.outlineImage {
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.outlineImage img {
	  width: 80%;
	}
	.leftImage{
	  float:left;
	}
	.rightImage{
	  float:right;
	}
}
