@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
@import url("https://use.typekit.net/bkr7uez.css");
/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
-webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 width: 100%;
 margin: 0;
 padding: 0;
 color:#333333;
 font-size: 12px;
 font-family:  "Shippori Mincho","Cormorant Garamond", serif;
 background-color:#F8F6F0;
 /*
 min-width:1000px;
 */
 
}

*:focus {
  outline: none;
}


a {
 text-decoration:none;
 outline:none;
}

a:focus{
	outline: none;
}

a:hover{
	opacity:0.7;	
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0);
cursor:pointer;
}


ul {
 margin: 0;
 padding: 0;

}

li{
	list-style:none;	
}

/* ベースレイアウト */



.toplogo{
  position: fixed;
  /*mix-blend-mode: difference;*/
  z-index: 4000;
   opacity: .0; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=0); /* IE lt 8 */
	-ms-filter: "alpha(opacity=0)"; /* IE 8 */
	-khtml-opacity: .0; /* Safari 1.x */
	-moz-opacity: .0; /* FF lt 1.5, Netscape */	
}


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

canvas{
		position:absolute;
		position:fixed;
		z-index:-1;
}

.contents{
	width:100%;
	position:relative;
	
}


header{
	position: fixed;
	z-index: 9999;
	width: 98%;
	margin: 20px 1%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 64px;
	 -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}



header .logo{
	display: block;
	float: left;
	margin: 24px 0 24px 40px;
}

	
header .menu{
	font-family: "Cormorant Garamond", serif;
	display: block;
	float: right;
	margin: 20px 40px 0 0;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0;
	color:#000000;
}

header .menu a .smtitle{
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 10px;
}


.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 32px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #293088;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
	width: 40px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}


/* コンテナのスタイル */
  .slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	  display: block;
  }

  /* 画像のスタイル */
  .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }


  .slider-container_sp {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	   display: none;
  }

  /* 画像のスタイル */
  .slider-image_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* 表示中の画像にクラスを適用 */
  .active {
    opacity: 1;
  }





.mainimg{
	width: 100%;
	position: relative;
	overflow: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.mainimg .inner{
	position: relative;
	display: block;
	overflow: auto;
}

.mimg{
	width: 100%;
	margin: 0 0 0 0;
	
	display: block;
	position: relative;
}

.mcopy{
	display: block;
	position: absolute;
	left: 50px;
	bottom: 60px;
}



.top_about{
	position: relative;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 0 80px 0;
	overflow: auto;
	background-image:url("../images/topshow_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}

.top_about .inner{
	position: relative;
	display: block;
	width: 500px;
	margin: 0 auto;
	padding: 160px 0;
	text-align: center;
}



.top_about h3{
	font-size: 18px;
	display: block;
	font-weight: 700;
	margin:  0 0 28px 0;
	padding: 0;
	font-family: "Cormorant Garamond", serif;
	color:#9F221C;
}

.top_about h2{
	font-size: 32px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 20px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#000000
}

.top_about .tconcept{
	font-size: 20px;
	display: block;
	font-weight: 600;
	margin:  0 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

.top_about .inner a{
	display: block;
	margin: 40px auto 0 auto;
	width: 360px;
}

.top_about .top_about_img .ta_img01{
	display: block;
	position: absolute;
	left: 120px;
	top: 60px;
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}

.top_about .top_about_img .ta_img02{
	display: block;
	position: absolute;
	left: 250px;
	top: 320px;
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}

.top_about .top_about_img .ta_img03{
	display: block;
	position: absolute;
	left: 30px;
	bottom: 60px;
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}

.top_about .top_about_img .ta_img04{
	display: block;
	position: absolute;
	right: 45px;
	top: 30px;
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}

.top_about .top_about_img .ta_img05{
	display: block;
	position: absolute;
	right: 245px;
	top: 260px;
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}

.top_about .top_about_img .ta_img06{
	display: block;
	position: absolute;
	right: 100px;
	bottom: 66px;
	
	
	 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	
}



.top_service{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 80px 0;
	padding: 80px 0 0 0;
	
}

.top_service .ts_left{
	width: 80%;
	padding: 80px 0 80px 40px;
	margin: 0 0 0 0;
	background: #E5D1A3;
	position: relative;
}

.top_service .ts_left h2{
	font-size: 90px;
	display: block;
	font-weight: 600;
	margin:  0 0 12px 0;
	padding: 0;
	line-height: 1em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

.top_service .ts_left h3{
	font-size: 16px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 40px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#000000
}


.top_service .ts_right{
	display: block;
	padding: 0;
	margin: 0;
	width: 45%;
	position: absolute;
	right: 0;
	top: -20px;
	
}


.scrollarea{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 0 0 0;
	width: 640px;
	height: 360px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}


.scrollarea2{
	width:100%;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}
.scrollarea3{
	width:100%;
	margin:40px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.scrollarea2 .simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 4152px;
	height: 168px;
	
}
.scrollarea3 .simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 40px 0 0;
	width: 3329px;
	height: 168px;
	
}

#top_product{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 80px 0 80px 0;
}


#top_product .inner{
	width: 1520px;
	display: block;
	margin: 0 auto;
	padding: 0;
	overflow: auto;
}

#top_product .inner h2{
	text-align: center;
	
	font-size: 80px;
	display: block;
	font-weight: 600;
	margin:  0 0 12px 0;
	padding: 0;
	line-height: 1em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

#top_product .inner h3{
	text-align: center;
	
	font-size: 18px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 40px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#9F221C;
}

#top_product .inner .product_link{
	text-align: center;
}


#top_product .inner .product_search{
	position: relative;
	display: block;
	width: 258px;
	margin: 0 20px 0 0;
	float: left;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	text-align: left;
}

#top_product .inner .product_search .inner{
	margin: 20px;
	width: 216px;
	text-align: left;
}

#top_product .inner .product_search .inner h3{
	font-size: 15px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	
}

#top_product .keyword-search {
	position: relative;
}

#top_product .keyword-search button {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	background-color: transparent;
}

