/*
Theme Name: Touch by eyes
Theme URI: http://horinouchimayo-textile.com/
Author: mayo horinouchi
Description: 
Version: 1.2
Tags: Mayohorinouchu,horinouchi,mayo,堀ノ内麻世,ほりのうちまよ,ホリノウチマヨ,touch by eyes,タッチバイアイズ,染色

*/


@charset "utf-8";

/* @group Reset */

*{ margin: 0;padding: 0}

a { text-decoration : none; font-family: 'Poppins', sans-serif; color: #000; }
a:hover{
	opacity: 0.7;
  	filter: alpha(opacity=70);
  	-ms-filter: "alpha(opacity=70)";
}
	
ul, ol { list-style : none}
img { vertical-align : middle}

/* @end */


/* @group Fluid-img */

img { max-width : 100%}

/* @end */


/* @group HTML */

html {
font-family: 'Poppins', sans-serif;
font-size : 75%; /*レスポンシブタイプセッティングの指定*/
line-height : 1.5;
letter-spacing: 0.1em;}
body { width: 100%;}

/* @end */


/* @group Heading */

h1 {
font-size : 1.6em; /* 48px */
line-height : 1; /* 48px */
margin-bottom : 0.5em;
font-weight: 100;} 

h2 {
font-size : 2.25em; /* 36px */
line-height : 1.3333; /* 48px */
font-family: 'Poppins', sans-serif;
width: 90%;
margin: 30px auto 10px;} 

h3 {
font-size : 1em; /* 24px */
line-height : 1.5; /* 24px */
margin-bottom : 1.5em } 

.title-font{ font-weight:600}

/* @end */

/* @group Shear */

.pc{ display:none;}
.sp{ display:inherit; }

.contents{ width: 90%; padding-top: 30px; overflow: hidden; margin: 0 auto;}
.home{ padding-top: 100px;}

/* ハンバーガーメニュー */

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 45px;
  height: 40px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 15px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 5px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
/* @end */

/* @group Header */

header{ z-index: 1; width: 100%; background: #fff; position: fixed; }
.hgr{width: 90%; margin: 40px auto; overflow: hidden;}
.hgr h1{ width: 70%; float: left; margin-top: 5px; }
.hgr nav{ width: 30%; float:left;}

.dropdown-menu{-webkit-transition-duration:1s;background:#fff;padding:0;max-height:0;overflow:hidden; text-align: right; font-size: 14px; width: 100%;}
.dropdown-menu.open{padding:5px 0;max-height:30em;}
.dropdown-menu li{line-height:3em;list-style:none;}
.dropdown-menu li a{display:block;width:100%;height:100%;color:#000;}
.hgr .tgm{ text-align: right;}

/* @end */

/* @group Contents TOPPAGE */


.item-box{margin: 5% 2.5%; float:left; width: 44.9%; }
.item {
    overflow: hidden;
    position: relative;
    text-align: center;
	
}
.contents .item img{ width: 100%; height: auto; margin-bottom: 0;}
.item .mask{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.item p {
    font-size: 12px;
    position: relative;
    color: #fff;
    text-align: center;
	margin-top:70%;
}
.item a{ color: #fff; }

.item-view .mask {
    opacity: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
 
.item-view:hover .mask {
    opacity: 0.8;
}

/* @end */



/* @group footer */

footer{ padding: 40px 0; width: 100%; border-top:1px solid #bebebe; margin-top: 100px; text-align: center;}
footer p{ font-size: 12px;}

/* @end */

/* @group blog */

.right-contents{ width: 100%; margin-top: 50px; border-top:1px solid #bebebe; padding-top: 50px;  }
.right-contents nav{ margin-bottom: 50px;}
.right-contents nav ul{ list-style: disc; font-size: 10px;}
.right-contents nav ul li{ line-height: 1.9em; list-style: inside;}
.right-contents nav h3{ font-size: 12px; font-weight: 100; }
.left-contents{ width: 100%; }
.left-contents .day{ font-size: 10px; line-height: 2em;}
.left-contents h2{ font-size: 14px; margin-bottom: 40px;}
.left-contents p{ font-size: 12px; line-height: 1.5em;}
.blog{ margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px dashed #ccc; }

/* @end */

/* @group item */

.contents img{ margin-bottom: 30px; height: auto;}
.item-title{ font-size: 12px; font-weight: bold; margin: 100px 0;}
.item-title span{ font-weight: 100;}
.contents p span.bold{ font-weight: bold;}


/* パンくず */
nav#breadcrumbs{ width:90%; padding-top:145px; padding-bottom: 0px; margin: 0 auto;}
nav#breadcrumbs ol{ width:980px; margin:0 auto; padding-left: 0; }
nav#breadcrumbs ol li{
  display: inline;
  list-style-type: none;
  font-size:12px;
  color:#000;
}
nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before{
  content:"";
}
nav#breadcrumbs ol li a{ color:#a57943; text-decoration: underline;}
nav#breadcrumbs ol li a:hover{ text-decoration: none;}
nav#breadcrumbs span a span,nav#breadcrumbs span span{font-size: 11px;}
nav#breadcrumbs span a span{ text-decoration: underline; color:#a57943; }
nav#breadcrumbs span a span:hover{ text-decoration: none;}
	
/* @end */

/* @group about */

.caption{ margin-bottom: 50px;}
.contentlist{ margin:50px 0 100px;}
.access{margin-top: 50px;}

/* @end */

/*768px*/
@media screen and (min-width : 768px){
	.pc{ display:inherit;}
	.sp{ display:none; }
	.hgr h1{ width: 50%; margin-top: 0;   }
	.hgr nav{ width: 50%; }
	.grand-menu{ width: 40%; float: left;  }
	.grand-menu-list{ width: 25%}
	.grand-menu-first{background: url(images/menu-bg.gif) no-repeat 3px 4px;}
	.grand-menu li{ line-height: 1.8; }
	.grand-menu-list li{ list-style: disc; margin-left: 13px; padding-left: 3px; }
	.item-box{margin: 5% 1.5%; width: 21.8%; }
	.right-contents{ width: 31.6%; margin-top: 0px; border-top:none; padding-top: 0px; float: left;}
	.left-contents{ width: 68.2%; float: right;}
	.home{ padding-top: 180px;}
	nav#breadcrumbs{padding-top:155px;}
	
	
	}
/*1024px*/
@media screen and (min-width : 1024px) {
	.hgr { width: 960px;}
	.hgr h1{ width: 340px; font-size:20px; }
	.hgr nav{ width: 620px;}
	.grand-menu{ width: 160px; }
	.grand-menu-list{ width: 100px}
	.contents{ width: 960px; }
	.home{padding-top: 210px; }
	.item-box{margin: 0 40px 130px 40px; width: 160px; height: 240px; }
	.right-contents{ width: 310px; }
	.left-contents{ width: 650px;}
	nav#breadcrumbs{ width:960px; margin: 0 auto;}
	h2 { width: 980px; }
	nav#breadcrumbs{ padding-top:153px; }
	
	
}
	