@charset "UTF-8";

#main-area { /*TOPページのみ*/
	width: 100%;
	margin-bottom: 4em;
	padding-top: 0px !important;
}

.top-contents { /*コンテンツの区切り*/
	background-color:#fff;
	padding: 3em 0;
}
@media screen and (max-width: 480px) {
.top-contents {
	padding: 1.5em 0;
}
}

/*======================================================================*/

#firstview {
	width:100%;
	position:relative;
}
#firstview .firstview-logo {
	width:auto;
	height:120px;
	margin:-60px 0 0 -130px;
	position:absolute;
	top:50%;
	left:50%;
	opacity:0.8;
	display:none;
}
@media screen and (max-width: 480px) {
#firstview .firstview-logo {
	width:auto;
	height:60px;
	margin:-30px 0 0 -65px;
	position:absolute;
	top:50%;
	left:50%;
	opacity:0.8;
	display:none;
}
}

/*======================================================================*/


#btn-welcome {
	width: 100%;
	background-color: #333;
	position: absolute;
	bottom: 30px;
	padding: 15px 0;
	text-align: center;
	display: block;
	cursor: pointer;
	transition: opacity 300ms ease-out 0s;
	left: -1px;
	opacity:0.8;
}
#btn-welcome:hover {
	opacity: 0.6;
}
#btn-welcome img {
	width:auto;
	height:16px;
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 4s ease-in-out infinite alternate;
    -moz-animation:blink 4s ease-in-out infinite alternate;
    animation:blink 4s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.5;}
	30% {opacity:0.5;}
	50% {opacity:1;}
	70% {opacity:0.5;}
    100% {opacity:0.5;}
}
@-moz-keyframes blink{
    0% {opacity:0.5;}
	30% {opacity:0.5;}
	50% {opacity:1;}
	70% {opacity:0.5;}
    100% {opacity:0.5;}
}
@keyframes blink{
    0% {opacity:0.5;}
	30% {opacity:0.5;}
	50% {opacity:1;}
	70% {opacity:0.5;}
    100% {opacity:0.5;}
}

/*======================================================================*/

.main-menu {
	margin-right: -2%;
	margin-bottom:3em;
    overflow: hidden;
}
.main-menu li {
	float: left;
    margin-right: 2%;
    width: 18%;
	text-align:center;
}
.main-menu li .buttun {
	display:table;
	width:100%;
	height:auto;
	text-decoration:none;
}
.main-menu li .buttun div {
	font-size:1.7em;
	display:table-cell;
	vertical-align:middle;
	border:solid 1px #f3f3f3;
	border-radius: 50%;
	background-color:#fff;
	transition: background-color 300ms ease-out 0s;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	text-indent:-9999px;
}
.main-menu li .buttun div:hover {
	background-color:#f3f3f3;
}
.main-menu li .buttun div span.en {
	display:block;
	line-height:1em;
	margin-top:0.5em;
}
.main-menu li .buttun div span.ja {
	display:block;
	font-size:0.6em;
	line-height:1em;
	margin-top:0.5em;
}
.main-menu li .disc {
	margin-top:0.5em;
	line-height:1.4em;
}

.main-menu li .buttun div#concept {
	background-image:url(../img/btn-concept.png);	
}
.main-menu li .buttun div#howtoorder {
	background-image:url(../img/btn-howtoorder.png);	
}
.main-menu li .buttun div#materials {
	background-image:url(../img/btn-materials.png);	
}
.main-menu li .buttun div#maintenance {
	background-image:url(../img/btn-maintenance.png);	
}
.main-menu li .buttun div#onlinestore {
	background-image:url(../img/btn-onlinestore.png);	
}

@media screen and (max-width: 480px) {
.main-menu {
	margin-right: 0;
    overflow: hidden;
	text-align:left;
}
.main-menu li {
	float:inherit;
    margin:0 auto 0.5em;
    width: 100%;
	display:block;
	text-align:left;
}
.main-menu li .buttun div {
	font-size:1.2em;
	vertical-align:middle;
	border:solid 1px #f3f3f3;
	border-radius: 5px;
	padding:1.3em 1.3em 1.3em 2em;
	text-indent:inherit;
	background-image:url("../img/ico-bkarr.png") !important;
	background-repeat:no-repeat;
	background-position:center left;
	background-size:30px 30px;
}

.main-menu li .disc {
	display:none;
}
}