#top_product .keyword-search input[type="search"]::-webkit-search-decoration,
#top_product .keyword-search input[type="search"]::-webkit-search-cancel-button,
#top_product .keyword-search input[type="search"]::-webkit-search-results-button,
#top_product .keyword-search input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

#top_product .filter-option .filter-option__toggle-button {
	display: flex;
	width: 100%;
	text-align: left;
	border: none;
	background-color: transparent;
	color: #333333;
}

#top_product .inner .product_search .inner #pd-search{
	width: 100%;
	box-sizing: border-box;
	border-radius: 32px;
	height: 32px;
	border:1px solid #cccccc;
	margin: 0;
	font-size: 15px;
	padding: 0 24px;
}

#top_product .inner .product_search .inner h4{
	font-size: 13px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 16px 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom:  1px solid #cccccc;
	
}

#top_product .inner .product_search .filter-option__item {
	margin: 0 0 8px 0;
}

#top_product .inner .product_search label{
	font-family: 'Noto Sans JP', sans-serif;
	display: flex;
	align-items: center;
	/* margin: -4px 0 0 6px; */
	transform: translateY(1px);
	vertical-align: top;
	font-size: 14px;
}

#top_product .filter-option .filter-option__toggle-button {
	display: flex;
	padding: 0;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	border: none;
	background-color: transparent;
	color: #333333;
}

#top_product .product_search input[type="checkbox"] {
	display: none;
}

#top_product .product_search input[type="checkbox"] + span {
	display: inline-block;
	margin-right: 6px;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #000;
}

#top_product .product_search input[type="checkbox"]:checked + span {
	background: #000 url(../images/icon_check_01.svg) no-repeat center center;
}

#top_product .filter-option .filter-option__toggle-button::after {
	display: inline-block;
	margin-left: auto;
	width: 22px;
	height: 22px;
	background: url(../images/icon_open_01.svg) no-repeat center center;
	content: "";
}

#top_product .filter-option .filter-option__items {
	display: none;
}

#top_product .filter-option--open .filter-option__items {
	display: block;
	margin-top: 0;
}

#top_product .filter-option__items {
	margin-top: 32px;
}

#top_product .filter-option--open .filter-option__toggle-button::after {
	background-image: url(../images/icon_close_01.svg);
}

#top_product .inner .product_cont{
	width: 1240px;
	overflow: auto;
	position: relative;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	float: left;
}

#top_product .inner .top_mg{
	margin: 60px auto 0 auto;
	float: none;
}

#top_product .inner .product_cont .product_box{
	display: block;
	position: relative;
	width: 400px;
	height: 530px;
	margin: 0 20px 20px 0;
	background: #EDEBE5;
	float: left;
	text-align: left;
	
}

#top_product .inner .product_cont .product_box a:hover{
	opacity:1;	
}

#top_product .inner .product_cont .product_box:nth-child(3n){
	margin: 0 0 20px 0;
}

#top_product .inner .product_cont .product_box .pimg{
	margin: 16px 0 16px 0;
	
}

#top_product .inner .product_cont .product_box .pimg img{
	width: 78%;
	margin: 0 auto;
	height: auto;
	display: block;
}

#top_product .inner .product_cont .product_box h4{
	width: 80%;
	font-family:  "Shippori Mincho", serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 8px 0 0 8px;
	padding: 0;
	color: #000000;
}

#top_product .inner .product_cont .product_box .made{
	width: 80%;
	font-family:  "Shippori Mincho", serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 8px 0 0 10px;
	padding: 0;
	font-weight: 700;
	color: #000000;
}

#top_product .inner .product_cont .product_box .look{
	position: absolute;
	display: block;
	bottom: 20px;
	right: 10px;
}

.slidebox{
	clear: both;
	margin: 0;
	width: 100%;
	position: relative;
	padding: 24px 0;
}


.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 168px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* スライダーのwrapper */
.infinite-slider2 .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider2 .swiper-slide {
  height: 168px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider2 .swiper-slide img {
  width: auto;
  height: 100%;
}





.news_area{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 80px auto 0 auto;
	overflow: auto;
	background-image:url("../images/news_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}


.news_area .inner{
	display: block;
	position: relative;
	width: 1064px;
	margin: 60px auto;
}
.news_area .inner .news_title{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	
}

.news_area .inner .news_title h2{
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 64px;
	font-family: "Cormorant Garamond", serif;
	color: #CCA13F;
}


.news_area .inner .news_title .news_link{
	display: inline-block;
	padding: 0;
	margin: 14px 0 0 240px;
	vertical-align: top;
}

.news_info{
	display: block;
	width: 100%;
	margin: 40px 0 0 0;
	
}



.news_info ul{
	text-align: left;
	margin: 0 0 40px 0;
}

.news_info ul li{
	position: relative;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0 0 20px 0;
	font-weight: 500;
	border-bottom: 1px solid #cccccc;
}


.news_info ul li a{
	color: #333333;
}

.news_info ul li .date{
	font-family: "Cormorant Garamond", serif;
	
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 600;
	
}

.news_info ul li .tag{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
	margin: 0 0 0 0;
	font-weight: 600;
	background: #000000;
	border-radius: 32px;
	color: #B5A39D;
	text-align: center;
	width: 100px;
	padding: 4px 8px;
	
}

.news_info ul li .nmore{
	display: block;
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.footer{
	clear: both;
	width:100%;

	padding:0;
	margin:0 0 0 0;
	
}

.footer .f_img img{
	vertical-align: bottom;
}

.footer .fcont{
	display: block;
	width: 100%;
	background: #000000;
	padding: 40px 0;
	overflow: auto;
}


.footer .fcont h2{
	color: #ffffff;
	line-height: 0.8em;
	padding: 0;
	margin: 0 0 0 40px;
	display: block;
	font-size: 120px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}

.footer .fcont h2 .bold{
	font-weight: 700;
}


.footer .fcont h3{
	color: #ffffff;
	line-height: 1.2em;
	padding: 0;
	margin: 40px 0 40px 40px;
	display: block;
	font-size: 24px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}


.footer .fcont .flogo{
	margin: 40px 0 0 40px;
	display: block;
	float: left;
}

.copyright{
	display: block;
	margin: 50px 40px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#ffffff;
	float: right;
	
	
}


/*companyページ*/

.company{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 0 0;
}


.company .inner{
	position: relative;
	display: block;
	width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 80px 0;
}

.company .inner .clogo{
	width: 500px;
		height: auto;
		display: block;
		margin: 40px auto 80px auto;
	}


.company .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.company .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}

.compbox{
	width: 880px;
	margin: 40px auto 80px auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	
}

.company_box{
	width: 880px;
	margin: 0 auto 40px auto;
	display: block;
	
}

.cp_name{
	width: 110px;
	display: inline-block;
	margin: 0 80px 0 0;
	padding: 8px 0 0 0;
	text-align: left;
	font-size: 14px;
	border-top: 4px solid #CBA140;
	vertical-align: top;
	color: #CBA140;
	font-weight: 600;
}

.cp_info{
	width: 690px;
	display: inline-block;
	text-align: left;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	font-size: 14px;
	border-top: 1px solid #999999;
	color: #000000;
	line-height: 1.9em;
	font-weight: 500;
}


.company .inner .c_history{
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	text-align: center;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}

.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 80px;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
	  padding: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
	  font-size: 14px;
	  font-weight: 500;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #cccccc solid;
    padding-left: 30px;
  }
	
	
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #CBA140;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.timeline-content h3{
		font-weight: 500;
		text-align: left;
		font-size: 14px;
		color: #000000;
	padding: 6px 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
	
	
	}


/*serviceページ*/

.service{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 0 0;
}


.service .inner{
	position: relative;
	display: block;
	width: 880px;
	margin: 0 auto;
	text-align: center;
}

.service .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.service .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}


