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

}
#header-top #title-area img{
	display: block;
}
.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 */
.date-header{
	font-size: 1em;
}

.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;
}
.news-name a{
	color: #666;		
}
.news-name a:hover{
	color: #333;		
}
.contents-main {
	margin-top: 100px;
}
.contents-main-news{
	margin-bottom: 100px;
	padding: 0 10px;
	font-weight: 400;
	font-size: 1em;
	margin-top: 50px;
}
.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;	

}

/* 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%;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: -1;
	background-color: #000;
}
#cover-content img{
	height: 100vh;	
	width:100vw;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.no-slide {
	margin-top: 200px;
}

.mk-img img{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}
/* ===========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: 2%;
	border-radius: 3px;
	-webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 3px;
	font-weight: 400;
	font-size: 0.9em;
	line-height: 2em;
	border: 1px solid #eee;
	background-color: #f0f0f0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
.widget-header{
	font-size: 1 em;
	margin-bottom: 10px;
}
.widget-list{
	margin-bottom: 15px;
	padding-left: 15px;
}
/*----- 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: 20%;
	border-style: none;
	text-align: center;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #FFF;
	letter-spacing: 2px;
}
.td-right {
	width: 70%;
	border-style: none;
	text-align: left;
	padding: 10px 3%;
	background-color: #f9f9f9;
	border-bottom: 1px solid #FFF;
}
.pad_l_about10 { padding-left: 10px; }
.pad_l_about50 { padding-left: 50px; }
.pad_l_about100 { padding-left: 100px; }


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

.form-title{
	letter-spacing: 2px;
	margin-top: 15px;
	font-size: 1.1em;
	margin-left: 10px;
}
.form-input {
	margin-top: 5px;
	margin-left: 10px;
}
.form-btn{
	text-align: center;
}


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;

}


.checkbox-area {
  margin: auto;
  padding: 30px;
  background: #484848;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 1.2em;
  font-weight: 500;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid #bfd600;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



      

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;
}

#adress-area {

	display: none;	
}
@media screen and (max-width: 768px) {
	.widget-area{
		width: 90%;
	}

}
@media screen and (max-width: 605px) {
	.shopify-area {
		margin-top: 20%;
	}

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

	}
	.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;
	}

	.pad_l_about10 { padding-left: 0; }
	.pad_l_about50 { padding-left: 10px; }
	.pad_l_about100 { padding-left: 10px; }
	.small-text {
		font-size: 0.8em;
	}
	.td-left {
		font-size: 0.9em;
	}
	.td-right {
		font-size: 0.9em;
	}
	.form-title{
	margin-top: 15px;
	font-size: 1em;
	margin-left: 5px;
	}
	.form-input {
	margin-left: 5px;
	}
}

