.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {

}
.drawer-hamburger {
	width: 1.8rem;
	padding-top: 15px;
	padding-left: 20px;

}
.drawer--left.drawer-open .drawer-hamburger {
  left: 19.5rem;
}
#title-area{
	width: 100%;
	height: 60px;
	padding-top:15px;
	position: fixed;
}
#title-area img{
	width: 120px;
}
.title-area-in{
	width: 100%;
	float: left;
}
.contents-icon img{
	width: 150px;
}
.contents-icon-all img{
	width: 100px;
}
.contents-top-title {
	font: 1.6em 'Baloo Chettan 2', cursive;
	width: 100%;
	text-align: center;
	margin-top: -260px;
	position: absolute;	

}

.sub-title-en {
	font-size: 1.2em;
}

.contents-area {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.contents-area img {
	width: 100%;
}
.cotents-list {
	padding-right: 1%;
	padding-left: 1%;
}
.form-area {

	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
.mar_top {
	margin-top: 20vh;
}
/* NEWS */
.entry img{
	width: 100%;
	height: 100%;
}
.date-header{
	font-size: 1em;
	text-align: right;
	color: #999999;
}

.cat-name-sub{
	margin-left: 5%;
	font-size: 1em;
}
.cat-name-sub a{
	color: #666;
}
.cat-name-sub a:hover{
	color: #333;
}
.news-name{
	margin-bottom: 20px;
	font-size: 1.8em;
	text-align: center;
}
.news-name a{
	color: #666;		
}
.news-name a:hover{
	color: #333;		
}
.contents-main {
	margin-top: 100px;
}
.contents-main-news{
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 1em;
	margin-top: 50px;
	text-align: left;
	line-height: 1.8em;
}
.contents-main-news img{

	width: 99%;
	height: 99%;
}
.contents-header {
	width: 100%;
	margin-top: 200px;
}
.top-title {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 3px;
}
.pageng{
	
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
.pageng li{
	display: inline-block;
}
.pageng li:first-child{
	margin-right: 10%;
}
.portfolio-img{
   position: relative;
    width: 100%;
    height: auto;
}
.portfolio-img:before{
	content: "";
    display: block;
    padding-top: 100%;
}
.portfolio-img img{
	position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	object-fit: cover;	

}
.date-header-news {
	display: none;
}
/* =========== about ================== */
.about-img {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
.about-img img{
	width: 100%;;
}


/* box */
.box-title {
	font-size: 1em;
	line-height: 1.1em;
	height: 3em;
	overflow: hidden;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
	padding-top: 10px;
}
.box-date {
	margin-top: 10px;
	font-size: 0.8em;
	width: 40%;
	float: left;
	margin-bottom: 10px;
}
.box-cat {
	width: 58%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 0.8em;
	float: left;
	text-align: right;
	margin-right: 1%;
}
.box-cat a{
	color: #ccc;
}
.box-title a:hover, .box-cat a:hover {
	text-decoration: underline;
}
/* shopify */
.shopify-area {
	margin-top: 10%;
}


/* sub-menu */
.sub-menu{
	padding: 0;
}
.sub-menu li{
	display: inline-block;
	border-bottom: 2px solid #000;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.sub-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.sub-menu li:first-child{
	margin-right: 7%;
}
.sub-menu li a {
	color: #000;
	letter-spacing: 0.25em;

}
.sub-menu li a:hover, .sub-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/* slider */
#cover-content {
	width: 100%;
	height:480px;
	overflow: hidden;

}
#cover-content img{
	height: 100vh;	
	width:100vw;
}
.no-slide {
	margin-top: 200px;
}

/* ===========youtube================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-top: 50px;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* widge */
.widget-area{
	width: 95%;

	padding: 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
	font-weight: 200;
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #ddd;
	background-color: #eee;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
}
.widget-header{
	font-size: 1 em;
	margin-bottom: 10px;
}
.widget-list{
	margin-bottom: 20px;
	padding-left: 15px;
}
/*----- form -----*/

.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 0.9em;
}
.form-btn{
	text-align: center;
}

/*----- table -----*/
table{
	width: 100%;
	border-collapse:collapse;
  	margin:0 auto;
}
td,th{
	border: 1px solid #ebebeb;
}
th{
	background:#FFF;
}
.td10-t{
	height: 50px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1em;
	background-color: #000;
}
.td10-c{
	height: 50px;
	text-align: center;
	color: #333;
	font-size: 1em;
}
.td20-h{
	height: 50px;
	width: 30%;
	text-align: center;

	color: #333;
	font-size: 12px;
	background-color: #f5f5f5;
}

.td20-c{
	color: #333;
	padding: 10px 10px 10px 4%;
}
.table-ad {
	width: 100%;
	max-width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.td-left {
	width: 30%;
	border-style: none;
	text-align: right;
}
.td-right {
	width: 70%;
	border-style: none;
	text-align: left;
}
.pad_l_about10 { padding-left: 10px; }
.pad_l_about50 { padding-left: 50px; }
.pad_l_about100 { padding-left: 100px; }
/*----- order -----*/

.btn-area-left{
	width:40%;
	float: left;
	text-align: right;
}
.btn-area-right{
	width:60%;
	float: right;
	text-align: center;
}
.btn-area-centre{
	width:98%;
	text-align: center;
}
.back-btn {
  cursor: pointer;
  background: #cccccc;

  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 5px 20px 5px 20px;
  text-decoration: none;
  letter-spacing: 1px;
}

.back-btn:hover {
  background: #dedede;
  background-image: -webkit-linear-gradient(top, #dedede, #cccccc);
  background-image: -moz-linear-gradient(top, #dedede, #cccccc);
  background-image: -ms-linear-gradient(top, #dedede, #cccccc);
  background-image: -o-linear-gradient(top, #dedede, #cccccc);
  background-image: linear-gradient(to bottom, #dedede, #cccccc);
  text-decoration: none;
	border: 1px solid #cccccc;
}

.next-btn {
  cursor: pointer;
  background: #000;
 
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #000;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.next-btn:hover {
  background: #000;
  background-image: -webkit-linear-gradient(top, #000, #333);
  background-image: -moz-linear-gradient(top, #000, #333);
  background-image: -ms-linear-gradient(top, #000, #333);
  background-image: -o-linear-gradient(top, #000, #333);
  background-image: linear-gradient(to bottom, #000, #333);
  text-decoration: none;
	border: 1px solid #333;
}

.add-to-cart-btn {
  cursor: pointer;
  background: #ff0091;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 45px 10px 45px;
  text-decoration: none;
  letter-spacing: 1px;
	margin-top: -6px;
	font-weight: bold;
}

.add-to-cart-btn:hover {
  background: #ff0091;
  background-image: -webkit-linear-gradient(top, #ff0091, #d7017c);
  background-image: -moz-linear-gradient(top, #ff0091, #d7017c);
  background-image: -ms-linear-gradient(top, #ff0091, #d7017c);
  background-image: -o-linear-gradient(top, #ff0091, #d7017c);
  background-image: linear-gradient(to bottom, #ff0091, #d7017c);
  text-decoration: none;
	border: 1px solid #ff0091;
}
.shopping-btn {
  cursor: pointer;
  background: #5698d4;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 10px 45px 10px 45px;
  text-decoration: none;
  letter-spacing: 1px;
	margin-top: -6px;
	font-weight: bold;
}

.shopping-btn:hover {
  background: #5698d4;
  background-image: -webkit-linear-gradient(top, #5698d4, #4882b6);
  background-image: -moz-linear-gradient(top, #5698d4, #4882b6);
  background-image: -ms-linear-gradient(top, #5698d4, #4882b6);
  background-image: -o-linear-gradient(top, #5698d4, #4882b6);
  background-image: linear-gradient(to bottom, #5698d4, #4882b6);
  text-decoration: none;
	border: 1px solid #5698d4;
}

.send-btn {
  cursor: pointer;
  background: #7d7d7d;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.send-btn:hover {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -moz-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -ms-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -o-linear-gradient(top, #adadad, #9c9c9c);
  background-image: linear-gradient(to bottom, #adadad, #9c9c9c);
  text-decoration: none;
	border: 1px solid #9c9c9c;
}
.go-top-btn {
  cursor: pointer;
  background: #7d7d7d;
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 7px 25px 7px 25px;
  text-decoration: none;
  letter-spacing: 1px;
}

.go-top-btn:hover {
  background: #adadad;
  background-image: -webkit-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -moz-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -ms-linear-gradient(top, #adadad, #9c9c9c);
  background-image: -o-linear-gradient(top, #adadad, #9c9c9c);
  background-image: linear-gradient(to bottom, #adadad, #9c9c9c);
  text-decoration: none;
	border: 1px solid #9c9c9c;
}

/*----- form -----*/


input[type="text"]{
border: 1px solid #ccc;
padding:7px;
color:#333;
margin: 0;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
font: 1.3em Arial, sans-serif;

}

input[type=checkbox] {

    margin-right: 10px;
}



textarea {
border:0;
padding:10px;
color:#333;
border: 1px solid #ccc;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	font: 1.3em Arial, sans-serif;
	margin: 2px 0 0;
}
/*----- select-----*/
select {
	width: 150px;
	height: 36px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	color: #333;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 30px 3px 10px;
	font-size: 14px;
	background: #fff url(../images/arrow_d.png) no-repeat right 50%;
	background-size: 20px, 100%;
}
#qt1 {
	font-size: 12px;
	margin-top: -2px;
}
@media screen and (max-width: 768px) {
	.widget-area{
		width: 90%;
	}
	.box-title {
	font-size: 1.1em;
	height: 2.5em;
	}

}
@media screen and (max-width: 605px) {
	.box-title {
	font-size: 1em;
	height: 2.5em;
	}
	.box-date {
	font-size: 0.7em;

	}
	.box-cat {
	font-size: 0.7em;

	}
	.shopify-area {
		margin-top: 20%;
	}
}
@media screen and (max-width: 460px) {
	.no-slide {
	margin-top: 100px;
	}
	#cover-content {
	width: 100%;
	height:400px;

	}

	.widget-area{
		width: 85%;
	}
	.contents-main-news img{
	
		width: 100%;
		height: 100%;
	}
	.sub-menu li{
	font-size: 0.8em;
	}
	.contents-header {
	margin-top: 150px;
	}
	.top-title {
	font-size: 2em;
	}
	.news-name{
	font-size: 1.5em;
	width: 98%;
	margin-right: auto;
		margin-left: auto;
	}
	.date-header{
	font-size: 0.9em;
	}

	.cat-name-sub{
	font-size: 0.9em;
	}
	.contents-main {
	margin-top: 60px;
	}
	.contents-main-news{
	margin-top: 30px;
	}
/* box */
	.box-title {
	font-size: 1.2em;
	height: 2.5em;
	}
	.box-date {
	font-size: 0.7em;

	}
	.box-cat {
	font-size: 0.7em;

	}
	.pad_l_about10 { padding-left: 0; }
	.pad_l_about50 { padding-left: 10px; }
	.pad_l_about100 { padding-left: 10px; }
	.small-text {
		font-size: 0.8em;
	}
	#title-area img{
		width:120px;
	}
	.contents-top-title {
	margin-top: -200px;
	font-size: 1.6em;
	}
	.drawer--left.drawer-open .drawer-hamburger {
		left: 13.5rem;
	}
}