.service .inner .service_info{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	
}

.service .inner .service_info .service_txt{
	font-size: 18px;
	line-height: 1.7em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 600;
}

.service .inner .service_info .service_txt2{
	background: #ffffff;
	border-radius: 4px;
	padding: 24px 16px;
	font-size: 18px;
	line-height: 1.7em;
	color: #A77B15;
	margin: 0 0 40px 0;
	font-weight: 600;
}


.service .service_menu{
	position: relative;
	width: 100%;
	display: block;
	background-image:url("../images/sevice_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-blend-mode:multiply;
	background-color:rgba(248,246,240,1);
	padding: 60px 0;
}

.service .service_menu .sermenu_box{
	width: 980px;
	margin: 0 auto 40px auto;
	overflow: auto;
}

.service .service_menu .sermenu_box h2{
	font-size: 44px;
	color: #081C52;
	font-weight: 700;
	margin: 0 0 28px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #cccccc;
	
}

.service .service_menu .sermenu_box .smL{
	width: 480px;
	display: block;
	float: left;
	margin: 0 50px 0 0;
}

.service .service_menu .sermenu_box .smL .sminfo{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
	display: block;
}

.service .service_menu .sermenu_box .smL .sminfo2{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
}

.service .service_menu .sermenu_box .smL .sminfo2 .smtitle{
	display: inline-block;
	width: 206px;
	color: #B89441;
}



.service .service_menu .sermenu_box .smL .smalert{
	color: #9E211C;
	font-size: 16px;
	font-weight: 700;
}

.service .service_menu .sermenu_box .smL .sminfo3{
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
}

.service .service_menu .sermenu_box .smL .sminfo3 .smtitle2{
	display: block;
	
	font-size: 24px;
	color: #081C52;
	margin: 0 0 8px 0;
}

.service .service_menu .sermenu_box .smL .red{
	color: #9E211C;
	font-size: 16px;
	font-weight: 700;
	display: block;
	
}

.service .service_menu .sermenu_box .smR{
	width: 428px;
	display: block;
	float: left;
	margin: 0 0 0 0;
}


.service .service_menu .sermenu_box .smR img{
	width: 368px;
	height: auto;
	margin: 0 0 10px 60px;
}


/*shopsページ*/

.shops{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 60px 0;
}


.shops .inner{
	position: relative;
	display: block;
	width: 690px;
	margin: 0 auto;
	text-align: center;
}

.shops .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.shops .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}


.shops .inner h4{
	font-size: 24px;
	color: #9E211C;
	padding: 0;
	margin: 0 0 20px 0;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
	text-align: left;
}

.shops .inner .areabox{
	display: block;
	text-align: left;
	padding: 0;
	margin: 0 0 30px 0;
	
}

.shops .inner .areabox h3{
	font-weight: 700;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #999999;
}


.shops .inner .areabox .areatxt{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	
	
}


.shops .inner .areabox .areatxt .aname{
	display: inline-block;
	width: 80px;
	font-weight: 700;
}


/*productsページ*/


/*shopsページ*/

.products{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 60px 0;
}


.products .inner{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.products .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.products .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}



/*products detail*/


.worksdetail{
  display: inline-block;
  width: 100%;
  position: relative;
}
.contbox{
  overflow: auto;
  width: 1000px;
  margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
  display: block;
	background: #EDEBE5;
	border-radius: 4px;
}

.contbox .lbox{
  width: 520px;
  margin: 20px 30px 0 30px;
  display: block;
  float: left;
}


.contbox .rbox{
  width: 380px;
  margin: 40px 0 0 0;
  display: block;
  float: left;
	text-align: left;
}


.contbox .rbox h2{
	font-family:  "Shippori Mincho", serif;
font-weight: 700;
  font-size: 24px;
  padding: 0;
  margin: 80px 0 10px 0;
	line-height: 1.6em;
}

.contbox .rbox .pinfo{
font-weight: 600;
  font-size: 15px;
  padding: 0;
  margin: 0 0 20px 0;
}

.contbox .rbox .ptxt{
font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}



.reworks{
  clear: both;
  position: relative;
  font-family: futura-pt, sans-serif;
  display: block;
font-weight: 400;
  font-size: 22px;
  color: #666666;
  padding: 0;
  margin: 60px 0 40px 0;
  text-align: center;
}

