@charset "utf-8";
/*****************************************common*****************************************/
*{
	margin:0;
	padding:0;
	font-family:"Sawarabi Gothic", sans-serif;
	box-sizing:border-box;
	color:#505050;
}
body{
	min-width:1300px;
}

ul,
ol{
	list-style:none;
}

a{
	text-decoration:none;
}

button,
a{
	cursor:pointer;
	transition:.3s;
}

button:hover,
a:hover{
	opacity:.7;
	transition:.3s;
}

img{
	display:block;
	width:100%;
}

.flex{
	display:flex;
	flex-wrap:wrap;
}

/*****************************************common*****************************************/

/**header**/
header{
	justify-content:space-between;
	padding:0 3%;
	border-top:3px solid #090;
	border-bottom:1px solid #aaa;
}
header .logo_style{
	align-items:center;
	position:relative;
}
header .logo_style:after{
	content:"各種トレイの企画・立案・制作\A両面滑り止めデザイントレイ";
	white-space:pre;
	margin-left:10px;
	font-size:10px;
}
header .logo_style figure{
	width:35px;
	margin-right:5px;
}
header .logo_style h3{
	font-size:20px;
}
header .menu li{
	position:relative;
}
header .menu li:before{
	content:"";
	position:absolute;
	height:0;
	width:100%;
	left:0;
	top:0;
	background:#090;
	transition:.3s;
	z-index:1;
}
header .menu li:hover:before{
	height:100%;
	transition:.3s;
}

header .menu li a{
    position: relative;
    z-index: 3;
    padding: 13px 15px;
    display: block;
    font-weight: bold;
    letter-spacing:2px;
}
header .menu li:hover a,
header .menu li:hover a:hover{
	color:#fff;
	opacity:1;
}


/**header**/

/**mainvisual**/
div.mainvisual{
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../images/bg/bg_image.jpg) no-repeat center -380px;
	background-size: cover;
	position:relative;
}
div.mainvisual:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(255,255,255,.4);
}

div.mainvisual .logo_style{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	position:relative;
	z-index:2;
}
div.mainvisual .logo_style figure{
	width:70px;
	margin-right:10px;
}
div.mainvisual .logo_style h1{
	font-size:50px;
	font-weight:normal;
	position:relative;
	filter:drop-shadow(2px 2px #fff);
}
div.mainvisual .logo_style h1:before{
	content:"各種トレイの企画・立案・制作";
	position:absolute;
	left:0;
	top:-10px;
	text-align:center;
	font-size:15px;
}
div.mainvisual .logo_style div.eng{
	text-align:center;
	margin-top:5px;
	padding-top:5px;
	background: #689f38;
    width: 150px;
    padding: 10px 0;
    margin: 20px calc((100% - 150px)/2) 0;
    filter:drop-shadow(3px 3px #444);
}
div.mainvisual .logo_style div.eng p{
	color:#fff;
}
.about_us{
	width:100%;
	text-align:center;
	padding:2%;
	background:#eee;
}

.about_us h3{
	margin-bottom:20px;
	position:relative;
	font-size:22px;
}
.about_us h3:before{
	content:"";
	border-bottom:1px solid #888;
	display:block;
	width:3em;
	position:absolute;
	left:calc((100% - 3em)/2);
	bottom:-3px;
	filter:drop-shadow(1px 1px #aaa);
}

.about_us .contents{
	width:1000px;
	margin:0 auto;
	text-align:left;
}
.about_us p{
	text-align:left;
	line-height: 1.3em;
	letter-spacing: 0.2em;
	font-size:18px;
	margin-bottom:30px;
}
.about_us .space{
	white-space: pre;
}
.about_us .about_president-name{
	font-family:'Sawarabi Mincho', sans-serif;
	text-align:right;
	font-size:25px;
	font-weight:bold;
}
.about_us .about_president-name *{
	font-family:'Sawarabi Mincho', sans-serif;
	font-size:20px;
	margin-right:10px;
	letter-spacing:1.5px;
}

/**mainvisual**/

/**section**/
section.contents{
	padding:5%;
}
section.contents .title_box{
	margin-bottom:30px;
}
section.contents .contents_title{
	letter-spacing:2px;
	position:relative;
	text-align:center;
}
section.contents .contents_title:after{
	content:attr(data-title);
	margin-left:10px;
	font-size:20px;
}

/**section**/

/**product**/
section#product .trays ul{
	justify-content:space-between;
}
section#product .trays ul li{
	width:30%;
	height:200px;
	padding:20px;
	transition:.3s;
	cursor:pointer;	
}
section#product .trays ul li figure{
	width:100%;
	height:180px;
	transition:.3s;
	position:relative;
	text-shadow:1px 1px 1px #aaa;
}
section#product .trays ul li.tray1 figure{
	background:url(../images/tray/tray-1.png) no-repeat right top;
	background-size:contain;
}