/*======================================================================*/

.contact-us p {
	line-height:1.8em;
	text-align:center;
}
.contact-us .btn-bk-center {
	font-size: 1.2em;
	line-height: 1.8em;
	width: 100%;
	max-width: 395px;
}
.contact-us .btn-bk-center .btn-ico {
	background-image:url(../img/ico-mail.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:20x 20px;
	padding-left:2em;
}

/*======================================================================*/

.works-post {
	margin-right: -2%;
    overflow: hidden;
}
.works-post li {
	float: left;
    margin-right: 2%;
	margin-bottom: 1em;
    width: 23%;
}
.works-post li a img {
	width:100%;
	height:auto;
}
.works-post li a {
	transition: opacity 300ms ease-out 0s;
}
.works-post li a:hover {
	opacity:0.7;
}
.works-post li p {
	margin-top:0.25em;
	line-height:1.2em;
}
@media screen and (max-width: 480px) {
.works-post {
	margin-right: -2%;
}
.works-post li {
    width: 48%;
}
}

/*======================================================================*/

.blog-post {
	border-top:dotted 1px #dfdfdf;
}
.blog-post li {
	padding:1em 0;
	line-height:1.4em;
	border-bottom:dotted 1px #dfdfdf;
}
.blog-post li a:link,
.blog-post li a:visited {
	text-decoration:none;
}
.blog-post li a:hover {
	text-decoration:underline;
}
.blog-post .date {
	display:block;
}

/*======================================================================*/

.location {
	width:100%;
	overflow:hidden;
}
.location li {
	float:left;
	width:50%;
}
.location li:first-child .shop-img,
.location li:first-child .map {
	border-right:solid 1px #fff;
}
.location a:link.btn-bk-center,
.location a:visited.btn-bk-center {
	max-width: 260px;
	margin-bottom: 0em;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
}
.shop-img{
	position: relative;
}
.shop-img .thumb {
	width:100%;
	height:auto;
}
.kanazawa .shop-img .logo {
	width:100%;
	height:100%;
	position:absolute;
	z-index:9;
	background-image:url(../img/logo-kanazawa.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:25%;
	text-indent:-9999px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
  .kanazawa .shop-img .logo {
	background-image:url(../img/logo-kanazawa@2x.png);
	}
}
.kaga .shop-img .logo {
	width:100%;
	height:100%;
	position:absolute;
	z-index:9;
	background-image:url(../img/logo-kaga.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:50%;
	text-indent:-9999px;
}
@media screen and (-webkit-min-device-pixel-ratio:2),
                  (min-resolution: 2dppx){
  .kaga .shop-img .logo {
	background-image:url(../img/logo-kaga@2x.png);
	}
}
.map {
	height:10%;
	min-height:260px;
}
.shop-data {
	letter-spacing:0.05em;
	text-align:center;
}
.shop-data dt {
	font-size:1.6em;
	line-height:1.4em;
	
	margin:1em auto 0.5em;
}
.shop-data dd {
	line-height:1.8em;
}

@media screen and (max-width: 480px) {
.location {
	width:100%;
	overflow:hidden;
}
.location li {
	float:inherit;
	width:100%;
}
.location li:first-child .shop-img,
.location li:first-child .map {
	border-right:none;
}
.kanazawa {
	margin-bottom:2em;
}
}

/*======================================================================*/

.service-varie {
	margin-right: -3%;
    overflow: hidden;
}
.service-varie li {
	float: left;
    margin-right: 3%;
    width: 30.3333%;
	text-align:center;
	line-height:1.8em;
}
.service-varie h3 {
	font-size:1.2em;
}
.service-img {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 120px;
	margin-bottom: 0.5em;
}
.service-img .ttl {
	position:absolute;
	z-index:9;
	top:50%;
	left:50%;
	width:160px;
	height:40px;
	margin-top:-20px;
	margin-left:-80px;
}
.service-img .thumb {
	height: 100%;
    width: 100%;
}
/*サムネール マウスオーバーエフェクトの指定------------------------*/
.service-img .thumb {
  transition: 0.5s;
}
.service-img .thumb:hover {
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  opacity:0.7;
}
@media screen and (max-width: 480px) {
.service-varie {
	margin-right: 0;
}
.service-varie li {
	float:inherit;
    margin-right: 0;
	margin-bottom: 1em;
    width: 100%;
}
.service-varie li p {
	text-align:left;
}
}

/*======================================================================*/
#tol {
	background-image:url(../img/bg-grunge.jpg);
	background-position:center 6em;
	background-repeat:repeat-x;
	background-size:cover;
	width:100%;
}

#tol .tol-header {
	width:100%;
	text-align:center;
}
.tol-header .h-tol {
	width:auto;
	max-height:90px;
}
.tol-header p {
	margin:2em auto;
	letter-spacing:0.05em;
}
.tol-post {
	margin-right: -3%;
    overflow: hidden;
}
.tol-post li {
	float: left;
    margin-right: 3%;
    width: 30.3333%;
	min-height:200px;
	text-align:center;
	background-color:none;
	border: solid 1px #aba891;
	box-sizing:border-box;
	background-image:url(../img/bg-code.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	transition: background-color 300ms ease-out 0s;
}
.tol-post li:hover{
	background-color:rgba(255,255,255,0.5)
}
.tol-post li a:link,
.tol-post li a:visited {
	display:block;
	padding:3em 2em;
	text-decoration:none;
	
}

.tol-post li a .post-date {
	font-family:"Times New Roman", Times, serif;
	font-size:1.1em;
	line-height:1em;
}
.tol-post li a .post-ttl {
	font-size:1.3em;
	font-weight:normal;
	line-height:1.4em;
	padding:1em 0;
	margin-top:0.5em;
	background-image:url(../img/ico-book.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:12px 10px;
}
.tol-post li a .post-body {
	font-size:1.1em;
	line-height:1.8em;
	text-align:left;
	margin-bottom:1em;
}
.tol-post li a .post-thumb {
	margin-bottom:1em;
}
.tol-post li a .post-thumb img {
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
.tol-post li a:link,
.tol-post li a:visited {
	padding:1.5em 1.5em 3em;
}
}
@media screen and (max-width: 480px) {
#tol {
	background-position:center 4em;
}
.tol-header .h-tol {
	max-height:60px;
}
.tol-post {
	margin-right: 0;
}
.tol-post li {
	float:inherit;
    margin-right: 0;
	margin-bottom:1.5em;
    width: 100%;
}
}




/*///////////////////////////////////////ABOUT/////////////*/
#about h2 {
	background: url("../images/about/ttl_bg_about.jpg") no-repeat 50% 91%;
	background-size: cover;
}

/*/////////////////////////CONCEPT/////////////*/



#about #concept {
	border-bottom:1px solid #e5e5e5;
}
#about .sec_inner {
	width:1020px;
	margin:0 auto;
}