.reworks a{
  color: #B5A39D;
}


.thumbnail {
  width: 500px;
  height: 670px;
  margin: 0 auto 5px;
  padding: 0;
  background: #EDEBE5;
}
.thumbnail img,
.thumbnail-thumb img{
  width: 100%;
  height: auto;
}
.thumbnail-thumb {
  max-width: 500px;
  margin: 0 auto;
}
.thumbnail-thumb div {
  margin: 0 10px 0 0;
	width: 100%;
	
}

.thumbnail-thumb div div{
	
}
.thumbnial-thumb .slick-next {
  right: 20px;
  z-index: 100;
}
.thumbnail-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}
.thumbnail-thumb .slick-current {
  opacity: 0.5;
}
.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb .slick-track {
  transform: unset !important;
}

.pagenation{
	font-family:  "Shippori Mincho", serif;
  clear: both;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 18px;
	font-weight: 700;
	margin: 40px 0 0 0;
}

.pagenation a{
	display: inline-block;
	margin: 0 15px;
  color: #666666;
  text-decoration: underline;
  
}

.pagenation .current{
  color: #DAB96E;
  
}

.pagenation a .page-numbers{
  display: inline-block;
  margin: 0 30px 0 0;
	font-size: 18px;
}
.pagenation a.next{
  color: #DAB96E;
  display: inline-block;
  margin: 0 0 0 30px;
  text-decoration:none;
}
.pagenation a.prev{
  color: #DAB96E;
  display: inline-block;
  margin: 0 30px 0 0;
  text-decoration:none;
}



/*newsページ*/


.news{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 240px 0 60px 0;
}


.news .inner{
	position: relative;
	display: block;
	width: 1060px;
	margin: 0 auto;
	text-align: center;
}

.news .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 80px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.news .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}



.news_area2{
	clear: both;
	position: relative;
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 80px 0;
	overflow: auto;
}



.news_body{
	display: block;
	width: 800px;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
}


.news_body .news_date{
	font-size: 22px;
	margin: 10px 10px 6px 0;
	padding: 0;
	font-weight: 600;
	color: #333333;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
}



.news_body .tag{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
	margin: 0 0 0 0;
	font-weight: 600;
	background: #000000;
	border-radius: 32px;
	color: #B5A39D;
	text-align: center;
	width: 100px;
	padding: 4px 8px;
	
}

.news_body .news_title{
	display: block;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
	color: #333333;
	line-height: 1.7em;
	width: 100%;
	
}

.news_body p{
	font-size:15px;
	line-height: 1.8em;
	margin: 20px 0 20px 0;
	padding: 0;
	font-weight: 500;
}

.news_body a{
	color: #cba140;
}

.news_body img{
	display: block;
	width: 100%;
	height: auto;
	margin: 20px 0 20px 0;
	border-radius: 8px;
}


.backlist{
	position: relative;
	text-align: center;
	width: 360px;
	margin: 40px auto;
}



/*contact*/


.contact{
  width: 700px;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px auto 0 auto;
	text-align: left;
  
}

.contact h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
font-weight: 500;
  color: #DAB96E;
}
.contact .cotxt{
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 0;
  color: #716C6A;
}

.contact .contactform{
  font-size: 14px;
  width: 600px;
  display: block;
  margin: 40px auto;
  position: relative;
}

.hissu{
  color: #CA5F4C;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 4px 0 0 0;
}

input[type="submit"]{
  display: block;
  color: #B5A39D;
  background: #000000;
  width: 200px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 16px;
  border: 0px solid #000000;
  border-radius: 4px;
}


.wpcf7-not-valid-tip{

   color: #f00;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 10px;
}

.hidden-fields-container{
	display: none;
}




.spbtn{
	display: none;
}

.spmenu{
	display: none;
}

.pc{
	display: block;
}

.sp{
	display:none;
}


@media only screen and (max-width: 1200px) {
	
}

@media only screen and (max-width: 800px) {
	
	
.sp{
	display: block;
}

.pc{
	display:none;
}

	

/* ベースレイアウト */


#wrapper {
 width: 100%;
 margin: 0;
 padding:0;
	

 opacity: .0; 
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: .0; 
	-moz-opacity: .0; 

	

}

.contents{
	width:100%;
	position:relative;
	
}



	
.spbtn{
	position: relative;
	display: block;
		float: right;
		margin: 16px 8% 0 0;
	cursor: pointer;
	width: 10%;
		
}
	
	

	.spbtn img{
		width: 100%;
		height: auto;
	}
	
	
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 100%;
  height: 24px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333333;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 10px;
	width: 80%;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
width: 60%;
}


#menu01.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
#menu01.active span:nth-of-type(2) {
  opacity: 0;
}
#menu01.active span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
	width: 100%;
}

	
	
	.spmenu{
		width: 100%;
		height: 100%;
		background-color: rgba(255, 255, 255, 0.90);
		position: fixed;
		top:0;
		z-index: 9998;
		padding: 120px 0 0 0;
	}
	
	



	
	.spmenu a{
		display: block;
		font-family: "Cormorant Garamond", serif;
	margin: 0 0 16px 0;
		font-size: 24px;
		text-align: center;
		font-weight: 600;
		color:#000000;
		
		
		
	}
	
	.spmenu a .smtitle{
	display: block;
	margin: 0;
	padding: 0;
	font-family: "Shippori Mincho", serif;
	font-size: 12px;
}
	
	
	.spmenu div{
	display: block;
	margin: 0 0 10px 0;
		text-align: center;
}
	




header{
	position: fixed;
	z-index: 9999;
	width: 96%;
	margin:10px 2%;
	overflow: auto;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 64px;
	 -webkit-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -moz-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  -ms-filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
  filter:drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.2));
}

	





header .logo{
	display: block;
	float: left;
	margin: 18px 0 14px 8%;
	width: 50%;
}

	header .logo img{
		width: 100%;
		height: auto;
	}
	
	