section#product .trays ul li.tray2 figure{
	background:url(../images/tray/tray-2.png) no-repeat right top;
	background-size:contain;
}

section#product .trays ul li.tray3 figure{
	background:url(../images/tray/tray-3.png) no-repeat right top;
	background-size:contain;
}
section#product .trays ul li figure:before{
	content:attr(data-title);
	position:absolute;
	left:0;
	bottom:0;
	font-weight:bold;
	font-size:20px;
	font-family: "Yu Mincho";
    font-weight: bold;
    padding-left:5px;
    border-left:10px solid #689f38;
}
section#product .trays ul li.tray2 figure:before{
	border-left:10px solid #a00;
}
section#product .trays ul li.tray3 figure:before{
    border-left:10px solid #005;
}
section#product .trays ul li span.price{
	font-weight:bold;
	margin-left:1em;
	text-decoration:underline;
	font-size:20px;
}
/**product**/

/**creator**/
.introduction{
	display:flex;
	justify-content:space-between;
}
.introduction .mrkogawa{
	width:30%;
}
.introduction .detail{
	width:65%;
}
.introduction .detail h4{
	font-size:18px;
	border-bottom:1px solid #888;
	border-left:8px solid #689F38;
	padding:2px 0 2px 10px;
	margin-bottom:5px;
}

.introduction .masterpiece{
	margin:10px 0 0 0;
	padding:10px;
	border:1px solid #888;
}
.introduction .masterpiece h5{
	background:#689F38;
	display:inline-block;
	padding:2px 5px;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}
.introduction .masterpiece ul{
	display:flex;
	flex-wrap:wrap;
}
.introduction .masterpiece ul li{
	position:relative;
	margin-right:10px;
}
.introduction .masterpiece ul li:after{
	content:"";
	position:absolute;
	border-right:1px solid #555;
	top:3px;
	right:-6px;
	height:80%;
	transform:rotate(20deg);
}
.introduction .masterpiece ul li:nth-last-of-type(1):after{
	display:none;
}
/**creator**/

/**feature**/
section#feature{
}

section#feature .contents_wrap{
	justify-content:space-between;
}
section#feature .feature_box {
	width:48%;
}
section#feature .feature_box:nth-of-type(1){
	width:100%;
	margin-bottom:50px;
}

section#feature .feature_box .feature_title{
	margin-bottom:10px;
	position:relative;
}
section#feature .feature_box .feature_title:after{
	content:"";
	border-bottom:1px solid #888;
	position:absolute;
	left:0;
	bottom:-5px;
	width:100%;
	filter:drop-shadow(1px 1px #aaa);
}
section#feature .feature_box figure.feature_image{
	background:url(../images/tray/tray_back.png) no-repeat center;
	background-size:cover;
	border-radius:100%;
	width:200px;
	height:200px;
	position:relative;
}
section#feature .feature_box figure.feature_image:after{
	content:"▲ 両面：滑り止め加工";
	position:absolute;
	top:100%;
	font-size:13px;
}
section#feature .feature_box .detail{
	justify-content:space-between;
	align-items:center;
	padding:5px;
}
section#feature .feature_box .detail.flex p{
	width:calc(100% - 220px);
}
/**feature**/