#about #concept p{
	text-align:center;
	line-height:1.8em;
	margin-bottom:120px;
}
#about #concept .ph {
	width:960px;
	display:block;
	margin:60px auto;
}
#about #concept .ph img{
	width:100%;
}
@media screen and (max-width:1080px){
#about .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}	
#about #concept p {
	font-size:13px;
	margin-bottom:60px;
}
#about #concept .ph {
	width:100%;
}
}
@media screen and (max-width:780px){
#about #concept p {
	text-align:justify;
}
}

/*/////////////////////////1.6.1/////////////*/

ul, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


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


/*///////////////////////////////////////ABOUT/////////////*/
.index #about {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}

h3.ttl {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.4em;
	margin-right: -0.4em;
	text-align: center;
}
span.ttl_caption {
	display: block;
	text-align: center;
	font-size: 14px;
	margin-bottom: 50px;
	margin-top: 0px;
}

.index #about .sec_inner {
	width: 1020px;
	padding-bottom: 60px;
}
.index #about .sec_inner .ph {
	float:left;
	margin-right:50px;
}
.index #about .sec_inner .txt {
	float:right;
	width:405px;
	font-size:13px;
	line-height:2em;
}
.index #about .sec_inner .txt h4 {
	font-size: 21px;
    margin: 8px 0 30px 0;
    font-weight: 100;
	line-height:1.5em;
	text-align: justify;
}
.index #about .sec_inner .txt p{
	display:block;
	margin-bottom:40px;
	line-height:1.8em;
	text-align:justify;
}
@media screen and (max-width:1080px){ 
.index #about {
	margin:0 auto 60px;
}