header .menu{
	font-family: termina, sans-serif;
	display:none;
	float: right;
	margin: 40px 40px 0 0;
	font-size: 14px;
	font-weight: 500;
}

header .menu a{
	display: inline-block;
	margin: 0 40px 0 0;
	color:#2C348B;
}

	
	
/* コンテナのスタイル */
  .slider-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	  display: none;
  }

  /* 画像のスタイル */
  .slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }


  .slider-container_sp {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    margin: auto;
	   display: block;
  }

  /* 画像のスタイル */
  .slider-image_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
  }

  /* 表示中の画像にクラスを適用 */
  .active {
    opacity: 1;
  }




	
	

.mainimg{
	width: 100%;
	position: relative;
	overflow: auto;
	display: block;
	margin: 0;
	padding: 0;
}

.mainimg .inner{
	position: relative;
	display: block;
	overflow: auto;
}

.mimg{
	width: 100%;
	margin: 0 0 0 0;
	
	display: block;
	position: relative;
}

.mcopy{
	display: block;
	position: absolute;
	left: 3%;
	width: 94%;
	bottom: 40px;
}
	.mcopy img{
		display: block;
		width: 100%;
		height: auto;
	}


.top_about{
	position: relative;
	display: block;
	clear: both;
	text-align: center;
	width: 100%;
	margin: 0 0 80px 0;
	overflow: auto;
	background-image:url("../images/topshow_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}

.top_about .inner{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}



.top_about h3{
	font-size: 14px;
	display: block;
	font-weight: 700;
	margin:  0 0 28px 0;
	padding: 0;
	font-family: "Cormorant Garamond", serif;
	color:#9F221C;
}

.top_about h2{
	font-size: 22px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 20px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#000000
}

.top_about .tconcept{
	font-size: 16px;
	display: block;
	font-weight: 600;
	margin:  0 0 0 0;
	padding: 0;
	line-height: 1.5em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

.top_about .inner a{
	display: block;
	margin: 40px auto 0 auto;
	width: 80%;
}
	
	.top_about .inner a img{
		display: block;
		width: 100%;
		height: auto;
	}

.top_about .top_about_img .ta_img01{
	display: none;
	position: absolute;
	left: 120px;
	top: 60px;
}

.top_about .top_about_img .ta_img02{
	display: none;
	position: absolute;
	left: 250px;
	top: 320px;
}

.top_about .top_about_img .ta_img03{
	display: none;
	position: absolute;
	left: 30px;
	bottom: 60px;
}

.top_about .top_about_img .ta_img04{
	display: none;
	position: absolute;
	right: 45px;
	top: 30px;
}

.top_about .top_about_img .ta_img05{
	display: none;
	position: absolute;
	right: 245px;
	top: 260px;
}

.top_about .top_about_img .ta_img06{
	display: none;
	position: absolute;
	right: 100px;
	bottom: 66px;
}



.top_service{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 40px 0;
	padding: 80px 0 0 0;
	
}

.top_service .ts_left{
	width: 90%;
	padding: 80px 0 40px 5%;
	margin: 0 0 0 0;
	background: #E5D1A3;
	position: relative;
}

.top_service .ts_left h2{
	font-size: 54px;
	display: block;
	font-weight: 600;
	margin:  0 0 12px 0;
	padding: 0;
	line-height: 1em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

.top_service .ts_left h3{
	font-size: 14px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 40px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#000000
}

.top_service .ts_left a{
	display: block;
	margin: 20px auto 0 auto;
	width: 80%;
}
	
	.top_service .ts_left a img{
		display: block;
		width: 100%;
		height: auto;
	}

.top_service .ts_right{
	display: block;
	padding: 0;
	margin: 0;
	width: 60%;
	position: absolute;
	right: 0;
	top: -20px;
	
}


.scrollarea{
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 0 0 0;
	width: 320px;
	height: 180px;
	
}
.simply-scroll-list li img {
	display: block;
	width: 100%;
	height: auto;

}
	

.scrollarea2{
	width:100%;
	margin:0 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}
.scrollarea3{
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	position:relative;
	overflow: hidden;
}






.scrollarea2 .simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 20px 0 0;
	width: 2076px;
	height: 84px;
	
}
.scrollarea3 .simply-scroll-list li {
	list-style: none;
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 20px 0 0;
	width: 1664px;
	height: 84px;
	
}


#top_product{
	display: block;
	clear: both;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 40px 0 40px 0;
}


#top_product .inner{
	width: 90%;
	display: block;
	margin: 0 auto;
	padding: 0;
}

#top_product .inner h2{
	text-align: center;
	
	font-size: 40px;
	display: block;
	font-weight: 600;
	margin:  0 0 12px 0;
	padding: 0;
	line-height: 1em;
	font-family: "Cormorant Garamond", serif;
	color:#000000
}

#top_product .inner h3{
	text-align: center;
	
	font-size: 15px;
	display: block;
	font-weight: 700;
	line-height: 1.6em;
	margin:  0 0 40px 0;
	padding: 0;
	font-family:  "Shippori Mincho", serif;
	color:#9F221C;
}

#top_product .inner .product_link{
	text-align: center;
	width: 80%;
	margin: 0 auto;
	display: block;
}
	
	
	#top_product .inner .product_link img{
		display: block;
	width: 100%;
	height: auto;

	}
	
	

#top_product .inner .product_search{
	position: relative;
	display: block;
	width: 98%;
	margin: 0 0 20px; 0;
	float: none;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	text-align: left;
}

#top_product .inner .product_search .inner{
	margin: 4%;
	width: 92%;
	text-align: left;
}

#top_product .inner .product_search .inner h3{
	font-size: 15px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 0 16px 0;
	padding: 0;
	
}
#top_product .inner .product_search .inner #pd-search{
	width: 96%;
	border-radius: 32px;
	height: 32px;
	border:1px solid #cccccc;
	margin: 0;
	font-size: 15px;
	padding: 0 4px;
}

#top_product .inner .product_search .inner h4{
	font-size: 14px;
	color: #000000;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 16px 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom:  1px solid #cccccc;
	
}