/**about**/
section#about{

}
section#about dl{
	font-size:18px;
	margin-bottom:1px;
	width:80%;
	margin:0 auto;
}
section#about dl dt{
	width:6em;
	display:table;
	-moz-text-align-last: justify;
    text-align-last: justify;
    text-justify:inter-ideograph;
    margin-right: 20px;
    padding: 10px;
    background: #689f38;
    color: #fff;
}
section#about dl dd{
	border-bottom:1px dashed #689f38;
	padding: 10px;
	width:calc(100% - 6em - 20px);
}
/**about**/

/**contact**/
section#contact{
	background:#f1f1f1;

}
section#contact .short_msg{
	text-align:center;
	margin:10px 0 0;
}
/**contact**/
.cantact_mail :before{
	content: "";
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    background: #090;
    transition: .3s;
    z-index: 1;
}

.contact_mail{
	width:400px;
	top: 30px;
	position: relative;
	text-align: center;
	margin:0 auto;
	background: #689f38;
}

.contact_mail .contact_flex{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact_mail .contact_flex li:nth-child(1){
	position: absolute;
	left: 50px;
}
.contact_mail .contact_flex li:nth-child(2){
	height: 50px;
}

.contact_mail .contact_flex i.chgcolor{
	color: #fff;
}

.contact_mail a{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
    z-index: 3;
    padding: 13px 15px 13px 30px;
    display: block;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

/**form**/
form{
	width:80%;
	margin:0 auto;
}
form dl{
	border-bottom:1px solid #aaa;
}
form dl dt{
	width:250px;
	font-weight:bold;
	padding:20px;
	letter-spacing:2px;
	position:relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
form dl.must dt:after{
	content:"必須";
	color:#f55;
	font-weight:bold;
	border:2px solid #f55;
	padding:1px 2px;
	font-size:11px;
	background:#fee;
	border-radius:5px;

}
form dl dd{
	padding:20px;
}

form input,
form textarea{
	border:1px solid #aaa;
	border-radius:5px;
	padding:3px;
	font-size:18px;
}
form textarea{
	height:8em;
}
form input[type="tel"]{
	width:6em;
	margin:0 3px;
}
form input[type="tel"]:nth-of-type(1){
	margin-left:0;
}
form .w-300{
	width:300px;
}
form .w-500{
	width:500px;
}
form .btn_wrap{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:30px 0 50px;
}
form .btn_wrap button.sbm_btn{
	display:flex;
	justify-content:center;
	align-items:center;	
	background:#689f38;
	color:#fff;
	width:300px;
	height:50px;
	font-size:16px;
	border:0;
	border-radius: 5px;
    filter: drop-shadow(0 5px 0 #555);
}
/**form**/

/**footer**/
footer{
	padding:3% 0 0 0;
	background:#f1f1f1;
}
footer .menu{
	margin-bottom:2%;
	position:relative;
}
footer .menu ul{
	justify-content:center;
}
footer .menu ul li{
	padding:0 10px;
	position:relative;
}
footer .menu ul li:after{
	content:"";
	position:absolute;
	display:block;
	border-right:1px solid #555;
	right:0;
	top:20%;
	height:60%;
	transform:rotate(20deg);
}
footer .menu ul li:nth-last-of-type(1):after{
	display:none;
}

footer .logo_style{
	justify-content:center;
	align-items:center;
}
footer .logo_style figure{
	width:40px;
	margin-right:10px;
}
footer .logo_style .corp_name{
	font-size:30px;
	font-weight:normal;
}
footer .address{
	text-align:center;
	font-size:18px;
}
footer .fax{
    font-size: 30px;
    margin-bottom: 20px;	
}

footer small{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	background:#555;
	color:#fff;
	padding:5px;
}
/**footer**/