h3.ttl {
	font-size: 24px;
	margin-bottom:10px;
}
span.ttl_caption {
	font-size: 12px;
	margin-bottom:10px;
}
.index #about .sec_inner {
	width:100%;
	margin:0 auto 30px;
	padding:5%;
	box-sizing:border-box;
}
.index #about .sec_inner .ph {
	width:100%;
	float:none;
	margin-right:0px;
	margin-bottom:5%;
}
.index #about .sec_inner .ph img{
	width:100%;
}
.index #about .sec_inner .txt {
	float:none;
	width:100%;
	line-height:1.5em;
}
.index #about .sec_inner .txt h4 {
	margin:20px 0;
	line-height:1.5em;
}
.index #about .sec_inner .txt p {
	margin-bottom:5%;
	line-height:1.5em;
	text-align:justify;
}
}




/*///////////////////////////////////////WORKS/////////////*/


.index .works {
	width:100%;
	margin:0 auto 120px;
	border-bottom:1px solid #e5e5e5;
}

.works .sec_inner {
	margin: 0 auto;
	width: 1020px;
	padding-bottom: 119px;
}
.works .sec_inner .list li{
	width:320px;	
	float:left;
	margin-right:30px;
	margin-bottom:70px;
}
.works .sec_inner .list li:nth-child(3n){
	margin-right:0;
}
.works .sec_inner .list .img {
	position: relative;
	width:100%;
	height:195px;
	overflow: hidden;
	margin-bottom:20px;
}
.works .sec_inner .list .img a .icon-arrow_right:before {
	text-align:center;
	display:block;
	width:100%;
	font-size:30px;
	margin:70px 0 20px;
}
.works .sec_inner .list .img a .vd {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	color:#fff;
	font-size:12px;
	text-align:center;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	letter-spacing:0.2em;
}
.works .sec_inner .list .img img{
	width:100%;
	height:auto;
	-webkit-transition: .3s;
	transition: .3s;
}
.works .sec_inner .list .img img:nth-child(n+2){
	display:none;
}
.works .sec_inner .list .img:hover img{
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
.works .sec_inner .list .ttl {
	display:block;
	font-size:15px;
	margin-bottom:15px;
}
.works .sec_inner .list .desc {
	font-size:12px;
	color:#999;
	line-height:1.5em;
}
.works .sec_inner .btn {
	font-size:12px;
    width: 500px;
    margin: 0 auto;
}

@media screen and (max-width:1080px){
.index .works {
	width:100%;
	margin:0 auto 60px;
}
.works .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
.works .sec_inner .list {
	width: 100%;
}
.works .sec_inner .list li {
	display:inline-block;
	float:none;
	width:47%;
	margin-right:5%;
}	
.works .sec_inner .list .img {
	height:auto;
}
.works .sec_inner .list li:nth-child(even){
	margin-right:0%;
}
.works .sec_inner .list li:nth-child(3n){
	margin-right:5%;
}
.works .sec_inner .list li:nth-child(6){
	margin-right:0% !important;
}
.works .sec_inner .list li:last-child {
	margin-right:0%;
}

.works .sec_inner .list .img a .icon-arrow_right:before {
	display:none;
}
.works .sec_inner .list .img a .vd {
	display:none;
}
.works .sec_inner .list .img:hover img{
	-webkit-transform:none;
			transform:none;
}
.works .sec_inner .list .img:hover .vd {
	opacity: 1;
}
.works .sec_inner .btn {
	width:100%;
	margin-bottom:40px;
}
}



@media screen and (max-width:850px){
.works .sec_inner {
	width:100%;
	padding:5%;
	box-sizing:border-box;
}
.works .sec_inner .nav{
	width:100%;
	margin:0 auto 30px;
	box-sizing:border-box;
}
.works .sec_inner .list li {
	width:100% !important;
	float:none !important;
	margin-right:0 !important;
	margin-bottom:40px !important;
}
}