#top_product .inner .product_search .inner .s_cate div{
	margin: 0 0 6px 0;
}

#top_product .inner .product_search label{
	font-family: 'Noto Sans JP', sans-serif;
	display: inline-block;
	margin: -4px 0 0 4px;
	vertical-align: top;
	font-size: 14px;
}

#top_product .inner .product_cont{
	width: 100%;
	overflow: auto;
	position: relative;
	padding: 0;
	margin: 60px 0 0 0;
	float: none;
}


#top_product .inner .product_cont .product_box{
	display: block;
	position: relative;
	width: 48%;
	height: auto;
	margin: 0 2% 20px 0;
	background: #EDEBE5;
	float: left;
	text-align: left;
	min-height: 400px;
	
}

#top_product .inner .product_cont .product_box a:hover{
	opacity:1;	
}

#top_product .inner .product_cont .product_box:nth-child(3n){
	margin: 0 2% 20px 0;
}
	
#top_product .inner .product_cont .product_box:nth-child(2n){
	margin: 0 0 20px 0;
}


#top_product .inner .product_cont .product_box .pimg{
	margin: 16px 0 16px 2%;
	width: 96%;
	/*
	mix-blend-mode: multiply;
	*/
}
	
	#top_product .inner .product_cont .product_box .pimg img{
		display: block;
	width: 100%;
	height: auto;
	}

#top_product .inner .product_cont .product_box h4{
	width: 80%;
	font-family:  "Shippori Mincho", serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 8px 0 0 8px;
	padding: 0;
	color: #000000;
}

#top_product .inner .product_cont .product_box .made{
	width: 80%;
	font-family:  "Shippori Mincho", serif;
	font-size: 14px;
	line-height: 1.4em;
	margin: 8px 0 40px 10px;
	padding: 0;
	font-weight: 700;
	color: #000000;
}

#top_product .inner .product_cont .product_box .look{
	position: absolute;
	display: block;
	bottom: 10px;
	right: 5%;
	width: 16%;
}
	
	#top_product .inner .product_cont .product_box .look img{
		display: block;
	width: 100%;
	height: auto;
	}

.slidebox{
	clear: both;
	margin: 0;
	width: 100%;
	position: relative;
	padding: 24px 0;
}


.container {
  max-width: 100%;
  margin: 0 auto;
}

/* スライダーのwrapper */
.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider .swiper-slide {
  height: 84px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}

/* スライダーのwrapper */
.infinite-slider2 .swiper-wrapper {
  transition-timing-function: linear;
}

/* スライド */
.infinite-slider2 .swiper-slide {
  height: 84px !important; /* 高さを指定 */
  width: auto !important;
	margin: 0 20px 0 0;
}

/* スライド内の画像 */
.infinite-slider2 .swiper-slide img {
  width: auto;
  height: 100%;
}





.news_area{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 40px auto 0 auto;
	overflow: auto;
	background-image:url("../images/news_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
}


.news_area .inner{
	display: block;
	position: relative;
	width: 90%;
	margin: 20px auto;
}
.news_area .inner .news_title{
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	
}

.news_area .inner .news_title h2{
	display: block;
	padding: 0;
	margin: 0;
	font-size: 38px;
	font-family: "Cormorant Garamond", serif;
	color: #CCA13F;
	text-align: center;
}


.news_area .inner .news_title .news_link{
	display: block;
	padding: 0;
	margin: 14px auto 0 auto;
	vertical-align: top;
	width: 60%;
}
	
	.news_area .inner .news_title .news_link img{
		width: 100%;
		height: auto;
		display: block;
	}

.news_info{
	display: block;
	width: 100%;
	margin: 40px 0 0 0;
	
}



.news_info ul{
	text-align: left;
	margin: 0 0 40px 0;
}

.news_info ul li{
	position: relative;
	font-size: 18px;
	padding: 0 0 6px 0;
	margin: 0 0 20px 0;
	font-weight: 500;
	border-bottom: 1px solid #cccccc;
}


.news_info ul li a{
	color: #333333;
}

.news_info ul li .date{
	font-family: "Cormorant Garamond", serif;
	
	display: inline-block;
	margin: 0 20px 0 0;
	font-weight: 600;
	
}

.news_info ul li .tag{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
	margin: 0 0 0 0;
	font-weight: 600;
	background: #000000;
	border-radius: 32px;
	color: #B5A39D;
	text-align: center;
	width: 100px;
	padding: 4px 8px;
	
}
	
	.news_info ul li .newstxt{
		width: 86%;
		line-height: 1.7em;
		font-size: 14px;
	}

.news_info ul li .nmore{
	display: block;
	position: absolute;
	right: 2%;
	top: 42px;
	width: 10%;
}
	
	.news_info ul li .nmore img{
		display: block;
		width: 100%;
		height: auto;
	}

.footer{
	clear: both;
	width:100%;

	padding:0;
	margin:0 0 0 0;
	
}
	
	
	.footer .f_img{
		vertical-align: bottom;
	padding: 0;
	margin: 0;
	}

.footer .f_img img{
	vertical-align: bottom;
	padding: 0;
	margin: 0;
}

.footer .fcont{
	display: block;
	width: 100%;
	background: #000000;
	padding: 40px 0;
	overflow: auto;
}


.footer .fcont h2{
	color: #ffffff;
	line-height: 0.8em;
	padding: 0;
	margin: 0 0 0 5%;
	display: block;
	font-size: 70px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 400;
}

.footer .fcont h2 .bold{
	font-weight: 700;
}


.footer .fcont h3{
	color: #ffffff;
	line-height: 1.2em;
	padding: 0;
	margin: 40px 5% 40px 5%;
	display: block;
	font-size: 18px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 500;
}


.footer .fcont .flogo{
	margin: 40px 0 0 7%;
	display: block;
	float: none;
	width: 86%;
}
	
	.footer .fcont .flogo img{
		width: 100%;
		height: auto;
		display: block;
	}

.copyright{
	display: block;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 10px;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#ffffff;
	float: none;
	text-align: center;
	
	
}


/*companyページ*/

.company{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 120px 0 0 0;
}


.company .inner{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 40px 0;
}
	
	.company .inner .clogo{
		width: 80%;
		height: auto;
		display: block;
		margin: 0 auto 40px auto;
	}

.company .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.company .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 15px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}

.compbox{
	width: 100%;
	margin: 40px auto 80px auto;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	
}

.company_box{
	width: 100%;
	margin: 0 auto 40px auto;
	display: block;
	
}

.cp_name{
	width: 100%;
	display: block;
	margin: 0 0 10px 0;
	padding: 8px 0 0 0;
	text-align: left;
	font-size: 14px;
	border-top: 4px solid #CBA140;
	vertical-align: top;
	color: #CBA140;
	font-weight: 600;
}

.cp_info{
	width: 100%;
	display: block;
	text-align: left;
	margin: 0 0 0 0;
	padding: 8px 0 0 0;
	font-size: 14px;
	border-top: 0px solid #999999;
	color: #000000;
	line-height: 1.9em;
	font-weight: 500;
}


.company .inner .c_history{
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	text-align: center;
	margin: 0 0 20px 0;
	display: block;
	font-size: 18px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}

.timeline {
  list-style: none;
	text-align: left;
}
.timeline > li {
  margin-bottom: 20px;
	width: 96%;
}

/* for Desktop */
@media ( min-width : 640px ){
  .timeline > li {
    overflow: hidden;
    margin: 0;
	  padding: 0;
    position: relative;
  }
  .timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
	  font-size: 14px;
	  font-weight: 500;
  }
  .timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #cccccc solid;
    padding-left: 30px;
  }
	
	
  .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #CBA140;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
  }
}

.timeline-content h3{
		font-weight: 500;
		text-align: left;
		font-size: 14px;
		color: #000000;
	padding: 6px 0 0 0;
		font-family: 'Noto Sans JP', sans-serif;
	
	
	}


/*serviceページ*/

.service{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 120px 0 0 0;
}


.service .inner{
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.service .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.service .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 15px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}


.service .inner .service_info{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	
}

.service .inner .service_info .service_txt{
	font-size: 15px;
	line-height: 1.7em;
	color: #333333;
	margin: 0 0 40px 0;
	padding: 0;
	font-weight: 600;
}

.service .inner .service_info .service_txt2{
	background: #ffffff;
	border-radius: 4px;
	padding: 24px 16px;
	font-size: 15px;
	line-height: 1.7em;
	color: #A77B15;
	margin: 0 0 40px 0;
	font-weight: 600;
}


.service .service_menu{
	position: relative;
	width: 100%;
	display: block;
	background-image:url("../images/sevice_bg.jpg");
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-blend-mode:multiply;
	background-color:rgba(248,246,240,1);
	padding: 30px 0;
}

.service .service_menu .sermenu_box{
	width: 90%;
	margin: 0 auto 40px auto;
	overflow: auto;
}

.service .service_menu .sermenu_box h2{
	font-size: 24px;
	color: #081C52;
	font-weight: 700;
	margin: 0 0 28px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #cccccc;
	
}

.service .service_menu .sermenu_box .smL{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 20px 0;
}

.service .service_menu .sermenu_box .smL .sminfo{
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
	display: block;
}

.service .service_menu .sermenu_box .smL .sminfo2{
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
}

.service .service_menu .sermenu_box .smL .sminfo2 .smtitle{
	display: block;
	margin: 0 0 10px 0;
	width: 206px;
	color: #B89441;
}



.service .service_menu .sermenu_box .smL .smalert{
	color: #9E211C;
	font-size: 15px;
	font-weight: 700;
}

.service .service_menu .sermenu_box .smL .sminfo3{
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.7em;
	margin: 0 0 24px 0;
	padding: 0;
}

.service .service_menu .sermenu_box .smL .sminfo3 .smtitle2{
	display: block;
	
	color: #081C52;
	font-size: 18px;
}

.service .service_menu .sermenu_box .smL .red{
	color: #9E211C;
	font-size: 15px;
	font-weight: 700;
	display: block;
	
}

.service .service_menu .sermenu_box .smR{
	width: 100%;
	display: block;
	float: none;
	margin: 0 0 0 0;
}
	
	.service .service_menu .sermenu_box .smR img{
		display: block;
		width: 80%;
		height: auto;
		margin: 0 auto 10px auto;
	}



/*shopsページ*/

.shops{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 120px 0 60px 0;
}


.shops .inner{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.shops .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.shops .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 15px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}


.shops .inner h4{
	font-size: 14px;
	color: #9E211C;
	padding: 0;
	margin: 0 0 20px 0;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
	text-align: left;
}

.shops .inner .areabox{
	display: block;
	text-align: left;
	padding: 0;
	margin: 0 0 30px 0;
	
}

.shops .inner .areabox h3{
	font-weight: 700;
	font-size: 18px;
	padding: 0 0 4px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #999999;
}


.shops .inner .areabox .areatxt{
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 15px;
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	
	
}


.shops .inner .areabox .areatxt .aname{
	display: block;
	width: 100%;
	margin: 0 0 6px 0;
	font-weight: 700;
}


/*productsページ*/



.products{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 100%;
	padding: 120px 0 60px 0;
}


.products .inner{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.products .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.products .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	display: block;
	font-size: 15px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}



/*products detail*/


.worksdetail{
  display: inline-block;
  width: 100%;
  position: relative;
}
.contbox{
  overflow: auto;
  width: 90%;
  margin: 0 auto 0 auto;
	padding: 0 0 20px 0;
  display: block;
	background: #EDEBE5;
	border-radius: 4px;
}

.contbox .lbox{
  width: 96%;
  margin: 20px 2% 0 2%;
  display: block;
  float: none;
}


.contbox .rbox{
  width: 92%;
  margin: 20px 4% 0 4%;
	
  display: block;
  float: none;
	text-align: left;
}


.contbox .rbox h2{
	font-family:  "Shippori Mincho", serif;
font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 0 0 16px 0;
	line-height: 1.6em;
}

.contbox .rbox .pinfo{
font-weight: 600;
  font-size: 15px;
  padding: 0;
  margin: 0 0 20px 0;
}

.contbox .rbox .ptxt{
font-weight: 500;
  font-size: 15px;
  line-height: 1.6em;
  padding: 0;
  margin: 0;
}



.reworks{
  clear: both;
  position: relative;
  font-family: futura-pt, sans-serif;
  display: block;
font-weight: 400;
  font-size: 22px;
  color: #666666;
  padding: 0;
  margin: 30px auto 30px auto;
	width: 80%;
  text-align: center;
}
	
	.reworks img{
		display: block;
		width: 100%;
	}

.reworks a{
  color: #B5A39D;
}


.thumbnail {
  width: 100%;
  height: auto;
  margin: 0 auto 5px;
  padding: 0;
  background: #EDEBE5;
}
.thumbnail img,
.thumbnail-thumb img{
  width: 100%;
  height: auto;
}
.thumbnail-thumb {
  max-width: 500px;
  margin: 0 auto;
}
.thumbnail-thumb div {
  margin: 0 10px 0 0;
	width: 100%;
	
}

.thumbnail-thumb div div{
	
}
.thumbnial-thumb .slick-next {
  right: 20px;
  z-index: 100;
}
.thumbnail-thumb .slick-prev {
  left: 15px;
  z-index: 100;
}
.thumbnail-thumb .slick-current {
  opacity: 0.5;
}
.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb div div div {
  cursor: pointer;
	
}


.thumbnail-thumb .slick-track {
  transform: unset !important;
}




/*newsページ*/


.news{
	display: block;
	position: relative;
	margin: 0 auto;
	width: 90%;
	padding: 120px 0 60px 0;
}


.news .inner{
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news .inner h2{
	color: #000000;
	line-height: 1em;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	font-size: 40px;
	font-family: "Cormorant Garamond", serif;
	font-weight: 600;
}

.news .inner .ch3 {
	color: #9F221C;
	line-height: 1em;
	padding: 0;
	margin: 0 0 20px 0;
	display: block;
	font-size: 15px;
	font-family:  "Shippori Mincho", serif;
	font-weight: 600;
}



.news_area2{
	clear: both;
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 80px 0;
	overflow: auto;
}



.news_body{
	display: block;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
	font-size: 15px;
}


.news_body .news_date{
	font-size: 18px;
	margin: 10px 10px 6px 0;
	padding: 0;
	font-weight: 600;
	color: #333333;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
}



.news_body .tag{
	font-size: 14px;
	font-family: "Cormorant Garamond", serif;
	display: inline-block;
	margin: 0 0 0 0;
	font-weight: 600;
	background: #000000;
	border-radius: 32px;
	color: #B5A39D;
	text-align: center;
	width: 100px;
	padding: 4px 8px;
	
}

.news_body .news_title{
	display: block;
	font-size: 24px;
	margin: 0 0 10px 0;
	padding: 0 0 14px 0;
	border-bottom: 1px solid #cccccc;
	font-weight: 600;
	color: #333333;
	line-height: 1.7em;
	width: 100%;
	
}

.news_body p{
	font-size:15px;
	line-height: 1.8em;
	margin: 20px 0 20px 0;
	padding: 0;
	font-weight: 500;
}

.news_body img{
	width: 100%;
	height: auto;
	display: block;
	margin: 20px 0 20px 0;
	border-radius: 8px;
}


.backlist{
	position: relative;
	text-align: center;
	width: 80%;
	margin: 40px auto 0 auto;;
}

	.backlist img{
		display: block;
		width: 100%;
		height: auto;
	}

/*contact*/

#contact{
	margin:0;
	padding:0;
	width:700px;
	overflow:auto;
}

.contact_info{
	display: block;
	float: left;
	width: 640px;
	text-align: center;
	
}

.contact_info h4{
	text-align: center;
	margin: 30px 0 20px 0;
	padding: 0;
	font-size: 14px;
	display: inline-block;
	font-weight: 600;
	font-family: termina, sans-serif;
	color:#2C348B;
}


#formtable {
	margin:40px 0 0 0;
	padding:0 0 0 0;
	position:relative;
	width:598px;/*横幅*/
}

#formtable tr{
	
}


#formtable td{
/*	
	width:340px;
	*/
	
	color: #2C348B;
	padding:0 0 20px 0;

}

input.iarea{
	width:100%;	
}

textarea{
	width:100%;	
}

#formtable td .input{
	height: 60px;
	line-height: 60px;
}

#formbtn{
	width:240px;
	position:relative;
	margin:0 auto;
	padding:0;
	border-bottom: 0px solid #ffffff;
}

#contactbg{
	text-align: left;
	font-size: 14px;
	line-height: 1.6em;
}

.button img{
	padding:0;
	margin:0 10px 0 0;	
}


/*contact*/


.contact{
  width: 90%;
  position: relative;
  clear: both;
  padding: 0;
  margin: 80px auto 0 auto;
	text-align: left;
  
}

.contact h2{
  font-size: 28px;
  padding: 0;
  margin: 0 0 40px 0;
  text-align: center;
font-weight: 500;
  color: #DAB96E;
}
.contact .cotxt{
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  padding: 0;
  color: #716C6A;
}

.contact .contactform{
  font-size: 14px;
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
}

.hissu{
  color: #CA5F4C;
}

input[type="text"],
input[type="email"],
input[type="tel"]{
  height: 30px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea
{
    background-color: #fff;
    color: #000;
    width: 100%;
  border: 1px solid #cccccc;
  border-radius: 4px;
  margin: 4px 0 0 0;
}

input[type="submit"]{
  display: block;
  color: #B5A39D;
  background: #000000;
  width: 200px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  font-size: 16px;
  border: 0px solid #000000;
  border-radius: 4px;
}


.wpcf7-not-valid-tip{

   color: #f00;
   margin-top: 0px;
   padding-top: 0px;
   padding-bottom: 10px;
}





	
	
	
}